MediaWiki:Hydradark.css: Difference between revisions
MediaWiki interface page
More actions
fandomwiki>@DeletedUser40302604 No edit summary |
fandomwiki>@DeletedUser41288049 No edit summary |
||
| Line 422: | Line 422: | ||
} | } | ||
.TablePager th, .TablePager td { | .skin-hydradark .TablePager th, .skin-hydradark .TablePager td { | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
.TablePager, .TablePager td, .TablePager th { | .skin-hydradark .TablePager, .skin-hydradark .TablePager td, .skin-hydradark .TablePager th { | ||
border: 1px solid #551A8B; | border: 1px solid #551A8B; | ||
padding: 0 0.15em; | padding: 0 0.15em; | ||
| Line 488: | Line 488: | ||
/* Wiki editor fixes */ | /* Wiki editor fixes */ | ||
.wikiEditor-ui { | div.wikiEditor-ui { | ||
background: rgba(0, 0, 0, 0); | background: rgba(0, 0, 0, 0); | ||
border: medium none; | border: medium none; | ||
| Line 504: | Line 504: | ||
} | } | ||
.wikiEditor-ui-tabs { | div.wikiEditor-ui-tabs { | ||
background: #484848; | background: #484848; | ||
border-left: 1px solid #323232; | border-left: 1px solid #323232; | ||
| Line 510: | Line 510: | ||
} | } | ||
.wikiEditor-ui-tabs div { | div.wikiEditor-ui-tabs div { | ||
background: #484848; | background: #484848; | ||
border-right: 1px solid #323232; | border-right: 1px solid #323232; | ||
| Line 516: | Line 516: | ||
} | } | ||
.wikiEditor-ui-tabs div a { | div.wikiEditor-ui-tabs div a { | ||
background: #484848; /* Old browsers */ | background: #484848; /* Old browsers */ | ||
background: -moz-linear-gradient(top, #484848 0%, #000000 60%); /* FF3.6+ */ | background: -moz-linear-gradient(top, #484848 0%, #000000 60%); /* FF3.6+ */ | ||
| Line 524: | Line 524: | ||
background: -ms-linear-gradient(top, #484848 0%,#000000 60%); /* IE10+ */ | background: -ms-linear-gradient(top, #484848 0%,#000000 60%); /* IE10+ */ | ||
background: linear-gradient(to bottom, #484848 0%,#000000 60%); /* W3C */ | background: linear-gradient(to bottom, #484848 0%,#000000 60%); /* W3C */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#484848", endColorstr="#000000",GradientType=0 ); /* IE6-9 */ | ||
color: #CCCCCC; | color: #CCCCCC; | ||
} | } | ||
.wikiEditor-ui-tabs div.current { | div.wikiEditor-ui-tabs div.current { | ||
background: #484848; /* Old browsers */ | background: #484848; /* Old browsers */ | ||
background: -moz-linear-gradient(top, #484848 0%, #000000 60%); /* FF3.6+ */ | background: -moz-linear-gradient(top, #484848 0%, #000000 60%); /* FF3.6+ */ | ||
| Line 536: | Line 536: | ||
background: -ms-linear-gradient(top, #484848 0%,#000000 60%); /* IE10+ */ | background: -ms-linear-gradient(top, #484848 0%,#000000 60%); /* IE10+ */ | ||
background: linear-gradient(to bottom, #484848 0%,#000000 60%); /* W3C */ | background: linear-gradient(to bottom, #484848 0%,#000000 60%); /* W3C */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#484848", endColorstr="#000000",GradientType=0 ); /* IE6-9 */ | ||
border-bottom: 1px solid #323232; | border-bottom: 1px solid #323232; | ||
} | } | ||
.wikiEditor-ui-tabs div.current a { | div.wikiEditor-ui-tabs div.current a { | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
.wikiEditor-ui .wikiEditor-ui-top { | div.wikiEditor-ui div.wikiEditor-ui-top { | ||
border-bottom: 1px solid #323232; | border-bottom: 1px solid #323232; | ||
} | } | ||
.wikiEditor-ui-toolbar { | div.wikiEditor-ui-toolbar { | ||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
} | } | ||
.wikiEditor-ui-toolbar .group { | div.wikiEditor-ui-toolbar .group { | ||
border-right: 1px solid #323232; | border-right: 1px solid #323232; | ||
} | } | ||
.wikiEditor-ui-toolbar .group-search { | div.wikiEditor-ui-toolbar .group-search { | ||
border-left: 1px solid #323232; | border-left: 1px solid #323232; | ||
border-right: none; | border-right: none; | ||
} | } | ||
.wikiEditor-ui-toolbar .group .label { | div.wikiEditor-ui-toolbar .group .label { | ||
color: #E0E0E0; | color: #E0E0E0; | ||
} | } | ||
| Line 569: | Line 569: | ||
} | } | ||
.wikiEditor-ui-toolbar .tabs span.tab a, | div.wikiEditor-ui-toolbar .tabs span.tab a, | ||
.wikiEditor-ui-toolbar .tabs span.tab a:visited { | div.wikiEditor-ui-toolbar .tabs span.tab a:visited { | ||
color: #E0E0E0; | color: #E0E0E0; | ||
} | } | ||
.wikiEditor-ui-toolbar .tabs span.tab a.current, | div.wikiEditor-ui-toolbar .tabs span.tab a.current, | ||
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
.wikiEditor-ui-toolbar .group .tool-select .label { | div.wikiEditor-ui-toolbar .group .tool-select .label { | ||
color: #e0e0e0; | color: #e0e0e0; | ||
} | } | ||
.wikiEditor-ui-toolbar .sections .section { | div.wikiEditor-ui-toolbar .sections .section { | ||
background-color: rgba(0, 0, 0, 0.2); | background-color: rgba(0, 0, 0, 0.2); | ||
border-top: 1px solid #323232; | border-top: 1px solid #323232; | ||
} | } | ||
.wikiEditor-ui-toolbar .booklet .index div { | div.wikiEditor-ui-toolbar .booklet .index div { | ||
color: #7AB1CC; | color: #7AB1CC; | ||
} | } | ||
.wikiEditor-ui-toolbar .booklet .index .current { | div.wikiEditor-ui-toolbar .booklet .index .current { | ||
background-color: #0A0B0C; | background-color: #0A0B0C; | ||
color: #e0e0e0; | color: #e0e0e0; | ||
} | } | ||
.wikiEditor-ui-toolbar .booklet .pages { | div.wikiEditor-ui-toolbar .booklet .pages { | ||
background-color: #0a0b0c; | background-color: #0a0b0c; | ||
} | } | ||
.wikiEditor-ui-toolbar .page-characters div span { | div.wikiEditor-ui-toolbar .page-characters div span { | ||
border: 1px solid #323232; | border: 1px solid #323232; | ||
color: #e0e0e0; | color: #e0e0e0; | ||
} | } | ||
.wikiEditor-ui-toolbar .page-characters div span:hover { | div.wikiEditor-ui-toolbar .page-characters div span:hover { | ||
background-color: rgba(255, 255, 255, 0.1); | background-color: rgba(255, 255, 255, 0.1); | ||
border-color: #323232; | border-color: #323232; | ||
| Line 612: | Line 612: | ||
} | } | ||
.wikiEditor-ui-toolbar .page-table td { | div.wikiEditor-ui-toolbar .page-table td { | ||
border-top: 1px solid #323232; | border-top: 1px solid #323232; | ||
color: #E0E0E0; | color: #E0E0E0; | ||
} | } | ||
.wikiEditor-preview-loading { | div.wikiEditor-preview-loading { | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
.wikiEditor-preview-contents { | div.wikiEditor-preview-contents { | ||
background-color: transparent; | background-color: transparent; | ||
border-color: -moz-use-text-color #323232 #323232; | border-color: -moz-use-text-color #323232 #323232; | ||