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

« back to all changes in this revision

Viewing changes to contrib/stylesheets/speed.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:
1
 
.admonition_attention, .admonition_caution, .admonition_danger, .admonition_error, .admonition_hint, .admonition_important, .admonition_note, .admonition_tip, .admonition_warning {
2
 
        border: 1pt solid #AEBDCC;
3
 
        border-color: black;
4
 
        background-color: #F3F5F7;
5
 
        padding: 5pt;
6
 
        font-family: courier, monospace;
7
 
 
8
 
        padding-left: 50px;
9
 
        margin: 30pt;
10
 
        background-repeat: no-repeat;
11
 
        background-position: 10pt 50% ;
12
 
        background-image: url("/wiki/modern/img/attention.png");
13
 
 
14
 
        
15
 
        /* begin css 3 or browser specific rules - do not remove!
16
 
        see: http://forums.techguy.org/archive/index.php/t-249849.html */
17
 
        white-space: pre-wrap;
18
 
        word-wrap: break-word;
19
 
        white-space: -moz-pre-wrap;
20
 
        white-space: -pre-wrap;
21
 
        white-space: -o-pre-wrap;
22
 
        /* end css 3 or browser specific rules */
23
 
 
24
 
}
25
 
 
26
 
.admonition_warning, .admonition_error, .admonition_danger {
27
 
        background-image: url("/wiki/modern/img/icon-error.png");
28
 
        border-color: red;
29
 
        background-color: #fcc;
30
 
        border-width: 2px;
31
 
}
32
 
 
33
 
.admonition_tip, .admonition_hint {
34
 
        background-image: url("/wiki/modern/img/idea.png");
35
 
        border-color: orange;
36
 
        background-color: lightyellow;
37
 
}
38
 
 
39
 
.admonition_note {
40
 
        background-image: url("/wiki/modern/img/icon-info.png");
41
 
        border-color: darkblue;
42
 
}
43
 
 
44
 
.admonition_attention, .admonition_caution {
45
 
        background-image: url("/wiki/modern/img/alert.png");
46
 
        border-color: red;
47
 
        border-width: 2px;
48
 
        background-color: #eee;
49
 
        
50
 
}
51
 
 
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
57