summaryrefslogtreecommitdiffstats
path: root/site/common/css/main.css
blob: d5d91bc2074f6bbd4bb67cb190a47e8a49570efe (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
:not(br),a:hover{
padding:.4%;
margin:.6% auto;
max-width:95%
}
html{
background:#eee;
font:99% sans-serif
}
div{
background:#fff;
box-shadow:0 0 6px
}
li{
display:inline
}
.c li{
display:block
}
img{
float:right;
width:25%
}
a,a:hover,strong,em,ul{
padding:0
}