Skip to content

Commit f906b41

Browse files
committed
CSS classes for new settings popup screen
1 parent 1491e24 commit f906b41

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

lib/settings-screen.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
/* First, reset everything to a standard */
2+
html, body, div, span, applet, object, iframe,
3+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4+
a, abbr, acronym, address, big, cite, code,
5+
del, dfn, em, font, img, ins, kbd, q, s, samp,
6+
small, strike, strong, sub, sup, tt, var,
7+
b, u, i, center,
8+
dl, dt, dd, ol, ul, li,
9+
fieldset, form, label, legend,
10+
table, caption, tbody, tfoot, thead, tr, th, td {
11+
border: 0px;
12+
margin: 0px;
13+
padding: 0px;
14+
outline: 0px;
15+
font-size: 12px;
16+
vertical-align: top;
17+
}
18+
19+
body {overflow: hidden;
20+
-webkit-user-select: none;
21+
-moz-user-select: none;
22+
-o-user-select:none;
23+
user-select: none;
24+
}
25+
26+
h1 {font-size: 36px; font-weight: normal; color: #888888; margin-bottom: 20px}
27+
h2 {font-size: 18px; font-weight: normal; color: #ffffff}
28+
29+
.settings {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #ffffff}
30+
.settings .infoPane {position: relative; width: 230px; height: 560px; font-size: 10px; color: #bbbbbb; background-color: #ffffff; padding: 20px; float: left}
31+
.settings .infoPane a {color: #888888; text-decoration: none}
32+
.settings .infoPane a:hover {text-decoration: underline}
33+
.settings .logo {position: relative; margin-top: 2px}
34+
.settings .version {position: relative; display: block; margin-top: 5px; margin-bottom: 10px; font-size: 10px; color: #bbbbbb}
35+
.settings .settingsColumn1 {width: 220px; height: 560px; padding: 20px; float: left}
36+
.settings .settingsColumn2 {width: 420px; height: 560px; padding: 20px 20px 20px 0px; float: left}
37+
.settings input, .settings textarea {border: 1px solid #555555; background-color: #444444; color: #ffffff}
38+
.settings input:focus, .settings textarea:focus {
39+
outline: none;
40+
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
41+
-moz-box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
42+
box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
43+
}
44+
.settings .plugins {font-family: arial, verdana, helvetica, sans-serif; width: 410px; height: 123px; overflow: hidden}
45+
.settings .update {position: absolute; bottom: 0px; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); opacity: 0.1; cursor: pointer}

0 commit comments

Comments
 (0)