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