[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
MediaWiki:Common.css
From Project 1999 Wiki
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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ /* --- item pages --- */ .itembg { width: 451px; /* height: 230px; */ background-image: url(images/Itemshot.gif); text-align: left; } .itemtopbg { width: 451px; height: 18px; background-image: url(images/Itemtop.gif); } .itembotbg { width: 451px; height: 10px; background-image: url(images/Itembot.gif); } .itemtitle { font-family: Arial; font-size: 12px; color: #c0c0c0; text-align: center; width: 100%; height: 15px; } .itemdata { font-family: Arial; font-size: 12px; color: #ffffff; padding: 7px; width: 100%; } .itemicon { margin: 0 25px; } /* --- remove page title (all pages) --- #firstHeading { display:none !important; } */ /* --- 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: 60%; border: 1px solid #becff2; padding: 2px; } .factionTable th { text-align: left; background-color:#d3e4f4; padding: 2px 12px; border: 1px solid #dfefff; } .factionTable td { padding: 2px 8px; vertical-align:top; } /* --- 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 { color: #bbbbbb; } .grayout a { color: #bbbbbb; } .grayout h3 { color: #bbb; } .grayout h2 { color: #bbb; } .grayout h1 { color: #bbb; } /* --- new itemhover --- */ #itemHoverContainer { position:absolute; left:0; top:0; display:none; z-index: 1000; } #itemHoverContent { } .itemHoverPopup { } /* --- 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:lightgray; padding:3px; display:inline-block; }