Difference between revisions of "MediaWiki:Common.css"

From Speedclear Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
}
 
}
  
.mainpagetable {
+
.mainpagecell {
     width: 100%;
+
     width: 33%;  
     cellspacing: 5;
+
     border: 1px solid #AAA;  
     cellpadding: 0;
+
     vertical-align: top;
 
}
 
}
 +
 +
.mainpagetableheader {
 +
    background: #ACD;
 +
    border: 1px solid #7BC;
 +
    padding: 5px;
 +
    margin: 3px;
 +
    font-weight: bold;
 +
    text-align: center;
 +
    font-size: 120%;
 +
}
 +
 +
#toc {
 +
    float: right;
 +
    margin: .5em 0 .8em 1.4em;
 +
};

Latest revision as of 19:50, 26 January 2017

/* CSS placed here will be applied to all skins */

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

.mainpagecell {
    width: 33%; 
    border: 1px solid #AAA; 
    vertical-align: top;
}

.mainpagetableheader {
    background: #ACD;
    border: 1px solid #7BC; 
    padding: 5px;
    margin: 3px; 
    font-weight: bold; 
    text-align: center; 
    font-size: 120%;
}

#toc { 
    float: right;
    margin: .5em 0 .8em 1.4em; 
};