MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
table.tags {  
table.tags {  
     font-size: 24pt;
     font-size: 24pt;
    font-family: "BildCompressed";
     color: #fff;
     color: #fff;
     text-align: left;
     text-align: left;
Line 11: Line 10:
     border-color: #fff;
     border-color: #fff;
     border-style: solid;
     border-style: solid;
     border-width: 5px 0px 0px 0px !important;  
     border-width: 3px 0px 0px 0px !important;  
padding: 0px 5px 0px 5px;
padding: 0px 5px 0px 5px;
}
}
table.tags th {
table.tags th {
    font-family: "BildCompressed";
     background: #FF6B6B;
     background: #FF6B6B;
     font-weight: normal;
     font-weight: normal;
}
}
table.tags td {
table.tags td {
    font-family: "BildCompressedLight";
     background: #D47575;
     background: #D47575;
}
}