MediaWiki:Timeless.css: Forskelle mellem versioner

Fra Grønnehaven Lystrup
Ingen redigeringsopsummering
Ingen redigeringsopsummering
Linje 32: Linje 32:




.postedit-container {
 
position: absolute;
@media screen and (min-width: 851px) {
left: 0;
#p-logo-text {
right: 0;
width: 29em;
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 {
@media screen and (min-width: 851px) {
background: url("https://www.anonproject.com/resources/assets/logo.png");
#personal h2:after {
background-size: contain;
width: 36px;
}
}
#mw-header-container {
background: #555;
}
}
#mw-header {
@media screen and (max-width: 850px) {
#p-logo-text {
position: static;
left: 0 !important;
right: 0;
margin-left: 0;
margin-right: 0;
width: 100%;
width: 100%;
max-width: 100%;
top: 3.3em;
padding: 0;
position: static;
}
}
@media screen and (max-width: 850px) {
#menus-cover {
background: #000;
}
}
@media only screen and (min-width: 992px) and (max-width:768px) {
#p-logo-text {
right:74vw;
}
}
@media screen and (max-width: 850px) {
#personal h2 {
display: none;
}
}
@media only screen and (min-width: 900px) and (max-width:100px) {
#p-logo-text {
right: 74vw;
top: 3em;
}
}
#mw-content-container {
background: #1d1d16;
}
}
@media screen and (max-width: 850px) {
@media screen and (max-width: 900px) and (min-width: 100px) {
#mw-content-block {
#p-logo-text a.long {
background: #000;
font-size: 43px !important;
}
}
}
@media screen and (max-width: 1700px) and (min-width: 800px) {
#p-logo-text {
left: 12px !important;
}
}
@media screen and (max-width: 850px) {
#site-tools h2 {
right: 3em;
top: 0.9em;
padding-bottom: 5px;
}
}
@media screen and (max-width: 1700px) and (mix: 851px) {
#mw-site-navigation {
background: #000;
}
}
@media screen and (max-width: 850px) {
#p-logo-text a.long {
width: 100%;
top: 7px;
text-align: center;
font-size: 40px !important;
}
}
#mw-content {
background: #333;
border: solid #946c20;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
}

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;
}







@media screen and (min-width: 851px) {
#p-logo-text {
	width: 29em;
}
}
@media screen and (min-width: 851px) {
#personal h2:after {
	width: 36px;
}
}
@media screen and (max-width: 850px) {
#p-logo-text {
	position: static;
	left: 0 !important;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	top: 3.3em;
}
}
 @media only screen and (min-width: 992px) and (max-width:768px) {
 #p-logo-text {
 right:74vw;
}
}
@media only screen and (min-width: 900px) and (max-width:100px) {
#p-logo-text {
	right: 74vw;
	top: 3em;
}
}
@media screen and (max-width: 900px) and (min-width: 100px) {
#p-logo-text a.long {
	font-size: 43px !important;
}
}
@media screen and (max-width: 1700px) and (min-width: 800px) {
#p-logo-text {
	left: 12px !important;
}
}
@media screen and (max-width: 1700px) and (mix: 851px) {
#mw-site-navigation {
	background: #000;
}
}
#mw-content {
	background: #333;
	border: solid #946c20;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}