Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
@import '../global/_variables'; // global variables.
2
@import '../global/components/_mixins'; // global mixings.
3
 
4
/***
5
Profile Page
6
***/
7
 
8
.profile {
9
    position:relative;
10
 
11
    .page-container-bg-solid & {
12
        background: #ffffff;
13
        padding: 20px;
14
    }
15
}
16
 
17
.profile p {
18
  color:#636363;
19
  font-size:13px;
20
}
21
 
22
.profile p a {
23
  color:#169ef4;
24
}
25
 
26
.profile label {
27
  margin-top:10px;
28
}
29
 
30
.profile label:first-child {
31
  margin-top:0;
32
}
33
 
34
/*profile info*/
35
.profile-classic .profile-image {
36
  position:relative;
37
}
38
 
39
.profile-classic .profile-edit {
40
  top:0;
41
  right:0;
42
  margin:0;
43
  color:#fff;
44
  opacity:0.6;
45
  padding:0 9px;
46
  font-size:11px;
47
  background:#000;
48
  position:absolute;
49
  filter:alpha(opacity=60); /*for ie*/
50
}
51
.profile-classic .profile-image img {
52
  margin-bottom:15px;
53
}
54
 
55
.profile-classic li {
56
  padding:8px 0;
57
  font-size:13px;
58
  border-top:solid 1px #f5f5f5;
59
}
60
 
61
.profile-classic li:first-child {
62
  border-top:none;
63
}
64
 
65
.profile-classic li span {
66
  color:#666;
67
  font-size:13px;
68
  margin-right:7px;
69
}
70
 
71
/*profile tabs*/
72
.profile .tabbable-custom-profile .nav-tabs > li > a {
73
  padding:6px 12px;
74
}
75
 
76
 
77
/*profile navigation*/
78
.profile ul.profile-nav {
79
  margin-bottom:30px;
80
 
81
  img.pic-bordered {
82
    border: 1px solid darken($general-panel-bg-color, 5%);
83
  }
84
}
85
 
86
.profile ul.profile-nav li {
87
  position:relative;
88
}
89
 
90
.profile ul.profile-nav li a {
91
  color:#557386;
92
  display:block;
93
  font-size:14px;
94
  padding:8px 10px;
95
  margin-bottom:1px;
96
  background:#f0f6fa;
97
  border-left:solid 2px #c4d5df;
98
}
99
 
100
.profile ul.profile-nav li a:hover {
101
  color:#169ef4;
102
  background:#ecf5fb;
103
  text-decoration:none;
104
  border-left:solid 2px #169ef4;
105
}
106
 
107
.profile ul.profile-nav li a.profile-edit {
108
  top:0;
109
  right:0;
110
  margin:0;
111
  color:#fff;
112
  opacity:0.6;
113
  border:none;
114
  padding:3px 9px;
115
  font-size:12px;
116
  background:#000;
117
  position:absolute;
118
  filter:alpha(opacity=60); /*for ie*/
119
}
120
 
121
.profile ul.profile-nav li a.profile-edit:hover {
122
  text-decoration:underline;
123
}
124
 
125
.profile ul.profile-nav a span {
126
  top:0;
127
  right:0;
128
  color:#fff;
129
  font-size:16px;
130
  padding:7px 13px;
131
  position:absolute;
132
  background:#169ef4;
133
}
134
 
135
.profile ul.profile-nav a:hover span {
136
  background:#0b94ea;
137
}
138
 
139
/*profile information*/
140
.profile-info h1 {
141
  color:#383839;
142
  font-size:24px;
143
  font-weight:400;
144
  margin:0 0 10px 0;
145
}
146
 
147
.profile-info ul {
148
  margin-bottom:15px;
149
}
150
 
151
.profile-info li {
152
  color:#6b6b6b;
153
  font-size:13px;
154
  margin-right:15px;
155
  margin-bottom:5px;
156
  padding:0 !important;
157
}
158
 
159
.profile-info li i {
160
  color:#b5c1c9;
161
  font-size:15px;
162
}
163
 
164
.profile-info li:hover i {
165
  color:#169ef4;
166
}
167
 
