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

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
imported>DragoonWraith
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
  @import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css";
  @import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css";
@import "/constwiki/index.php?title=Wiki_User_Style/Thread_Archive.css&action=raw&ctype=text/css";
   
   
  /* tab highlight fix for Firefox 3 */
  /* tab highlight fix for Firefox 3 */
  #p-cactions
  #p-cactions li
  {
  {
   padding: 0 0 1px 0 !important;
   margin-top: 1px !important;
  margin-bottom: -1px !important;
  }
  }
   
   
  #content
  #p-cactions li a
  {
  {
   margin-bottom: 60px !important;
   margin-bottom: -1px !important;
  border: 1px solid #6e5229 !important;
  }
  }
   
   
  #footer
  #p-cactions li.selected a
  {
  {
  height: 55px !important;
  background-color: #ece3cd !important;
  color: #6e5229 !important;
  }
  }
   
   
  .quotetop
  #content
  {
  {
  font-weight: bold;
  margin-bottom: 60px !important;
  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
  #footer
  {
  {
   border: 1px solid #6e5229;
   height: 55px !important;
  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
  a.new
  {
  {
   display: none;
   text-transform: none !important;
  }
  }
   
   
  .codemain
  tt
  {
  {
  white-space: pre;
  font-family: monospace;
  padding: 1em;
   border: 1px dashed #6e5229;
   border: 1px dashed #6e5229;
  color: black;
   background-color: #eee4cc;
   background-color: #eee4cc;
   line-height: 1.1em;
   padding: 0.1em;
   width: 95%;
   margin: -0.1em 0;
  overflow-y: visible;
  overflow-x: auto;
  }
  }

Latest revision as of 01:19, 14 August 2011

 @import "/constwiki/index.php?title=Wiki_User_Style/Liquid_Design.css&action=raw&ctype=text/css";
 @import "/constwiki/index.php?title=Wiki_User_Style/Thread_Archive.css&action=raw&ctype=text/css";
 
 /* tab highlight fix for Firefox 3 */
 #p-cactions li
 {
   margin-top: 1px !important;
   margin-bottom: -1px !important;
 }
 
 #p-cactions li a
 {
   margin-bottom: -1px !important;
   border: 1px solid #6e5229 !important;
 }
 
 #p-cactions li.selected a
 {
   background-color: #ece3cd !important;
   color: #6e5229 !important;
 }
 
 #content
 {
   margin-bottom: 60px !important;
 }
 
 #footer
 {
  height: 55px !important;
 }
 
 a.new
 {
  text-transform: none !important;
 }
 
 tt
 {
  border: 1px dashed #6e5229;
  background-color: #eee4cc;
  padding: 0.1em;
  margin: -0.1em 0;
 }