MediaWiki:Mobile.css: Difference between revisions

From OER in Education
(Created page with "→‎CSS placed here will affect users of the mobile site: #sidebarcontents { display: none; }")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* 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 {
#sidebarcontents {
display: none;
display: none;
}
}
*/
/*
#sidebarcontents-offline {
display: none;
}
*/

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