MediaWiki:Mobile.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
.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 { | #sidebarcontents-offline { |
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;
}
*/