Difference between revisions of "MediaWiki:Common.css"

A fragment of the Garden of Remembering

(Created page with "→‎CSS placed here will be applied to all skins: ul.nolines li.gallerybox div.thumb { border-width: 0; background: transparent; }")
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#siteSub {
display: block;
}


ul.nolines li.gallerybox div.thumb {  
ul.nolines li.gallerybox div.thumb {  
border-width: 0;
border-width: 0;
background: transparent;
background: transparent;
}
.center {
text-align: center;
margin: auto;
}
.monospace {
font-family: monospace, monospace;
}
.serif {
font-family: serif;
}
.sans-serif {
font-family: sans-serif;
}
#editpage-copywarn {
display: none;
}
body:not(.rootpage-The_Garden_of_Remembering) #p-Lost_Projects,
body:not(.rootpage-The_Garden_of_Remembering) #p-Memories,
body:not(.rootpage-The_Garden_of_Remembering) #fp-Lost_Projects,
body:not(.rootpage-The_Garden_of_Remembering) #fp-Memories {
display: none !important;
}
/* Collapse stuff */
.NavHead {
background: url(/w/resources/src/mediawiki.icon/images/arrow-collapsed-ltr.svg) no-repeat 0 50%;
padding-left: 1.25em;
cursor: pointer;
}
.expanded .NavHead {
background: url(/w/resources/src/mediawiki.icon/images/arrow-expanded.svg) no-repeat 0 50%;
}
}

Revision as of 19:30, 20 March 2021

/* CSS placed here will be applied to all skins */
#siteSub {
	display: block;
}

ul.nolines li.gallerybox div.thumb { 
	border-width: 0;
	background: transparent;
}

.center {
	text-align: center;
	margin: auto;
}

.monospace {
	font-family: monospace, monospace;
}

.serif {
	font-family: serif;
}

.sans-serif {
	font-family: sans-serif;
}

#editpage-copywarn {
	display: none;
}

body:not(.rootpage-The_Garden_of_Remembering) #p-Lost_Projects,
body:not(.rootpage-The_Garden_of_Remembering) #p-Memories,
body:not(.rootpage-The_Garden_of_Remembering) #fp-Lost_Projects,
body:not(.rootpage-The_Garden_of_Remembering) #fp-Memories {
	display: none !important;
}

/* Collapse stuff */
.NavHead {
	background: url(/w/resources/src/mediawiki.icon/images/arrow-collapsed-ltr.svg) no-repeat 0 50%;
	padding-left: 1.25em;
	cursor: pointer;
}
.expanded .NavHead {
	background: url(/w/resources/src/mediawiki.icon/images/arrow-expanded.svg) no-repeat 0 50%;
}