summaryrefslogtreecommitdiffstats
path: root/site/common/css/main.css
blob: c583344923836438906016d27adcd405a568965f (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
.r{
font-size:70%
}
:not(br),a:hover{
color:#222;
padding:.2% 1%;
margin:1% auto;
text-align:justify
}
html{
background:#eee;
font:95% sans-serif
}
body{
max-width:80em
}
div{
background:#fff;
border-radius:9px;
box-shadow:0 0 4px
}
li{
display:inline
}
.c li{
display:block
}
img{
width:18%;
float:right
}
a{
color:#33a;
font-size:110%
}
a,a:hover,strong,em{
padding:0
}