MediaWiki:Mobile.css: Difference between revisions

From OER in Education
No edit summary
No edit summary
 
Line 8: Line 8:
  background: lightgray;  
  background: lightgray;  
  border: solid 3px #9c2e34;  
  border: solid 3px #9c2e34;  
  padding: 0px;margin-left:10px; margin-top:0px;  
  padding: 10px;
margin-top:0px;  
  margin-bottom:10px;
  margin-bottom:10px;
  border-radius:10px;  
  border-radius:10px;  

Latest revision as of 11:39, 13 February 2015

/* CSS placed here will affect users of the mobile site */

.mobile-display-none {
	display: none;
}

.sidebarstyle {
 background: lightgray; 
 border: solid 3px #9c2e34; 
 padding: 10px;
 margin-top:0px; 
 margin-bottom:10px;
 border-radius:10px; 
 box-shadow: 5px 5px 2px lightblue; 
}

/*
#sidebarcontents {
		display: none;
}
*/
/*
#sidebarcontents-offline {
		display: none;
}
*/