Difference between revisions of "User:DragoonWraith/esstyle.css"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>DragoonWraith
Line 47: Line 47:
  }
  }
   
   
  .codetop {
  .codetop
display: none;
{
  display: none;
  }
  }
   
   
  .codemain {
  .codemain
white-space: pre;
{
font-family: monospace;
  white-space: pre;
padding-top: 1em;
  font-family: monospace;
padding-right: 1em;
  padding: 1em;
padding-bottom: 1em;
  border: 1px dashed #6e5229;
padding-left: 1em;
  color: black;
border-top-width: 1px;
  background-color: #eee4cc;
border-right-width-value: 1px;
  line-height: 1.1em;
border-right-width-ltr-source: physical;
  width: 95%;
border-right-width-rtl-source: physical;
  overflow-y: visible;
border-bottom-width: 1px;
  overflow-x: auto;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: dashed;
border-right-style-value: dashed;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: dashed;
border-left-style-value: dashed;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #6e5229;
border-right-color-value: #6e5229;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #6e5229;
border-left-color-value: #6e5229;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
color: black;
background-color: #eee4cc;
line-height: 1.1em;
width: 95%;
white-space: pre-wrap;
overflow-y: visible;
overflow-x: auto;
  }
  }

Revision as of 17:43, 22 November 2008

 @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;
 }