MediaWiki:Common.css: Difference between revisions
From Harthorns-Reverie
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
background: #333; | background: #333; | ||
border: 5px; | border: 5px; | ||
} | |||
@media screen and (min-width: 851px) { | |||
#p-logo-text a { | |||
position: fixed; | |||
right: 75vw; | |||
} | |||
} | |||
@media screen and (max-width: 850px) { | |||
#p-logo-text { | |||
margin-top: 0; | |||
} | |||
} | |||
@media screen and (max-width: 1099px) and (min-width: 851px) { | |||
#p-logo-text a.long { | |||
padding-left: 7px; | |||
float: left; | |||
font-size: 23px !important; | |||
} | |||
} | |||
@media screen and (max-width: 1099px) and (min-width: 851px) { | |||
#mw-related-navigation .sidebar-inner { | |||
background: #222 !important; | |||
border: solid #111; | |||
} | |||
} | |||
@media screen and (max-width: 1099px) and (min-width: 851px) { | |||
#mw-site-navigation .sidebar-inner { | |||
background: #222; | |||
border: solid #111; | |||
} | |||
} | |||
#mw-site-navigation .sidebar-chunk { | |||
border: outset #222; | |||
background: #333; | |||
box-shadow: 2px 2px 1px rgba(0,0,0,0.5); | |||
border-radius: 3px; | |||
} | |||
@media screen and (max-width: 851px) { | |||
#mw-site-navigation .sidebar-chunk { | |||
padding: 0 15px 5px 20px; | |||
} | |||
} | |||
@media screen and (max-width: 1099px) and (min-width: 851px) { | |||
#mw-site-navigation .sidebar-inner { | |||
background: #222 !important; | |||
border: solid #111 !important; | |||
} | |||
} | |||
.mw-parser-output a.external { | |||
color: #ff9900; | |||
} | } |
Revision as of 23:10, 6 February 2022
body { margin: 0; background: #000; } a { color: #cc6600; } a:hover, a:visited { color: #cc3300; } h1, h2, h3, h4 { color: Grey; } #mw-site-navigation .sidebar-inner { background: #333; border: 5px; } @media screen and (min-width: 851px) { #p-logo-text a { position: fixed; right: 75vw; } } @media screen and (max-width: 850px) { #p-logo-text { margin-top: 0; } } @media screen and (max-width: 1099px) and (min-width: 851px) { #p-logo-text a.long { padding-left: 7px; float: left; font-size: 23px !important; } } @media screen and (max-width: 1099px) and (min-width: 851px) { #mw-related-navigation .sidebar-inner { background: #222 !important; border: solid #111; } } @media screen and (max-width: 1099px) and (min-width: 851px) { #mw-site-navigation .sidebar-inner { background: #222; border: solid #111; } } #mw-site-navigation .sidebar-chunk { border: outset #222; background: #333; box-shadow: 2px 2px 1px rgba(0,0,0,0.5); border-radius: 3px; } @media screen and (max-width: 851px) { #mw-site-navigation .sidebar-chunk { padding: 0 15px 5px 20px; } } @media screen and (max-width: 1099px) and (min-width: 851px) { #mw-site-navigation .sidebar-inner { background: #222 !important; border: solid #111 !important; } } .mw-parser-output a.external { color: #ff9900; }