MediaWiki:Timeless.css: Forskelle mellem versioner

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




@media screen and (min-width: 851px) {
 
#p-logo-text {
#mw-page-header-links li.selected a {
width: 29em;
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;
}
}
@media screen and (min-width: 851px) {
#personal h2:after {
width: 36px;
}
}
.color-middle-container, .ts-inner {
padding: 0;
}
}
@media screen and (max-width: 850px) {
#p-logo-text {
#p-logo-text {
position: static;
left: 120px;
left: 0 !important;
right: 0;
margin-left: 0;
margin-right: 0;
width: 100%;
top: 3.3em;
}
}
#p-logo-text a.long {
padding-top: 5px;
padding-left: 6px;
font-size: 30px;
text-shadow: 1px 1px 1px #222;
}
}
@media only screen and (min-width: 992px) and (max-width:768px) {
#p-search {
#p-logo-text {
width: 70em;
right:74vw;
padding-right: 33px;
}
}
#personal .dropdown h3 {
line-height: 25px;
}
}
@media only screen and (min-width: 900px) and (max-width:100px) {
#personal h2 {
#p-logo-text {
text-shadow: 2px 2px 0 #333;
right: 74vw;
padding-top: 7px;
top: 3em;
font-size: 24px;
text-transform: lowercase;
}
}
#personal .dropdown {
background: #222!important;
border: solid #000;
}
}
@media screen and (max-width: 900px) and (min-width: 100px) {
.codeEditor-status {
#p-logo-text a.long {
color: #000;
font-size: 43px !important;
}
}
.oo-ui-labelElement-label {
text-shadow: 1px 2px #333;
}
}
@media screen and (max-width: 1700px) and (min-width: 800px) {
#iframeframe {
#p-logo-text {
height: 700px;
left: 12px !important;
}
}
#wpSave {
text-shadow: 2px 2px 2px #000 !important
}
}
@media screen and (max-width: 1700px) and (mix: 851px) {
#mw-footer-container {
#mw-site-navigation {
background: #000;
background: #000;
padding-top: 1em;
}
}
fieldset {
background: #222!important;
border: solid #111;
}
}
#mw-content {
input {
background: #333;
background: #333;
border: solid #946c20;
border: solid 1px #111!important;
-webkit-border-bottom-right-radius: 4px;
border-radius: 2px;
-webkit-border-bottom-left-radius: 4px;
padding-left: 5px;
-moz-border-radius-bottomright: 4px;
color: #999;
-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;
}








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