Update installation.php
[whome.git] / title.css
blobca3eab36734e2117950bba776e451aeddc19f0c6
1 body {
2 color: #FFF;
3 font-size: 1.0em;
4 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
5 background-color: #505075;
6 border-size: 0px;
7 margin-top: 0px;
8 margin-right: 0px;
9 margin-bottom: 0px;
10 margin-left: 0px;
13 .hpadding {
14 color: #483d8b;
15 font-weight: normal;
16 font-size: 14px;
17 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
18 padding: 0px 10px
21 .textpadding {
22 color: white;
23 font-size: 12px;
24 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
25 line-height: normal;
26 margin: 0;
27 padding: 0 10px
30 a {
31 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
34 table .inner {
35 margin-left: 1em;
36 width: 90%;
39 h1 {
40 color: #ebdeff;
41 font-size: 20pt;
42 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
43 font-style: italic;
44 font-weight: bold;
45 line-height: 22pt
48 h2 {
49 color: #ebdeff;
50 font-size: 18pt;
51 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
52 font-style: italic;
53 line-height: 20pt
56 h3 {
57 color: #e8fd00;
58 font-size: 14pt;
59 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
60 font-style: normal;
61 line-height: 16pt
64 h4 {
65 color: #FFF;
66 font-size: 12pt;
67 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
68 font-style: normal;
69 font-weight: bolder;
70 line-height: 12pt
73 .caption {
74 font-size: 11pt;
75 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
78 a:hover, a:focus {
79 text-decoration: underline;
80 font-style: italic;
81 color: #CCC;
84 a:link, a:visited, a:active {
85 text-decoration: underline;
86 color: #FFF;
89 img {
90 border: none;
93 #dock {
94 position: absolute; top: 100px; left: 5px;
97 #inhalt {
98 position: absolute; top: 40px; left: 100px;
99 min-width: 800px;
101 div.screenshot {
102 height: 250px;
103 border: none;
104 float: left;
105 margin: 5px;