MediaWiki:Timeless.css: Forskelle mellem versioner
Fra Grønnehaven Lystrup
Steffen (diskussion | bidrag) Ingen redigeringsopsummering |
Steffen (diskussion | bidrag) Ingen redigeringsopsummering |
||
Linje 33: | Linje 33: | ||
# | #mw-page-header-links li.selected a { | ||
color: #cccc00; | |||
} | |||
#mw-related-navigation .sidebar-chunk { | |||
background: #333; | |||
border: outset #222; | |||
box-shadow: 2px 2px 1px rgba(0,0,0,0.5); | |||
border-radius: 3px; | |||
} | } | ||
@media screen and (max-width: 1099px) and (min-width: 851px) { | |||
#mw-related-navigation .sidebar-chunk { | |||
background: #333; | |||
border: outset #222; | |||
box-shadow: 2px 2px 1px rgba(0,0,0,0.5); | |||
border-radius: 3px; | |||
padding: 0 15px 5px 20px; | |||
} | } | ||
} | } | ||
.color-middle-container, .ts-inner { | |||
padding: 0; | |||
} | } | ||
#p-logo-text { | #p-logo-text { | ||
left: 120px; | |||
} | } | ||
#p-logo-text a.long { | |||
padding-top: 5px; | |||
padding-left: 6px; | |||
font-size: 30px; | |||
text-shadow: 1px 1px 1px #222; | |||
} | } | ||
#p-search { | |||
width: 70em; | |||
padding-right: 33px; | |||
} | } | ||
#personal .dropdown h3 { | |||
line-height: 25px; | |||
} | } | ||
#personal h2 { | |||
text-shadow: 2px 2px 0 #333; | |||
padding-top: 7px; | |||
font-size: 24px; | |||
text-transform: lowercase; | |||
} | } | ||
#personal .dropdown { | |||
background: #222!important; | |||
border: solid #000; | |||
} | } | ||
.codeEditor-status { | |||
color: #000; | |||
} | } | ||
.oo-ui-labelElement-label { | |||
text-shadow: 1px 2px #333; | |||
} | } | ||
#iframeframe { | |||
# | height: 700px; | ||
} | } | ||
#wpSave { | |||
text-shadow: 2px 2px 2px #000 !important | |||
} | } | ||
#mw-footer-container { | |||
#mw- | |||
background: #000; | background: #000; | ||
padding-top: 1em; | |||
} | } | ||
fieldset { | |||
background: #222!important; | |||
border: solid #111; | |||
} | } | ||
input { | |||
background: #333; | background: #333; | ||
border: solid # | border: solid 1px #111!important; | ||
border-radius: 2px; | |||
padding-left: 5px; | |||
color: #999; | |||
} | } |
Versionen fra 7. aug. 2019, 09:28
/* 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-page-header-links li.selected a { color: #cccc00; } #mw-related-navigation .sidebar-chunk { background: #333; border: outset #222; box-shadow: 2px 2px 1px rgba(0,0,0,0.5); border-radius: 3px; } @media screen and (max-width: 1099px) and (min-width: 851px) { #mw-related-navigation .sidebar-chunk { background: #333; border: outset #222; box-shadow: 2px 2px 1px rgba(0,0,0,0.5); border-radius: 3px; padding: 0 15px 5px 20px; } } .color-middle-container, .ts-inner { padding: 0; } #p-logo-text { left: 120px; } #p-logo-text a.long { padding-top: 5px; padding-left: 6px; font-size: 30px; text-shadow: 1px 1px 1px #222; } #p-search { width: 70em; padding-right: 33px; } #personal .dropdown h3 { line-height: 25px; } #personal h2 { text-shadow: 2px 2px 0 #333; padding-top: 7px; font-size: 24px; text-transform: lowercase; } #personal .dropdown { background: #222!important; border: solid #000; } .codeEditor-status { color: #000; } .oo-ui-labelElement-label { text-shadow: 1px 2px #333; } #iframeframe { height: 700px; } #wpSave { text-shadow: 2px 2px 2px #000 !important } #mw-footer-container { background: #000; padding-top: 1em; } fieldset { background: #222!important; border: solid #111; } input { background: #333; border: solid 1px #111!important; border-radius: 2px; padding-left: 5px; color: #999; }