13,375
edits
No edit summary Tag: Manual revert |
No edit summary |
||
| (32 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
p { max-width: 100em; } | p { max-width: 100em; } | ||
/* --- Gallery & Thumb Changes --- */ | |||
li.gallerybox div.thumb{border: none; background-color: white;} | |||
ul.gallery { | |||
max-width:100% !important; | |||
} | |||
/* --- item pages --- */ | /* --- item pages --- */ | ||
@media only screen and (min-device-width: 451px) { | |||
div.hbdiv span.hb .itembg, | div.hbdiv span.hb .itembg, | ||
.itembg { width: 451px; background-image: url(images/Itemshot.gif) !important; text-align: left; } | .itembg { width: 451px; background-image: url(images/Itemshot.gif) !important; text-align: left; } | ||
| Line 21: | Line 28: | ||
.itemtitle { font-family: Arial; font-size: 12px; color: #c0c0c0; text-align: center; width: 100%; height: 15px;padding-top:5px; } | .itemtitle { font-family: Arial; font-size: 12px; color: #c0c0c0; text-align: center; width: 100%; height: 15px;padding-top:5px; } | ||
.itemdata { font-family: Arial; font-size: 12px; color: #ffffff; padding: | .itemdata { font-family: Arial; font-size: 12px; color: #ffffff; padding: 0px 5px 10px 20px; max-width: 100%; overflow: hidden; } | ||
.itemicon { margin: 0 25px; } | .itemicon { margin: 0 25px; } | ||
.itemicon div.floatright{ border: 3px solid grey;margin-top:7px;} | |||
.Common { margin: 0 25px; } | |||
.Common div.floatright{ border: 3px solid grey;margin-top:7px} | |||
.Uncommon { margin: 0 25px; } | |||
.Uncommon div.floatright{ border: 3px solid white;margin-top:7px} | |||
.Mythical { margin: 0 25px; } | |||
.Mythical div.floatright{ border: 3px solid green;margin-top:7px} | |||
.Rare { margin: 0 25px; } | |||
.Rare div.floatright{ border: 3px solid blue;margin-top:7px } | |||
.Legendary { margin: 0 25px; } | |||
.Legendary div.floatright{ border: 3px solid orange;margin-top:7px } | |||
.Godly { margin: 0 25px; } | |||
.Godly div.floatright{ border: 3px solid magenta;margin-top:7px } | |||
.Common img{ width: 75px;height: 75px; } | |||
.Common div.floatright img{ width: 75px;height: 75px;} | |||
.Uncommon img{ width: 75px;height: 75px; } | |||
.Uncommon div.floatright img{ width: 75px;height: 75px;} | |||
.Mythicalimg{ width: 75px;height: 75px; } | |||
.Mythicaldiv.floatright img{ width: 75px;height: 75px;} | |||
.Rare img{ width: 75px;height: 75px; } | |||
.Rare div.floatright img{ width: 75px;height: 75px;} | |||
.Legendary img{ width: 75px;height: 75px; } | |||
.Legendary div.floatright img{ width: 75px;height: 75px;} | |||
.Godly img{ width: 75px;height: 75px; } | |||
.Godly div.floatright img{ width: 75px;height: 75px;} | |||
.itemdata a { color: #0b0; } | .itemdata a { color: #0b0; } | ||
} | |||
/* --- remove page title (all pages) --- | /* --- remove page title (all pages) --- | ||
| Line 76: | Line 111: | ||
*/ | */ | ||
.full-size img { height: 100%; width: 100%; } | .full-size img { height: 100%; width: 100%; } | ||
| Line 206: | Line 243: | ||
clear: both; | clear: both; | ||
} | } | ||
.eoTable{border:1px solid #eeeeee;padding:4px}.eoTable tr:nth-child(odd){background-color:#f2f2f2}.eoTable tr:nth-child(even){background-color:#e2e2e2}.eoTable th{text-align:left;background-color:#cccccc;padding:4px}.eoTable td{padding:1px 4px}.eoTable2{width:60%;border:1px solid #becff2;padding:4px}.eoTable2 tr:nth-child(odd){background-color:#f2f2fa}.eoTable2 tr:nth-child(even){background-color:#e2e2fa}.eoTable2 th{text-align:left;background-color:#cedff2;padding:2px 8px}.eoTable2 td{padding:2px 8px}.eoTable3{width:80%;border:1px solid #becff2;padding:2px}.eoTable3 tr:nth-child(odd){background-color:#f2f2fa}.eoTable3 tr:nth-child(even){background-color:#e2e2fa}.eoTable3 th{text-align:left;background-color:#cedff2;padding:2px 8px}.eoTable3 td{padding:1px 8px} | |||
.zoneTopTable{border:1px solid #b3c0cf;padding:2px} | |||
.zoneTopTable th{background:#cedff2;font-weight:normal;padding:1px 6px} | |||
.zoneTopTable td{padding:0px 2px} | |||
.questTopTable{border:1px solid #b3c0cf;padding:4px;} | |||
.questTopTable th{background:#cedff2;padding:3px 10px;font-weight:normal} | |||
.questTopTable td{padding:3px 6px} | |||
/* Provide a way to hide auto-numbering in Table of Contents; | /* Provide a way to hide auto-numbering in Table of Contents; | ||
see: https://www.mediawiki.org/wiki/Manual:Table_of_contents */ | see: https://www.mediawiki.org/wiki/Manual:Table_of_contents */ | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||