summaryrefslogtreecommitdiff
path: root/static/mcrute.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/mcrute.css')
-rw-r--r--static/mcrute.css90
1 files changed, 90 insertions, 0 deletions
diff --git a/static/mcrute.css b/static/mcrute.css
new file mode 100644
index 0000000..c579ae0
--- /dev/null
+++ b/static/mcrute.css
@@ -0,0 +1,90 @@
1h1, h2, h3, h4, h5 {
2 font-family: Georgia, serif;
3 font-weight: bolder;
4}
5
6ul#pagelocation,
7ul#pagelocation li {
8 font-family: Georgia, serif;
9 font-weight: bolder;
10 color: #0044B3;
11}
12
13table.navigation {
14 float: none;
15 margin: 0px;
16}
17
18table.navigation a {
19 display: block;
20}
21
22pre {
23 font-family: "Courier New", "Courier", monospace;
24}
25
26table.timecsv {
27 width: 50%;
28}
29
30table.timecsv tr.active {
31 background-color: #66FF66;
32}
33
34table.timecsv thead tr {
35 background-color: #CCCCCC;
36}
37
38.hcolumn0, .hcolumn1, .hcolumn2, .hcolumn3, .hcolumn4, .hcolumn5, .hcolumn6,
39.hcolumn7, .hcolumn8, .hcolumn9, .hcolumn10, .hcolumn11, .hcolumn12,
40.hcolumn13, .hcolumn14, .hcolumn15, .hcolumn16, .hcolumn17, .hcolumn18,
41.hcolumn19, .hcolumn20, .hcolumn21, .hcolumn22, .hcolumn23, .hcolumn24,
42.hcolumn25, .hcolumn26, .hcolumn27, .hcolumn28, .hcolumn29, .hcolumn30 {
43 background-color: #CCCCCC;
44}
45
46
47
48/* iPhone */
49@media screen and (max-width: 500px) {
50 #logo, #locationline, #pagetrail, #navibar, #pageline, #pageinfo { display: none; }
51 #page { padding: 0 0.5em; }
52 #header .editbar form { display: none; }
53 table.timecsv { width: 97%; }
54
55 /* Editor Page */
56 #page-editor input[name="button_switch"],
57 #page-editor input[name="button_spellcheck"],
58 #page-editor #chktrivialtop,
59 #page-editor label[for="chktrivialtop"]
60 {
61 display: none !important;
62 }
63
64 #page-editor #header, #page-editor #footer, #page-editor #editor-help, #page-editor form p {
65 display: none;
66 }
67
68 #page-editor #page {
69 margin: 0;
70 padding: 0;
71 }
72
73 #page-editor textarea {
74 border: none;
75 height: 90vh;
76 width: 100%;
77 }
78}
79
80
81/* DND Upload Control */
82#dnd-upload { border: 10px dashed #ccc; min-height: 100px; margin: 20px auto; padding: 1em;}
83#dnd-upload.hover { border: 10px dashed #0c0; }
84.dnd-overwrite { color: red; display: block; text-align: right; }
85
86#dnd-upload li { list-style: none; padding: 1em; }
87#dnd-upload .filename { font-weight: bolder; }
88.progressbar { float: right; }
89.progressbar progress { margin-right: 1em; }
90.progressbar .size { display: inline-block; width: 3em; text-align: right; }