Difference between revisions of "MediaWiki:Common.css"
From TTWiki
Jump to navigationJump to search| Planetmaker (talk | contribs)  (add colours to default code and pre tags) | Planetmaker (talk | contribs)   (separate style templates for <pre> tag: example, pseudo and small (=max height 200px)) | ||
| Line 21: | Line 21: | ||
| pre { | pre { | ||
|     color: darkblue; |     color: darkblue; | ||
| + |     white-space: pre-wrap | ||
| + | } | ||
| + | pre.example { | ||
| + |     color: darkblue; | ||
| + | } | ||
| + | pre.pseudo { | ||
| + |     color: black; | ||
| + | } | ||
| + | pre.small { | ||
| + |    max-height: 200px;  | ||
| + |    overflow:scroll; | ||
| } | } | ||
Latest revision as of 21:18, 27 August 2011
/* CSS placed here will be applied to all skins */
table.wikitable td, th {
    border: 1px solid #CCCCCC;
    padding: 0;
}
table {
    border-collapse: collapse;
    empty-cells: show;
}
td, th {
    border:  1px solid #CCCCCC;
    padding: 0px 5px;
}
code {
    color: darkgreen;
}
pre {
    color: darkblue;
    white-space: pre-wrap
}
pre.example {
    color: darkblue;
}
pre.pseudo {
    color: black;
}
pre.small {
   max-height: 200px; 
   overflow:scroll;
}
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}
