summaryrefslogtreecommitdiffstats
path: root/site/common/css/main.css
blob: 0c94a548a7e1683b9dd6fe1cc895443e88eeec38 (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
33
34
35
36
37
38
39
:not(br),a:hover{
color:#222;
padding:.1% 1%;
margin:1% auto;
max-width:96%
}
html{
background:#eee;
font:110% sans-serif
}
body{
max-width:80em
}
h1,h2,h3{
line-height:120%
}
p{
line-height:140%
}
div{
background:#fff;
border-radius:1%;
box-shadow:0 0 4px
}
li{
display:inline
}
.c li{
display:block
}
img{
float:right
}
a{
color:#33a
}
a,a:hover,strong,em{
padding:0
}