Difference between revisions of "MediaWiki:Common.css"

From ALFA
Jump to: navigation, search
Line 26: Line 26:
  
 
table.navTable td:first-child {
 
table.navTable td:first-child {
 +
    background-color: #F3F3F3;
 
     text-align: right;
 
     text-align: right;
 
     font-weight: bold;
 
     font-weight: bold;
    padding: 2px 5px;
 
 
}
 
}
  

Revision as of 00:07, 26 January 2014

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

/* ============================================
     NAVIGATION TABLES
   ============================================ */
table.navTable {
    border: 1px solid #BDBCAD;
    padding: 0px;
    margin: 0px;
}

table.navTable tr {
    vertical-align: text-top;
}

table.navTable th {
    background-color: #F3F3F3;
    border: 1px solid #DFDECF;
    text-align: center;
    font-weight: bold;
}

table.navTable th a {
    
}

table.navTable td:first-child {
    background-color: #F3F3F3;
    text-align: right;
    font-weight: bold;
}

table.navTable td ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

table.navTable td li {
    display: inline;
}

table.navTable td li + li:before{
    content: " • ";
}