Difference between revisions of "MediaWiki:Common.css"

From ALFA
Jump to: navigation, search
Line 8: Line 8:
 
     padding: 0px;
 
     padding: 0px;
 
     margin: 0 auto;
 
     margin: 0 auto;
 +
    max-width: 75%;
 
}
 
}
  

Revision as of 00:30, 26 January 2014

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

/* ============================================
     NAVIGATION TABLES
   ============================================ */
table.navTable {
    border: 1px solid #BDBCAD;
    padding: 0px;
    margin: 0 auto;
    max-width: 75%;
}

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

table.navTable th {
    background-color: #CCCCFF;
    border: 1px solid #336699;
    text-align: center;
    font-size: 1.15em;
    padding: 3px;
}

table.navTable td {
    padding: 3px 5px;
    vertical-align: text-top;
}

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

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

table.navTable td li {
    display: inline;
    padding: 0px;
    margin: 0px;
}

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