Difference between revisions of "MediaWiki:Common.css"

From Girlfriend Kari Wiki
Jump to: navigation, search
Line 22: Line 22:
  
 
#welcome .default {
 
#welcome .default {
border-color: ##FF00FF;
+
border-color: #FF00FF;
 
}
 
}
  
Line 30: Line 30:
  
 
#gettingstarted .default {
 
#gettingstarted .default {
border-color: ##0066FF;
+
border-color: #0066FF;
 
}
 
}

Revision as of 03:20, 15 February 2015

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

.mw-editsection { display:none!important; }

.title {
	text-align: center;
	padding: 3px;
	font-size: 120%;
	font-weight: bold;
}

#welcome .title {
	background-color: #FFCCFF;
}

.default {
	border: 1px solid;
	border-radius: 7px;
	padding: 5px;
	margin-bottom: 10px;
}

#welcome .default {
	border-color: #FF00FF;
}

#gettingstarted .title {
	background-color: #99CCFF
}

#gettingstarted .default {
	border-color: #0066FF;
}