]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/wiki.css
webapps.wiki: some responsive css (and JS for hamburger menu).
[factor.git] / extra / webapps / wiki / wiki.css
1 #left {
2     width: 0;
3 }
4
5 #right {
6     max-width: 800px;
7 }
8
9 .comparison th {
10     border-width: 1px;
11     border-color: #666;
12     border-style: solid;
13     width: 50%;
14 }
15
16 .comparison table {
17     border-color: #666;
18     border-style: solid;
19     border-width: 1px;
20     border-spacing: 0;
21     border-collapse: collapse;
22 }
23
24 .insert {
25     background-color: #9f9;
26 }
27
28 .delete {
29     background-color: #f99;
30 }
31
32 .revisions table, .revisions td, .revisions th {
33     border-color: #666;
34     border-style: solid;
35 }
36
37 .revisions table {
38     border-width: 0 0 1px 1px;
39     border-spacing: 0;
40     border-collapse: collapse;
41 }
42
43 .revisions td, .revisions th {
44     margin: 0;
45     padding: 4px;
46     border-width: 1px 1px 0 0;
47 }
48
49 .contents {
50     font-size: 90%;
51     margin: 0;
52     padding: 0;
53     padding-left: 10px;
54     padding-right: 10px;
55 }
56
57 .contents ul {
58     list-style-type: none;
59     margin: 0;
60     padding-left: 20px;
61 }
62
63 .page {
64     padding-left: 15px;
65     padding-right: 15px;
66     padding-bottom: 15px;
67 }
68
69 .page .navbar {
70     margin-left: -15px;
71     margin-right: -15px;
72     margin-bottom: -15px;
73     border-top: 1px solid #ccc;
74     border-bottom: none;
75 }
76
77 .description pre {
78     padding: 5px;
79     border: 1px dashed #ccc;
80     background-color: #f5f5f5;
81 }
82
83 .description h1 { font-size: 1.5em; }
84 .description h2 { font-size: 1.17em; }
85 .description h3 { font-size: 1.0em; }
86 .description h4 { font-size: 0.83em; }
87 .description h5 { font-size: 0.67em; }
88
89 .description p:first-child { margin-top: 0px; }
90 .description p:last-child { margin-bottom: 0px; }
91
92 .description table, .description td {
93     border-color: #666;
94     border-style: solid;
95 }
96
97 .description table {
98     border-width: 0 0 1px 1px;
99     border-spacing: 0;
100     border-collapse: collapse;
101 }
102
103 .description td {
104     margin: 0;
105     padding: 4px;
106     border-width: 1px 1px 0 0;
107 }
108
109 .footer {
110     border-top: 1px solid #ccc;
111     padding-left: 15px;
112     font-size: smaller;
113 }