MediaWiki:Mobile.css: Difference between revisions

From OER in Education
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


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



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;
}
*/