Difference between revisions of "MediaWiki:Common.css"

 
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
 +
 +
a.topbar, a.topbar:link, a.topbar:active, a.topbar:visited, a.topbar:hover {
 +
        font-family: Verdana, Tahoma;
 +
        font-size: 11px;
 +
        color:black;
 +
        font-weight: bold;                                                                                                                                                       
 +
}
 +
 +
table.infobox {
 +
        border:        1px solid #999999;
 +
        margin:        10px;
 +
        padding:        5px;
 +
        float:          right;
 +
        clear:          right;
 +
        width:          250px;
 +
        background:    white;
 +
        border-collapse:collapse;
 +
        line-height:    2em;
 +
}
 +
table.infobox tr {
 +
        text-align:    center;
 +
}
 +
table.infobox tr td.infoboxname {
 +
        text-align:    center;
 +
        color:          black;
 +
        background:    white;                                                                                                                                                   
 +
        font-size:      larger;                                                                                                                                                 
 +
}
 +
table.infobox tr td.infoboxheading{
 +
        text-align:    left;
 +
        background:    #bdb;
 +
}
 +
table.infobox tr.infoboxrow {
 +
        text-align:    left;                                                                                                                                                   
 +
        spacing-top:    0px;
 +
        spacing-bottom: 0px;
 +
        vertical-align: middle;
 +
        background:    #f0f0f0;
 +
}
 +
table.infobox tr td { 
 +
        padding:        5px;
 +
        background:    white;
 +
}
 +
table.infobox tr.infoboxrow td {
 +
        border-top:    1px solid #999;
 +
        border-bottom:  1px solid #999;                                                                                                                                         
 +
        background:    #f0f0f0;
 +
}

Revision as of 01:07, 10 October 2006

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

a.topbar, a.topbar:link, a.topbar:active, a.topbar:visited, a.topbar:hover {
        font-family: Verdana, Tahoma;
        font-size: 11px;
        color:black;
        font-weight: bold;                                                                                                                                                        
 }

table.infobox {
        border:         1px solid #999999;
        margin:         10px;
        padding:        5px;
        float:          right;
        clear:          right;
        width:          250px;
        background:     white;
        border-collapse:collapse;
        line-height:    2em;
}
table.infobox tr {
        text-align:     center;
}
table.infobox tr td.infoboxname {
        text-align:     center;
        color:          black;
        background:     white;                                                                                                                                                    
        font-size:      larger;                                                                                                                                                   
}
table.infobox tr td.infoboxheading{
        text-align:     left;
        background:     #bdb;
}
table.infobox tr.infoboxrow {
        text-align:     left;                                                                                                                                                     
        spacing-top:    0px;
        spacing-bottom: 0px;
        vertical-align: middle;
        background:     #f0f0f0;
}
table.infobox tr td {   
        padding:        5px;
        background:     white;
}
table.infobox tr.infoboxrow td {
        border-top:     1px solid #999;
        border-bottom:  1px solid #999;                                                                                                                                           
        background:     #f0f0f0;
}