chiark / gitweb /
858276f4796e4885d9b43b8f197921721f48ef88
[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
28 .header {margin-bottom:8px}
29
30 br {clear:left;}
31
32 ul.splitlist {overflow: auto;}
33
34 @media all and (min-width: 500pt) {
35     li.doublelist {width: 40%;
36                    float: left;}
37
38     div.virtflaw {width: 40%;
39                   float: left;}
40 }
41
42 @media all and (min-width: 500pt) and (max-width: 699pt) {
43     div.multicol ul li {width: 40%;
44                         float: left;
45                         margin-right: 1%;}
46 }
47
48 @media all and (min-width: 700pt) and (max-width: 899pt) {
49     div.multicol ul li {width: 30%;
50                         float: left;
51                         margin-right: 1%;}
52 }
53
54 @media all and (min-width: 900pt) and (max-width: 1099pt) {
55     div.multicol ul li {width: 18%;
56                         float: left;
57                         margin-right: 1%;}
58 }
59
60 @media all and (min-width: 1100pt) and (max-width: 1299pt) {
61     div.multicol ul li {width: 14.5%;
62                         float: left;
63                         margin-right: 1%;}
64 }
65
66 @media all and (min-width: 1300pt) and (max-width: 1499pt) {
67     div.multicol ul li {width: 12.5%;
68                         float: left;
69                         margin-right: 1%;} 
70 }
71
72 @media all and (min-width: 1500pt) {
73     div.multicol ul li {width: 11.2%;
74                         float: left;
75                         margin-right: 1%;} 
76     
77 }
78