|  |     | 
| (364 intermediate revisions by the same user not shown) | 
| Line 1: | Line 1: | 
|  | /* CSS placed here will affect users of the Monobookskin */ |  | /* Monobook Skin :: Wiki3 Additions | 
|  |   |  |  */ | 
|  | @import url(/style/fonts/wiki.css);
 |  | 
|  |   |  | 
|  | body {
 |  | 
|  |   background:#f1f1f1;
 |  | 
|  |   color:#313131;
 |  | 
|  |   font-family:'kWiki',Tahoma,Geneva,sans-serif }
 |  | 
|  |   |  | 
|  | #p-nav,#p-search,#p-tb,#footer {
 |  | 
|  |   opacity:0.8 }
 |  | 
|  |   |  | 
|  | #p-cactions ul li,#p-cactions ul li a {
 |  | 
|  |   -moz-border-radius-topleft:0.4em;
 |  | 
|  |   -moz-border-radius-topright:0.4em }
 |  | 
|  | #content {
 |  | 
|  |   -moz-border-radius-topleft:0.6em;
 |  | 
|  |   -moz-border-radius-bottomleft: 0.6em }
 |  | 
|  | div.pBody {
 |  | 
|  |   -moz-border-radius-topright:0.4em;
 |  | 
|  |   -moz-border-radius-bottomright:0.4em }
 |  | 
|  |   |  | 
|  | input {
 |  | 
|  |   font-family:'kWiki',Tahoma,Geneva,sans-serif }
 |  | 
|  |   |  | 
|  | pre,textarea {
 |  | 
|  |   font-family:'kWiki Mono','Lucida Console',Monaco,monospace;
 |  | 
|  |   font-size:12px }
 |  | 
|  |   |  | 
|  | .template-code {
 |  | 
|  |   background-color:#ffe0e0;
 |  | 
|  |   padding:2px 5px;
 |  | 
|  |   margin:.5em;
 |  | 
|  |   margin-bottom:4px;
 |  | 
|  |   border:1px solid #cc6666;
 |  | 
|  |   border-left:10px solid #cc6666;
 |  | 
|  |   white-space:pre;
 |  | 
|  |   font-family:'kWiki Mono','Lucida Console',Monaco,monospace;
 |  | 
|  |   font-size:12px }
 |  | 
|  |   |  | 
|  | .template-note {
 |  | 
|  |   padding:.2em .3em;
 |  | 
|  |   margin:.2em .2em;
 |  | 
|  |   background-color:#c1ffc1;
 |  | 
|  |   border:solid 1px #00B000;
 |  | 
|  |   width:65% }
 |  | 
|  |   |  | 
|  | .template-pre {
 |  | 
|  |   background-color:#f9f9f9;
 |  | 
|  |   border:1px dashed #2f6fab;
 |  | 
|  |   font-family:'kWiki Mono','Lucida Console',Monaco,monospace;
 |  | 
|  |   font-size:12px;
 |  | 
|  |   line-height:12px;
 |  | 
|  |   margin:5px;
 |  | 
|  |   padding:4px 5px;
 |  | 
|  |   white-space:pre }
 |  | 
|  |   |  | 
|  | .template-mono {
 |  | 
|  |   color:#007a00;
 |  | 
|  |   font-family:'kWiki Mono','Lucida Console',Monaco,monospace;
 |  | 
|  |   font-size:11px;
 |  | 
|  |   line-height:12px }
 |  |