|
|
(41 intermediate revisions by 3 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 192: |
Line 470: |
| .infobox-user{ | | .infobox-user{ |
|
| |
|
| | } |
| | |
| | .parenthetical-title { |
| | font-size: smaller; |
| | } |
| | |
| | .italic-title:after { |
| | content: "\00a0"; |
| } | | } |
|
| |
|
Line 207: |
Line 493: |
| .infoboxtemp { | | .infoboxtemp { |
| clear: right; | | clear: right; |
| border: 1px #ffff solid; | | border: 1px #000000 solid; |
| border-collapse: collapse | | border-collapse: collapse |
| background: #000000; | | background: #000000; |
Line 220: |
Line 506: |
| font-size: 12px; | | font-size: 12px; |
| color: #ffffff; | | color: #ffffff; |
| width: 250px;
| |
| padding: 3px;
| |
| border-spacing: 0px;
| |
| text-align:right;
| |
| } | | } |
| .header { | | .header { |
Line 295: |
Line 577: |
|
| |
|
| /*********** [ Infobox Colors ] ***************/ | | /*********** [ Infobox Colors ] ***************/ |
|
| |
| .infobox.elder {
| |
| border: 1px #65603B solid;
| |
| }
| |
| .infobox.yes {
| |
| border: 1px #65603B solid;
| |
| }
| |
|
| |
|
| .header.sith { | | .header.sith { |
Line 311: |
Line 586: |
| .infoboxfooter.sith { | | .infoboxfooter.sith { |
| background-color: #60110C; | | background-color: #60110C; |
| }
| |
|
| |
| .header.obelisk {
| |
| background-color: #131E3D;
| |
| }
| |
| .infoboxfooter.obelisk {
| |
| background-color: #1B2A55;
| |
| }
| |
| .name.obelisk {
| |
| background-color: #1B2A55;
| |
| }
| |
|
| |
| .header.krath {
| |
| background-color: #3D133B;
| |
| }
| |
| .name.krath {
| |
| background-color: #551B51;
| |
| }
| |
| .infoboxfooter.krath {
| |
| background-color: #551B51;
| |
| } | | } |
|
| |
|
| .header.jedi { | | .header.jedi { |
| background-color: #144446;
| | background-color: #08451A; |
| } | | } |
| .name.jedi { | | .name.jedi { |
| background-color: #1A5C60; | | background-color: #0B6126; |
| } | | } |
| .infoboxfooter.jedi { | | .infoboxfooter.jedi { |
| background-color: #1A5C60; | | background-color: #0B6126; |
| } | | } |
|
| |
|
| .header.jedipc { | | .header.loyalist { |
| background-color: #144446; | | background-color: #23435e; |
| } | | } |
| .name.jedipc { | | .name.loyalist { |
| background-color: #1A5C60; | | background-color: #2d5a7f; |
| } | | } |
| .infoboxfooter.jedipc { | | .infoboxfooter.loyalist { |
| background-color: #1A5C60; | | background-color: #2d5a7f; |
| } | | } |
|
| |
|
| .header.guardian { | | .header.mercenary { |
| background-color: #084345; | | background-color: #733807; |
| } | | } |
| .name.guardian { | | .name.mercenary { |
| background-color: #0B5B61; | | background-color: #984807; |
| } | | } |
| .infoboxfooter.guardian { | | .infoboxfooter.mercenary { |
| background-color: #0B5B61; | | background-color: #984807; |
| } | | } |
|
| |
|
| .header.consular { | | .header.dark { |
| background-color: #08451A; | | background-color: #282828; |
| } | | } |
| .name.consular { | | .name.dark { |
| background-color: #0B6126; | | background-color: #383838; |
| } | | } |
| .infoboxfooter.consular { | | .infoboxfooter.dark { |
| background-color: #0B6126; | | background-color: #383838; |
| } | | } |
|
| |
|
| .header.sentinel { | | .header.gray { |
| background-color: #453808; | | background-color: #3a3a3a; |
| } | | } |
| .name.sentinel { | | .name.gray { |
| background-color: #61510B; | | background-color: #515151; |
| } | | } |
| .infoboxfooter.sentinel { | | .infoboxfooter.gray { |
| background-color: #61510B; | | background-color: #515151; |
| } | | } |
|
| |
|
Line 391: |
Line 646: |
| .infoboxfooter.npc { | | .infoboxfooter.npc { |
| background-color: #55311B; | | background-color: #55311B; |
| }
| |
|
| |
| .header.gm {
| |
| background-color: #65603b;
| |
| }
| |
| .name.gm {
| |
| background-color: #7d7222;
| |
| }
| |
| .infoboxfooter.gm {
| |
| background-color: #7d7222;
| |
| }
| |
|
| |
| .header.grand.master {
| |
| background-color: #65603b;
| |
| }
| |
| .name.grand.master {
| |
| background-color: #7d7222;
| |
| }
| |
| .infoboxfooter.grand.master {
| |
| background-color: #7d7222;
| |
| } | | } |
|
| |
|
Line 431: |
Line 666: |
| .infoboxfooter.government { | | .infoboxfooter.government { |
| background-color: #181818 ; | | background-color: #181818 ; |
| }
| |
|
| |
| .header.planet {
| |
| background-color: #75754C;
| |
| }
| |
| .name.planet {
| |
| background-color: #90905F;
| |
| }
| |
| .infoboxfooter.planet {
| |
| background-color: #90905F;
| |
| } | | } |
|
| |
|
Line 461: |
Line 686: |
| .infoboxfooter.structure { | | .infoboxfooter.structure { |
| background-color: #252D38; | | background-color: #252D38; |
| | } |
| | |
| | .header.user { |
| | background-color: #124146; |
| | } |
| | .name.user { |
| | background-color: #18555B; |
| | } |
| | .infoboxfooter.user { |
| | background-color: #18555B; |
| | } |
| | |
| | .header.ship { |
| | background-color: #1d3751; |
| | } |
| | .name.ship { |
| | background-color: #23496e; |
| | } |
| | .infoboxfooter.ship { |
| | background-color: #23496e; |
| | } |
| | |
| | .header.vehicle { |
| | background-color: #236066; |
| | } |
| | .name.vehicle { |
| | background-color: #25767E; |
| | } |
| | .infoboxfooter.vehicle { |
| | background-color: #25767E; |
| | } |
| | |
| | .header.weapon { |
| | background-color: #431e1a; |
| | } |
| | .name.weapon { |
| | background-color: #5b271f; |
| | } |
| | .infoboxfooter.weapon { |
| | background-color: #5b271f; |
| | } |
| | |
| | .header.tribe { |
| | background-color: #4C6775; |
| | } |
| | .name.tribe { |
| | background-color: #5F7F90; |
| | } |
| | .infoboxfooter.tribe { |
| | background-color: #5F7F90; |
| | } |
| | |
| | .header.title { |
| | background-color: #75754C; |
| | } |
| | .name.title { |
| | background-color: #90905F; |
| | } |
| | .infoboxfooter.title { |
| | background-color: #90905F; |
| | } |
| | |
| | .header.system { |
| | background-color: #75754C; |
| | } |
| | .name.system { |
| | background-color: #90905F; |
| | } |
| | .infoboxfooter.system { |
| | background-color: #90905F; |
| | } |
| | |
| | .header.star { |
| | background-color: #884809; |
| | } |
| | .name.star { |
| | background-color: #b96411; |
| | } |
| | .infoboxfooter.star { |
| | background-color: #b96411; |
| | } |
| | |
| | .header.species { |
| | background-color: #233926; |
| | } |
| | .name.species { |
| | background-color: #315035; |
| | } |
| | .infoboxfooter.species { |
| | background-color: #315035; |
| | } |
| | |
| | .header.holocron { |
| | background-color: #322838; |
| | } |
| | .name.holocron { |
| | background-color: #3F2E4B; |
| | } |
| | .infoboxfooter.holocron { |
| | background-color: #3F2E4B; |
| | } |
| | |
| | .header.disease { |
| | background-color: #31462b; |
| | } |
| | .name.disease { |
| | background-color: #435f3a; |
| | } |
| | .infoboxfooter.disease { |
| | background-color: #435f3a; |
| | } |
| | |
| | .header.droid { |
| | background-color: #354b53; |
| | } |
| | .name.droid { |
| | background-color: #345e6f; |
| | } |
| | .infoboxfooter.droid { |
| | background-color: #345e6f; |
| | } |
| | |
| | .header.family { |
| | background-color: #49473e; |
| | } |
| | .name.family { |
| | background-color: #5c5947; |
| | } |
| | .infoboxfooter.family { |
| | background-color: #5c5947; |
| | } |
| | |
| | .header.plant { |
| | background-color: #363D13; |
| | } |
| | .name.plant { |
| | background-color: #1F551B; |
| | } |
| | .infoboxfooter.plant { |
| | background-color: #1F551B; |
| | } |
| | |
| | .header.club { |
| | background-color: #3E2212; |
| | } |
| | .name.club { |
| | background-color: #56191E; |
| | } |
| | .infoboxfooter.club { |
| | background-color: #56191E; |
| | } |
| | |
| | .header.company { |
| | background-color: #131E3D; |
| | } |
| | .name.company { |
| | background-color: #1B2A55; |
| | } |
| | .infoboxfooter.company { |
| | background-color: #1B2A55; |
| } | | } |
|
| |
|
Line 469: |
Line 854: |
| table.mw-enhanced-rc td a[title="User:Shadow Taldrya"], | | table.mw-enhanced-rc td a[title="User:Shadow Taldrya"], |
| ul.activityfeed li cite a[href="/wiki/User:Shadow Taldrya"] { | | ul.activityfeed li cite a[href="/wiki/User:Shadow Taldrya"] { |
| font-weight: bold;
| | font-weight: bold; |
| color:#C0C0C0;
| | color:#C0C0C0; |
| } | | } |
|
| |
|
Line 509: |
Line 894: |
| /* internal links */ | | /* internal links */ |
| a:link { | | a:link { |
| color: #228fd6; | | color: #4682b4; |
| } | | } |
| a:visited { | | a:visited { |
| color: #228fd6; | | color: #4682b4; |
| } | | } |
| a:hover { | | a:hover { |
| color: #228fd6; | | color: #4682b4; |
| } | | } |
| a:visited:hover { | | a:visited:hover { |
| color: #228fd6; | | color: #4682b4; |
| } | | } |
| a:active { | | a:active { |
| color: #228fd6; | | color: #4682b4; |
| } | | } |
| a:visited:active { | | a:visited:active { |
| color: #228fd6; | | color: #4682b4; |
| | } |
| | |
| | a.new, .table a:not(.btn).new { |
| | text-decoration: line-through !important; |
| } | | } |
|
| |
|
| /* external links */ | | /* external links */ |
| .mw-body a.external:link { | | .mw-body a.external:link { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
| .mw-body a.external:visited { | | .mw-body a.external:visited { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
| .mw-body a.external:focus { | | .mw-body a.external:focus { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
| .mw-body a.external:hover { | | .mw-body a.external:hover { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
| .mw-body a.external:active { | | .mw-body a.external:active { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
| .mw-body a.external:visited:focus { | | .mw-body a.external:visited:focus { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
| .mw-body a.external:visited:hover { | | .mw-body a.external:visited:hover { |
| color:##228fd6 | | color: #4682b4; |
| } | | } |
|
| |
|
Line 553: |
Line 942: |
|
| |
|
| .panel{ | | .panel{ |
| margin-bottom:20px;
| | margin-bottom:20px; |
| background-color:#161616;
| | background-color:#161616; |
| border:1px solid transparent;border-radius:4px;
| | border:1px solid transparent;border-radius:4px; |
| -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);
| | -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05); |
| box-shadow:0 1px 1px rgba(0,0,0,0.05)
| | box-shadow:0 1px 1px rgba(0,0,0,0.05) |
| } | | } |
| .panel-heading { | | .panel-heading { |
| color:#888888;
| | color:#bcbcbc; |
| background-color:#070707;
| | background-color:#070707; |
| border-color:#282828
| | border-color:#282828 |
| | } |
| | djb-icon.huge { |
| | font-size:90px; |
| | line-height:0px; |
| | overflow:hidden; |
| | display:inline-block; |
| | text-align:center; |
| | height:37px; |
| | width:37px; |
| | text-rendering: auto; |
| | } |
| | djb-icon.front { |
| | color:#ffffff; |
| | font-size:90px; |
| | line-height:0px; |
| | height:37px; |
| | width:37px; |
| | text-rendering: auto; |
| | } |
| | |
| | /** [ Updates 1.41 ] **/ |
| | @media screen { |
| | figure[typeof~='mw:File/Thumb'],figure[typeof~='mw:File/Frame'] { |
| | border: 1px solid #c8ccd1; |
| | border-bottom: 0; |
| | background-color: #000; |
| | } |
| | |
| | figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element { |
| | border: 1px solid #c8ccd1; |
| | background: #000; |
| | } |
| | |
| | figure[typeof~='mw:File/Thumb'] > figcaption,figure[typeof~='mw:File/Frame'] > figcaption { |
| | border: 1px solid #c8ccd1; |
| | border-top: 0; |
| | background-color: #000; |
| | } |
| } | | } |