summaryrefslogtreecommitdiffstats
path: root/site/common/css/main.css
blob: cde537cc6421b0412efac7687fa3833d2318f99a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
:not(br),a:hover{
color:#222;
padding:.1% 1%;
margin:1% auto;
max-width:95%;
line-height:1.4
}
html{
background:#eee url("/common/background/background.jpg") fixed;
font:99% sans-serif
}
div{
opacity:.9;
background:#fff;
box-shadow:0 0 6px
}
li{
display:inline
}
.c li{
display:block
}
img{
float:right;
width:25%
}
a{
color:#33a
}
a,a:hover,strong,em{
padding:0
}