|
|
(74 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| | /*************[ Justify text ]****************/ |
| | |
| | p { |
| | text-align: justify; |
| | } |
| | |
| | /*************[ Scale font ]****************/ |
| | |
| | .mw-body { |
| | font-size: 98%; |
| | padding: 0 0 0 0; |
| | color: #e3e3e3; |
| | } |
| | |
| | .thumbcaption { |
| | font-size: 90%; |
| | color: #cdcdcd; |
| | } |
| | |
| | /*************[ Assorted overrides ]****************/ |
| | |
| | |
| | table { |
| | border-collapse: separate; |
| | border-spacing: 2px; |
| | } |
| | |
| | table p { |
| | margin-top: 10px; |
| | text-align: left; |
| | } |
| | |
| | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { |
| | margin-top: 0px !important; |
| | margin-bottom: 10px !important; |
| | } |
| | |
| | .mw-headline[id] { |
| | padding-top: 80px; |
| | margin-top: -80px; |
| | pointer-events: none; |
| | } |
| | |
| | .mw-headline[id] * { |
| | pointer-events: auto; |
| | } |
| | |
| | .editOptions, .mw-search-formheader, #mw-searchoptions { |
| | background-color: inherit !important; |
| | } |
| | |
| | #pagehistory li.selected { |
| | background-color: #666 !important; |
| | } |
| | |
| | td.diff-context { |
| | background: inherit !important; |
| | border-color: inherit !important; |
| | color: #666 !important; |
| | } |
| | |
| | table.diff { |
| | background-color: inherit !important; |
| | } |
| | |
| | ul#filetoc, table.wikitable, table.wikitable td, table.wikitable th, .mw_metadata th, .mw_metadata td { |
| | background-color: inherit !important; |
| | border-color: #282828 !important; |
| | color: #fff; |
| | } |
| | |
| | .mw_metadata { |
| | background-color: transparent !important; |
| | border-color: #282828 !important; |
| | color: #fff; |
| | } |
| | |
| | .diffchange { |
| | color: #333; |
| | } |
| | |
| | .mw-specialpages-table { |
| | margin-top: 0 !important; |
| | } |
| | |
| | table a:not(.btn), .table a:not(.btn) { |
| | color: #4682b4; |
| | text-decoration: none; |
| | } |
| | |
| | table a:not(.btn).new, .table a:not(.btn).new { |
| | color: #BA0000; |
| | } |
| | |
| | a.extiw, table a.extiw { |
| | color: #3f6b7f; |
| | } |
| | |
| | button, input, optgroup, select, textarea { |
| | background: #666; |
| | } |
| | |
| | /*************[ Panel background ]****************/ |
| | |
| | .well, .panel { |
| | background: rgba( 34, 34, 34, 0.9 ); |
| | } |
| | |
| | /*************[ Header overrides ]****************/ |
| | |
| | h1, h2, h3, h4, h5, h6 { |
| | color: white; |
| | background: none; |
| | font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; |
| | font-weight: normal; |
| | margin: 0; |
| | padding-top: .5em; |
| | padding-bottom: .17em; |
| | border-bottom: 1px dotted #333; |
| | } |
| | |
| | h1 { |
| | font-size: 188%; |
| | } |
| | h1 .editsection { |
| | font-size: 53%; |
| | } |
| | h2 { |
| | font-size: 24px; |
| | } |
| | h2 .editsection { |
| | font-size: 14px; |
| | } |
| | |
| | h3, h4, h5, h6 { |
| | border-bottom: none; |
| | font-weight: bold; |
| | } |
| | |
| | h3 { |
| | font-size: 18px; |
| | } |
| | h3 .editsection { |
| | font-size: 14px; |
| | font-weight: normal; |
| | } |
| | h3 { |
| | border-bottom: 1px dotted #333; |
| | line-height: 30px; |
| | } |
| | h4 { |
| | color: #999; |
| | font-size: 16px; |
| | } |
| | h4 .editsection { |
| | font-size: 86%; |
| | font-weight: normal; |
| | } |
| | h5 { |
| | font-size: 100%; |
| | } |
| | h5 .editsection { |
| | font-weight: normal; |
| | } |
| | h6 { |
| | font-size: 80%; |
| | } |
| | h6 .editsection { |
| | font-size: 125%; |
| | font-weight: normal; |
| | } |
| | |
| | #siteSub { |
| | display: none; |
| | } |
| | #jump-to-nav { |
| | display: none; |
| | } |
| | /* emulate center */ |
| | .foobar { |
| | display: none; |
| | } |
| | |
| | .center { |
| | width: 100%; |
| | text-align: center; |
| | } |
| | *.center * { |
| | margin-left: auto; |
| | margin-right: auto; |
| | } |
| | /* small for tables and similar */ |
| | .small, .small * { |
| | font-size: 94%; |
| | } |
| | table.small { |
| | font-size: 100%; |
| | } |
| | #toc { |
| | display: inline-block; |
| | } |
| | |
| | #toc, |
| | .toc, |
| | .mw-warning { |
| | border: 1px solid #333; |
| | background-color: #222; |
| | padding: 5px; |
| | font-size: 95%; |
| | } |
| | #toc h2, |
| | .toc h2 { |
| | display: inline; |
| | border: none; |
| | padding: 0; |
| | font-size: 100%; |
| | font-weight: bold; |
| | } |
| | #toc #toctitle, |
| | .toc #toctitle, |
| | #toc .toctitle, |
| | .toc .toctitle { |
| | text-align: center; |
| | } |
| | #toc ul, |
| | .toc ul { |
| | list-style-type: none; |
| | list-style-image: none; |
| | margin-left: 0; |
| | padding-left: 0; |
| | text-align: left; |
| | } |
| | #toc ul ul, |
| | .toc ul ul { |
| | margin: 0 0 0 2em; |
| | } |
| | #toc .toctoggle, |
| | .toc .toctoggle { |
| | font-size: 94%; |
| | } |
| | |
| | .mw-warning { |
| | margin-left: 50px; |
| | margin-right: 50px; |
| | text-align: center; |
| | } |
| | |
| | table[cellpadding] td { |
| | padding: 3px; |
| | } |
| | |
| | table[cellspacing] td { |
| | margin: 2px; |
| | } |
| | |
| | #catlinks { |
| | clear: both; |
| | border-radius: 4px; |
| | background-color: #060606; |
| | border: 1px solid #282828; |
| | padding-top: 5px; |
| | padding-bottom: 5px; |
| | } |
| | |
| | #catlinks a { |
| | line-height: 20px; |
| | } |
| | |
| | #mw-normal-catlinks > a { |
| | padding-left: 15px; |
| | } |
| | |
| | .catlinks li { |
| | border-left-color: #282828 !important; |
| | } |
| | |
| | |
| | |
| /*************[ Fancy tables ]****************/ | | /*************[ Fancy tables ]****************/ |
|
| |
|
Line 193: |
Line 471: |
|
| |
|
| } | | } |
| | |
| | .parenthetical-title { |
| | font-size: smaller; |
| | } |
| | |
| | .italic-title:after { |
| | content: "\00a0"; |
| | } |
| | |
| | /*********** [ Adding borders to thumbnails] ***************/ |
| | |
|
| |
|
| /*********** [ misc fixes] ***************/ | | /*********** [ misc fixes] ***************/ |
Line 200: |
Line 489: |
| } | | } |
|
| |
|
| /*********** [ css for character template ] ***************/ | | /*********** [ css for infobox templates ] ***************/ |
|
| |
|
| .characterbox { | | .infoboxtemp { |
| clear: right; | | clear: right; |
| border: 1px #ffff solid; | | border: 1px #000000 solid; |
| border-collapse: collapse | | border-collapse: collapse |
| background: #000000; | | background: #000000; |
Line 218: |
Line 507: |
| color: #ffffff; | | color: #ffffff; |
| } | | } |
|
| |
| .characterbox.elder {
| |
| border: 1px #65603B solid;
| |
| }
| |
|
| |
| .characterbox.yes {
| |
| border: 1px #65603B solid;
| |
| }
| |
|
| |
| .header { | | .header { |
| #border-top: 0px solid #111111; | | #border-top: 0px solid #111111; |
Line 234: |
Line 514: |
| font-size:8pt; | | font-size:8pt; |
| } | | } |
| | .name { |
| | #border-top: 0px solid #111111; |
| | border-style: none; |
| | text-align: center; |
| | color: #e5e5ed; |
| | background-color: #383838; |
| | font-size:larger; |
| | font-variant:small-caps; |
| | } |
| | |
| | .infoboxinfoheader { |
| | background: #222222; |
| | padding-left:6px; |
| | padding-right:6px; |
| | #border-top: 0px solid #111111; |
| | #border-right: 0px solid #111111; |
| | border: 0px; |
| | color: #cccccc; |
| | font-size:smaller; |
| | } |
| | .infoboxinfodata { |
| | background: #2B2B2B; |
| | padding-left:6px; |
| | padding-right:6px; |
| | #border-top: 0px solid #111111; |
| | border: 0px; |
| | font-size:smaller; |
| | } |
| | .infoboxinfodata ul{ |
| | margin-top: 0px !important; |
| | margin-bottom: 0px !important; |
| | } |
| | .infoboxinfodata p{ |
| | margin-top: 0px !important; |
| | margin-bottom: 0px !important; |
| | } |
| | .infoboximage { |
| | background: #000000; |
| | #border-top: 0px solid #111111; |
| | #border-right: 0px solid #111111; |
| | border-style: none; |
| | color: #cccccc; |
| | font-size:smaller; |
| | text-align: center; |
| | } |
| | .infoboxfooter { |
| | border-bottom-right-radius: .8em; |
| | border-bottom-left-radius: .8em; |
| | -moz-border-radius-bottomright: .8em; |
| | -moz-border-radius-bottomleft: .8em; |
| | -webkit-border-bottom-right-radius: .8em; |
| | -webkit-border-bottom-left-radius: .8em; |
| | text-align: center; |
| | color: #e5e5ed; |
| | font-variant:small-caps; |
| | font-size:smaller; |
| | background-color: #383838; |
| | #border-top: 0px solid #111111; |
| | border-style: none; |
| | } |
| | |
| | |
| | /*********** [ Infobox Colors ] ***************/ |
|
| |
|
| .header.sith { | | .header.sith { |
| background-color: #440B09; | | background-color: #440B09; |
| } | | } |
| | | .name.sith { |
| .header.obelisk { | | background-color: #60110C; |
| background-color: #131E3D; | |
| } | | } |
| | | .infoboxfooter.sith { |
| .header.krath { | | background-color: #60110C; |
| background-color: #3D133B; | |
| } | | } |
|
| |
|
| .header.jedi { | | .header.jedi { |
| background-color: #144446;
| | background-color: #08451A; |
| | } |
| | .name.jedi { |
| | background-color: #0B6126; |
| | } |
| | .infoboxfooter.jedi { |
| | background-color: #0B6126; |
| } | | } |
|
| |
|
| .header.jedipc { | | .header.loyalist { |
| background-color: #144446; | | background-color: #23435e; |
| | } |
| | .name.loyalist { |
| | background-color: #2d5a7f; |
| | } |
| | .infoboxfooter.loyalist { |
| | background-color: #2d5a7f; |
| } | | } |
|
| |
|
| .header.guardian { | | .header.mercenary { |
| background-color: #084345; | | background-color: #733807; |
| | } |
| | .name.mercenary { |
| | background-color: #984807; |
| | } |
| | .infoboxfooter.mercenary { |
| | background-color: #984807; |
| } | | } |
|
| |
|
| .header.consular { | | .header.dark { |
| background-color: #08451A; | | background-color: #282828; |
| | } |
| | .name.dark { |
| | background-color: #383838; |
| | } |
| | .infoboxfooter.dark { |
| | background-color: #383838; |
| } | | } |
|
| |
|
| .header.sentinel { | | .header.gray { |
| background-color: #453808; | | background-color: #3a3a3a; |
| | } |
| | .name.gray { |
| | background-color: #515151; |
| | } |
| | .infoboxfooter.gray { |
| | background-color: #515151; |
| } | | } |
|
| |
|
Line 270: |
Line 641: |
| background-color: #3D2113; | | background-color: #3D2113; |
| } | | } |
| | | .name.npc { |
| .header.gm { | | background-color: #55311B; |
| background-color: #65603b; | |
| } | | } |
| | | .infoboxfooter.npc { |
| .header.grand.master {
| | background-color: #55311B; |
| background-color: #65603b; | |
| } | | } |
|
| |
|
| .header.organization { | | .header.organization { |
| background-color: #4c6775; | | background-color: #4c6775; |
| | } |
| | .name.organization { |
| | background-color: #5f7f90; |
| | } |
| | .infoboxfooter.organization { |
| | background-color: #5f7f90 ; |
| } | | } |
|
| |
|
| .header.government { | | .header.government { |
| background-color: #303030; | | background-color: #303030; |
| | } |
| | .name.government { |
| | background-color: #181818 ; |
| | } |
| | .infoboxfooter.government { |
| | background-color: #181818 ; |
| } | | } |
|
| |
|
| .header.planet {
| |
| background-color: #75754C;
| |
| }
| |
| .header.military { | | .header.military { |
| background-color: #305672; | | background-color: #305672; |
| } | | } |
| | .name.military { |
| | background-color: #2B485D; |
| | } |
| | .infoboxfooter.military { |
| | background-color: #2B485D; |
| | } |
| | |
| .header.structure { | | .header.structure { |
| background-color: #2F394A; | | background-color: #2F394A; |
| | } |
| | .name.structure { |
| | background-color: #252D38; |
| | } |
| | .infoboxfooter.structure { |
| | background-color: #252D38; |
| } | | } |
|
| |
|
| .name { | | .header.user { |
| #border-top: 0px solid #111111; | | background-color: #124146; |
| border-style: none;
| | } |
| text-align: center; | | .name.user { |
| color: #e5e5ed;
| | background-color: #18555B; |
| background-color: #383838; | | } |
| font-size:larger;
| | .infoboxfooter.user { |
| font-variant:small-caps;
| | background-color: #18555B; |
| } | | } |
|
| |
|
| .name.sith { | | .header.ship { |
| background-color: #60110C; | | background-color: #1d3751; |
| | } |
| | .name.ship { |
| | background-color: #23496e; |
| | } |
| | .infoboxfooter.ship { |
| | background-color: #23496e; |
| } | | } |
|
| |
|
| .name.obelisk { | | .header.vehicle { |
| background-color: #1B2A55; | | background-color: #236066; |
| | } |
| | .name.vehicle { |
| | background-color: #25767E; |
| | } |
| | .infoboxfooter.vehicle { |
| | background-color: #25767E; |
| } | | } |
|
| |
|
| .name.krath { | | .header.weapon { |
| background-color: #551B51; | | background-color: #431e1a; |
| | } |
| | .name.weapon { |
| | background-color: #5b271f; |
| | } |
| | .infoboxfooter.weapon { |
| | background-color: #5b271f; |
| } | | } |
|
| |
|
| .name.jedi { | | .header.tribe { |
| background-color: #1A5C60; | | background-color: #4C6775; |
| | } |
| | .name.tribe { |
| | background-color: #5F7F90; |
| | } |
| | .infoboxfooter.tribe { |
| | background-color: #5F7F90; |
| } | | } |
|
| |
|
| .name.jedipc { | | .header.title { |
| background-color: #1A5C60; | | background-color: #75754C; |
| | } |
| | .name.title { |
| | background-color: #90905F; |
| | } |
| | .infoboxfooter.title { |
| | background-color: #90905F; |
| } | | } |
|
| |
|
| .name.guardian { | | .header.system { |
| background-color: #0B5B61; | | background-color: #75754C; |
| | } |
| | .name.system { |
| | background-color: #90905F; |
| | } |
| | .infoboxfooter.system { |
| | background-color: #90905F; |
| } | | } |
|
| |
|
| .name.consular { | | .header.star { |
| background-color: #0B6126; | | background-color: #884809; |
| | } |
| | .name.star { |
| | background-color: #b96411; |
| | } |
| | .infoboxfooter.star { |
| | background-color: #b96411; |
| } | | } |
|
| |
|
| .name.sentinel { | | .header.species { |
| background-color: #61510B; | | background-color: #233926; |
| | } |
| | .name.species { |
| | background-color: #315035; |
| | } |
| | .infoboxfooter.species { |
| | background-color: #315035; |
| } | | } |
|
| |
|
| .name.npc { | | .header.holocron { |
| background-color: #55311B; | | background-color: #322838; |
| | } |
| | .name.holocron { |
| | background-color: #3F2E4B; |
| | } |
| | .infoboxfooter.holocron { |
| | background-color: #3F2E4B; |
| } | | } |
|
| |
|
| .name.gm { | | .header.disease { |
| background-color: #7d7222; | | background-color: #31462b; |
| | } |
| | .name.disease { |
| | background-color: #435f3a; |
| | } |
| | .infoboxfooter.disease { |
| | background-color: #435f3a; |
| } | | } |
|
| |
|
| .name.grand.master { | | .header.droid { |
| background-color: #7d7222; | | background-color: #354b53; |
| | } |
| | .name.droid { |
| | background-color: #345e6f; |
| | } |
| | .infoboxfooter.droid { |
| | background-color: #345e6f; |
| } | | } |
|
| |
|
| .name.organization { | | .header.family { |
| background-color: #5f7f90; | | background-color: #49473e; |
| | } |
| | .name.family { |
| | background-color: #5c5947; |
| | } |
| | .infoboxfooter.family { |
| | background-color: #5c5947; |
| } | | } |
|
| |
|
| .name.government { | | .header.plant { |
| background-color: #181818 ; | | background-color: #363D13; |
| | } |
| | .name.plant { |
| | background-color: #1F551B; |
| | } |
| | .infoboxfooter.plant { |
| | background-color: #1F551B; |
| } | | } |
|
| |
|
| .name.planet { | | .header.club { |
| background-color: #90905F; | | background-color: #3E2212; |
| } | | } |
| .name.military { | | .name.club { |
| background-color: #2B485D; | | background-color: #56191E; |
| } | | } |
| .name.structure { | | .infoboxfooter.club { |
| background-color: #252D38; | | background-color: #56191E; |
| } | | } |
|
| |
|
| .charboxinfoheader { | | .header.company { |
| background: #222222; | | background-color: #131E3D; |
| padding-left:6px;
| | } |
| padding-right:6px;
| | .name.company { |
| #border-top: 0px solid #111111; | | background-color: #1B2A55; |
| #border-right: 0px solid #111111;
| | } |
| border: 0px;
| | .infoboxfooter.company { |
| color: #cccccc; | | background-color: #1B2A55; |
| font-size:smaller;
| |
| } | | } |
|
| |
|
| .charboxinfodata { | | |
| background: #2B2B2B;
| | /*********** [ admin changes silver ] ***************/ |
| padding-left:6px;
| | |
| padding-right:6px;
| | ul.special li a[title="User:Shadow Taldrya"], |
| #border-top: 0px solid #111111;
| | table.mw-enhanced-rc td a[title="User:Shadow Taldrya"], |
| border: 0px;
| | ul.activityfeed li cite a[href="/wiki/User:Shadow Taldrya"] { |
| font-size:smaller;
| | font-weight: bold; |
| | color:#C0C0C0; |
| } | | } |
|
| |
|
| .charboxinfodata ul{ | | /* Collapsible Tables, Documentation at http://www.mediawiki.org/wiki/Manual:Collapsible_elements. */ |
| margin-top: 0px !important;
| | /* See also jquery.makeCollapsible.js */ |
| margin-bottom: 0px !important;
| | .mw-collapsible-toggle { |
| | float: right; |
| | -moz-user-select: none; |
| | -webkit-user-select: none; |
| | -ms-user-select: none; |
| | user-select: none; |
| | } |
| | .mw-customtoggle, |
| | .mw-collapsible-toggle { |
| | cursor: pointer; |
| | } |
| | |
| | /* collapse links in captions should be inline */ |
| | caption .mw-collapsible-toggle { |
| | float: none; |
| | } |
| | |
| | /* list-items go as wide as their parent element, don't float them inside list items */ |
| | li .mw-collapsible-toggle { |
| | float: none; |
| } | | } |
| | | |
| .charboxinfodata p{ | | /* the added list item should have no list-style */ |
| margin-top: 0px !important;
| | .mw-collapsible-toggle-li { |
| margin-bottom: 0px !important;
| | list-style: none; |
| } | | } |
|
| |
|
| .characterimage {
| | /*********** [ hide "redirected from" text ] ***************/ |
| background: #000000;
| | /* #contentSub { display: none } */ |
| #border-top: 0px solid #111111;
| |
| #border-right: 0px solid #111111;
| |
| border-style: none;
| |
| color: #cccccc;
| |
| font-size:smaller;
| |
| text-align: center;
| |
| } | |
|
| |
|
| .characterboxfooter {
| | /*************[ links ]****************/ |
| border-bottom-right-radius: .8em;
| |
| border-bottom-left-radius: .8em;
| |
| -moz-border-radius-bottomright: .8em;
| |
| -moz-border-radius-bottomleft: .8em;
| |
| -webkit-border-bottom-right-radius: .8em;
| |
| -webkit-border-bottom-left-radius: .8em;
| |
| text-align: center;
| |
| color: #e5e5ed;
| |
| font-variant:small-caps;
| |
| font-size:smaller;
| |
| background-color: #383838;
| |
| #border-top: 0px solid #111111;
| |
| border-style: none;
| |
| }
| |
|
| |
|
| .characterboxfooter.sith {
| | /* internal links */ |
| background-color: #60110C;
| | a:link { |
| | color: #4682b4; |
| | } |
| | a:visited { |
| | color: #4682b4; |
| | } |
| | a:hover { |
| | color: #4682b4; |
| | } |
| | a:visited:hover { |
| | color: #4682b4; |
| } | | } |
| | | a:active { |
| .characterboxfooter.obelisk {
| | color: #4682b4; |
| background-color: #1B2A55;
| |
| } | | } |
| | | a:visited:active { |
| .characterboxfooter.krath {
| | color: #4682b4; |
| background-color: #551B51;
| |
| } | | } |
|
| |
|
| .characterboxfooter.jedi { | | a.new, .table a:not(.btn).new { |
| background-color: #1A5C60;
| | text-decoration: line-through !important; |
| } | | } |
|
| |
|
| .characterboxfooter.jedipc { | | /* external links */ |
| background-color: #1A5C60;
| | .mw-body a.external:link { |
| | color: #4682b4; |
| } | | } |
| | | .mw-body a.external:visited { |
| .characterboxfooter.guardian { | | color: #4682b4; |
| background-color: #0B5B61;
| |
| } | | } |
| | | .mw-body a.external:focus { |
| .characterboxfooter.consular { | | color: #4682b4; |
| background-color: #0B6126;
| |
| } | | } |
| | | .mw-body a.external:hover { |
| .characterboxfooter.sentinel { | | color: #4682b4; |
| background-color: #61510B;
| |
| } | | } |
| | | .mw-body a.external:active { |
| .characterboxfooter.npc { | | color: #4682b4; |
| background-color: #55311B;
| |
| } | | } |
| | | .mw-body a.external:visited:focus { |
| .characterboxfooter.gm { | | color: #4682b4; |
| background-color: #7d7222;
| |
| } | | } |
| | | .mw-body a.external:visited:hover { |
| .characterboxfooter.grand.master { | | color: #4682b4; |
| background-color: #7d7222;
| |
| } | | } |
|
| |
|
| .characterboxfooter.organization {
| | /*************[ Main Page ]****************/ |
| background-color: #5f7f90 ;
| |
| }
| |
|
| |
|
| .characterboxfooter.government { | | .panel{ |
| background-color: #181818 ;
| | margin-bottom:20px; |
| | background-color:#161616; |
| | border:1px solid transparent;border-radius:4px; |
| | -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05); |
| | box-shadow:0 1px 1px rgba(0,0,0,0.05) |
| } | | } |
| | | .panel-heading { |
| .characterboxfooter.planet { | | color:#bcbcbc; |
| background-color: #90905F;
| | background-color:#070707; |
| | border-color:#282828 |
| } | | } |
| .characterboxfooter.military { | | djb-icon.huge { |
| background-color: #2B485D;
| | font-size:90px; |
| | line-height:0px; |
| | overflow:hidden; |
| | display:inline-block; |
| | text-align:center; |
| | height:37px; |
| | width:37px; |
| | text-rendering: auto; |
| } | | } |
| .characterboxfooter.structure { | | djb-icon.front { |
| background-color: #252D38;
| | color:#ffffff; |
| | font-size:90px; |
| | line-height:0px; |
| | height:37px; |
| | width:37px; |
| | text-rendering: auto; |
| } | | } |
|
| |
|
| /*********** [ admin changes silver ] ***************/ | | /** [ Updates 1.41 ] **/ |
|
| | @media screen { |
| ul.special li a[title="User:Shadow Taldrya"],
| | figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { |
| table.mw-enhanced-rc td a[title="User:Shadow Taldrya"],
| | border: 1px solid #c8ccd1; |
| ul.activityfeed li cite a[href="/wiki/User:Shadow Taldrya"] {
| | border-bottom: 0; |
| font-weight: bold;
| | background-color: #000; |
| color:#C0C0C0;
| | } |
| } | |
|
| |
|
| #title-eraicons {display:none!important;visibility:hidden !important}
| | figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { |
| div.tleft {border:none!important}
| | border: 1px solid #c8ccd1; |
| div.tright {margin-left:13px!important}
| | background: #000; |
| div.thumb {background:inherit!important}
| | } |
| h1,h2,h3,h4,h5,h6,.firstHeading {background:inherit !important}
| |
|
| |
|
| #title-eraicons img {height:23px;width:23px} | | figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { |
| | border: 1px solid #c8ccd1; |
| | border-top: 0; |
| | background-color: #000; |
| | } |
| | } |