MediaWiki:Common.css: Difference between revisions

From MicrobeWiki, the student-edited microbiology resource
No edit summary
(f)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
* {
    font-size: 30pt;
.box-rounded {
.box-rounded {
background-color: black
background-color: black
}
}
.box-container {
/*.box-container {
     height: auto;
     height: auto;
     width: 350px;
     width: 350px;
Line 32: Line 34:
     -webkit-border-radius: 10px;
     -webkit-border-radius: 10px;
     width: 333px;
     width: 333px;
}
}*/

Revision as of 19:04, 25 July 2013

/* CSS placed here will be applied to all skins */
* {
    font-size: 30pt;
.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;
}*/