|
|
(94 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| /* | | /* TOC */ |
| | | #toc { |
| Remember to copy any relevant changes made here to [[MediaWiki:Mobile.css]].
| | float:left; |
| | | margin: 10px; |
| Always check with the [http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fwww.uesp.net%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all css validator] after making any changes.
| | width: 200px; |
| | |
| */ | |
| | |
| #editform { | |
| text-align: left; | |
| }
| |
| | |
| /**class for skinning normal tables
| |
| * keep in sync with commonPrint.css
| |
| * modified from shared.css in 1.19.2
| |
| */
| |
| table.wikitable {
| |
| background-color: #fdf5e6; | |
| z-index: 100; | |
| } | | } |
|
| |
|
| table.wikitable > tr > th,
| |
| table.wikitable > * > tr > th {
| |
| background: #f5deb3;
| |
| }
| |
|
| |
|
| table.wikitable > caption {
| | /* Colors */ |
| margin-left: inherit;
| |
| margin-right: inherit;
| |
| }
| |
|
| |
|
| #prefcontrol { | | #content { background-color: #c1ffe6 !important; } |
| padding-top: 0em;
| | |
| } | | #bodyContent { background-color: #e0fff1 !important; } |
|
| |
|
| body {
| | #p-personal div ul li { |
| background: #FAEBD7 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat; | | background-color: #c1ffe6 !important; |
| | padding: 10px !important; |
| | padding-bottom: 10px !important; |
| | margin: 0px !important; |
| | border: 1px solid gold !important; |
| } | | } |
|
| |
|
| pre, .mw-code {
| | #p-cactions .pBody ul li a { background-color: #c1ffe6 !important; } |
| background-color: #c1ffe6;
| |
| } | |
|
| |
|
| div.pBody, div#content {
| | #p-cactions .pBody ul li.selected a { |
| background-color: #e0fff1; | | background-color: #1e73be !important; |
| }
| | color: white !important; |
| | | } |
| #p-cactions ul li a {
| |
| background: #e0fff1;
| |
| } | |
|
| |
|
| #p-cactions ul li.selected a { | | #mw-panel { background-color: #c1ffe6 !important; } |
| background: #e0fff1;
| |
| } | |
|
| |
|
| table {
| | #p-navigation { background-color: #c1ffe6 !important; } |
| background: #e0fff1;
| |
| } | |
|
| |
|
| #pagehistory li { | | #p-navigation .pBody { background-color: #e0fff1 !important; } |
| border: none;
| |
| } | |
|
| |
|
| #pagehistory li.selected { | | #p-search { background-color: #c1ffe6 !important; } |
| background-color: #FAEBD7;
| |
| } | |
|
| |
|
| ul, ol {
| | #p-search .pBody { background-color: #e0fff1 !important; } |
| margin-left: 0;
| |
| padding-left: 1.5em;
| |
| } | |
|
| |
|
| ul ul {
| | #p-tb { background-color: #c1ffe6 !important; } |
| margin-top: 0px;
| |
| } | |
|
| |
|
| .portlet ul ul { | | #p-tb .pBody { background-color: #e0fff1 !important; } |
| padding-left: 0.75em;
| |
| } | |
|
| |
|
| table.diff, td.diff-otitle, td.diff-ntitle {
| | #footer { background-color: #c1ffe6 !important; } |
| background: #FDF5E6;
| |
| } | |
|
| |
|
| div.tleft, div.tright, div.tnone {
| | body { |
| border-color: #e0fff1;
| | background: #d0c1b9 !important; |
| | color: #404040 !important; |
| } | | } |
|
| |
|
| .toc, #toc, #catlinks {
| | a { |
| background-color: #FDF5E6;
| | color: #1e73be !important; |
| } | | } |
|
| |
|
| code {
| | a:hover { |
| background-color: #FDF5E6;
| | color:#28f7ff !important; |
| } | | } |
|
| |
|
| div.thumb div {
| |
| background-color: #FDF5E6;
| |
| }
| |
|
| |
|
| li.gallerybox div div.thumb {
| | /* Tables */ |
| background-color: #FDF5E6;
| |
| }
| |
|
| |
|
| table.mw_metadata th {
| | .infobox { |
| background-color: #F5DEB3;
| | float:right; |
| | background-color: rgba(0, 0, 0, 0); |
| | margin:0 0 1em 0.5em; |
| | text-align: left !important; |
| | width: 25% !important; |
| } | | } |
|
| |
|
| table.mw_metadata td {
| | .picturebox, .databox { |
| background-color: #FDF5E6;
| | width: 100%; |
| } | | } |
|
| |
|
| html .thumbimage {
| | table.wikitable { |
| background-color: transparent; | | background-color: rgba(0, 0, 0, 0); |
| | margin:0 0 1em 0.5em; |
| | text-align: left !important; |
| } | | } |
|
| |
|
| div.Boxmerge, div.NavFrame {
| | th { |
| margin: 0px; | | background: #ddc99b !important; |
| padding: 2px; | | border: 1px solid gold; |
| border: 1px solid #aaaaaa; | | border-collapse: collapse; |
| | padding: 0.2em 0.4em; |
| text-align: center; | | text-align: center; |
| border-collapse: collapse;
| |
| overflow: auto;
| |
| }
| |
|
| |
| div.Boxmerge div.NavFrame {
| |
| border-style: none;
| |
| border-style: hidden;
| |
| }
| |
|
| |
| div.NavFrame + div.NavFrame {
| |
| border-top-style: none;
| |
| border-top-style: hidden;
| |
| }
| |
|
| |
| div.NavPic {
| |
| background-color: #ffffff;
| |
| margin: 0px;
| |
| padding: 2px;
| |
| float: left;
| |
| }
| |
|
| |
| div.NavFrame div.NavHead {
| |
| height: 1.6em;
| |
| font-weight: bold;
| |
| font-size: 100%;
| |
| background-color: #efefef;
| |
| position: relative;
| |
| }
| |
|
| |
| div.NavFrame p {
| |
| font-size: 100%;
| |
| } | | } |
|
| |
|
| div.NavFrame div.NavContent {
| | td { |
| font-size: 100%; | | border: 1px solid gold; |
| }
| |
| | |
| div.NavFrame div.NavContent p {
| |
| font-size: 100%;
| |
| }
| |
| | |
| div.NavEnd {
| |
| margin: 0px;
| |
| padding: 0px;
| |
| line-height: 1px;
| |
| clear: both;
| |
| }
| |
| | |
| a.NavToggle {
| |
| position: absolute;
| |
| top: 0px;
| |
| right: 3px;
| |
| font-weight: normal;
| |
| font-size: smaller;
| |
| }
| |
| | |
| #coordinates {
| |
| position: absolute;
| |
| z-index: 1;
| |
| border: none;
| |
| background: none;
| |
| right: 30px;
| |
| top: 3.7em;
| |
| float: right;
| |
| margin: 0.0em;
| |
| padding: 0.0em;
| |
| line-height: 1.5em;
| |
| text-align: right;
| |
| text-indent: 0;
| |
| font-size: 85%;
| |
| text-transform: none;
| |
| white-space: nowrap;
| |
| }
| |
| | |
| td.expneg {
| |
| text-align: right;
| |
| background: #ff9999;
| |
| }
| |
| | |
| td.exppos {
| |
| text-align: right;
| |
| background: #99ff99;
| |
| }
| |
| | |
| #firstHeading {
| |
| line-height: 0.8em;
| |
| padding-bottom: 0.15em;
| |
| }
| |
| | |
| div.book, div.dfbook, div.poem {
| |
| font-size: 12.5pt;
| |
| font-family: serif;
| |
| line-height: 1.3em;
| |
| }
| |
| | |
| .book p {
| |
| margin-left: 1.5em;
| |
| margin-right: 1.5em;
| |
| }
| |
| | |
| .dfbook p {
| |
| text-indent: 1.5em;
| |
| margin-left: 1.5em;
| |
| margin-right: 1.5em;
| |
| }
| |
| | |
| .poem p {
| |
| text-indent: 0em;
| |
| margin: 0 1.5em 0 1.5em;
| |
| }
| |
| | |
| /* Classes to allow magic school colors to all be defined in one central place without having to rely on templates
| |
| Only designed to work with tables:
| |
| - If used as a table class, all headers will be the associated background color
| |
| - Or it can be used on individual rows or cells to override the background color in that part of the table
| |
| Includes some fairly specific css tags in order to override other table color requests */
| |
| table.MWMagicAlt th, tr.MWMagicAlt th, tr.MWMagicAlt td, th.MWMagicAlt, td.MWMagicAlt {background-color: #FFBBFF !important;}
| |
| table.MWMagicCon th, tr.MWMagicCon th, tr.MWMagicCon td, th.MWMagicCon, td.MWMagicCon {background-color: #FFFFCC !important;}
| |
| table.MWMagicDes th, tr.MWMagicDes th, tr.MWMagicDes td, th.MWMagicDes, td.MWMagicDes {background-color: #FFCCCC !important;}
| |
| table.MWMagicIll th, tr.MWMagicIll th, tr.MWMagicIll td, th.MWMagicIll, td.MWMagicIll {background-color: #CCFFCC !important;}
| |
| table.MWMagicMys th, tr.MWMagicMys th, tr.MWMagicMys td, th.MWMagicMys, td.MWMagicMys {background-color: #FFDDFF !important;}
| |
| table.MWMagicRes th, tr.MWMagicRes th, tr.MWMagicRes td, th.MWMagicRes, td.MWMagicRes {background-color: #CCCCFF !important;}
| |
| | |
| table.OBMagicAlt th, tr.OBMagicAlt th, tr.OBMagicAlt td, th.OBMagicAlt, td.OBMagicAlt {background-color: #F1EBF5 !important;}
| |
| table.OBMagicCon th, tr.OBMagicCon th, tr.OBMagicCon td, th.OBMagicCon, td.OBMagicCon {background-color: #FFFFB4 !important;}
| |
| table.OBMagicDes th, tr.OBMagicDes th, tr.OBMagicDes td, th.OBMagicDes, td.OBMagicDes {background-color: #FFC2C2 !important;}
| |
| table.OBMagicIll th, tr.OBMagicIll th, tr.OBMagicIll td, th.OBMagicIll, td.OBMagicIll {background-color: #CCFFCC !important;}
| |
| table.OBMagicMys th, tr.OBMagicMys th, tr.OBMagicMys td, th.OBMagicMys, td.OBMagicMys {background-color: #FFBBFF !important;}
| |
| table.OBMagicRes th, tr.OBMagicRes th, tr.OBMagicRes td, th.OBMagicRes, td.OBMagicRes {background-color: #C6BFF3 !important;}
| |
| | |
| table.SRMagicAlt th, tr.SRMagicAlt th, tr.SRMagicAlt td, th.SRMagicAlt, td.SRMagicAlt {background-color: #FFBB88 !important;}
| |
| table.SRMagicCon th, tr.SRMagicCon th, tr.SRMagicCon td, th.SRMagicCon, td.SRMagicCon {background-color: #DDAAFF !important;}
| |
| table.SRMagicDes th, tr.SRMagicDes th, tr.SRMagicDes td, th.SRMagicDes, td.SRMagicDes {background-color: #DDCCCC !important;}
| |
| table.SRMagicIll th, tr.SRMagicIll th, tr.SRMagicIll td, th.SRMagicIll, td.SRMagicIll {background-color: #DDFF88 !important;}
| |
| table.SRMagicRes th, tr.SRMagicRes th, tr.SRMagicRes td, th.SRMagicRes, td.SRMagicRes {background-color: #EEDD77 !important;}
| |
| | |
| /* classes for potions and poisons */
| |
| table.Potion th, tr.Potion th, tr.Potion td, th.Potion, td.Potion {background-color: #FFDDDD !important;}
| |
| table.Poison th, tr.Poison th, tr.Poison td, th.Poison, td.Poison {background-color: #DDFFDD !important;}
| |
| | |
| /* classes for ingredient effects */
| |
| table.EffectNeg th, tr.EffectNeg th, tr.EffectNeg td, th.EffectNeg, td.EffectNeg {background-color: #FFDDDD !important;}
| |
| table.EffectPos th, tr.EffectPos th, tr.EffectPos td, th.EffectPos, td.EffectPos {background-color: #DDFFDD !important;}
| |
| table.EffectMix th, tr.EffectMix th, tr.EffectMix td, th.EffectMix, td.EffectMix {background-color: #FFFFDD !important;}
| |
| table.EffectOther th, tr.EffectOther th, tr.EffectOther td, th.EffectOther, td.EffectOther {background-color: #FFCCAA !important;}
| |
| | |
| /* classes for race colors, set up same way as magic school colors.
| |
| Note these definitions do not include creatures, because then it would just get way too long */
| |
| table.RaceAlt th, tr.RaceAlt th, tr.RaceAlt td, th.RaceAlt, td.RaceAlt {background-color: #dfbe00 !important; color: #000000 !important;}
| |
| table.RaceArg th, tr.RaceArg th, tr.RaceArg td, th.RaceArg, td.RaceArg {background-color: #86ac01 !important; color: #000000 !important;}
| |
| table.RaceBos th, tr.RaceBos th, tr.RaceBos td, th.RaceBos, td.RaceBos {background-color: #847000 !important; color: #FFFFFF !important;}
| |
| table.RaceBre th, tr.RaceBre th, tr.RaceBre td, th.RaceBre, td.RaceBre {background-color: #993365 !important; color: #FFFFFF !important;}
| |
| table.RaceDun th, tr.RaceDun th, tr.RaceDun td, th.RaceDun, td.RaceDun {background-color: #848484 !important; color: #FFFFFF !important;}
| |
| table.RaceDar th, tr.RaceDar th, tr.RaceDar td, th.RaceDar, td.RaceDar {background-color: #5f9ea0 !important; color: #FFFFFF !important;}
| |
| table.RaceDre th, tr.RaceDre th, tr.RaceDre td, th.RaceDre, td.RaceDre {background-color: #b22222 !important; color: #FFFFFF !important;}
| |
| table.RaceGol th, tr.RaceGol th, tr.RaceGol td, th.RaceGol, td.RaceGol {background-color: #ffdd00 !important; color: #000000 !important;}
| |
| table.RaceImp th, tr.RaceImp th, tr.RaceImp td, th.RaceImp, td.RaceImp {background-color: #0000ae !important; color: #FFFFFF !important;}
| |
| table.RaceKha th, tr.RaceKha th, tr.RaceKha td, th.RaceKha, td.RaceKha {background-color: #f39a00 !important; color: #000000 !important;}
| |
| table.RaceNor th, tr.RaceNor th, tr.RaceNor td, th.RaceNor, td.RaceNor {background-color: #00d8d8 !important; color: #000000 !important;}
| |
| table.RaceOrc th, tr.RaceOrc th, tr.RaceOrc td, th.RaceOrc, td.RaceOrc {background-color: #118500 !important; color: #FFFFFF !important;}
| |
| table.RaceRed th, tr.RaceRed th, tr.RaceRed td, th.RaceRed, td.RaceRed {background-color: #841a1a !important; color: #FFFFFF !important;}
| |
| table.RaceOther th, tr.RaceOther th, tr.RaceOther td, th.RaceOther, td.RaceOther {background-color: #000000 !important; color: #FFFFFF !important;}
| |
| table.RaceErr th, tr.RaceErr th, tr.RaceErr td, th.RaceErr, td.RaceErr {background-color: #dddddd !important; color: #000000 !important;}
| |
| | |
| /* Classes for other standardized themes */
| |
| | |
| table.attColor th, tr.attColor th, tr.attColor td, th.attColor, td.attColor {background-color: #FFCC44 !important;}
| |
| | |
| #bodyContent {
| |
| position: relative;
| |
| }
| |
| | |
| div.breadcrumb, table.breadcrumb {
| |
| border-collapse: collapse; | | border-collapse: collapse; |
| float: right;
| | background:#ededbb; |
| font-size: 90%;
| |
| height: auto;
| |
| margin: 0em;
| |
| padding: 0;
| |
| position: absolute;
| |
| right: 0em;
| |
| top: 0.6em;
| |
| z-index: 1;
| |
| }
| |
| | |
| div.breadcrumb p, table.breadcrumb p {
| |
| background-color: #e0fff1; | |
| }
| |
| | |
| div.mw-indicators {
| |
| display: table;
| |
| height: 32px;
| |
| margin-left: 1ex;
| |
| margin-top: -10px;
| |
| }
| |
| | |
| div.mw-indicator {
| |
| display: table-cell;
| |
| vertical-align: bottom;
| |
| }
| |
| | |
| div.mw-search-profile-tabs {
| |
| background-color: #F5DEB3;
| |
| }
| |
| | |
| div.pageicon {
| |
| height: 30px;
| |
| margin: 0;
| |
| padding: 0;
| |
| position: absolute;
| |
| right: 0px;
| |
| top: -34px;
| |
| z-index: 50;
| |
| }
| |
| | |
| div.pageicon a, div.pageicon img {
| |
| bottom: 0;
| |
| margin: 0;
| |
| padding: 0;
| |
| position: absolute;
| |
| right: 0;
| |
| }
| |
| | |
| div.thumb, table.prettytable {
| |
| z-index: 100;
| |
| } | | } |
|
| |
|
| /* tweak thumbnail settings for images that will use Image Mark template */
| | .accentrow { |
| div.thumb div.markedimage div {
| | background-color: #1e73be; |
| background-color: transparent;
| | color: white; |
| | text-align: center; |
| } | | } |
|
| |
|
| .allpagesredirect {
| |
| font-style: italic;
| |
| }
| |
|
| |
|
| table td ul, table td ol, table td dl, table td li, table td dd, table td dt {
| | .clearcell { |
| border-bottom-width: 0;
| | background-color: rgba(0, 0, 0, 0) !important; |
| border-top-width: 0;
| |
| margin-bottom: 0;
| |
| margin-top: 0;
| |
| padding-bottom: 0;
| |
| padding-top: 0;
| |
| }
| |
| | |
| table.example {
| |
| background-color:#FCF3E0; | |
| border:1px solid #E3C499;
| |
| padding:0.5em;
| |
| }
| |
| | |
| table.example th {
| |
| text-align:center;
| |
| }
| |
| | |
| table.greylapse, table.graylapse {
| |
| background: #FDF5E6;
| |
| }
| |
| | |
| table.greylapse th, table.graylapse th {
| |
| background: #F5DEB3;
| |
| }
| |
| | |
| table.hiddentable {
| |
| background: transparent;
| |
| border: 0px none;
| |
| margin: 0px;
| |
| }
| |
| | |
| table.hiddentable th, table.hiddentable td {
| |
| background: transparent;
| |
| border: 0px none;
| |
| padding: 0px;
| |
| }
| |
| | |
| table.compress > * > tr > th {
| |
| padding: 1px 4px 1px 4px;
| |
| }
| |
| | |
| table.compress > * > tr > td {
| |
| padding: 0 4px 0 4px;
| |
| }
| |
| | |
| table.compress > caption {
| |
| margin-bottom: -0.8em;
| |
| }
| |
| | |
| table.compress > * > tr > td > p, table.compress > * > ul, table.compress > * > ol, table.compress > * > dl, table.compress > * > li, table.compress > * > dd, table.compress > * > dt {
| |
| border-bottom-width: 0;
| |
| border-top-width: 0;
| |
| margin-bottom: 0;
| |
| margin-top: 0;
| |
| padding-bottom: 0;
| |
| padding-top: 0;
| |
| }
| |
| | |
| .vmid {
| |
| vertical-align: middle;
| |
| }
| |
| | |
| .vtop {
| |
| vertical-align: top;
| |
| }
| |
| | |
| table.vmid td, table.vmid th, table.vmid tr {
| |
| vertical-align: middle;
| |
| }
| |
| | |
| table.vtop td, table.vtop th, table.vtop tr {
| |
| vertical-align: top;
| |
| }
| |
| | |
| table.firstleft {
| |
| text-align: center; | | text-align: center; |
| | border: none; |
| } | | } |
|
| |
|
| table.firstleft td: first-child, table.firstleft th: first-child {
| | /* Misc */ |
| text-align: left;
| |
| }
| |
|
| |
|
| table.locationlist th {
| | div#content { |
| padding:0 0.5em;
| | line-height: 1.5em; |
| }
| | } |
| | |
| table.locationlist td {
| |
| padding-left:0.5em;
| |
| padding-right:0.5em;
| |
| }
| |
| | |
| table.questheader th {
| |
| text-align:right;
| |
| padding-right:0.5em;
| |
| vertical-align:top;
| |
| white-space:nowrap;
| |
| }
| |
| | |
| table.collapsed tr.collapsible {
| |
| display: none;
| |
| }
| |
| | |
| .collapseButton { /* 'show'/'hide' buttons created dynamically by the */
| |
| float: right; /* CollapsibleTables JavaScript in [[MediaWiki: Common.js]] */
| |
| font-weight: normal; /* are styled here so they can be customised. */
| |
| margin-left: 0.5em;
| |
| text-align: right;
| |
| width: auto;
| |
| }
| |
| | |
| /* Styling for JQuery makeCollapsible, matching that of collapseButton */
| |
| .mw-collapsible-toggle {
| |
| font-weight: normal;
| |
| /* @noflip */
| |
| text-align: right;
| |
| }
| |
| | |
| .navbox .mw-collapsible-toggle {
| |
| width: 6em;
| |
| }
| |
| | |
| .mw-collapsible-leftside-toggle {
| |
| /* @noflip */
| |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| }
| |
| | |
| .centered, table.centered {
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| }
| |
| | |
| .toclimit-2 .toclevel-2,
| |
| .toclimit-3 .toclevel-3,
| |
| .toclimit-4 .toclevel-4,
| |
| .toclimit-5 .toclevel-5,
| |
| .toclimit-6 .toclevel-6,
| |
| .toclimit-7 .toclevel-7 {
| |
| display: none;
| |
| }
| |
| | |
| body.page-Main_Page h1.firstHeading {
| |
| display: none;
| |
| }
| |
| | |
| body.page-Main_Page #siteSub {
| |
| display: none;
| |
| }
| |
| | |
| div.news {
| |
| margin-left: 2%;
| |
| }
| |
| | |
| div.news:after {
| |
| content: ".";
| |
| visibility: hidden;
| |
| display: block;
| |
| height: 0;
| |
| clear: both;
| |
| }
| |
| | |
| div.no_vspace.thumb, div.no_tspace.thumb {
| |
| border-top: 0em;
| |
| margin-top: -1.3em;
| |
| }
| |
| | |
| div.no_lspace.thumb {
| |
| border-left: 0em;
| |
| margin-left: -1.4em;
| |
| }
| |
| | |
| div.no_rspace.thumb {
| |
| border-right: 0em;
| |
| margin-right: -1.4em;
| |
| }
| |
| | |
| div.multi_vert.thumb {
| |
| border-top: 0em;
| |
| margin-top: -1.3em;
| |
| }
| |
| | |
| div.multi_horiz.tleft {
| |
| clear: none;
| |
| border-left: 0em;
| |
| margin-left: -1.9em;
| |
| }
| |
| | |
| div.multi_horiz.tright {
| |
| clear: none;
| |
| border-right: 0em;
| |
| margin-right: -1.4em;
| |
| }
| |
| | |
| #siteSub {
| |
| clear: both;
| |
| display: inline;
| |
| float: right;
| |
| font-size: 84%;
| |
| font-style: italic;
| |
| font-weight: normal;
| |
| line-height: 1.3em; | |
| margin: 0 0 0 0;
| |
| padding-left: 5em;
| |
| padding-top: 0em;
| |
| text-align: right;
| |
| }
| |
| | |
| #contentSub {
| |
| line-height: 1.3em;
| |
| min-height: 13px;
| |
| display: table;
| |
| }
| |
| | |
| | |
| | |
| table.wikitable > tr > th.mid,
| |
| table.wikitable > * > tr > th.mid,
| |
| tr.mid,
| |
| td.mid {
| |
| background-color: #FAEBD7;
| |
| } | |
|
| |
|
| table.striped tr: nth-child(even) {
| | p { |
| background-color: #FAEBD7;
| | margin-left: 20px; |
| } | | } |
|
| |
|
| table.striped tr: nth-child(odd) {
| | h1 { |
| background-color: transparent;
| | margin-top: 2px; |
| }
| |
| | |
| /* Striped in pairs, single-line header */
| |
| table.striped2_1 tr: nth-child(4n+2), table.striped2_1 tr: nth-child(4n+3) {
| |
| background-color: transparent;
| |
| }
| |
| | |
| table.striped2_1 tr:nth-child(4n+4), table.striped2_1 tr:nth-child(4n+5) {
| |
| background-color: #FAEBD7;
| |
| }
| |
| | |
| /* Striped in pairs, two-line header */
| |
| table.striped2_2 tr: nth-child(4n+3), table.striped2_2 tr: nth-child(4n+4) {
| |
| background-color: transparent;
| |
| }
| |
| | |
| table.striped2_2 tr:nth-child(4n+5), table.striped2_2 tr:nth-child(4n+6) {
| |
| background-color: #FAEBD7;
| |
| } | | } |
|
| |
|
| h1, h2, h3, h4, h5, h6 { | | h1, h2, h3, h4, h5, h6 { |
| overflow: hidden; | | margin-left: 10px; |
| } | | } |
|
| |
|
| /* For use by Template: Note */
| | li { |
| .citation: target, .citation: target td {
| | margin-left: 40px; |
| background-color: #EEEEFF; | |
| } | | } |
|
| |
|
| .navbox { /* Navbox container style */ | | div.toc li { |
| border: 1px solid #aaa;
| | margin-left: 0px !important; |
| width: 100%;
| |
| margin: auto;
| |
| clear: both;
| |
| font-size: 88%;
| |
| text-align: center;
| |
| padding: 1px;
| |
| } | | } |
|
| |
|
| .navbox-inner, .navbox-subgroup { | | .mw-footer { |
| width: 100%; | | left: 0; |
| | bottom: 0; |
| } | | } |
|
| |
|
| .navbox th, .navbox-title, .navbox-abovebelow { | | .CategoryTreeTag { |
| text-align: center; /* Title and above/below styles */
| | margin-left: 30px; |
| padding-left: 1em;
| |
| padding-right: 1em;
| |
| } | | } |
|
| |
|
| th.navbox-group { /* Group style */
| | div.mw-indicators { |
| white-space: nowrap;
| | height: 27px; |
| /* @noflip */
| | margin-left: 1ex; |
| text-align: right;
| | margin-bottom: 10px; |
| }
| |
| | |
| .navbox, .navbox-subgroup {
| |
| background: #fdfdfd; /* Background color */
| |
| }
| |
| | |
| .navbox-list {
| |
| border-color: #fdfdfd; /* Must match background color */
| |
| }
| |
| | |
| .navbox th, .navbox-title {
| |
| background: #f5deb3; /* Level 1 color */
| |
| }
| |
| | |
| .navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title {
| |
| background: #c1ffe6; /* Level 2 color */
| |
| }
| |
| | |
| .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
| |
| background: #f5e8c8; /* Level 3 color */
| |
| }
| |
| | |
| .navbox-even {
| |
| background: #fdf7ea; /* Even row striping */
| |
| }
| |
| | |
| .navbox-odd {
| |
| background: transparent; /* Odd row striping */
| |
| }
| |
| | |
| table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
| |
| margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
| |
| }
| |
| | |
| /* Default styling for Navbar template (from WP:MediaWiki:Common.css) */
| |
| .navbar {
| |
| display: inline;
| |
| font-size: 88%;
| |
| font-weight: normal;
| |
| }
| |
| | |
| .navbar ul {
| |
| display: inline-block;
| |
| white-space: nowrap;
| |
| }
| |
| | |
| .mw-body-content .navbar ul {
| |
| line-height: inherit;
| |
| }
| |
| | |
| .navbar li {
| |
| word-spacing: -0.125em;
| |
| }
| |
| | |
| .navbar.mini li span {
| |
| font-variant: small-caps;
| |
| }
| |
| | |
| .navbar.mini li abbr[title] {
| |
| font-variant: small-caps;
| |
| border-bottom: none;
| |
| text-decoration: none;
| |
| cursor: inherit;
| |
| }
| |
| | |
| /* Navbar styling when nested in infobox and navbox */
| |
| .infobox .navbar {
| |
| font-size: 100%;
| |
| }
| |
| | |
| .navbox .navbar {
| |
| display: block;
| |
| font-size: 100%;
| |
| }
| |
| | |
| .navbox-title .navbar {
| |
| /* @noflip */
| |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| /* @noflip */
| |
| margin-right: 0.5em;
| |
| width: 6em;
| |
| }
| |
| | |
| /* Style for horizontal lists (separator following item).
| |
| @source mediawiki.org/wiki/Snippets/Horizontal_lists
| |
| @revision 8 (2016-05-21)
| |
| @author [[User:Edokter]]
| |
| */
| |
| .hlist dl,
| |
| .hlist ol,
| |
| .hlist ul {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| /* Display list items inline */
| |
| .hlist dd,
| |
| .hlist dt,
| |
| .hlist li {
| |
| margin: 0;
| |
| display: inline;
| |
| }
| |
| /* Display nested lists inline */
| |
| .hlist.inline,
| |
| .hlist.inline dl,
| |
| .hlist.inline ol,
| |
| .hlist.inline ul,
| |
| .hlist dl dl, .hlist dl ol, .hlist dl ul,
| |
| .hlist ol dl, .hlist ol ol, .hlist ol ul,
| |
| .hlist ul dl, .hlist ul ol, .hlist ul ul {
| |
| display: inline;
| |
| }
| |
| /* Hide empty list items */
| |
| .hlist .mw-empty-li {
| |
| display: none;
| |
| }
| |
| /* Generate interpuncts */
| |
| .hlist dt:after {
| |
| content: ": ";
| |
| }
| |
| .hlist dd:after,
| |
| .hlist li:after {
| |
| content: " · ";
| |
| font-weight: bold;
| |
| }
| |
| .hlist dd:last-child:after,
| |
| .hlist dt:last-child:after,
| |
| .hlist li:last-child:after {
| |
| content: none;
| |
| }
| |
| /* Add parentheses around nested lists */
| |
| .hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
| |
| .hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
| |
| .hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
| |
| content: " (";
| |
| font-weight: normal;
| |
| }
| |
| .hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
| |
| .hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
| |
| .hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
| |
| content: ")";
| |
| font-weight: normal;
| |
| }
| |
| /* Put ordinals in front of ordered list items */
| |
| .hlist ol {
| |
| counter-reset: listitem;
| |
| }
| |
| .hlist ol > li {
| |
| counter-increment: listitem;
| |
| }
| |
| .hlist ol > li:before {
| |
| content: " " counter(listitem) "\a0";
| |
| }
| |
| .hlist dd ol > li:first-child:before,
| |
| .hlist dt ol > li:first-child:before,
| |
| .hlist li ol > li:first-child:before {
| |
| content: " (" counter(listitem) "\a0";
| |
| }
| |
| | |
| .navbox .hlist td dl,
| |
| .navbox .hlist td ol,
| |
| .navbox .hlist td ul,
| |
| .navbox td.hlist dl,
| |
| .navbox td.hlist ol,
| |
| .navbox td.hlist ul {
| |
| padding: 0.125em 0; /* Adjust hlist padding in navboxes */
| |
| }
| |
| | |
| .navbox .hlist dd,
| |
| .navbox .hlist dt,
| |
| .navbox .hlist li {
| |
| white-space: nowrap; /* Nowrap list items in navboxes */
| |
| white-space: normal !ie; /* IE < 8 no-wraps entire list, so disable it */
| |
| }
| |
| | |
| .navbox .hlist dd dl,
| |
| .navbox .hlist dt dl,
| |
| .navbox .hlist li ol,
| |
| .navbox .hlist li ul {
| |
| white-space: normal; /* But allow parent list items to be wrapped */
| |
| }
| |
| | |
| ol + table.navbox, ul + table.navbox {
| |
| margin-top: 0.5em; /* Prevent lists from clinging to navboxes */
| |
| }
| |
| | |
| .mw-specialpages-table {
| |
| background-color: transparent;
| |
| }
| |
| | |
| ol {
| |
| margin: 0em 0 0 1.5em !important;
| |
| }
| |
| | |
| legend + table {
| |
| background-color: inherit;
| |
| }
| |
| | |
| body.page-Main_Page #contentSub {
| |
| margin-bottom: -13px;
| |
| }
| |
| | |
| img {
| |
| vertical-align: top;
| |
| }
| |
| | |
| .fullwidth {
| |
| width: 100%;
| |
| height: auto;
| |
| }
| |
| | |
| .hiddenStructure {
| |
| display: none;
| |
| }
| |
| | |
| /* For use by Template: ESO Box */
| |
| .ESO-box {
| |
| border: 4px solid;
| |
| -webkit-border-image: url("//images.uesp.net/3/3a/Template-ESO_Box.png") 4 4 4 4 repeat;
| |
| -moz-border-image: url("//images.uesp.net/3/3a/Template-ESO_Box.png") 4 4 4 4 repeat;
| |
| -ms-border-image: url("//images.uesp.net/3/3a/Template-ESO_Box.png") 4 4 4 4 repeat;
| |
| -o-border-image: url("//images.uesp.net/3/3a/Template-ESO_Box.png") 4 4 4 4 repeat;
| |
| border-image: url("//images.uesp.net/3/3a/Template-ESO_Box.png") 4 4 4 4 repeat;
| |
| behavior: url(/PIE.htc);
| |
| width: 97%
| |
| }
| |
| | |
| fieldset#mw-searchoptions {
| |
| background-color: #FDF5E6;
| |
| }
| |
| | |
| fieldset#mw-searchoptions table {
| |
| background-color: #FDF5E6;
| |
| }
| |
| | |
| .idall {
| |
| font-size: 83%;
| |
| }
| |
| | |
| .mw-search-formheader {
| |
| background-color: #F5DEB3;
| |
| }
| |
| | |
| .mw-search-formheader div.search-types ul li.current a {
| |
| font-weight: bold;
| |
| }
| |
| | |
| .not-patrolled {
| |
| background-color:#CCBB88;
| |
| }
| |
| | |
| .os-suggest {
| |
| overflow-y: hidden;
| |
| }
| |
| | |
| /* Sidebar formatting */
| |
| #n-Mods {
| |
| border-bottom: 1px solid #a2a9b1;
| |
| }
| |
| | |
| #n-Arena {
| |
| border-bottom: 1px solid #a2a9b1;
| |
| }
| |
| | |
| #n-Travels {
| |
| border-bottom: 1px solid #a2a9b1;
| |
| }
| |
| | |
| #n-Discord {
| |
| background-image: url(//images.uesp.net/icons/discordiconsmall.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| #n-Facebook {
| |
| background-image: url(//images.uesp.net/icons/facebookiconsmall.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| #n-Instagram {
| |
| background-image: url(//images.uesp.net/icons/Instagram_Glyph_Gradient_small.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| #n-Tumblr {
| |
| background-image: url(//images.uesp.net/icons/tumblriconsmall.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| #n-Twitch {
| |
| background-image: url(//images.uesp.net/icons/twitchiconsmall.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| #n-Twitch + li {
| |
| background-image: url(//images.uesp.net/icons/xtwittericonsmall.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| #n-Starfield-Wiki {
| |
| background-image: url(//images.uesp.net/icons/starfieldiconsmall.png);
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px !important;
| |
| }
| |
| | |
| /* multi column references */
| |
| ol.references {
| |
| column-width: 30em; -moz-column-width: 30em; -webkit-column-width: 30em;
| |
| column-gap:20px; -moz-column-gap:20px; -webkit-column-gap:20px;
| |
| }
| |
| ol.references li {
| |
| margin-left: 2em;
| |
| page-break-inside: avoid; -webkit-column-break-inside: avoid;
| |
| }
| |
| div.references-columns ol.references { | |
| column-width: inherit; -moz-column-width: inherit; -webkit-column-width: inherit;
| |
| }
| |
| | |
| /* CSS for styling and layout on Zenimax Interactive Map texts */
| |
| div.esomaptext {
| |
| padding:15px 20px 10px 0;
| |
| background:#EBE0C8;
| |
| border-radius:5px;
| |
| }
| |
| | |
| div.highlightbox {
| |
| display:table;
| |
| background-color:#EBE0C8;
| |
| margin:20px 40px;
| |
| padding:15px;
| |
| }
| |
| | |
| div.highlightbox hr {
| |
| background-color:#CEC4AF;
| |
| }
| |
| | |
| div.quotebox {
| |
| float: right;
| |
| background: #EBE0C8;
| |
| border-left: 2px solid #CEC4AF;
| |
| border-radius: 5px;
| |
| padding: 1em;
| |
| margin:0 0 0.5em 0.5em;
| |
| max-width: 350px;
| |
| display: table;
| |
| }
| |
| | |
| hr.clearboth {
| |
| background-color: #EBE0C8;
| |
| border:1px solid #EBE0C8;
| |
| clear:both;
| |
| }
| |
| | |
| /* MetaTemplate Special page styles */
| |
| span.mt-subsetvalue {
| |
| font-style: italic;
| |
| }
| |
| | |
| span.mt-subsetvaluemain {
| |
| color: grey;
| |
| }
| |
| | |
| #preferences {
| |
| background-color: transparent;
| |
| }
| |
| | |
| .prefsection {
| |
| background-color: transparent;
| |
| }
| |
| | |
| .prefsection table, .prefsection legend {
| |
| background-color: transparent;
| |
| }
| |
| | |
| #preftoc li {
| |
| background-color: #fdf5e6;
| |
| }
| |
| | |
| #preftoc li.selected {
| |
| background-color: #f5deb3;
| |
| }
| |
| | |
| .editOptions {
| |
| background-color: #f5deb3;
| |
| }
| |
| | |
| div#userloginForm, div#userlogin {
| |
| background-color: transparent;
| |
| }
| |
| | |
| #mw-createaccount-join {
| |
| box-shadow: none;
| |
| }
| |
| | |
| td.diff-addedline {
| |
| border-color: #B9FFB0;
| |
| background-color: #D8FFD0;
| |
| }
| |
| | |
| td.diff-addedline .diffchange {
| |
| color: red;
| |
| background-color: #B9FFB0;
| |
| }
| |
| | |
| td.diff-deletedline {
| |
| border-color: #FFF890;
| |
| background-color: #FFFFD0;
| |
| }
| |
| | |
| td.diff-deletedline .diffchange {
| |
| color: red;
| |
| background-color: #FFF890;
| |
| }
| |
| | |
| .diffchange {
| |
| background-color: #FFCDF3;
| |
| }
| |
| | |
| td.diff-context {
| |
| background-color: #faebd7;
| |
| border-color: #f5deb3;
| |
| }
| |
| | |
| #firstHeading {
| |
| line-height: 0.9em;
| |
| }
| |
| | |
| li.gallerybox div.thumb div {
| |
| background-color:transparent;
| |
| }
| |
| | |
| ul.gallery.mw-gallery-nolines, ul.gallery.mw-gallery-packed {
| |
| padding:4px;
| |
| display:inline-block;
| |
| }
| |
| | |
| ul.gallery.mw-gallery-nolines li.gallerybox, ul.gallery.mw-gallery-packed li.gallerybox {
| |
| padding:4px;
| |
| }
| |
| | |
| ul.gallery.mw-gallery-packed {
| |
| text-align:left;
| |
| }
| |
| | |
| div.infobox, table.infobox {
| |
| float:right;
| |
| margin:0 0 1em 0.5em;
| |
| width:33%;
| |
| }
| |
| | |
| table.mw-collapsible {
| |
| margin-top: 3px;
| |
| }
| |
| table.mw-enhanced-rc th, table.mw-enhanced-rc td {
| |
| padding: 0;
| |
| vertical-align: bottom;
| |
| }
| |
| table.mw-collapsible.mw-enhanced-rc td:first-of-type {
| |
| padding: 0;
| |
| vertical-align: top;
| |
| }
| |
| /* Although color is consistent throughout each set, they're included here in case backgrounds are ever changed and color needs to be altered for readability. */
| |
| table.lgclass-agility > * > tr > th { color:white; background-color:#1B5501; }
| |
| table.lgclass-endurance > * > tr > th { color:white; background-color:#8A0A86; }
| |
| table.lgclass-intelligence > * > tr > th { color:white; background-color:#1A91FF; }
| |
| table.lgclass-neutral > * > tr > th { color:white; background-color:#808080; }
| |
| table.lgclass-strength > * > tr > th { color:white; background-color:#E6000B; }
| |
| table.lgclass-willpower > * > tr > th { color:white; background-color:#DDA308; }
| |
| table.lgclass-archer > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #1B5501); }
| |
| table.lgclass-assassin > * > tr > th { color:white; background-image:linear-gradient(to right, #1A91FF, #1B5501); }
| |
| table.lgclass-battlemage > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #1A91FF); }
| |
| table.lgclass-crusader > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #DDA308); }
| |
| table.lgclass-mage > * > tr > th { color:white; background-image:linear-gradient(to right, #1A91FF, #DDA308); }
| |
| table.lgclass-monk > * > tr > th { color:white; background-image:linear-gradient(to right, #DDA308, #1B5501); }
| |
| table.lgclass-scout > * > tr > th { color:white; background-image:linear-gradient(to right, #1B5501, #8A0A86); }
| |
| table.lgclass-sorcerer > * > tr > th { color:white; background-image:linear-gradient(to right, #1A91FF, #8A0A86); }
| |
| table.lgclass-spellsword > * > tr > th { color:white; background-image:linear-gradient(to right, #DDA308, #8A0A86); }
| |
| table.lgclass-warrior > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #8A0A86); }
| |
| table.lgclass-houseredoran > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #DDA308, #8A0A86); }
| |
| table.lgclass-housetelvanni > * > tr > th { color:white; background-image:linear-gradient(to right, #1A91FF, #1B5501, #8A0A86); }
| |
| table.lgclass-househlaalu > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #DDA308, #1B5501); }
| |
| table.lgclass-tribunaltemple > * > tr > th { color:white; background-image:linear-gradient(to right, #1A91FF, #DDA308, #8A0A86); }
| |
| table.lgclass-housedagoth > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #1A91FF, #1B5501); }
| |
| table.lgclass-theempireofcyrodiil > * > tr > th { color:white; background-image:linear-gradient(to right, #DDA308, #1B5501, #8A0A86); }
| |
| table.lgclass-theguildsworn > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #1A91FF, #DDA308); }
| |
| table.lgclass-ebonheartpact > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #1B5501, #8A0A86); }
| |
| table.lgclass-aldmeridominion > * > tr > th { color:white; background-image:linear-gradient(to right, #1A91FF, #DDA308, #1B5501); }
| |
| table.lgclass-daggerfallcovenant > * > tr > th { color:white; background-image:linear-gradient(to right, #E6000B, #1A91FF, #8A0A86); }
| |
| | |
| table.lgclass-agility > * > tr > th a,
| |
| table.lgclass-endurance > * > tr > th a,
| |
| table.lgclass-intelligence > * > tr > th a,
| |
| table.lgclass-neutral > * > tr > th a,
| |
| table.lgclass-strength > * > tr > th a,
| |
| table.lgclass-willpower > * > tr > th a,
| |
| table.lgclass-archer > * > tr > th a,
| |
| table.lgclass-assassin > * > tr > th a,
| |
| table.lgclass-battlemage > * > tr > th a,
| |
| table.lgclass-crusader > * > tr > th a,
| |
| table.lgclass-mage > * > tr > th a,
| |
| table.lgclass-monk > * > tr > th a,
| |
| table.lgclass-scout > * > tr > th a,
| |
| table.lgclass-sorcerer > * > tr > th a,
| |
| table.lgclass-spellsword > * > tr > th a,
| |
| table.lgclass-warrior > * > tr > th a,
| |
| table.lgclass-houseredoran > * > tr > th a,
| |
| table.lgclass-housetelvanni > * > tr > th a,
| |
| table.lgclass-househlaalu > * > tr > th a,
| |
| table.lgclass-tribunaltemple > * > tr > th a,
| |
| table.lgclass-housedagoth > * > tr > th a,
| |
| table.lgclass-theempireofcyrodiil > * > tr > th a,
| |
| table.lgclass-theguildsworn > * > tr > th a,
| |
| table.lgclass-ebonheartpact > * > tr > th a,
| |
| table.lgclass-aldmeridominion > * > tr > th a,
| |
| table.lgclass-daggerfallcovenant > * > tr > th a { color:white; }
| |
| | |
| table.lgclass-agility > * > tr > td { color:black; background-color:#8AFD56; }
| |
| table.lgclass-endurance > * > tr > td { color:black; background-color:#F79AF4; }
| |
| table.lgclass-intelligence > * > tr > td { color:black; background-color:#B3DAFF; }
| |
| table.lgclass-neutral > * > tr > td { color:black; background-color:#CCCCCC; }
| |
| table.lgclass-strength > * > tr > td { color:black; background-color:#FF8086; }
| |
| table.lgclass-willpower > * > tr > td { color:black; background-color:#FADA83; }
| |
| table.lgclass-archer > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #8AFD56); }
| |
| table.lgclass-assassin > * > tr > td { color:black; background-image:linear-gradient(to right, #B3DAFF, #8AFD56); }
| |
| table.lgclass-battlemage > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #B3DAFF); }
| |
| table.lgclass-crusader > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #FADA83); }
| |
| table.lgclass-mage > * > tr > td { color:black; background-image:linear-gradient(to right, #B3DAFF, #FADA83); }
| |
| table.lgclass-monk > * > tr > td { color:black; background-image:linear-gradient(to right, #FADA83, #8AFD56); }
| |
| table.lgclass-scout > * > tr > td { color:black; background-image:linear-gradient(to right, #8AFD56, #F79AF4); }
| |
| table.lgclass-sorcerer > * > tr > td { color:black; background-image:linear-gradient(to right, #B3DAFF, #F79AF4); }
| |
| table.lgclass-spellsword > * > tr > td { color:black; background-image:linear-gradient(to right, #FADA83, #F79AF4); }
| |
| table.lgclass-warrior > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #F79AF4); }
| |
| table.lgclass-houseredoran > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #FADA83, #F79AF4); }
| |
| table.lgclass-housetelvanni > * > tr > td { color:black; background-image:linear-gradient(to right, #B3DAFF, #8AFD56, #F79AF4); }
| |
| table.lgclass-househlaalu > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #FADA83, #8AFD56); }
| |
| table.lgclass-tribunaltemple > * > tr > td { color:black; background-image:linear-gradient(to right, #B3DAFF, #FADA83, #F79AF4); }
| |
| table.lgclass-housedagoth > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #B3DAFF, #8AFD56); }
| |
| table.lgclass-theempireofcyrodiil > * > tr > td { color:black; background-image:linear-gradient(to right, #FADA83, #8AFD56, #F79AF4); }
| |
| table.lgclass-theguildsworn > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #B3DAFF, #FADA83); }
| |
| table.lgclass-ebonheartpact > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #8AFD56, #F79AF4); }
| |
| table.lgclass-aldmeridominion > * > tr > td { color:black; background-image:linear-gradient(to right, #B3DAFF, #FADA83, #8AFD56); }
| |
| table.lgclass-daggerfallcovenant > * > tr > td { color:black; background-image:linear-gradient(to right, #FF8086, #B3DAFF, #F79AF4); }
| |
| | |
| table.wikitable th.racecolor1, .racecolor1 { color:#000000; background-color:#DDDDDD; }
| |
| table.wikitable th.racecolor1-altmer, .racecolor1-altmer,
| |
| table.wikitable th.racecolor1-high_elf, .racecolor1-high_elf { color:#000000; background-color:#DFBE00; }
| |
| | |
| table.wikitable th.racecolor1-animals, .racecolor1-animals,
| |
| table.wikitable th.racecolor1-cat, .racecolor1-cat,
| |
| table.wikitable th.racecolor1-dog, .racecolor1-dog { color:#00FF00; background-color:#000000; }
| |
| table.wikitable th.racecolor1-argonian, .racecolor1-argonian,
| |
| table.wikitable th.racecolor1-naga, .racecolor1-naga { color:#000000; background-color:#86AC01; }
| |
| table.wikitable th.racecolor1-ash_creatures, .racecolor1-ash_creatures { color:#FF0000; background-color:#000000; }
| |
| table.wikitable th.racecolor1-beasts, .racecolor1-beasts { color:#00FF00; background-color:#000000; }
| |
| table.wikitable th.racecolor1-breton, .racecolor1-breton,
| |
| table.wikitable th.racecolor1-wood_elf, .racecolor1-wood_elf { color:#FFFFFF; background-color:#847000; }
| |
| table.wikitable th.racecolor1-breton, .racecolor1-breton { color:#FFFFFF; background-color:#993365; }
| |
| table.wikitable th.racecolor1-daedra, .racecolor1-daedra { color:#FFFF00; background-color:#000000; }
| |
| table.wikitable th.racecolor1-dark-seducer, .racecolor1-dark-seducer { color:#FFFFFF; background-color:#5F9EA0; }
| |
| table.wikitable th.racecolor1-dremora, .racecolor1-dremora { color:#FFFFFF; background-color:#B22222; }
| |
| table.wikitable th.racecolor1-dunmer, .racecolor1-dunmer,
| |
| table.wikitable th.racecolor1-dark_elf, .racecolor1-dark_elf { color:#FFFFFF; background-color:#848484; }
| |
| table.wikitable th.racecolor1-dwarf, .racecolor1-dwarf,
| |
| table.wikitable th.racecolor1-dwarven_automatons, .racecolor1-dwarven_automatons,
| |
| table.wikitable th.racecolor1-dwemer_centurions, .racecolor1-dwemer_centurions,
| |
| table.wikitable th.racecolor1-dwemer, .racecolor1-dwemer { color:#FF9900; background-color:#000000; }
| |
| table.wikitable th.racecolor1-fabricant, .racecolor1-fabricant { color:#FF00BB; background-color:#000000; }
| |
| table.wikitable th.racecolor1-goblins, .racecolor1-goblins { color:#66DD66; background-color:#000000; }
| |
| table.wikitable th.racecolor1-golem, .racecolor1-golem { color:#000000; background-color:#FFDD00; }
| |
| table.wikitable th.racecolor1-horse, .racecolor1-horse { color:#CC9900; background-color:#000000; }
| |
| table.wikitable th.racecolor1-imperial, .racecolor1-imperial { color:#FFFFFF; background-color:#0000AE; }
| |
| table.wikitable th.racecolor1-alfiq, .racecolor1-alfiq,
| |
| table.wikitable th.racecolor1-alfiq-raht, .racecolor1-alfiq-raht,
| |
| table.wikitable th.racecolor1-cathay-raht, .racecolor1-cathay-raht,
| |
| table.wikitable th.racecolor1-dagi, .racecolor1-dagi,
| |
| table.wikitable th.racecolor1-dagi-raht, .racecolor1-dagi-raht,
| |
| table.wikitable th.racecolor1-ohmes, .racecolor1-ohmes,
| |
| table.wikitable th.racecolor1-ohmes-raht, .racecolor1-ohmes-raht,
| |
| table.wikitable th.racecolor1-pahmar, .racecolor1-pahmar,
| |
| table.wikitable th.racecolor1-pahmar-raht, .racecolor1-pahmar-raht,
| |
| table.wikitable th.racecolor1-senche, .racecolor1-senche,
| |
| table.wikitable th.racecolor1-senche-raht, .racecolor1-senche-raht,
| |
| table.wikitable th.racecolor1-suthay, .racecolor1-suthay,
| |
| table.wikitable th.racecolor1-suthay-raht, .racecolor1-suthay-raht,
| |
| table.wikitable th.racecolor1-tojay, .racecolor1-tojay,
| |
| table.wikitable th.racecolor1-tojay-raht, .racecolor1-tojay-raht,
| |
| table.wikitable th.racecolor1-khajiit, .racecolor1-khajiit { color:#000000; background-color:#F39A00; }
| |
| table.wikitable th.racecolor1-kwama, .racecolor1-kwama { color:#8888FF; background-color:#000000; }
| |
| table.wikitable th.racecolor1-maormer, .racecolor1-maormer { color:#000080; background-color:#F0F0FF; }
| |
| table.wikitable th.racecolor1-monsters, .racecolor1-monsters { color:#66DD66; background-color:#000000; }
| |
| table.wikitable th.racecolor1-nord, .racecolor1-nord { color:#000000; background-color:#00D8D8; }
| |
| table.wikitable th.racecolor1-orc, .racecolor1-orc { color:#FFFFFF; background-color:#118500; }
| |
| table.wikitable th.racecolor1-reachman, .racecolor1-reachman { color:#FFFFFF; background-color:#885451; }
| |
| table.wikitable th.racecolor1-redguard, .racecolor1-redguard { color:#FFFFFF; background-color:#841A1A; }
| |
| table.wikitable th.racecolor1-special_creatures, .racecolor1-special_creatures { color:#FFCC66; background-color:#000000; }
| |
| table.wikitable th.racecolor1-undead, .racecolor1-undead { color:#00FFFF; background-color:#000000; }
| |
| | |
| table.wikitable th.racecolor2, .racecolor2 { color:#000000; background-color:#EEEEEE; }
| |
| table.wikitable th.racecolor2-high_elf, .racecolor2-high_elf { color:#000000; background-color:#EFDF80; }
| |
| table.wikitable th.racecolor2-animals, .racecolor2-animals,
| |
| table.wikitable th.racecolor3-cat, .racecolor2-cat,
| |
| table.wikitable th.racecolor2-dog, .racecolor2-dog { color:#00FF00; background-color:#808080; }
| |
| table.wikitable th.racecolor2-argonian, .racecolor2-argonian,
| |
| table.wikitable th.racecolor2-naga, .racecolor2-naga { color:#000000; background-color:#86AC01; }
| |
| table.wikitable th.racecolor2-ash_creatures, .racecolor2-ash_creatures { color:#FF0000; background-color:#000000; }
| |
| table.wikitable th.racecolor2-beasts, .racecolor2-beasts { color:#00FF00; background-color:#000000; }
| |
| table.wikitable th.racecolor2-wood_elf, .racecolor2-wood_elf { color:#FFFFFF; background-color:#847000; }
| |
| table.wikitable th.racecolor2-breton, .racecolor2-breton { color:#FFFFFF; background-color:#993365; }
| |
| table.wikitable th.racecolor2-daedra, .racecolor2-daedra { color:#FFFF00; background-color:#000000; }
| |
| table.wikitable th.racecolor2-dark_seducer, .racecolor2-dark_seducer { color:#FFFFFF; background-color:#5F9EA0; }
| |
| table.wikitable th.racecolor2-dremora, .racecolor2-dremora { color:#FFFFFF; background-color:#B22222; }
| |
| table.wikitable th.racecolor2-dark_elf, .racecolor2-dark_elf { color:#FFFFFF; background-color:#CACACA; }
| |
| table.wikitable th.racecolor2-dwarf, .racecolor2-dwarf,
| |
| table.wikitable th.racecolor2-dwarven_automatons, .racecolor2-dwarven_automatons,
| |
| table.wikitable th.racecolor2-dwemer_centurions, .racecolor2-dwemer_centurions,
| |
| table.wikitable th.racecolor2-dwemer, .racecolor2-dwemer { color:#FF9900; background-color:#000000; }
| |
| table.wikitable th.racecolor2-fabricant, .racecolor2-fabricant { color:#FF00BB; background-color:#000000; }
| |
| table.wikitable th.racecolor2-goblins, .racecolor2-goblins { color:#66DD66; background-color:#000000; }
| |
| table.wikitable th.racecolor2-golem, .racecolor2-golem { color:#000000; background-color:#FFDD00; }
| |
| table.wikitable th.racecolor2-horse, .racecolor2-horse { color:#CC9900; background-color:#000000; }
| |
| table.wikitable th.racecolor2-imperial, .racecolor2-imperial { color:#FFFFFF; background-color:#0000AE; }
| |
| table.wikitable th.racecolor2-alfiq, .racecolor1-alfiq,
| |
| table.wikitable th.racecolor2-alfiq-raht, .racecolor1-alfiq-raht,
| |
| table.wikitable th.racecolor2-cathay-raht, .racecolor1-cathay-raht,
| |
| table.wikitable th.racecolor2-dagi, .racecolor1-dagi,
| |
| table.wikitable th.racecolor2-dagi-raht, .racecolor1-dagi-raht,
| |
| table.wikitable th.racecolor2-ohmes, .racecolor1-ohmes,
| |
| table.wikitable th.racecolor2-ohmes-raht, .racecolor1-ohmes-raht,
| |
| table.wikitable th.racecolor2-pahmar, .racecolor1-pahmar,
| |
| table.wikitable th.racecolor2-pahmar-raht, .racecolor1-pahmar-raht,
| |
| table.wikitable th.racecolor2-senche, .racecolor1-senche,
| |
| table.wikitable th.racecolor2-senche-raht, .racecolor1-senche-raht,
| |
| table.wikitable th.racecolor2-suthay, .racecolor1-suthay,
| |
| table.wikitable th.racecolor2-suthay-raht, .racecolor1-suthay-raht,
| |
| table.wikitable th.racecolor2-tojay, .racecolor1-tojay,
| |
| table.wikitable th.racecolor2-tojay-raht, .racecolor1-tojay-raht,
| |
| table.wikitable th.racecolor2-khajiit, .racecolor1-khajiit { color:#000000; background-color:#F39A00; }
| |
| table.wikitable th.racecolor2-kwama, .racecolor2-kwama { color:#8888FF; background-color:#000000; }
| |
| table.wikitable th.racecolor2-maormer, .racecolor2-maormer { color:#000080; background-color:#F8F8FF; }
| |
| table.wikitable th.racecolor2-monsters, .racecolor2-monsters { color:#66DD66; background-color:#000000; }
| |
| table.wikitable th.racecolor2-nord, .racecolor2-nord { color:#000000; background-color:#00D8D8; }
| |
| table.wikitable th.racecolor2-orc, .racecolor2-orc { color:#FFFFFF; background-color:#118500; }
| |
| table.wikitable th.racecolor2-reachman, .racecolor2-reachman { color:#FFFFFF; background-color:#885451; }
| |
| table.wikitable th.racecolor2-redguard, .racecolor2-redguard { color:#FFFFFF; background-color:#841A1A; }
| |
| table.wikitable th.racecolor2-special_creatures, .racecolor2-special_creatures { color:#FFCC66; background-color:#000000; }
| |
| table.wikitable th.racecolor2-undead, .racecolor2-undead { color:#00FFFF; background-color:#000000; }
| |
| | |
| .esoqctrash { color:#A6A6A6; }
| |
| .esoqcnormal { color:#888888; }
| |
| .esoqcfine { color:#2DC50E; }
| |
| .esoqcsuperior { color:#3A92FF; }
| |
| .esoqcepic { color:#A02EF7; }
| |
| .esoqclegendary { color:#CCAA1A; }
| |
| .esoqcapex { color:#E58B27; }
| |
| .esoqcradiant { color:#FF6F50; }
| |
| .esoqcevent { color:#FF8888; }
| |
| | |
| div.footer {
| |
| margin:2em 0.5em 0 0.5em;
| |
| border-top: 1px solid #aaaaaa;
| |
| border-bottom: 1px solid #aaaaaa;
| |
| padding: .3em;
| |
| }
| |
| | |
| .coloredlinks a {
| |
| color:inherit;
| |
| }
| |
| | |
| /* Fix for double-underlining of N and m in RC/history in some browsers - copied from shared.css for MW 1.26+ */
| |
| abbr[title],
| |
| .explain[title] {
| |
| border-bottom: 1px dotted;
| |
| cursor: help;
| |
| }
| |
| | |
| @supports (text-decoration: underline dotted) {
| |
| abbr[title],
| |
| .explain[title] {
| |
| border-bottom: none;
| |
| text-decoration: underline dotted;
| |
| }
| |
| }
| |
| | |
| /* ESO Zone/Alliance Colors (two-tone) */
| |
| | |
| #esoAldmeriDominion, .esoAldmeriDominion { background: #F3E191 !important; }
| |
| #esoAldmeriDominion2, .esoAldmeriDominion2 { background: #F6F6C9 !important; }
| |
| #esoAldmeriDominion3, .esoAldmeriDominion3 { background: #F3D655 !important; }
| |
| #esoArtaeum, .esoArtaeum { background: #FFB7C5 !important; }
| |
| #esoArtaeum2, .esoArtaeum2 { background: #E9CCD2 !important; }
| |
| #esoArtaeum3, .esoArtaeum3 { background: #FF849C !important; }
| |
| #esoColdharbour, .esoColdharbour { background: #BEB4C1 !important; }
| |
| #esoColdharbour2, .esoColdharbour2 { background: #E5DAEB !important; }
| |
| #esoColdharbour3, .esoColdharbour3 { background: #B691C1 !important; }
| |
| #esoCraglorn, .esoCraglorn { background: #E8D4C3 !important; }
| |
| #esoCraglorn2, .esoCraglorn2 { background: #F2E3D5 !important; }
| |
| #esoCraglorn3, .esoCraglorn3 { background: #E8BC97 !important; }
| |
| #esoCyrodiil, .esoCyrodiil { background: #BCF5B3 !important; }
| |
| #esoCyrodiil2, .esoCyrodiil2 { background: #DAF5D6 !important; }
| |
| #esoCyrodiil3, .esoCyrodiil3 { background: #76F562 !important; }
| |
| #esoDaggerfallCovenant, .esoDaggerfallCovenant { background: #AFD3F5 !important; }
| |
| #esoDaggerfallCovenant2, .esoDaggerfallCovenant2 { background: #D8E7F5 !important; }
| |
| #esoDaggerfallCovenant3, .esoDaggerfallCovenant3 { background: #62AEF5 !important; }
| |
| #esoDefault, .esoDefault { background: #F5DEB3 !important; }
| |
| #esoDefault2, .esoDefault2 { background: #FAEBD7 !important; }
| |
| #esoDefault3, .esoDefault3 { background: #E9B759 !important; }
| |
| #esoDisabled, .esoDisabled { background: #D3D3D3 !important; }
| |
| #esoDisabled2, .esoDisabled2 { background: #F0F0F0 !important; }
| |
| #esoDisabled3, .esoDisabled3 { background: #C3C3C3 !important; }
| |
| #esoEbonheartPact, .esoEbonheartPact { background: #F5A49B !important; }
| |
| #esoEbonheartPact2, .esoEbonheartPact2 { background: #F5DBD8 !important; }
| |
| #esoEbonheartPact3, .esoEbonheartPact3 { background: #F57162 !important; }
| |
| #esoHighIsle, .esoHighIsle { background: #9EFEFF !important; }
| |
| #esoHighIsle2, .esoHighIsle2 { background: #D1FEFF !important; }
| |
| #esoHighIsle3, .esoHighIsle3 { background: #05FBFF !important; }
| |
| #esoImperialCity, .esoImperialCity { background: #BCF5B3 !important; }
| |
| #esoImperialCity2, .esoImperialCity2 { background: #DAF5D6 !important; }
| |
| #esoImperialCity3, .esoImperialCity3 { background: #76F562 !important; }
| |
| #esoNorthernElsweyr, .esoNorthernElsweyr { background: #E2B890 !important; }
| |
| #esoNorthernElsweyr2, .esoNorthernElsweyr2 { background: #EDD2B8 !important; }
| |
| #esoNorthernElsweyr3, .esoNorthernElsweyr3 { background: #CD853F !important; }
| |
| #esoVvardenfell, .esoVvardenfell { background: #FFD0A8 !important; }
| |
| #esoVvardenfell2, .esoVvardenfell2 { background: #FFE4C8 !important; }
| |
| #esoVvardenfell3, .esoVvardenfell3 { background: #FFA869 !important; }
| |
| #esoWesternSkyrim, .esoWesternSkyrim { background: #D5E1ED !important; }
| |
| #esoWesternSkyrim2, .esoWesternSkyrim2 { background: #F9FBFC !important; }
| |
| #esoWesternSkyrim3, .esoWesternSkyrim3 { background: #ABC8E4 !important; }
| |
| #esoBlackwood, .esoBlackwood { background: #ADBC8F !important; }
| |
| #esoBlackwood2, .esoBlackwood2 { background: #C4CFAF !important; }
| |
| #esoBlackwood3, .esoBlackwood3 { background: #B3CE7D !important; }
| |
| #esoNecrom, .esoNecrom { background: #C1FF62 !important; }
| |
| #esoNecrom2, .esoNecrom2 { background: #E9FFC8 !important; }
| |
| #esoNecrom3, .esoNecrom3 { background: #98FB00 !important; }
| |
| #esoWestWeald, .esoWestWeald { background: #FFDD66 !important; }
| |
| #esoWestWeald2, .esoWestWeald2 { background: #FFF0C2 !important; }
| |
| #esoWestWeald3, .esoWestWeald3 { background: #FFC700 !important; }
| |
| | |
| /* Re-enable toc=class padding */
| |
| | |
| table#toc, table.toc {
| |
| border-collapse: initial;
| |
| }
| |
| | |
| table.cellwrap td, tr.cellwrap td {
| |
| display: inline-block;
| |
| }
| |
| | |
| .columns > :first-child {
| |
| margin-top: 0;
| |
| }
| |
| /* Text that's hidden unless hovered over/clicked */
| |
| .spoiler{
| |
| color: black;
| |
| background-color:black;
| |
| }
| |
| .spoiler:hover {
| |
| background-color:#e0fff1;
| |
| }
| |
| html .backdrop {
| |
| background-color:#2d2d2d;
| |
| }
| |
| .no-interpolation {
| |
| image-rendering: pixelated;
| |
| }
| |
| table.notice-default {
| |
| background-color: #FFFFEE;
| |
| border: 1px solid #CCCCBA;
| |
| clear: both;
| |
| margin: 0 auto 1em auto;
| |
| padding: 0.2em 0.5em;
| |
| text-align: left;
| |
| width: 80%;
| |
| }
| |
| | |
| table.notice-blue { background-color: #EEEEFF; border-color: #AAAAFF }
| |
| table.notice-cyan { background-color: #EEFFFF; border-color: #AAFFFF }
| |
| table.notice-green { background-color: #EEFFEE; border-color: #CCFFCC }
| |
| table.notice-pink { background-color: #FFEEEE; border-color: #FFAAAA }
| |
| table.notice-red { background-color: #FFCCCC; border-color: #AA9999 }
| |
| table.notice-white { background-color: #FFFFEE; border-color: #CCCCBA }
| |
| table.notice-yellow { background-color: #FFFFCC; border-color: #CCCC66 }
| |
| | |
| table.patreon td {
| |
| text-align:left;
| |
| padding-left:0.5em;
| |
| text-indent:-0.5em
| |
| }
| |
| | |
| /* Add webfont support for Daedric Font */
| |
| @font-face {
| |
| font-family: 'Oblivion';
| |
| src: url('/w/extensions/DaedricFont/Oblivion.eot');
| |
| src: url('/w/extensions/DaedricFont/Oblivion.eot?#iefix') format('embedded-opentype'),
| |
| url('/w/extensions/DaedricFont/Oblivion.woff') format('woff'),
| |
| url('/w/extensions/DaedricFont/Oblivion.ttf') format('truetype');
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| }
| |
| | |
| /* Add webfont support for Dragon Font */
| |
| @font-face {
| |
| font-family: 'DragonscriptRegular';
| |
| src: url('/w/extensions/DragonFont/dragon_script.eot');
| |
| src: url('/w/extensions/DragonFont/dragon_script.eot?#iefix') format('embedded-opentype'),
| |
| url('/w/extensions/DragonFont/dragon_script.woff') format('woff'),
| |
| url('/w/extensions/DragonFont/dragon_script.ttf') format('truetype'),
| |
| url('/w/extensions/DragonFont/dragon_script.svg#DragonscriptRegular') format('svg');
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| }
| |
| | |
| /* Add webfont support for Dwemer Font */
| |
| @font-face {
| |
| font-family: 'Dwemersr';
| |
| src: url('/w/extensions/DwemerFont/DwemerSR.eot');
| |
| src: url('/w/extensions/DwemerFont/DwemerSR.eot?#iefix') format('embedded-opentype'),
| |
| url('/w/extensions/DwemerFont/DwemerSR.woff') format('woff'),
| |
| url('/w/extensions/DwemerFont/DwemerSR.ttf') format('truetype'),
| |
| url('/w/extensions/DwemerFont/DwemerSR.svg#Dwemersr-Regular') format('svg');
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| }
| |
| | |
| /* Add webfont support for Falmer Font */
| |
| @font-face {
| |
| font-family: 'Falmer';
| |
| src: url('/w/extensions/FalmerFont/Falmer.eot');
| |
| src: url('/w/extensions/FalmerFont/Falmer.eot?#iefix') format('embedded-opentype'),
| |
| url('/w/extensions/FalmerFont/Falmer.woff') format('woff'),
| |
| url('/w/extensions/FalmerFont/Falmer.ttf') format('truetype'),
| |
| url('/w/extensions/FalmerFont/Falmer.svg#Falmer') format('svg');
| |
| font-weight: normal;
| |
| font-style: normal;
| |
| font-variant: normal;
| |
| }
| |
| | |
| .wikiEditor-ui, .wikiEditor-ui-controls, .wikiEditor-ui-buttons {
| |
| background-color: transparent;
| |
| }
| |
| | |
| .wikiEditor-ui-buttons {
| |
| border-top: none;
| |
| }
| |
| | |
| div.skyrimBoxTL, div.skyrimBoxTR, div.skyrimBoxBL, div.skyrimBoxBR {
| |
| position:absolute;
| |
| height:28px;
| |
| width:28px;
| |
| background: inherit;
| |
| }
| |
| | |
| div.skyrimBoxTL {
| |
| top:-9px;
| |
| left:-9px;
| |
| }
| |
| | |
| div.skyrimBoxTR {
| |
| top:-9px;
| |
| right:-9px;
| |
| }
| |
| | |
| div.skyrimBoxBL {
| |
| bottom:-9px;
| |
| left:-9px;
| |
| }
| |
| | |
| div.skyrimBoxBR {
| |
| bottom:-9px;
| |
| right:-9px;
| |
| }
| |
| /* 1.29 fixes */
| |
| .client-js > body.skin-uespmonobook #p-personal ul {
| |
| margin-right: 0em;
| |
| }
| |
| | |
| .no_desktop {
| |
| display:none;
| |
| }
| |
| | |
| .idcase {
| |
| text-transform:uppercase;
| |
| }
| |
| | |
| /* == CSS used exclusively on Lore:Statues ==*/
| |
| .statue_table,
| |
| .statue_table--single {
| |
| max-width: 900px;
| |
| background-color: #EBE0C8;
| |
| border: 7px double#d1c7b1;
| |
| margin-bottom: 20px;
| |
| }
| |
| | |
| .statue_table--single .statue-detail {
| |
| width:auto;
| |
| }
| |
| | |
| .statue-detail {
| |
| vertical-align: top;
| |
| border-right: 1px solid #CEC4AF;
| |
| }
| |
| .statue-detail {
| |
| padding: 10px;
| |
| margin: 0;
| |
| background: #fdf2db;
| |
| width:50%;
| |
| }
| |
| .statue-detail:last-child {
| |
| border-right: 0!important;
| |
| }
| |
| .statue-detail p {
| |
| margin: 0.4em 0 1.5em 0!important;
| |
| }
| |
| | |
| .statue-detail2 {
| |
| text-align: center;
| |
| font-weight: bold;
| |
| padding: 5px;
| |
| }
| |
| | |
| .statue-detail2 img {
| |
| height: 250px !important;
| |
| width: auto !important;
| |
| max-width: none !important;
| |
| }
| |
| th.statue-detail2 {
| |
| padding: 5px 5px 5px 5px;
| |
| }
| |
| | |
| .statue-detail2.rightborder {
| |
| border-right: 1px solid #CEC4AF;
| |
| }
| |
| | |
| .statue-detail2 a {
| |
| display: block;
| |
| }
| |
| | |
| .statue-detail-heading {
| |
| border-bottom: 2px solid #CEC4AF;
| |
| padding: 10px;
| |
| background: #e3d8c1;
| |
| } | | } |