Difference between revisions of "MediaWiki:Common.css"

From Stoic Wiki
Jump to: navigation, search
Line 18: Line 18:
  
 
#page-content > div.row {
 
#page-content > div.row {
  max-width: 870px;
+
max-width: 870px;
 +
padding: 20px;
 
}
 
}
 +
 +
@media only screen and (min-width: 600px) {
 +
#page-content > div.row {
 +
padding: 20px;
 +
}
 +
}
 +
 +
body { background: #eee !important; }
  
 
#page-content > div.row {
 
#page-content > div.row {

Revision as of 20:53, 8 September 2017

/* CSS placed here will be applied to all skins */

/* Remove [Edit] links next to each section */
.mw-editsection { display: none !important; }

/* Hide Discussion tabs on user pages */
.ns-2 #ca-talk { display: none !important; }

/* Quote template */

.quote-footer {
margin-bottom: 1.5em;
}

.mw-body { 
  max-width: 870px; 
}

#page-content > div.row {
	max-width: 870px;
	padding: 20px;
}

@media only screen and (min-width: 600px) {
#page-content > div.row {
	padding: 20px;
}
}

body { background: #eee !important; }

#page-content > div.row {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	background: #fcfcfc;
}

#page-content {
	background: #eee;
}

h1, h2, h3, h4, h5, h6 {
}