~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/modern/css/screen.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
a:visited { text-decoration: none; color: blue; }
20
20
a:visited:hover { text-decoration: none; color: red; }
21
21
 
 
22
a.download {
 
23
    font-size: 120%; 
 
24
    letter-spacing: 0.05em;
 
25
    font-weight: bold;
 
26
    background: #E7E7E7;
 
27
    border: 1px solid #9C9C9C;
 
28
    padding: 0.5em;
 
29
    text-align: center;
 
30
}
 
31
 
22
32
input {
23
33
    /* does strange effect to button (text size becomes bigger when clicking)
24
34
    font-size: 1em;
383
393
    margin-top: 0.5em;
384
394
}
385
395
 
 
396
#textcha {
 
397
    font-size: 100%;
 
398
    margin-top: 0.5em;
 
399
    border: 2px solid #FF8888;
 
400
    color: black;
 
401
    vertical-align: middle;
 
402
    padding: 3px 2px;
 
403
}
 
404
 
 
405
#textcha-answer {
 
406
    border: 2px solid #000000;
 
407
    padding: 3px 2px;
 
408
}
 
409
 
386
410
input.button {
387
411
    /*
388
412
    border: 1px solid #8cacbb;  
457
481
    margin: 2px;
458
482
}
459
483
        
460
 
 
 
484
#openididentifier {
 
485
    background: url(../../common/openid.png) no-repeat;
 
486
    background-position: 0 50%;
 
487
    padding-left: 18px;
 
488
}