168
/*profile sales summary*/
169
.sale-summary ul {
170
  margin-top:-10px;
171
}
172
.sale-summary li {
173
  padding:10px 0;
174
  overflow:hidden;
175
  border-top:solid 1px #eee;
176
}
177
 
178
.sale-summary li:first-child {
179
  border-top:none;
180
}
181
 
182
.sale-summary li .sale-info {
183
  margin-top: 4px;
184
  float:left;
185
  color:#646464;
186
  font-size:14px;
187
  text-transform:uppercase;
188
}
189
 
190
.sale-summary li .sale-num {
191
  float:right;
192
  color:#169ef4;
193
  font-size:20px;
194
  font-weight:300;
195
}
196
 
197
.sale-summary li span i {
198
  top:1px;
199
  width:13px;
200
  height:14px;
201
  margin-left:3px;
202
  position:relative;
203
  display:inline-block;
204
}
205
 
206
.sale-summary .caption h4 {
207
  color:#383839;
208
  font-size:18px;
209
}
210
 
211
.sale-summary .caption {
212
  border-color:#c9c9c9;
213
}
214
 
215
/*latest customers table*/
216
.profile .table-advance thead tr th {
217
  background:#f0f6fa;
218
}
219
 
220
.profile .table-bordered th,
221
.profile .table-bordered td,
222
.profile .table-bordered {
223
  border-color:#e5eff6;
224
}
225
 
226
.profile .table-striped tbody > tr:nth-child(2n+1) > td,
227
.profile .table-striped tbody > tr:nth-child(2n+1) > th {
228
  background:#fcfcfc;
229
}
230
 
231
.profile .table-hover tbody tr:hover td,
232
.profile .table-hover tbody tr:hover th {
233
  background:#f5fafd;
234
}
235
 
236
/*add portfolio*/
237
.add-portfolio {
238
  overflow:hidden;
239
  margin-bottom:30px;
240
  background:#f0f6fa;
241
  padding: 12px 14px;
242
}
243
 
244
.add-portfolio span {
245
  float: left;
246
  display: inline-block;
247
  font-weight: 300;
248
  font-size: 22px;
249
  margin-top: 0px;
250
}
251
 
252
.add-portfolio .btn {
253
  margin-left: 20px;
254
}
255
 
256
/*portfolio block*/
257
.portfolio-block {
258
  background:#f7f7f7;
259
  margin-bottom:15px;
260
  overflow:hidden;
261
}
262
 
263
.portfolio-stat {
264
  overflow: hidden;
265
}
266
 
267
/*portfolio text*/
268
.portfolio-text {
269
  overflow:hidden;
270
}
271
 
272
 
273
.portfolio-text img {
274
  float:left;
275
  margin-right:15px;
276
}
277
 
278
.portfolio-text .portfolio-text-info {
279
  overflow:hidden;
280
}
281
 
282
/*portfolio button*/
283
.portfolio-btn a {
284
  display:block;
285
  padding:25px 0;
286
  background:#ddd !important;
287
}
288
 
289
.portfolio-btn a:hover {
290
  background:#1d943b !important;
291
}
292
 
293
.portfolio-btn span {
294
  color:#fff;
295
  font-size:22px;
296
  font-weight:200;
297
}
298
 
299
/*portfolio info*/
300
.portfolio-info {
301
  float:left;
302
  color:#616161;
303
  font-size:12px;
304
  padding:10px 25px;
305
  margin-bottom:5px;
306
  text-transform:uppercase;
307
}
308
 
309
.portfolio-info span {
310
  color:#16a1f2;
311
  display:block;
312
  font-size:28px;
313
  line-height: 28px;
314
  margin-top:0px;
315
  font-weight:200;
316
  text-transform:uppercase;
317
}
318
 
319
/*portfolio settings*/
320
.profile-settings {
321
  background:#fafafa;
322
  padding:15px 8px 0;
323
  margin-bottom:5px;
324
}
325
 
326
.profile-settings p {
327
  padding-left:5px;
328
  margin-bottom:3px;
329
}
330
 
331
.profile-settings .controls > .radio,
332
.profile-settings .controls > .checkbox {
333
  font-size:12px;
334
  margin-top:2px !important;
335
}