To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / style / moustaki.css

History | View | Annotate | Download (3.53 KB)

1
/*#############################################################
2
Name: Dirtylicious
3
Date: 2007-03-10
4
Description: A soft-colored, bright and somewhat dirty two-column template.
5
Author: Viktor Persson
6
URL: http://templates.arcsin.se
7

8
Feel free to use and modify but please provide credits.
9
#############################################################*/
10

    
11
/* standard elements */
12
html {min-height: 100%;}
13

    
14
* {
15
        margin: 0;
16
        padding: 0;
17
}
18

    
19
a {color: #048;}
20
a:hover {color: #06C;}
21

    
22
body {
23
        background: #E7E7E2 url('img/body.jpg') no-repeat center top;
24
        color: #444;
25
        font: normal 62.5% Tahoma,sans-serif;
26
        padding-top: 64px;
27
}
28

    
29
p,code,ul {padding-bottom: 1.2em;}
30

    
31
li {list-style: none;}
32

    
33
h1 {font: normal 1.8em Tahoma,sans-serif;}
34
h2 {font: bold 1.4em sans-serif;}
35
h3 {font: bold 1em Tahoma,sans-serif;}
36

    
37
form,input {margin: 0; padding: 0; display: inline;}
38

    
39
code {
40
        background: #FFF;
41
        border: 1px solid #EEE;
42
        border-left: 6px solid #CCC;
43
        color: #666;
44
        display: block;
45
        font: normal 1em Tahoma,sans-serif;
46
        line-height: 1.6em;
47
        margin-bottom: 12px;
48
        padding: 8px 10px;
49
        white-space: pre;
50
}
51

    
52
blockquote {
53
        background: url(img/quote.gif) no-repeat;
54
        display: block;
55
        font-weight: bold;
56
        padding-left: 28px;
57
}
58

    
59
h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}
60

    
61
/* misc */
62
.clearer {clear: both; font-size: 0;}
63
.left {float: left;}
64
.right {float: right;}
65

    
66
/* structure */
67
.inner-container {
68
        border: 2px solid #D7D7D2;
69
        background: #FFF;
70
        font-size: 1.2em;
71
        margin: 0 auto;
72
        padding: 10px;
73
        width: 780px;
74
}
75

    
76
.outer-container {
77
        background: url('img/container.jpg') no-repeat center bottom;
78
        padding-bottom: 64px;
79
}
80

    
81
/* headere & title */
82
.header {
83
        background: #222 url('img/header.jpg') no-repeat;
84
        height: 160px;
85
        margin-bottom: 5px;
86
        text-align: center;
87
}
88
.header .title {
89
        color: #FFF;
90
        padding-top: 50px;
91
}
92
.header .title .sitename a {
93
        border-bottom: 1px dashed #657382;
94
        color: #FFF;
95
        font: normal 3em sans-serif;
96
        padding-bottom: 2px;
97
        text-decoration: none;
98
}
99
.header .title a:hover {border-color: #F60;}
100
.header .title .slogan {
101
        font: normal 1.1em Verdana,sans-serif;
102
        padding-top: 6px;
103
}
104

    
105
/* path */
106
.path {
107
        background: #949490;
108
        color: #FFF;
109
        font: normal 1.1em Verdana,sans-serif;
110
        padding: 8px 12px;
111
}
112
.path a {
113
        color: #FAFAFA;
114
        text-decoration: none;
115
}
116
.path a:hover {
117
        color: #FFE;
118
        text-decoration: underline;
119
}
120

    
121
/* main */
122
.main {
123
        background: url(img/main.gif) repeat-y;
124
        border-top: 4px solid #FFF;
125
        padding: 8px 12px 0 0;
126
}
127

    
128
/* content */
129
.content {
130
        float: right;
131
        width: 538px;
132
}
133
.content .descr {
134
        color: #664;
135
        font-size: 0.9em;
136
        margin-bottom: 6px;
137
}
138
.content li {
139
        list-style: url(img/li.gif);
140
        margin-left: 18px;
141
}
142
.content p {font-family: "Lucida Sans Unicode",sans-serif;}
143

    
144
/* navigation */
145
.navigation {
146
        float: left;
147
        width: 210px;
148
}
149
.navigation h2 {
150
        color: #5A5A43;
151
        font: bold 1.1em Tahoma,sans-serif;
152
        line-height: 30px;
153
        margin: 0;
154
        padding-left: 12px;
155
}
156
.navigation ul {
157
        padding: 0;
158
        border-top: 1px solid #EAEADA;
159
}
160
.navigation li {border-bottom: 1px solid #EAEADA;}
161
.navigation li a {
162
        font-size: 1.1em;
163
        color: #554;
164
        display: block;
165
        padding: 8px 0 8px 5%;
166
        text-decoration: none;
167
        width: 95%;
168
}
169
.navigation li a:hover {
170
        background: #F0F0EB;
171
        color: #654;        
172
}
173

    
174
/* footer */
175
.footer {
176
        background: #949490;
177
        color: #F7F7F2;
178
        font: bold 1em sans-serif;
179
        margin-top: 5px;
180
        padding: 10px 12px;
181
}
182
.footer a {
183
        color: #F7F7F2;
184
        text-decoration: none;
185
}
186
.footer a:hover {color: #FFC;}