-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdroichead.css
More file actions
67 lines (57 loc) · 1.03 KB
/
droichead.css
File metadata and controls
67 lines (57 loc) · 1.03 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
div.threecolumn {
font-size: 66%;
}
div.content a {
text-decoration: none;
}
/* return to default behaviors */
div.content a:link { color: #0000EE; }
div.content a:visited { color: #551A8B; }
div.threecolumn {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
column-gap: 25px;
column-rule-style: solid;
column-rule-width: 1px;
}
@media (max-width: 750px) {
div.threecolumn {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
column-gap: 16px;
column-rule-style: solid;
column-rule-width: 1px;
}
}
div.entry {
padding-left: 5px;
margin: 2px;
overflow: hidden;
width: 98%;
}
img.header {
width: 25%
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
}
sup {
font-size: 66%;
}
div.fgb {
float: left;
width: 45%;
}
div.edil {
float: left;
width: 45%;
}
div.navigation {
font-size: 125%;
font-weight: bold;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}