annotate luk1.css @ 193:16ce445c499a v3 tip

Import v3 branch.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jan 2017 02:31:10 +0200
parents f64a46fa7961
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 79
diff changeset
1 @import url("luk.css");
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 a:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 text-decoration: underline;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 color: #555;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 h1, h2, h3 {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 font-family: Arial, sans-serif;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 // font-family: impact;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 font-weight: normal;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 background: rgb(10,114,133);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 padding-bottom: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 text-shadow: 2px 2px 2px #000;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 -moz-border-radius: 8pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 border-radius: 8pt;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
19 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
127
1e44468dbbd8 Various style changes, and add indicators to currently selected language and
Matti Hamalainen <ccr@tnsp.org>
parents: 95
diff changeset
22 #infobox {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 position: absolute;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 right: 1em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 top: 1em;
50
2be3eec4c7a5 Adjust css selector font size.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
26 font-size: 6pt;
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 background: rgb(10,114,133);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 border-radius: 5pt;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
31 text-shadow: 1px 1px 1px #000;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
32 box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
35
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
36 #clang a {
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
37 color: #0f0;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
38 }
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
39
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 #contents {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 z-index: 5;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 position: absolute;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 right: 0.5em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 left: 0.5em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 background: rgba(10,114,133,0.6);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 padding: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 -moz-border-radius: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 border-radius: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 table {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 border: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 padding: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 margin: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 tr {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 border: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 padding: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 margin: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64
144
f64a46fa7961 Rename some CSS elements.
Matti Hamalainen <ccr@tnsp.org>
parents: 127
diff changeset
65 #timeTable th {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 padding: 2px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 margin: 2px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 text-align: center;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 background: rgba(10,114,133,0.6);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 color: #ccc;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 td {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 padding: 4px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 margin: 2px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 color: #ccc;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83
144
f64a46fa7961 Rename some CSS elements.
Matti Hamalainen <ccr@tnsp.org>
parents: 127
diff changeset
84 #timeTable {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 font-size: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87
144
f64a46fa7961 Rename some CSS elements.
Matti Hamalainen <ccr@tnsp.org>
parents: 127
diff changeset
88 #timeTable td > a, table.timetable td > a:visited, table.timetable td > a:active {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 text-decoration: none;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 text-shadow: 2px 2px 2px #000;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 color: #fff;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93
144
f64a46fa7961 Rename some CSS elements.
Matti Hamalainen <ccr@tnsp.org>
parents: 127
diff changeset
94 #timeTable td > a:hover {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 color: yellow;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 th.hours {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 white-space: nowrap;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102
144
f64a46fa7961 Rename some CSS elements.
Matti Hamalainen <ccr@tnsp.org>
parents: 127
diff changeset
103 #timeTable * table {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 width: 100%;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 height: 100%;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
144
f64a46fa7961 Rename some CSS elements.
Matti Hamalainen <ccr@tnsp.org>
parents: 127
diff changeset
108 #timeTable tr:hover th {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 color: red;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 td.clgrouped, td.clgrouped * td {
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
113 background: rgb(55,94,103);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115
49
16aea8e5cb71 Improved CSS, added a third stylesheet option.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
116 td.clnothing, td.clnothing * td {
61
deca85fd0941 Adjustments in the stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 56
diff changeset
117 // background: rgb(0,84,103);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119
49
16aea8e5cb71 Improved CSS, added a third stylesheet option.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
120 td.clnormal, td.clnormal * td {
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
121 background: rgb(0,84,103);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123
70
8109809f67cb Fix "clactive" cell state in stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
124 td.clactive {
79
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
125 border: 1px solid rgb(60,174,193);
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
126 }
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
127
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
128 td.clnext {
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
129 border: 1px dashed rgb(30,144,163);
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
130 }
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
131
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 div.nhours {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 text-align: right;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 div.nhours span {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 background: black;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 padding: 2pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 border: 1px solid gray;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141
95
eea1ab9aff46 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
142 #controls .textctrl {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 margin-bottom: 30pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 // border: 1px solid rgba(10,114,133,0.3);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 -moz-border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 text-decoration: none;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 background: rgba(255,255,255,0.2);
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
151 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153
95
eea1ab9aff46 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
154 #controls .textctrl:hover {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 background: rgba(255,255,255,0.5);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 #controls select {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 background: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 border: 1px solid black;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 -moz-border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 border-radius: 8px;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
166 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 #controls input.submit {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 background: rgba(200,255,200,0.2);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 border: 1px solid rgba(255,255,255,0.3);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 -moz-border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 border-radius: 8px;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
177 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 #controls input.submit:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 background: rgba(200,255,200,0.5);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 }