aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_Base.scss
blob: 8a743174984109fabc8a5c9abd82e6b43fa4f601 (plain)
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
// <copyright>
// This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
// No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
// (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
// </copyright>


//Base.scss
//Base styles for entire application.
//Note that colors and font definitions go in 
//_scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss


.clear {
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.bold {
    font-weight: bold;
}
:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0px 0px 1px 1px $color-focus-outline;

}
.layout-table {
    display: table;
}
.layout-row {
    display: table-row;
}
.layout-cell {
    display: table-cell; 
}
.layout-table .flexor div:first-child {
    float: left;
}
.layout-table .flexor div:last-child {
    float: right;
}

// Begin: Basic skinning for form fields 
// Reset all 
input.nj-skinned, 
textarea.nj-skinned, 
button.nj-skinned,
select.nj-skinned,
select.nj-skinned option {
	-webkit-appearance: none;
	outline: none;
}

// Base styles
input[type="text"].nj-skinned,
input[type="password"].nj-skinned,
input[type="search"].nj-skinned,
textarea.nj-skinned,
select.nj-skinned,
select.nj-skinned option {
	border: 1px solid $color-input-border;
	color: $color-input;
	background-color: $color-input-bg;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
}

// Disabled styles
input.nj-skinned:disabled,
textarea.nj-skinned:disabled,
select.nj-skinned:disabled,
button.nj-skinned:disabled {
	opacity: 0.4;
}

// Text inputs and select boxes 
input[type="text"].nj-skinned,
input[type="password"].nj-skinned,
input[type="search"].nj-skinned,
select.nj-skinned,
select.nj-skinned option {
	height: 13px;
}
//
input[type="text"].nj-skinned:focus,
input[type="password"].nj-skinned:focus,
input[type="search"].nj-skinned:focus,
textarea.nj-skinned:focus,
select.nj-skinned:focus,
select.nj-skinned option:focus {
	-webkit-box-shadow: 0px 0px 3px $color-focus-outline;
}


select.nj-skinned {
    background-image: url("../images/dropdown-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
	font-size: 12px;
	height: 16px;
	padding-right: 20px;
}

input[type="search"].nj-skinned {
	height: 17px ;
	-webkit-box-shadow: none;
}
input[type="search"].nj-skinned::-webkit-search-cancel-button {
	-webkit-appearance: none;
	font-size: 10px;
	height: 10px;
	width: 10px;
}
input[type="search"].nj-skinned::-webkit-search-cancel-button:after {
	content:"\2716";
}

// Buttons 
button.nj-skinned {
	font-size: 9px;
    cursor: pointer;
	display: block;
	border: 0px;
	margin: 0px;
	padding: 4px;
	border: 1px $color-input-border solid;
	background-color: $color-menu-bg;
	background-image: -webkit-linear-gradient(top, $color-formgrad-top 0%, $color-formgrad-bottom 100%);
	border-radius: 4px;
	color: $color-menu-text;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 1px 1px 1px $color-app-shadow
}
button.nj-skinned:active {
	background-image: -webkit-linear-gradient(top, $color-formgrad-bottom 0%, $color-formgrad-top 100%); 
}
button.nj-skinned:hover {
	-webkit-box-shadow: 0px 0px 3px $color-focus-outline;
}

// Radio buttons 
input[type="radio"].nj-skinned {
	background-color: $color-menu-bg;
	background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
	color: $color-radio;
	border: 2px solid $color-radio-border;
	width: 12px;
	height: 12px;
	overflow: hidden;
	border-radius: 10px;
	font-size: 16px;
	line-height: 7px;
	text-indent: -7px;
	cursor: pointer;
    -webkit-box-shadow: 0px 0px 2px $color-radio-shadow;
    -moz-box-shadow: 0px 0px 2px $color-radio-shadow;
    box-shadow: 0px 0px 2px $color-radio-shadow;
}
input[type="radio"].nj-skinned:checked {
	background: -webkit-radial-gradient(center, 
										circle cover, 
										$color-radio 0%, 
										$color-radio 15%, 
										$color-radio 30%, 
										$color-transparent 31%), 
										-webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
	border: 2px solid $color-radio-border;
}
input[type="radio"].nj-skinned:hover {
	border: 2px solid $color-radio-border;
}
input[type="radio"].nj-skinned:active {
	background-image: -webkit-linear-gradient(top, $color-radio-gradient-bottom 0%, $color-radio-gradient-top 100%);
}
input[type="radio"].nj-skinned:disabled {
	background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
	border: 2px solid $color-radio-border;
	cursor: default;
}
// Checkboxes 
input[type="checkbox"].nj-skinned {
	background-color: $color-menu-bg;
	background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
	color: $color-radio;
	border: 1px solid $color-radio-border;
	width: 10px;
	height: 10px;
	font-size: 12px;
	overflow: visible;
	cursor: pointer;
    -webkit-box-shadow: 0px 0px 2px $color-radio-shadow;
    -moz-box-shadow: 0px 0px 2px $color-radio-shadow;
    box-shadow: 0px 0px 2px $color-radio-shadow;
    line-height: 9px;
}

input[type="checkbox"].nj-skinned:checked {

}
input[type="checkbox"].nj-skinned:checked:after {
	content:"\2714";
}
input[type="checkbox"].nj-skinned:active {
	background-image: -webkit-linear-gradient(top, $color-radio-gradient-bottom 0%, $color-radio-gradient-top 100%);
}
input[type="checkbox"].nj-skinned:disabled {
	background-image: -webkit-linear-gradient(top, $color-radio-gradient-top 0%, $color-radio-gradient-bottom 100%);
	cursor: default;
}
// End: Basic skinning for form fields 

// Begin:  Basic skinning for visual dividers 
.nj-divider {
	background-color: $color-divider-second;
	border-width: 0px;
	overflow: hidden;
}
.nj-divider.divider-horizontal {
	border-top: 1px solid $color-divider-first;
	border-bottom: 1px solid $color-divider-third;
	height: 1px;
}
.nj-divider.divider-vertical {
	border-left: 1px solid $color-divider-first;
	border-right: 1px solid $color-divider-third;
	width: 1px;
}
// End: Basic skinning for visual dividers