User:DragoonWraith/esstyle.css
< User:DragoonWraith
Jump to navigation
Jump to search
Revision as of 17:45, 22 November 2008 by imported>DragoonWraith
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
@import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css";
/* tab highlight fix for Firefox 3 */
#p-cactions
{
padding: 0 0 1px 0 !important;
}
#content
{
margin-bottom: 60px !important;
}
#footer
{
height: 55px !important;
}
.quotetop
{
font-weight: bold;
font-size: 90%;
color: #eee4cc;
line-height: 11px;
padding: 2px;
margin: 0 1em;
background-color: #6e5229;
background-image: url('skins/esstyle/navbg.jpg');
background-repeat: repeat-x;
background-attachment: scroll;
}
.quotemain
{
border: 1px solid #6e5229;
background-image: url('skins/esstyle/textbg.jpg');
background-repeat: repeat;
background-attachment: scroll;
margin: 0 1em;
padding: 0.5em;
text-align: left;
font-family: verdana,arial,helvetica,sans-serif;
color: #514028;
font-size: 100%;
font-style: normal;
line-height: 13px;
}
.codetop
{
display: none;
}
.codemain
{
white-space: pre;
font-family: monospace;
padding: 1em;
border: 1px dashed #6e5229;
color: black;
background-color: #eee4cc;
line-height: 1.1em;
width: 95%;
overflow-y: visible;
overflow-x: auto;
}