Difference between revisions of "MediaWiki:Common.css"

From ALFA
Jump to: navigation, search
Line 21: Line 21:
 
table.navTable th a {
 
table.navTable th a {
 
      
 
      
 +
}
 +
 +
table.navTable td:first-child {
 +
    text-align: right;
 +
    font-weight: bold;
 
}
 
}
  

Revision as of 00:00, 26 January 2014

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

/* ============================================
     NAVIGATION TABLES
   ============================================ */
table.navTable {
    border: 1px solid #000000;
    padding: 1px 5px;
    margin: 3px;
}

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

table.navTable th {
    text-align: center;
    font-weight: bold;
}

table.navTable th a {
    
}

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

table.navTable td li {
    display: inline;
}

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