MediaWiki:Timeless.css: Forskelle mellem versioner
Fra Grønnehaven Lystrup
Steffen (diskussion | bidrag) Ingen redigeringsopsummering |
Steffen (diskussion | bidrag) Ingen redigeringsopsummering |
||
Linje 30: | Linje 30: | ||
#mw- | |||
padding: 0 | .postedit-container { | ||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
margin-left: auto; | |||
margin-right: auto; | |||
padding: 0; | |||
padding: 15px 0 15px 15px; | |||
text-align: right; | |||
} | |||
.postedit-icon { | |||
margin: auto; | |||
padding: 0; | |||
} | |||
.mw-wiki-logo { | |||
background: url("https://www.anonproject.com/resources/assets/logo.png"); | |||
background-size: contain; | |||
} | |||
#mw-header-container { | |||
background: #555; | |||
} | |||
#mw-header { | |||
width: 100%; | |||
max-width: 100%; | |||
padding: 0; | |||
position: static; | |||
} | } | ||
@media screen and (max-width: 850px) { | |||
#menus-cover { | |||
background: #000; | |||
} | } | ||
} | } | ||
@media screen and (max-width: 850px) { | |||
#personal h2 { | |||
display: none; | |||
} | } | ||
} | } | ||
# | #mw-content-container { | ||
background: #1d1d16; | |||
} | } | ||
# | @media screen and (max-width: 850px) { | ||
background: # | #mw-content-block { | ||
background: #000; | |||
} | } | ||
} | } | ||
# | @media screen and (max-width: 850px) { | ||
#site-tools h2 { | |||
right: 3em; | |||
top: 0.9em; | |||
padding-bottom: 5px; | |||
} | } | ||
} | } | ||
@media screen and (max-width: 850px) { | |||
#p-logo-text a.long { | |||
width: 100%; | |||
top: 7px; | |||
text-align: center; | |||
font-size: 40px !important; | |||
} | } | ||
} | } |
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; } .postedit-container { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; padding: 0; padding: 15px 0 15px 15px; text-align: right; } .postedit-icon { margin: auto; padding: 0; } .mw-wiki-logo { background: url("https://www.anonproject.com/resources/assets/logo.png"); background-size: contain; } #mw-header-container { background: #555; } #mw-header { width: 100%; max-width: 100%; padding: 0; position: static; } @media screen and (max-width: 850px) { #menus-cover { background: #000; } } @media screen and (max-width: 850px) { #personal h2 { display: none; } } #mw-content-container { background: #1d1d16; } @media screen and (max-width: 850px) { #mw-content-block { background: #000; } } @media screen and (max-width: 850px) { #site-tools h2 { right: 3em; top: 0.9em; padding-bottom: 5px; } } @media screen and (max-width: 850px) { #p-logo-text a.long { width: 100%; top: 7px; text-align: center; font-size: 40px !important; } }