MinimalMoin

Changeset

5:3b8e6ebfb137
2010-03-07 Paul Boddie raw files shortlog changelog graph Added a combined stylesheet with lots of image references removed.
themes/minimalmoin/css/combined.css (file) themes/minimalmoin/minimalmoin.py (file)
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/themes/minimalmoin/css/combined.css	Sun Mar 07 00:37:50 2010 +0100
     1.3 @@ -0,0 +1,901 @@
     1.4 +/*  combined.css - MoinMoin Default Styles from common.css and screen.css
     1.5 +
     1.6 +Copyright (c) 2010 Paul Boddie <paul@boddie.org.uk>
     1.7 +Copyright (c) 2001, 2002, 2003 by Juergen Hermann
     1.8 +*/
     1.9 +
    1.10 +/* content styles */
    1.11 +
    1.12 +html {
    1.13 +    background-color: white;
    1.14 +    color: black;
    1.15 +    font-family: sans-serif;
    1.16 +    font-size: 1em;
    1.17 +}
    1.18 +
    1.19 +body {
    1.20 +    margin: 0;
    1.21 +}
    1.22 +
    1.23 +/* Links */
    1.24 +
    1.25 +a {color: #0044B3;}
    1.26 +/* a:visited {color: #597BB3;} */
    1.27 +a:visited {color: #FF7BB3;}
    1.28 +
    1.29 +a.nonexistent:visited, a.nonexistent, 
    1.30 +a.badinterwiki:visited, a.badinterwiki {color: gray;}
    1.31 +
    1.32 +dl, ol, ul {
    1.33 +    padding: 0 1em;
    1.34 +    margin: 0 0.5em;
    1.35 +}
    1.36 +
    1.37 +li p {
    1.38 +    margin: 0.1em 0;
    1.39 +}
    1.40 +
    1.41 +li.gap {
    1.42 +    margin-top: 0.25em;
    1.43 +}
    1.44 +
    1.45 +dt {
    1.46 +    margin-top: 0.25em;
    1.47 +    font-weight: bold;
    1.48 +}
    1.49 +
    1.50 +dd {
    1.51 +    margin-top: 0;
    1.52 +    margin-bottom: 0;
    1.53 +}
    1.54 +
    1.55 +dd p {
    1.56 +    margin: 0.1em 0;
    1.57 +}
    1.58 +   
    1.59 +a, img, img.drawing {
    1.60 +    border: 0;
    1.61 +}
    1.62 +
    1.63 +pre {
    1.64 +    border: 1pt solid #AEBDCC;
    1.65 +    background-color: #F3F5F7;
    1.66 +    padding: 5pt;
    1.67 +    font-family: courier, monospace;
    1.68 +    white-space: pre;
    1.69 +    /* begin css 3 or browser specific rules - do not remove!
    1.70 +    see: http://forums.techguy.org/archive/index.php/t-249849.html */
    1.71 +    white-space: pre-wrap;
    1.72 +    word-wrap: break-word;
    1.73 +    white-space: -moz-pre-wrap;
    1.74 +    white-space: -pre-wrap;
    1.75 +    white-space: -o-pre-wrap;
    1.76 +    /* end css 3 or browser specific rules */
    1.77 +}
    1.78 +
    1.79 +pre.comment {
    1.80 +    background-color: #CCCCCC;
    1.81 +    color: red;
    1.82 +    padding: 0;
    1.83 +    margin: 0;
    1.84 +    border: 0;
    1.85 +}
    1.86 +
    1.87 +/* .comment css definition must be top of .red/.green/.blue or it won't work */
    1.88 +.comment { color: #555555; background-color: #DDDDFF; }
    1.89 +
    1.90 +.red { background-color: #FFCCCC; }
    1.91 +.green { background-color: #CCFFCC; }
    1.92 +.blue { background-color: #CCCCFF; }
    1.93 +.yellow { background-color: #FFF29F; }
    1.94 +.orange { background-color: #FFD59B; }
    1.95 +
    1.96 +.solid { border: 2px solid #000000; padding: 2px; }
    1.97 +.dashed { border: 2px dashed #000000; padding: 2px; }
    1.98 +.dotted { border: 2px dotted #000000; padding: 2px; }
    1.99 +
   1.100 +.left { text-align: left; }
   1.101 +.center { text-align: center; }
   1.102 +.right { text-align: right; }
   1.103 +.justify { text-align: justify; }
   1.104 +
   1.105 +table
   1.106 +{
   1.107 +    margin: 0.5em 0 0 0.5em;
   1.108 +    border-collapse: collapse;
   1.109 +}
   1.110 +
   1.111 +th, td
   1.112 +{
   1.113 +    padding: 0.25em 0.5em 0.25em 0.5em;
   1.114 +    border: 1pt solid #ADB9CC;
   1.115 +}
   1.116 +
   1.117 +td p {
   1.118 +    margin: 0;
   1.119 +    padding: 0;
   1.120 +}
   1.121 +/* TableOfContents macro */
   1.122 +div.table-of-contents {
   1.123 +    border: 1px solid #bbbbbb;
   1.124 +    color: black;
   1.125 +    background-color: #eeeeee;
   1.126 +    font-size: 80%;
   1.127 +    text-align: left;
   1.128 +    margin: 0.5em 0 0.5em 1em;
   1.129 +    padding: 0.5em 0.75em 0.5em 0.5em;
   1.130 +    max-width: 50%;
   1.131 +    display: inline-table;
   1.132 +}
   1.133 +div.table-of-contents ol {
   1.134 +    margin: 0;
   1.135 +    padding: 0 0 0 2em;
   1.136 +}
   1.137 +div.table-of-contents ul {
   1.138 +    margin: 0;
   1.139 +    list-style:none;
   1.140 +}
   1.141 +div.table-of-contents li {
   1.142 +    margin:0;
   1.143 +    padding: 0;
   1.144 +}
   1.145 +p.table-of-contents-heading {
   1.146 +    font-weight:bold;
   1.147 +    padding:0;
   1.148 +    margin: 0 0 0.5em 0;
   1.149 +    letter-spacing: 0.075em;
   1.150 +}
   1.151 +
   1.152 +/* Navigation macro */
   1.153 +table.navigation {
   1.154 +    background: #fff;
   1.155 +    margin: 0;
   1.156 +}
   1.157 +
   1.158 +.footnotes div {
   1.159 +    width: 5em;
   1.160 +    border-top: 1pt solid gray;
   1.161 +}
   1.162 +
   1.163 +.footnotes ol {
   1.164 +    padding: 0 2em;
   1.165 +    margin: 0 0 1em;
   1.166 +}
   1.167 +
   1.168 +.footnotes li {
   1.169 +}
   1.170 +
   1.171 +.info {
   1.172 +    float: right;
   1.173 +    font-size: 0.7em;
   1.174 +    color: gray;
   1.175 +}
   1.176 +
   1.177 +#pageinfo {
   1.178 +    margin-top: 2em;
   1.179 +}
   1.180 +
   1.181 +.seperator {
   1.182 +    color: gray;
   1.183 +}
   1.184 +
   1.185 +#pagebottom {clear: both;}
   1.186 +
   1.187 +/* standard rule ---- */
   1.188 +hr {
   1.189 +    height: 1pt;
   1.190 +    background-color: #9C9C9C;
   1.191 +    border: 0;
   1.192 +}
   1.193 +
   1.194 +/* custom rules ----- to ---------- */
   1.195 +.hr1 {height: 2pt;}
   1.196 +.hr2 {height: 3pt;}
   1.197 +.hr3 {height: 4pt;}
   1.198 +.hr4 {height: 5pt;}
   1.199 +.hr5 {height: 6pt;}
   1.200 +.hr6 {height: 7pt;}
   1.201 +
   1.202 +/* Replacement for deprecated html 3 <u> element and html 4 <strike> */
   1.203 +.u {text-decoration: underline;}
   1.204 +.strike {text-decoration: line-through;}
   1.205 +
   1.206 +/* eye catchers */
   1.207 +.warning 
   1.208 +{
   1.209 +    color: red;
   1.210 +}
   1.211 +
   1.212 +.error 
   1.213 +{
   1.214 +    color: red;
   1.215 +}
   1.216 +
   1.217 +strong.highlight 
   1.218 +{
   1.219 +    background-color: #CCE0FF;
   1.220 +    padding: 1pt;
   1.221 +}
   1.222 +
   1.223 +
   1.224 +/* Recent changes */
   1.225 +
   1.226 +.rcrss {
   1.227 +    float: right;
   1.228 +    margin: 0 7px 0 14px;
   1.229 +        height: 0;
   1.230 +        position: relative;
   1.231 +        top: 9px;
   1.232 +}
   1.233 +*[div="rtl"] .rcrss {
   1.234 +    float: left;
   1.235 +}
   1.236 +.recentchanges[dir="rtl"] .rcrss {
   1.237 +    float: left;
   1.238 +}
   1.239 +
   1.240 +.recentchanges table {
   1.241 +    clear: both;
   1.242 +        border-collapse: collapse;
   1.243 +        
   1.244 +    border: 1px solid #4d7da9;
   1.245 +}
   1.246 +
   1.247 +.recentchanges td {
   1.248 +    vertical-align: top;
   1.249 +    border: none;
   1.250 +    background: #e6eaf0;
   1.251 +}
   1.252 +
   1.253 +
   1.254 +.recentchanges .rcdaybreak td {
   1.255 +    background: #81BBF2;
   1.256 +    border: none;
   1.257 +    border: 1px solid #4d7da9;
   1.258 +}
   1.259 +
   1.260 +.rcdaybreak td a {
   1.261 +    font-size: 0.88em;
   1.262 +}
   1.263 +
   1.264 +.rcicon1, .rcicon2 {
   1.265 +    text-align: center;
   1.266 +}
   1.267 +
   1.268 +.rcpagelink {
   1.269 +    width: 33%;
   1.270 +}
   1.271 +
   1.272 +.rctime {
   1.273 +    font-size: 0.88em;
   1.274 +    white-space: nowrap;
   1.275 +}
   1.276 +
   1.277 +.rceditor {
   1.278 +    white-space: nowrap;
   1.279 +    font-size: 0.88em;
   1.280 +}
   1.281 +
   1.282 +.rccomment {
   1.283 +    width: 50%;
   1.284 +    color: gray;
   1.285 +    font-size: 0.88em;
   1.286 +}
   1.287 +
   1.288 +
   1.289 +/* User Preferences */
   1.290 +
   1.291 +.userpref table, .userpref td {
   1.292 +    border: none;
   1.293 +}
   1.294 +
   1.295 +/* CSS for new code_area markup used by Colorizer and ParserBase */
   1.296 +
   1.297 +div.codearea { /* the div makes the border */
   1.298 +    margin: 0.5em 0;
   1.299 +    padding: 0;
   1.300 +    border: 1pt solid #AEBDCC;
   1.301 +    background-color: #F3F5F7;
   1.302 +    color: black;
   1.303 +}
   1.304 +
   1.305 +div.codearea pre { /* the pre has no border and is inside the div */
   1.306 +    margin: 0;
   1.307 +    padding: 10pt;
   1.308 +    border: none;
   1.309 +}
   1.310 +
   1.311 +a.codenumbers { /* format of the line numbering link */
   1.312 +    margin: 0 10pt;
   1.313 +    font-size: 0.85em;
   1.314 +    color: gray;
   1.315 +}
   1.316 +
   1.317 +/* format of certain syntax spans */
   1.318 +div.codearea pre span.LineNumber {color: gray;}
   1.319 +div.codearea pre span.ID         {color: #000000;}
   1.320 +div.codearea pre span.Operator   {color: #0000C0;}
   1.321 +div.codearea pre span.Char       {color: #004080;}
   1.322 +div.codearea pre span.Comment    {color: #008000;}
   1.323 +div.codearea pre span.Number     {color: #0080C0;}
   1.324 +div.codearea pre span.String     {color: #004080;}
   1.325 +div.codearea pre span.SPChar     {color: #0000C0;}
   1.326 +div.codearea pre span.ResWord    {color: #A00000;}
   1.327 +div.codearea pre span.ConsWord   {color: #008080; font-weight: bold;}
   1.328 +div.codearea pre span.Error      {color: #FF8080; border: solid 1.5pt #FF0000;}
   1.329 +div.codearea pre span.ResWord2   {color: #0080ff; font-weight: bold;}
   1.330 +div.codearea pre span.Special    {color: #0000ff;}
   1.331 +div.codearea pre span.Preprc     {color: #803999;}
   1.332 +
   1.333 +/* for diff parser */
   1.334 +div.codearea pre span.DiffAdded   {color: #4876FF;}
   1.335 +div.codearea pre span.DiffRemoved {color: #FF0000;}
   1.336 +div.codearea pre span.DiffChanged {color: #FF7F50;}
   1.337 +div.codearea pre span.DiffSeparator {color: #228B22; font-weight: bold}
   1.338 +
   1.339 +/* Search results */
   1.340 +.advancedsearch {
   1.341 +    border: 1pt solid #ADB9CC;
   1.342 +}
   1.343 +
   1.344 +.advancedsearch td {
   1.345 +    vertical-align: top;
   1.346 +    background-color: #E7E7E7;    
   1.347 +    border: 0px;
   1.348 +}
   1.349 +
   1.350 +.advancedsearch td.searchfor {
   1.351 +    font-weight: bold;
   1.352 +}
   1.353 +
   1.354 +.advancedsearch input {
   1.355 +    border: 1px solid #ADB9CC;
   1.356 +    background-color: #fff;
   1.357 +}
   1.358 +
   1.359 +.advancedsearch input[disabled] {
   1.360 +    background-color: #eee;
   1.361 +}
   1.362 +
   1.363 +.advancedsearch td.submit {
   1.364 +    border-top: 1px solid #ADB9CC;
   1.365 +    background-color: #fff;
   1.366 +    text-align: right;
   1.367 +}
   1.368 +
   1.369 +.advancedsearch optioni, 
   1.370 +.advancedsearch select {
   1.371 +    border: 1px solid #ADB9CC;
   1.372 +    background-color: #fff;
   1.373 +}
   1.374 +
   1.375 +
   1.376 +.searchresults dt {
   1.377 +    margin-top: 1em;
   1.378 +    font-weight: normal;
   1.379 +}
   1.380 +
   1.381 +.searchresults dd, .searchresults p {
   1.382 +    font-size: 0.85em;
   1.383 +}
   1.384 +
   1.385 +.searchresults .searchhitinfobar {
   1.386 +    color: #008000;
   1.387 +    margin-left: 15px;
   1.388 +    margin-top: 0;
   1.389 +}
   1.390 +
   1.391 +p.searchstats {
   1.392 +    font-size: 0.8em;
   1.393 +    text-align: right;
   1.394 +    width: 100%;
   1.395 +    background-color: #E6EAF0;
   1.396 +    border-top: 1px solid #9088DC;
   1.397 +    padding: 2px;
   1.398 +}
   1.399 +
   1.400 +p.searchhint {
   1.401 +    background-color: #E6EAF0;
   1.402 +    border: 1px solid #9088DC;
   1.403 +    padding: 2px;
   1.404 +}
   1.405 +
   1.406 +.searchpages {
   1.407 +    margin-left: auto;
   1.408 +    margin-right: auto;
   1.409 +}
   1.410 +
   1.411 +.searchpages tr, .searchpages td {
   1.412 +    border: 0;
   1.413 +    padding: 5px;
   1.414 +    margin: 0;
   1.415 +    text-align: center;
   1.416 +    vertical-align: middle;
   1.417 +    color: #b93a58;
   1.418 +    font-weight: bold;
   1.419 +    font-size: 1.05em;
   1.420 +}
   1.421 +
   1.422 +.searchpages td a, .searchpages td a:link {
   1.423 +    text-decoration: underline;
   1.424 +}
   1.425 +
   1.426 +/* MonthCalendar css */
   1.427 +
   1.428 +/* days without and with pages linked to them */
   1.429 +a.cal-emptyday {
   1.430 +    color: #777777;
   1.431 +    text-align: center;
   1.432 +}
   1.433 +a.cal-usedday {
   1.434 +    color: #000000;
   1.435 +    font-weight: bold;
   1.436 +    text-align: center;
   1.437 +}
   1.438 +/* general stuff: workdays, weekend, today */
   1.439 +td.cal-workday {
   1.440 +    background-color: #DDDDFF;
   1.441 +    text-align: center;
   1.442 +}
   1.443 +td.cal-weekend {
   1.444 +    background-color: #FFDDDD;
   1.445 +    text-align: center;
   1.446 +}
   1.447 +td.cal-today {
   1.448 +    background-color: #CCFFCC;
   1.449 +    border-style: solid;
   1.450 +    border-width: 2pt;
   1.451 +    text-align: center;
   1.452 +}
   1.453 +/* invalid places on the monthly calendar sheet */
   1.454 +td.cal-invalidday {
   1.455 +    background-color: #CCCCCC;
   1.456 +}
   1.457 +/* links to prev/next month/year */
   1.458 +a.cal-link {
   1.459 +    color: #000000;
   1.460 +    text-decoration: none;
   1.461 +}
   1.462 +th.cal-header {
   1.463 +    background-color: #DDBBFF;
   1.464 +    text-align: center;
   1.465 +}
   1.466 +
   1.467 +/* for MonthCalendar mouseover info boxes */
   1.468 +TABLE.tip {
   1.469 +    color: black;
   1.470 +    background-color: #FF8888;
   1.471 +    font-size: small;
   1.472 +    font-weight: normal;
   1.473 +    border-style: solid;
   1.474 +    border-width: 1px;
   1.475 +}
   1.476 +
   1.477 +TH.tip {
   1.478 +    background-color: #FF4444;
   1.479 +    font-weight: bold;
   1.480 +    text-align: center;
   1.481 +}
   1.482 +
   1.483 +TD.tip {
   1.484 +    text-align: left;
   1.485 +}
   1.486 +*[dir="rtl"] TD.tip {
   1.487 +    text-align: right;
   1.488 +}
   1.489 +
   1.490 +/* end MonthCalendar stuff */
   1.491 +
   1.492 +#message .hint {font-style: italic;}
   1.493 +#message .info {
   1.494 +    float: none;
   1.495 +    font-size: 1em;
   1.496 +    color: black;
   1.497 +}
   1.498 +#message .info:before {content: url('../img/icon-info.png'); margin: 0 0.2em;}
   1.499 +#message .warning:before {content: url('../img/alert.png'); margin: 0 0.2em;}
   1.500 +#message .error:before {content: url('../img/icon-error.png'); margin: 0 0.2em;}
   1.501 +
   1.502 +
   1.503 +/* admonition start */
   1.504 +#content div.caution, 
   1.505 +#content div.important, 
   1.506 +#content div.note, 
   1.507 +#content div.tip, 
   1.508 +#content div.warning {
   1.509 +    border: 1pt solid #E5E5E5;
   1.510 +    background-color: #F9F9FF;
   1.511 +    color: black;
   1.512 +    
   1.513 +    margin: 10pt 30pt 10pt 30pt;
   1.514 +    background-repeat: no-repeat;
   1.515 +    background-position: 8px 8px;
   1.516 +    min-height: 64px; /*64=48+8+8 but doesn't work with IE*/
   1.517 +    padding-left: 64px;
   1.518 +}
   1.519 + 
   1.520 +#content div.caution p, 
   1.521 +#content div.important p, 
   1.522 +#content div.note p, 
   1.523 +#content div.tip p, 
   1.524 +#content div.warning p {
   1.525 +    margin-top: 8px; /*to align text with bg graphic*/
   1.526 +}
   1.527 +
   1.528 +#content div.tip { background-image: url("../img/admon-tip.png"); }
   1.529 +#content div.note { background-image: url("../img/admon-note.png"); }
   1.530 +#content div.important { background-image: url("../img/admon-important.png"); }
   1.531 +#content div.caution { background-image: url("../img/admon-caution.png"); }
   1.532 +#content div.warning { background-image: url("../img/admon-warning.png"); }
   1.533 +
   1.534 +/* admonition end */
   1.535 +
   1.536 +
   1.537 +/*  Styles from screen.css...  */
   1.538 +
   1.539 +/* content styles */
   1.540 +
   1.541 +body {
   1.542 +    padding: 0;
   1.543 +    margin: 0;
   1.544 +    border: 0;
   1.545 +}
   1.546 +
   1.547 +a:link { color: #47f; text-decoration: none; }
   1.548 +a:link:hover, a:link:active { color: green; text-decoration: underline; }
   1.549 +a:visited { color: #04a; text-decoration: none; }
   1.550 +a:visited:hover { color: red; text-decoration: underline; }
   1.551 +a.nonexistent:link { color: #666; text-decoration: none; }
   1.552 +a.nonexistent:hover { color: black; text-decoration: underline; }
   1.553 +
   1.554 +a.download {
   1.555 +    font-size: 120%; 
   1.556 +    letter-spacing: 0.05em;
   1.557 +    font-weight: bold;
   1.558 +    background: #E7E7E7;
   1.559 +    border: 1px solid #9C9C9C;
   1.560 +    padding: 0.5em;
   1.561 +    text-align: center;
   1.562 +}
   1.563 +
   1.564 +input {
   1.565 +}
   1.566 +
   1.567 +textarea {
   1.568 +    font-size: 1em;
   1.569 +    font-family: monospace;
   1.570 +}
   1.571 +
   1.572 +.disabled {
   1.573 +    color: gray;
   1.574 +}
   1.575 +
   1.576 +/* user interface styles */
   1.577 +
   1.578 +#header {
   1.579 +    background: #eeeeee;
   1.580 +    padding: 0;
   1.581 +    border-bottom: 2px solid black;
   1.582 +}
   1.583 +
   1.584 +#footer {
   1.585 +    background: #eeeeee;
   1.586 +    padding: 0;
   1.587 +    border-top: 2px solid black;
   1.588 +}
   1.589 +
   1.590 +/* Menu regions. */
   1.591 +
   1.592 +.editing,
   1.593 +#identity,
   1.594 +#navigation {
   1.595 +    margin-top: 1.5em; /* can be removed if menutitle is undisplayed */
   1.596 +}
   1.597 +
   1.598 +#navigation {
   1.599 +    background: #dddddd;
   1.600 +}
   1.601 +
   1.602 +#identity {
   1.603 +    background: #333333;
   1.604 +    color: white;
   1.605 +}
   1.606 +
   1.607 +.menutitleholder {
   1.608 +    position: relative;
   1.609 +    padding-top: 0.5em; /* can be removed if menutitle is undisplayed */
   1.610 +}
   1.611 +
   1.612 +.menutitle {
   1.613 +    position: absolute;
   1.614 +    bottom: 1em;
   1.615 +    left: 0;
   1.616 +    padding: 0.25em;
   1.617 +    margin: 0.25em;
   1.618 +    background: #999999;
   1.619 +    color: white;
   1.620 +    /* display: none; */
   1.621 +}
   1.622 +
   1.623 +/* Menus and lists. */
   1.624 +
   1.625 +.editbar,
   1.626 +#mainpages,
   1.627 +#navibar,
   1.628 +#username,
   1.629 +#pageabout,
   1.630 +#pagelocation {
   1.631 +    display: inline-block;
   1.632 +}
   1.633 +
   1.634 +.editbar,
   1.635 +#mainpages,
   1.636 +#pageabout,
   1.637 +#pagelocation,
   1.638 +#pagetrail,
   1.639 +#navibar {
   1.640 +    padding: 0.5em 0;
   1.641 +    margin: 0;
   1.642 +    color: black;
   1.643 +}
   1.644 +
   1.645 +#username {
   1.646 +    padding: 0.5em 0;
   1.647 +    margin: 0;
   1.648 +}
   1.649 +
   1.650 +.editbar li,
   1.651 +#mainpages li,
   1.652 +#pageabout li,
   1.653 +#pagelocation li,
   1.654 +#pagetrail li,
   1.655 +#username li,
   1.656 +#navibar li {
   1.657 +    display: inline;
   1.658 +    padding: 0.5em 0.5em;
   1.659 +    white-space: nowrap;
   1.660 +}
   1.661 +
   1.662 +#navibar li.wikilink {
   1.663 +    background: #dddddd;
   1.664 +}
   1.665 +
   1.666 +#navibar li.userlink {
   1.667 +    background: #cccccc;
   1.668 +}
   1.669 +
   1.670 +.editbar a,
   1.671 +.editbar a:visited,
   1.672 +#username a,
   1.673 +#username a:visited,
   1.674 +#navibar a,
   1.675 +#navibar a:visited {
   1.676 +    text-decoration: none !important;
   1.677 +}
   1.678 +
   1.679 +.editbar a,
   1.680 +.editbar a:visited,
   1.681 +#username a,
   1.682 +#username a:visited {
   1.683 +    color: inherit !important;
   1.684 +}
   1.685 +
   1.686 +#username li.current a,
   1.687 +#navibar li.current a {
   1.688 +    font-weight: bold;
   1.689 +}
   1.690 +
   1.691 +.editbar form, .editbar form div {
   1.692 +    display: inline;
   1.693 +    margin: 0;
   1.694 +}
   1.695 +
   1.696 +.editbar select {
   1.697 +    font-size: 100%;
   1.698 +    vertical-align: middle;
   1.699 +}
   1.700 +
   1.701 +/* Other elements. */
   1.702 +
   1.703 +#logo {
   1.704 +    float: left;
   1.705 +    margin: 0.5em;
   1.706 +    padding: 0;
   1.707 +    /* For text only logo */
   1.708 +    font-size: larger;
   1.709 +    font-weight: bold;
   1.710 +}
   1.711 +
   1.712 +*[dir="rtl"] #logo {
   1.713 +    float: right;
   1.714 +}
   1.715 +
   1.716 +#logo img {
   1.717 +    vertical-align: middle;
   1.718 +}
   1.719 +
   1.720 +#logo a {
   1.721 +    color: black;
   1.722 +    text-decoration: none;
   1.723 +}
   1.724 +
   1.725 +#searchform {
   1.726 +    margin: 4px 0.5em 8px 0.5em;
   1.727 +    padding: 0;
   1.728 +    font-size: 0.82em;
   1.729 +    float: right;
   1.730 +    clear: right;
   1.731 +    text-align: right;
   1.732 +}
   1.733 +
   1.734 +*[dir="rtl"] #searchform {
   1.735 +    float: left;
   1.736 +    clear: left;
   1.737 +    text-align: left;
   1.738 +}
   1.739 +
   1.740 +#searchform input {
   1.741 +    font-size: 100%;
   1.742 +    vertical-align: middle;
   1.743 +}
   1.744 +
   1.745 +#pageline {
   1.746 +}
   1.747 +
   1.748 +#message {
   1.749 +    clear: both;
   1.750 +    margin: 0;
   1.751 +    padding: 5px 10px;
   1.752 +    border-bottom: 1px solid #c9c9c9;
   1.753 +    background: #E6EAF0;
   1.754 +}
   1.755 +
   1.756 +#message p {
   1.757 +    margin: 5px 0;
   1.758 +    padding: 0;
   1.759 +    /* font-weight: bold; */
   1.760 +}
   1.761 +
   1.762 +#message div.buttons {
   1.763 +    font-weight: normal;
   1.764 +}
   1.765 +
   1.766 +.dialog form {
   1.767 +    margin: 0 15px;
   1.768 +}
   1.769 +
   1.770 +.dialog td {
   1.771 +    border: none;
   1.772 +    padding: 5px;
   1.773 +}
   1.774 +
   1.775 +.dialog td.label {
   1.776 +    text-align: right;
   1.777 +    font-weight: bold;
   1.778 +    width: 25%;
   1.779 +}
   1.780 +
   1.781 +*[dir="rtl"] .dialog td.label {
   1.782 +    text-align: left;
   1.783 +}
   1.784 +
   1.785 +.dialog td.content input {
   1.786 +    width: 100%;
   1.787 +}
   1.788 +
   1.789 +#page {
   1.790 +    background-color: white;
   1.791 +    margin: 0;
   1.792 +    padding: 0.25em;
   1.793 +}
   1.794 +
   1.795 +#editor-textarea {
   1.796 +    padding: 0px;
   1.797 +}
   1.798 +
   1.799 +#editor-textarea,
   1.800 +#editor-help {
   1.801 +    font-family: monospace;
   1.802 +    border: 1px solid #8cacbb;  
   1.803 +    color: black;
   1.804 +    background-color: white;
   1.805 +    width: 100%;
   1.806 +    margin-top: 0.5em;
   1.807 +}
   1.808 +
   1.809 +#editor-help {
   1.810 +    font-size: small;
   1.811 +    background-color: #EEEEFF;
   1.812 +    padding: 3px;
   1.813 +}
   1.814 +
   1.815 +#editor-comment {
   1.816 +    font-size: 100%;
   1.817 +    border: 1px solid #8cacbb;
   1.818 +    color: black;
   1.819 +    background-color: white;
   1.820 +    vertical-align: middle;
   1.821 +    padding: 1px;
   1.822 +    display: inline;
   1.823 +    width: 70%;
   1.824 +}
   1.825 +
   1.826 +#preview, #previewbelow {
   1.827 +    margin-top: 0.5em;
   1.828 +}
   1.829 +
   1.830 +#textcha {
   1.831 +    font-size: 100%;
   1.832 +    margin-top: 0.5em;
   1.833 +    border: 2px solid #FF8888;
   1.834 +    color: black;
   1.835 +    vertical-align: middle;
   1.836 +    padding: 3px 2px;
   1.837 +}
   1.838 +
   1.839 +#textcha-answer {
   1.840 +    border: 2px solid #000000;
   1.841 +    padding: 3px 2px;
   1.842 +}
   1.843 +
   1.844 +input.button {
   1.845 +}
   1.846 +
   1.847 +#credits, #version, #timings{
   1.848 +    margin: 5px 10px;
   1.849 +    padding: 0;
   1.850 +    text-align: center;
   1.851 +    font-size: 0.88em;
   1.852 +    color: #6C7680;
   1.853 +}
   1.854 +
   1.855 +#credits li, #timings li {
   1.856 +    display: inline;
   1.857 +    padding: 0 2px;
   1.858 +    margin: 0 4px;
   1.859 +}
   1.860 +
   1.861 +#credits img {
   1.862 +    vertical-align: middle;
   1.863 +}
   1.864 +
   1.865 +.diff {
   1.866 +    width:99%;
   1.867 +}
   1.868 +
   1.869 +.diff-header {
   1.870 +    font-weight: bold;
   1.871 +}
   1.872 +
   1.873 +.diff-title {
   1.874 +    background-color: #C0C0C0;
   1.875 +}
   1.876 +
   1.877 +.diff-added {
   1.878 +    background-color: #E0FFE0;
   1.879 +    vertical-align: sub;
   1.880 +}
   1.881 +
   1.882 +.diff-removed {
   1.883 +    background-color: #FFFFE0;
   1.884 +    vertical-align: sub;
   1.885 +}
   1.886 +
   1.887 +.diff-added span {
   1.888 +    background-color: #80FF80;
   1.889 +}
   1.890 +
   1.891 +.diff-removed span {
   1.892 +    background-color: #FFFF80;
   1.893 +}
   1.894 +
   1.895 +table.navigation {
   1.896 +    float: right;
   1.897 +    margin: 2px;
   1.898 +}
   1.899 +        
   1.900 +#openididentifier {
   1.901 +    background: url(../../common/openid.png) no-repeat;
   1.902 +    background-position: 0 50%;
   1.903 +    padding-left: 18px;
   1.904 +}
     2.1 --- a/themes/minimalmoin/minimalmoin.py	Tue Feb 02 00:49:02 2010 +0100
     2.2 +++ b/themes/minimalmoin/minimalmoin.py	Sun Mar 07 00:37:50 2010 +0100
     2.3 @@ -85,6 +85,11 @@
     2.4      }
     2.5      del _
     2.6  
     2.7 +    stylesheets = (
     2.8 +        # media         basename
     2.9 +        ('all',         'combined'),
    2.10 +        )
    2.11 +
    2.12      def header(self, d, **kw):
    2.13          """ Assemble page header
    2.14