Difference between revisions of "MediaWiki:Common.css"

From DARO
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/*Shin Bi*/
  
 
.table-mainpage tr {
 
.table-mainpage tr {
Line 31: Line 33:
 
.table-mainpage p{
 
.table-mainpage p{
 
     margin: 0;
 
     margin: 0;
 +
}
 +
 +
/*Kaly*/
 +
/* Bring the text to 14px */
 +
.highlighted-text {
 +
  font-size: 0.875em;
 
}
 
}

Revision as of 12:09, 13 February 2021

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

/*Shin Bi*/

.table-mainpage tr {
    margin: 0.5em 0em 0em 0.5em;
}

.table-mainpage td {
    vertical-align: top;
    width: 33%;
    padding: 0.5em;
}

.table-mainpage th {
    font-size: 1.8em;
    font-weight: normal;
    font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
    line-height: 1.125;
    margin: 1.25em 0 0.5em;
    text-align: left;

}

.table-mainpage th:after {
        content: "";
        display: block;
        border-bottom: 2px solid rgb(200, 204, 209);
        overflow: hidden;
        margin: 0em 0.5em 0em 0em;
}

.table-mainpage p{
    margin: 0;
}

/*Kaly*/
/* Bring the text to 14px */
.highlighted-text {
  font-size: 0.875em;
}