Difference between revisions of "MediaWiki:Common.css"

From Locus
Jump to: navigation, search
 
Line 4: Line 4:
 
     float:right;
 
     float:right;
 
     margin-left:10px;
 
     margin-left:10px;
     font-size:0.8;
+
     font-size:0.9;
 
     min-width:300px;
 
     min-width:300px;
 
}
 
}

Latest revision as of 20:28, 10 June 2020

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

.profile-table {
    float:right;
    margin-left:10px;
    font-size:0.9;
    min-width:300px;
}
.profile-table td {
    background-color: #fff;
    font-size: 80%;
}
.profile-table tr > .field-cell {
    font-weight: bold;
    background-color: #f8f9fa;
    width: 33%;
}
.profile-table .image-cell {
    text-align: center;
    min-height: 200px;
    height: 200px;
}
.profile-table .header-cell {
    text-align: center;
    font-weight: bold;
    background-color: #f8f9fa;
}