MediaWiki:Timeless.css: Forskelle mellem versioner
Fra Grønnehaven Lystrup
Steffen (diskussion | bidrag) Ingen redigeringsopsummering |
Steffen (diskussion | bidrag) Ingen redigeringsopsummering |
||
Linje 34: | Linje 34: | ||
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, input[type='submit'], input[type='button'], button { | |||
border: solid 1px #333!important; | |||
border-bottom: 0!important; | |||
text-shadow: 0 0 0 #000 !important; | |||
border-bottom: solid 1px #333!important; | |||
} | } | ||
.oo-ui-flaggedElement-destructive { | |||
background: # | background: #111; | ||
border: | border: 1px solid #444; | ||
color: #FF3333 !important; | |||
padding-left: 15px !important; | |||
padding-right: 15px !important; | |||
} | } | ||
.oo-ui-flaggedElement-destructive:hover { | |||
background: #222; | |||
background: # | color: #CC0000 !important; | ||
} | } | ||
#searchInput { | |||
border: 0!important; | |||
} | } | ||
@media screen and (max-width: 850px) { | |||
padding: 0; | #searchInput { | ||
padding: 0 0 0 6px !important; | |||
} | } | ||
} | } | ||
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { | |||
background-color: #333; | |||
color: #fff; | |||
} | } | ||
.oo-ui-textInputWidget > .oo-ui-labelElement-label { | |||
line-height: 0.5em; | |||
} | } | ||
# | #pagehistory li.selected { | ||
background-color: #555; | |||
} | } | ||
.warningbox { | |||
background: #1d1d16; | |||
} | } | ||
a.new:hover, .new a:hover, a.new:visited, .new a:visited { | |||
color: #FF3333; | |||
} | } | ||
. | .mw-plusminus-neg { | ||
color: #000; | color: #FF0000; | ||
} | |||
#searchButton, #mw-searchButton { | |||
border: 0 !important; | |||
left: 38vw; | |||
right: 0; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
#mw-footer-container a:hover { | |||
color: #ffff33; | |||
} | |||
#mw-footer-container a:visited { | |||
color: #ffff66; | |||
} | |||
#mw-footer .footer-places li { | |||
float: right; | |||
display: block; | |||
} | |||
#mw-footer ul, #mw-footer li { | |||
margin: 0 auto; | |||
} | |||
#mw-footer #lastmod { | |||
float: left; | |||
left: 25px; | |||
} | |||
.diff-addedline .diffchange { | |||
background: #1d1d16; | |||
padding-left: 7px; | |||
} | |||
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { | |||
text-shadow: 0 0 0 #000 !important; | |||
} | } | ||
.oo-ui-labelElement-label { | .oo-ui-labelElement-label { | ||
text-shadow: | text-shadow: 0 0 0 #000 | ||
} | } | ||
.oo-ui-panelLayout-expanded { | |||
background: #222; | |||
} | } | ||
.oo-ui-messageDialog-message { | |||
color: #999; | |||
} | } | ||
# | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | ||
color: #999; | |||
} | |||
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget { | |||
border-right: 1px solid #111 | |||
} | |||
.oo-ui-dialog-content > .oo-ui-window-body { | |||
outline: 1px solid #111; | |||
} | |||
.oo-ui-messageDialog-content > .oo-ui-window-foot { | |||
outline: 1px solid #111; | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-view { | |||
border: 1px solid #000; | |||
} | |||
.wikiEditor-ui .wikiEditor-ui-top { | |||
border-bottom: 1px solid #000; | |||
} | |||
textarea[style] { | |||
background: #111 !important; | |||
color: #fff; | |||
} | } | ||
pre, .mw-code { | |||
background: #222 | background: #222; | ||
border: solid # | color: #B0B0B0; | ||
border: 1px solid #444; | |||
} | } | ||
.oo-ui-iconWidget.oo-ui-iconElement.oo-ui-iconElement-icon { | |||
background: # | background-color: #B0B0B0; | ||
border: solid | border: 1px solid #333; | ||
} | } |
Versionen fra 7. aug. 2019, 09:29
/* CSS placed here will affect users of the Timeless skin */ #p-logo { display: none; } #ca-nstab-main { display:none!important; } #ca-more { display:none!important; } #mw-related-navigation { display: none; } #ca-talk { display:none!important; } #ca-history { display:none!important; } #ca-viewsource { display:none!important; } #ca-view { display:none!important; } #mw-related-navigation { display: none; } #ca-actions { display:none!important; } #site-tools.sidebar-chunk { display:none!important; } #mw-footer { display: none; } #personal { display: none; } .mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, input[type='submit'], input[type='button'], button { border: solid 1px #333!important; border-bottom: 0!important; text-shadow: 0 0 0 #000 !important; border-bottom: solid 1px #333!important; } .oo-ui-flaggedElement-destructive { background: #111; border: 1px solid #444; color: #FF3333 !important; padding-left: 15px !important; padding-right: 15px !important; } .oo-ui-flaggedElement-destructive:hover { background: #222; color: #CC0000 !important; } #searchInput { border: 0!important; } @media screen and (max-width: 850px) { #searchInput { padding: 0 0 0 6px !important; } } .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { background-color: #333; color: #fff; } .oo-ui-textInputWidget > .oo-ui-labelElement-label { line-height: 0.5em; } #pagehistory li.selected { background-color: #555; } .warningbox { background: #1d1d16; } a.new:hover, .new a:hover, a.new:visited, .new a:visited { color: #FF3333; } .mw-plusminus-neg { color: #FF0000; } #searchButton, #mw-searchButton { border: 0 !important; left: 38vw; right: 0; margin-left: auto; margin-right: auto; } #mw-footer-container a:hover { color: #ffff33; } #mw-footer-container a:visited { color: #ffff66; } #mw-footer .footer-places li { float: right; display: block; } #mw-footer ul, #mw-footer li { margin: 0 auto; } #mw-footer #lastmod { float: left; left: 25px; } .diff-addedline .diffchange { background: #1d1d16; padding-left: 7px; } .oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { text-shadow: 0 0 0 #000 !important; } .oo-ui-labelElement-label { text-shadow: 0 0 0 #000 } .oo-ui-panelLayout-expanded { background: #222; } .oo-ui-messageDialog-message { color: #999; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: #999; } .oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget { border-right: 1px solid #111 } .oo-ui-dialog-content > .oo-ui-window-body { outline: 1px solid #111; } .oo-ui-messageDialog-content > .oo-ui-window-foot { outline: 1px solid #111; } .wikiEditor-ui .wikiEditor-ui-view { border: 1px solid #000; } .wikiEditor-ui .wikiEditor-ui-top { border-bottom: 1px solid #000; } textarea[style] { background: #111 !important; color: #fff; } pre, .mw-code { background: #222; color: #B0B0B0; border: 1px solid #444; } .oo-ui-iconWidget.oo-ui-iconElement.oo-ui-iconElement-icon { background-color: #B0B0B0; border: 1px solid #333; }