Difference between revisions of "MediaWiki:Reconstruction.css"

From Conceptual Reconstructionism Project
(Created page with "body { position: relative; height: auto; } body > div, .catlinks { font-size: 0.7em; } #content { font-size: inherit; } #mw-page-base { display:none; } #mw-head-base { display:none; } #mw-head { position: static; } div.vectorMenu h5 a { height: 1em; } div.vectorTabs a span { padding-top: 0; } div.vectorTabs li a { height: auto; } #p-search { float: none; } #p-search form, #p-search input { margin-top: 0; } #firstHeading { margin-top: 1em; margin-...")
 
(Replaced content with "#content { margin-left: 0; margin-right: 0; background-image: none; } #footer { margin-left: 0; background-image: none; } p { margin: 1em 0 1em 0; }")
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
position: relative;
height: auto;
}
body > div, .catlinks {
font-size: 0.7em;
}
#content {
font-size: inherit;
}
#mw-page-base {
display:none;
}
#mw-head-base {
display:none;
}
#mw-head {
position: static;
}
div.vectorMenu h5 a {
height: 1em;
}
div.vectorTabs a span {
padding-top: 0;
}
div.vectorTabs li a {
height: auto;
}
#p-search {
float: none;
}
#p-search form,
#p-search input {
margin-top: 0;
}
#firstHeading {
margin-top: 1em;
margin-bottom: 2em;
line-height: 1.2em;
font-size: 2em;
}
#left-navigation {
display: block;
position: static;
}
#right-navigation {
display: block;
float: none;
margin-top: auto;
}
#p-personal {
top: auto;
bottom: -1.5em;
}
#mw-panel {
position: static;
clear: both;
width: auto;
}
#mw-head div.vectorMenu h5 {
background-image: none;
}
#mw-panel div.portal {
padding-bottom: 0;
}
#mw-panel div.portal h5 {
display: inline;
padding: 0;
padding-left: 2em;
}
#mw-panel div.portal div.body {
display: inline;
margin: 0;
background-image: none;
}
#mw-panel div.portal div.body ul {
display: inline;
}
#mw-panel div.portal div.body ul li {
display: inline;
}
#mw-panel div.portal div.body ul li:before {
content: ' \22c5  ';
}
#p-lang {
position:absolute;
top: 0.5em;
left: 1em;
}
#content {
#content {
margin-left: 0;
margin-left: 0;
margin-right: 0;
margin-right: 0;
background-image: none;
background-image: none;
}
#bodyContent {
margin-left:auto;
margin-right:auto;
width: 65%;
}
}


Line 128: Line 8:
margin-left: 0;
margin-left: 0;
background-image: none;
background-image: none;
}
#toc {
display: none;
}
.catlinks {
border: 0;
background-color: none;
margin-top: 5em;
}
}



Latest revision as of 10:09, 7 December 2021

#content {
	margin-left: 0;
	margin-right: 0;
	background-image: none;
}

#footer {
	margin-left: 0;
	background-image: none;
}

p {
	margin: 1em 0 1em 0;
}