Initial Themes Gallery
[whome.git] / title.css
blob9a9a823a634acbf74c8025409d8204858cabe39f
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 h1 {
35 color: #ebdeff;
36 font-size: 20pt;
37 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
38 font-style: italic;
39 font-weight: bold;
40 line-height: 22pt
43 h2 {
44 color: #ebdeff;
45 font-size: 18pt;
46 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
47 font-style: italic;
48 line-height: 20pt
51 h3 {
52 color: #e8fd00;
53 font-size: 14pt;
54 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
55 font-style: normal;
56 line-height: 16pt
59 h4 {
60 color: #FFF;
61 font-size: 12pt;
62 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
63 font-style: normal;
64 font-weight: bolder;
65 line-height: 12pt
68 .caption {
69 font-size: 11pt;
70 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
73 a:hover, a:focus {
74 text-decoration: underline;
75 font-style: italic;
76 color: #CCC;
79 a:link, a:visited, a:active {
80 text-decoration: underline;
81 color: #FFF;
84 img {
85 border: none;
88 #header {
89 font-family: "American Typewriter", Courier, monospace;
90 font-size: 4.5em;
91 font-weight: normal;
92 position: absolute; top: 40px; left: 100px;
95 #dock {
96 position: absolute; top: 100px; left: 5px;
99 #inhalt {
100 position: absolute; top: 110px; left: 100px;
101 width: 70%;
103 div.screenshot {
104 height: 250px;
105 border: none;
106 float: left;
107 margin: 5px;