-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathwelcome.less
More file actions
183 lines (177 loc) · 3.63 KB
/
Copy pathwelcome.less
File metadata and controls
183 lines (177 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
@import "../lib/bootstrap/less/variables.less";
@import "../lib/bootstrap/less/mixins.less";
@import "../lib/bootstrap/less/type.less";
// @import "../lib/bootstrap/less/glyphicons.less";
@import "../lib/bootstrap/less/normalize.less";
@import "../lib/bootstrap/less/scaffolding.less";
@import "../lib/bootstrap/less/grid.less";
@import "../lib/bootstrap/less/buttons.less";
@import "../lib/bootstrap/less/utilities.less";
@icon-font-path: "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/fonts/";
@font-family-sans-serif: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
.btn-clear {
.button-variant(@btn-default-color, @btn-default-bg, transparent)
}
@font-size-base: 16px;
@brand-primary: dodgerblue;
@border-radius-base: 8px;
@border-radius-large: 10px;
@border-radius-small: 6px;
.btn:hover .newicon { color: orange; }
.btn:hover .loginicon, .loginblock .loginicon { color: green; }
html {
height: 100%;
}
body {
background: dodgerblue;
position: relative;
min-height: 100%;
}
.shadowcard {
box-shadow: 0 0 30px black;
background: white;
}
.vpadding {
padding-top: 10px;
padding-bottom: 10px;
}
.topline {
border-top:1px solid #eee;
}
a.nofeedback, a.nofeedback:hover {
color: black;
text-decoration: none;
}
.list-inline.spaced > li {
padding-left: 12px;
padding-right: 12px;
}
.bottomnote, .bottomnote a {
color: darkgray;
}
#overlay {
display: none;
width: 100%;
min-height: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.3);
left: 0;
top: 0;
margin: 0;
z-index: 1;
}
.about {
margin: 3% auto;
max-width: 760px;
border: 3px solid blue;
border-radius: 8px;
background: white;
text-align: left;
padding: 20px;
top: 30px;
box-sizing: border-box;
display: none;
}
.pclogo {
text-align: center;
text-decoration: inherit;
color: inherit;
display: block;
font-size: 32px;
line-height: 32px;
width: 100%;
min-width: 135px;
max-width: 160px;
min-height: 67px;
margin: -5px;
padding: 5px;
}
a.pclogo[href]:hover {
background: #def;
color: inherit;
border-radius: 8px;
}
.pctext {
display: inline-block;
float: right;
margin-left: 3px;
}
.pcline1 {
text-transform: uppercase;
}
.pcline2 {
text-transform: lowercase;
letter-spacing: 14px;
margin-right: -14px;
padding: 0 1px;
}
.loginblock {
display: none;
position: absolute;
text-align: right;
top: 30px;
right:8px;
border: 3px solid blue;
border-radius: 8px;
background: white;
padding: 8px;
}
input {
font-family: inherit;
font-size: inherit;
}
.autocomplete-suggestions {
border: 1px solid #999;
background: #FFF;
overflow: auto;
cursor: default;
}
.autocomplete-suggestion {
padding: 2px 5px;
white-space: nowrap;
overflow: hidden;
}
.autocomplete-suggestions strong {
font-weight: normal;
color: dodgerblue;
}
.autocomplete-selected, .autocomplete-selected strong {
background: dodgerblue;
color: white;
}
.autocomplete-group {
padding: 2px 5px;
}
.autocomplete-group strong {
display: block;
border-bottom: 1px solid #000;
}
.loginblock label {
display: block;
padding: 3px;
}
.loginblock button {
border:none;
background-color:white;
-moz-appearance: none !important;
box-shadow:0 0 7px gray;
color:#222;
border-radius:8px;
font-family:
inherit;font-size:16px;
line-height:18px;
font-weight:400;
vertical-align:middle;
height:28px;
padding:2px 8px;
margin:5px;
display:inline-block;
}
.loginblock button[disabled],#overlay button[disabled] {
box-shadow:0 0 7px darkgray;color:gray;opacity:0.7
}
.loginblock button:not([disabled]):hover {
box-shadow:0 0 7px black;
color: black;
}
#msg { color: red }