MediaWiki:Common.css: Difference between revisions

From MicrobeWiki, the student-edited microbiology resource
(Created page with "→‎CSS placed here will be applied to all skins: .box-container { height: auto; width: 350px; float: left; padding:35px; } .box-header h2 { background: ...")
 
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.box-container {
.box-rounded {
    background-color: black
}
/*.box-container {
     height: auto;
     height: auto;
     width: 350px;
     width: 350px;
Line 29: Line 32:
     -webkit-border-radius: 10px;
     -webkit-border-radius: 10px;
     width: 333px;
     width: 333px;
}*/
div#jump-to-nav {
    display: hidden;
}
}

Latest revision as of 17:23, 23 March 2022

/* CSS placed here will be applied to all skins */
.box-rounded {
    background-color: black
}
/*.box-container {
    height: auto;
    width: 350px;
    float: left;
    padding:35px;
}

.box-header h2 {
    background: #DDDDDD;
    border: 1px solid #ccc;
    padding: 10px 15px;
    -moz-border-radius: 2em 0;
    -webkit-border-radius: 10px;
    margin:-15px;
    padding-top: 15px;
    padding-left: 15px;
    width: 333px;
    border-left-width: 0px; 
    border-top-width: 0px;
    color: #468259;    
}

.box {
    background: #D8E7EC;
    border: 1px solid #ccc;
    padding: 15px;
    -moz-border-radius: 2em 0;
    -webkit-border-radius: 10px;
    width: 333px;
}*/

div#jump-to-nav {
    display: hidden;
}