This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "MediaWiki:Monobook.css"

From Project 1999 Wiki
Jump to: navigation, search
(moving some css to be skin dependent)
m
Line 33: Line 33:
 
.factionTable td { padding: 1px 8px; vertical-align:top; }
 
.factionTable td { padding: 1px 8px; vertical-align:top; }
 
.factionTable .fmz { padding-left: 1em; padding-right: 1em; color: #ddd; }
 
.factionTable .fmz { padding-left: 1em; padding-right: 1em; color: #ddd; }
 
/* --- item hoverbox --- */
 
 
.hbdiv { display: inline-block; }
 
.hbdiv span.hb { display: none; }
 
.hbdiv:hover { position: relative; }
 
.hbdiv:hover span.hb { display: block; position: absolute; top: 20px; left: 30px; }
 
  
 
/* --- grayout for content not yet implemented --- */
 
/* --- grayout for content not yet implemented --- */
Line 49: Line 42:
 
.grayout h2 { color: #bbb; }
 
.grayout h2 { color: #bbb; }
 
.grayout h1 { color: #bbb; }
 
.grayout h1 { color: #bbb; }
 
/* --- new itemhover --- */
 
 
#itemHoverContainer { position:absolute; left:0; top:0; display:none; z-index: 1000; }
 
#itemHoverContent { } 
 
.itemHoverPopup { } 
 
  
 
/* --- namedmobpage --- */
 
/* --- namedmobpage --- */

Revision as of 17:33, 29 July 2011

/* CSS placed here will affect users of the Monobook skin */

body.page-Main_Page h1.firstHeading { display:none; }

/* --- tables --- */

.eoTable { border: 1px solid #eeeeee; padding: 4px; }
.eoTable tr:nth-child(odd) { background-color:#eee; }
.eoTable tr:nth-child(even) { background-color:#fff; }
.eoTable th { text-align: left; background-color:#cccccc; padding: 4px; }
.eoTable td { padding: 1px 4px; }

.eoTable2 { width: 50%; border: 1px solid #becff2; padding: 4px; }
.eoTable2 tr:nth-child(odd) { background-color:#eef; }
.eoTable2 tr:nth-child(even) { background-color:#fff; }
.eoTable2 th { text-align: left; background-color:#cedff2; padding: 2px 8px; }
.eoTable2 td { padding: 2px 8px; }

.zoneTopTable { border: 1px solid #a3b0bf; padding: 2px; }
.zoneTopTable th { background:#cedff2; font-weight: normal; }
.zoneTopTable td { padding: 0px 2px; }

.raidMobTopTable { border: 1px solid #a3b0bf; padding: 4px; }
.raidMobTopTable th { background:#cedff2; padding: 3px 10px; font-weight: normal; }
.raidMobTopTable td { padding: 3px 6px; }

.questTopTable { border: 1px solid #a3b0bf; padding: 4px; }
.questTopTable th { background:#cedff2; padding: 3px 10px; font-weight: normal; }
.questTopTable td { padding: 3px 6px; }

.factionTable { width: auto; border: 1px solid #becff2; padding: 2px; }
.factionTable th { text-align: left; background-color:#d3e4f4; padding: 3px 12px; border: 1px solid #dfefff; font-size: 150%; }
.factionTable td { padding: 1px 8px; vertical-align:top; }
.factionTable .fmz { padding-left: 1em; padding-right: 1em; color: #ddd; }

/* --- grayout for content not yet implemented --- */

.grayout { color: #bbbbbb; }
.grayout a { color: #bbbbbb; }
.grayout a.new { color: #bbb; }
.grayout h3 { color: #bbb; }
.grayout h2 { color: #bbb; }
.grayout h1 { color: #bbb; }

/* --- namedmobpage --- */

.profac { color: #770000; }
.oppfac { color: #007700; }
.drare { color: #555555; }
.ddb { color: #dddddd; }

.mobPageDiv { padding: 0; margin: 0 20px 10px 5px; display: inline-block; }
.mobPageDiv ul { margin-left: 0.8em; padding-left: 0.8em;}
.mobStatsBox { border: 1px solid #becfe2; margin: 0px 5px 5px 0px; float:left; height:100%;  }

/* --- quest pages --- */

.facblock { background:#e0e5fd; padding:3px 10px; display:inline-block; }