xaver
2011-09-14 2bca777426d8289491a69490b482e39e5cf1d6ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements - ISPConfig 3: default theme
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente - ISPConfig 3: default theme
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */
 
@media all
{
    /**
    * Fonts
    * (en) font-family and font-size selection for headings and standard text elements
    * (de) Zeichensatz und Schriftgrößen für Ãœberschriften und Ã¼bliche Text-Elemente
    *
    * @section content-fonts
    */
    
    /* (en) reset font size for all elements to standard (16 Pixel) */
    /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
    html * { font-size: 100.01% }
    
    /* (en) reset monospaced elements to font size 16px in Gecko browsers */
    /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
    textarea, pre, tt, code {
    font-family: Consolas,"Lucida Console","Courier New",monospace;
    font-size: 0.9em;    
    }
    
    /* (en) base layout gets standard font size 12px */
    /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
    body {
      font-family: 'Trebuchet MS', sans-serif;
      font-size: 75.00%; 
      color: #444;  
    }
    
    h1,h2,h3,h4,h5,h6 { 
        font-family: 'Trebuchet MS', sans-serif;
        font-weight:bold; 
        color:#666;
        margin: 0 0 0.25em 0; 
    }
    
    h1 { font-size: 200% }                        /* 24px */
    h2 { font-size: 200% }          /* 24px */
    h3 { font-size: 150% }                        /* 18px */
    h4 { font-size: 133.33% }                     /* 16px */
    h5 { font-size: 116.67% }                     /* 14px */
    h6 { font-size: 116.67%; font-style:italic }  /* 14px */
    
    #header h1 {
      font-size:2.5em;
      letter-spacing:-2px;
      line-height:65%;
      color: silver;
    }
    
    #header span {
      color:#333333;
    }
    
    p { line-height: 1.5em; margin: 0 0 1em 0; }
    
    /* ### Lists | Listen  #### */
    
    ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
    li { margin-left: 1.5em; line-height: 1.5em }
    
    dt { font-weight: bold }
    dd { margin: 0 0 1em 2em }
    
    /* ### text formatting | Textauszeichnung ### */
    
    cite, blockquote { font-style:italic }
    blockquote { margin: 0 0 1em 1.5em }
    
    strong,b { font-weight: bold }
    em,i { font-style:italic }
    
    pre, code { font-family: monospace; font-size: 1.1em; }
    
    acronym, abbr {
      letter-spacing: .07em;
      border-bottom: .1em dashed #c00;
      cursor: help;
    }
 
    /* Set a background-color, no system backgorund used anymore */
    select, input, textarea {
      background: #FFFFFF;
      border: 1px solid #DFDFDF;
      padding: 1px;
      outline:none;
    }
 
    
    /**
     * Generic Content Classes
     * (en) standard classes for positioning and highlighting
     * (de) Standardklassen zur Positionierung und Hervorhebung
     *
     * @section content-generic-classes
     */
    
    .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
    .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
    .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
    
    .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
    .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
    .center { text-align:center; margin: 0.5em auto }
    
    /**
     * External Links
     *
     * (en) Formatting of hyperlinks
     * (de) Gestaltung von Hyperlinks
     *
     */
    
    a {color: #4D87C7; text-decoration:none;}
    a:focus,
    a:hover,
    a:active {color:#182E7A; text-decoration:underline;}
    
    #topsubnav a { color: #f0f8ff; font-weight: normal; background:transparent; text-decoration:none; }
    #topsubnav a:focus, 
    #topsubnav a:hover,
    #topsubnav a:active { text-decoration:underline; background-color: transparent;}
    
    #footer a { color: #999; background:transparent; font-weight: bold;}
    #footer a:focus, 
    #footer a:hover,
    #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}
    
    /**
     * (en) Emphasizing external Hyperlinks via CSS
     * (de) Hervorhebung externer Hyperlinks mit CSS
     *
     * @section             content-external-links
     * @app-yaml-default    disabled
     */
    
    /*
    #main a[href^="http://www.my-domain.com"],
    #main a[href^="https://www.my-domain.com"]
    {
      padding-left: 12px;
      background-image: url('your_image.gif');
      background-repeat: no-repeat;
      background-position: 0 0.45em;
    }
    */
    
    /**
     * Tables | Tabellen
     * (en) Generic classes for table-width and design definition
     * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
     *
     * @section content-tables
     */
    
    table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
    table.full { width: 100%; }
    table.fixed { table-layout:fixed }
    
    th,td { padding: 0.5em;text-align:l; }
    thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
    tbody th { background: #ccc; color: #333 }
    tbody th.sub { background: #ddd; color: #333 }
    
    /**
     * Miscellaneous | Sonstiges
     *
     * @section content-misc
     */
    
    hr {
      color: #fff;
      background:transparent;
      margin: 0 0 0.5em 0;
      padding: 0 0 0.5em 0;
      border:0;
      border-bottom: 1px #eee solid;
    }
}