Wiki User Style/Thread Archive.css

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

/* A User Style for the TESCS Wiki */

#bodyContent #print .printpost
{
 border: 1px solid #6e5229;
 background-image: url('skins/esstyle/textbg.jpg');
 background-repeat: repeat;
 background-attachment: scroll;
 padding: 0 0.5em;
 margin-bottom: 1em;
}

#bodyContent #print .printpost h4
{
 margin: 0 -0.5em;
 color: #eee4cc;
 border: 1px solid #6e5229;
 background-color: #6e5229;
}

#bodyContent #print .quotetop
{
 font-weight: bold;
 font-size: 90%;
 color: #eee4cc;
 line-height: 11px;
 padding: 2px;
 margin: 0 1em;
 border: 1px solid #6e5229;
 background-color: #6e5229;
 background-image: url('skins/esstyle/navbg.jpg');
 background-repeat: repeat-x;
 background-attachment: scroll;
}

#bodyContent #print .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;
}

#bodyContent #print .codetop
{
 display: none;
}

#bodyContent #print .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;
}