chiark / gitweb /
(no commit message)
[ArtibusWiki.git] / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4
5 tr:nth-child(odd) {background: #EEE}
6 tr:last-child {background: white}
7 table {border-collapse: collapse; 
8        margin-top: 6pt}
9 td {border: 1px solid black; 
10     border-top: 0px; 
11     border-bottom: 0px;
12     padding-left: 4px;
13     padding-right: 4px}
14 td:first-child {border-left: 0px}
15 td:last-child {border-right: 0px}
16 thead {border: 1px solid black; 
17        border-top: 0px; 
18        border-left: 0px; 
19        border-right: 0px}
20 th {border: 1px solid black; 
21     border-top: 0px; 
22     border-bottom: 0px;
23     padding-left: 4px;
24     padding-right: 4px}
25 th:first-child {border-left: 0px}
26 th:last-child {border-right: 0px}
27 a.footnote {font-size: .83em;
28             vertical-align: sub;}
29
30 .header {margin-bottom:8px}
31
32 br {clear:left;}
33
34 ul.splitlist {overflow: auto;}
35
36 @media all and (min-width: 500pt) {
37     li.doublelist {width: 40%;
38                    float: left;}
39
40 }
41
42 div.virtflaw {float: left;
43               padding-right: 2%;}
44
45 div.multicol ul {list-style-type: none;
46                  padding-left: 1em;}
47
48
49 @media all and (min-width: 500pt) and (max-width: 729pt) {
50     div.multicol ul li {width: 45%;
51                         float: left;
52                         margin-right: 1%;}
53
54 }
55
56 @media all and (min-width: 730pt) and (max-width: 959pt) {
57     div.multicol ul li {width: 31%;
58                         float: left;
59                         margin-right: 1%;}
60 }
61
62 @media all and (min-width: 960pt) and (max-width: 1189pt) {
63     div.multicol ul li {width: 23.6%;
64                         float: left;
65                         margin-right: 1%;}
66 }
67
68 @media all and (min-width: 1190pt) and (max-width: 1419pt) {
69     div.multicol ul li {width: 19.1%;
70                         float: left;
71                         margin-right: 0.5%;}
72 }
73
74 @media all and (min-width: 1420pt) and (max-width: 1649pt) {
75     div.multicol ul li {width: 16%;
76                         float: left;
77                         margin-right: 0.5%;} 
78 }
79
80 @media all and (min-width: 1650pt) {
81     div.multicol ul li {width: 11.2%;
82                         float: left;
83                         margin-right: 0.3%;} 
84     
85 }
86