Dateianhang 'innovidata.css'
Herunterladen 1 /* InnoviData Wiki style */
2 body {
3 background-color: #EEEEEE;
4 color: #112255;
5 font-size: normal;
6 }
7 td.headline {
8 font-size: xx-large;
9 }
10 h1,h2,h3,h4,h5 {
11 background-color: #DDDDDD;
12 padding-left: 3pt;
13 margin-top: 2pt;
14 margin-bottom: 8pt;
15 border-style: none;
16 border-width: thin;
17 width: 100%;
18 }
19 h1 {
20 font-size: x-large;
21 }
22 h2 {
23 font-size: x-large;
24 padding-left: 6pt;
25 }
26 h3 {
27 font-size: larger;
28 padding-left: 12pt;
29 }
30 h4 {
31 # font-size: large;
32 padding-left: 24pt;
33 }
34 h5 {
35 padding-left: 48pt;
36 }
37 a:link {
38 color: #225599;
39 }
40 a:visited {
41 color: #000077;
42 }
43 a.nonexistent {
44 font-weight: bold;
45 color: #FF2222;
46 }
47 a.nonexistent:visited {
48 color: #FF2222;
49 }
50 a.external {
51 color: #225599;
52 }
53 dl,ul,ol {
54 margin-top: 1pt;
55 }
56 tt,pre {
57 font-family: monospace;
58 }
59 pre.code {
60 margin-top: 8pt;
61 margin-bottom: 8pt;
62 background-color: #FFFFEE;
63 white-space: pre;
64 border-style: solid;
65 border-width: 1pt;
66 border-color: #999999;
67 color: #111111;
68 padding: 5px;
69 width: 95%;
70 }
71 div.diffold {
72 background-color: #FFFF80;
73 border-style: none;
74 border-width: thin;
75 width: 100%;
76 }
77 div.diffnew {
78 background-color: #80FF80;
79 border-style: none;
80 border-width: thin;
81 width: 100%;
82 }
83 div.message {
84 margin-top: 6pt;
85 background-color: #E8FFE8;
86 border-style: solid;
87 border-width: 1pt;
88 border-color: #999999;
89 color: #440000;
90 padding: 5px;
91 width: 95%;
92 }
93 strong.highlight {
94 background-color: #FFBBBB;
95 /* as usual, NetScape fucks up with innocent CSS
96 border-color: #FFAAAA;
97 border-style: solid;
98 border-width: 1pt;
99 */
100 }
101
102 table.navibar {
103 background-color: #C8C8C8;
104 border-spacing: 3px;
105 }
106 td.navibar {
107 background-color: #E8E8E8;
108 vertical-align: middle;
109 text-align: right;
110 padding: 0px;
111 }
112 a.navibar {
113 text-decoration: none;
114 }
115 font.navibar {
116 font-size: small;
117 }
118
119 /* begin css for MonthCalendar macro */
120 /* days without and with pages linked to them */
121 a.cal-emptyday {
122 color: #777777;
123 text-align: center;
124 }
125 a.cal-usedday {
126 font-weight: bold;
127 color: #000000;
128 text-align: center;
129 }
130 /* general stuff: workdays, weekend, today */
131 td.cal-workday {
132 background-color: #DDDDFF;
133 text-align: center;
134 }
135 td.cal-weekend {
136 background-color: #FFDDDD;
137 text-align: center;
138 }
139 td.cal-today {
140 background-color: #CCFFCC;
141 border-style: solid;
142 border-width: 2pt;
143 text-align: center;
144 }
145 /* invalid places on the monthly calendar sheet */
146 td.cal-invalidday {
147 background-color: #CCCCCC;
148 }
149 /* links to prev/next month/year */
150 a.cal-link {
151 color: #000000;
152 text-decoration: none;
153 }
154 th.cal-header {
155 background-color: #DDBBFF;
156 text-align: center;
157 }
158 /* end css for MonthCalendar macro */
Gespeicherte Dateianhänge
Um Dateianhänge in eine Seite einzufügen sollte unbedingt eine Angabe wie attachment:dateiname benutzt werden, wie sie auch in der folgenden Liste der Dateien erscheint. Es sollte niemals die URL des Verweises ("laden") kopiert werden, da sich diese jederzeit ändern kann und damit der Verweis auf die Datei brechen würde.Sie dürfen keine Anhänge an diese Seite anhängen!