Merge branch 'master' of git://repo.or.cz/dc-seal
[dc-seal.git] / css / main.css
blobc43cb2631bb750e4f2e6f7c65db8f8200efa6636
1 body {
2 background-color: #FFFFFF;
3 line-height: 1.2em;
4 text-align: justify;
5 font-size: 1em;
8 p {
9 font-family:"Trebuchet MS", Verdana, sans-serif;
13 h1 {
14 color: #FFFFFF;
15 font-size: 1.4em;
16 font-weight: bold;
17 letter-spacing: 2px;
18 margin-top: 130px;
19 text-align: center;
22 #footer {
23 background-color: #FFFFFF;
24 width: 100%;
25 padding-top: 10px;
26 padding-bottom: 20px;
27 clear: both;
30 #mainbox {
31 background-color: #D3CD9A;
32 border: 0;
33 height: auto;
34 position: absolute;
35 left: 6%;
36 top: 70px;
37 width: 90%;
38 z-index: 1;
39 font-family: "Trebuchet MS", Verdana, sans-serif;
40 font-size: 0.9em;
41 text-align:center;
44 #news {
45 float: left;
46 text-align: justify;
47 width: auto;
48 padding-left: 5%;
49 padding-right: 5%;
50 padding-bottom: 10px;
51 margin: 0 auto;
54 #right {
55 float: right;
56 text-align: right;
57 width: 161px;
58 margin: 170px 0 20px 30px;
59 background:url(../graphics/spotlight_tall.jpg) no-repeat left center;
60 background-color: #3F3F3F;
61 padding: 7px 3px 10px 10px;
65 #right a {color:#AFAAB0;
69 #titlebox {
70 background: url(../graphics/spotlight_small.png) left no-repeat #886666;
71 left: 3%;
72 position: absolute;
73 top: 30px;
74 z-index: 2;
75 border-top: solid 2px #666;
76 font: normal normal 140%/120% "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
77 letter-spacing: 0.3em;
78 font-variant: small-caps;
79 margin: 0;
80 padding: 10px 30px 15px 10px;
81 color: white;
82 text-align:right;
83 width: 50%;
84 height: 120px;
87 .subtitle {
88 letter-spacing:0.1em;
89 text-align:right;
90 font-size:12px;
91 font-variant:normal;
92 line-height:1.3em;
95 .small {font-size: 0.8em}
97 .date {
98 font-family: Georgia, Garamond, "Times New Roman", Times, serif;
99 font-weight: bold;
101 img {
102 border: 0px;