MediaWiki:Timeless.css: Forskelle mellem versioner

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




#personal .dropdown b {
 
font-weight: normal;
@media screen and (max-width: 851px) {
#mw-site-navigation .sidebar-chunk {
padding: 0 15px 5px 20px;
}
}
b, strong {
text-shadow: 1px 1px 1px #000;
}
}
#f-list {
@media screen and (max-width: 1099px) and (min-width: 851px) {
text-align: center;
#mw-site-navigation .sidebar-inner {
font-size: 14px;
background: #222 !important;
border: solid #111 !important;
}
}
div.editOptions {
border: #222;
background: #555;
}
}
#mw-header-nav-hack {
.mw-parser-output a.external {
border-top: solid 2px #333;
color: #ff9900;
}
#searchInput {
padding: 0.2em 4.5em 0.2em 2em !important;
margin: 0;
}
#searchInput-container {
background: #333;
background: #333;
height: 35px;
}
}
#mw-site-navigation .sidebar-inner {
#simpleSearch {
border: inset 1px #000;
border-radius: 3px;
background: #333;
background: #333;
border: 0;
height: 35px;
width: 48vw;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 7px;
}
}
@media screen and (min-width: 851px) {
#user-tools {
#p-logo-text a {
position: fixed;
position: fixed;
right: 75vw;
right: 86px;
}
}
}
@media screen and (min-width: 851px) {
@media screen and (max-width: 850px) {
#user-tools {
#p-logo-text {
left: 74vw;
margin-top: 0;
top: 5px;
}
}
}
}
@media screen and (max-width: 1099px) and (min-width: 851px) {
.mw-notification {
#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;
background: #222;
border: solid #111;
border: #111;
}
background: #111;
}
border-radius: 5px;
#mw-site-navigation .sidebar-chunk {
color: #999;
border: outset #222;
width: 200px;
background: #333;
box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
border-radius: 3px;
}
}

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 (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;
}
#searchInput {
	padding: 0.2em 4.5em 0.2em 2em !important;
	margin: 0;
}
#searchInput-container {
	background: #333;
	height: 35px;
}
#simpleSearch {
	border: inset 1px #000;
	border-radius: 3px;
	background: #333;
	height: 35px;
	width: 48vw;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 7px;
}
#user-tools {
	position: fixed;
	right: 86px;
}
@media screen and (min-width: 851px) {
#user-tools {
	left: 74vw;
	top: 5px;
}
}
.mw-notification {
	background: #222;
	border: #111;
	background: #111;
	border-radius: 5px;
	color: #999;
	width: 200px;
}