summaryrefslogtreecommitdiffstats
path: root/site/common/css/main.css
blob: 00eeca66e65a9bc5a1603dc1d5a27b4d40678b77 (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
40
41
42
43
:not(br),a:hover{
color:#222;
padding:.4%;
margin:.5% 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
}
a{
color:#33a
}
a,a:hover,strong,em,ul{
padding:0
}
p{
line-height:1.4
}
img.thumb{
width:3em;
height:auto;
}

span.cssbox_full {
margin:0 !important;
max-width:100% !important;
max-height:100% !important;
}
span.cssbox_full img {
border:none !important;
box-shadow: 0px 0px 21px 3px rgba(0,0,0,1) !important;
}