Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

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