[UH Tweak] Codeblocks and Quotes - The WWW

Users browsing this thread: 1 Guest(s)
Evolution
Long time nixers
Edit: Added to the sites css, no longer need to add it yourself.

Adds style to the codeblocks and quotes as well as removes scrollbars (But can still scroll):

Code:
.codeblock, blockquote {
    background: #353535!important;
    border-color: #2c2c2c!important;
    outline:1px solid #494949;
    overflow-x:hidden!important;
}

.codeblock .title, blockquote cite {
    border-bottom: 1px dashed #494949!important;
    text-shadow: 1px 1px 0px #000;
}
.codeblock .body {
    margin-right:-1000px;
}
[Image: mg3nm7.gif]
We live as we dream, alone.


Messages In This Thread
[UH Tweak] Codeblocks and Quotes - by Evolution - 01-08-2012, 01:27 AM
RE: [UH Tweak] Codeblocks and Quotes - by Jayro - 01-08-2012, 01:13 PM
RE: [UH Tweak] Codeblocks and Quotes - by yrmt - 02-08-2012, 10:37 AM
RE: [UH Tweak] Codeblocks and Quotes - by Jayro - 02-08-2012, 01:39 PM
RE: [UH Tweak] Codeblocks and Quotes - by yrmt - 02-08-2012, 02:02 PM