SHOW:
|
|
- or go back to the newest paste.
| 1 | @font-face {
| |
| 2 | font-family:'Creepster'; | |
| 3 | font-style:normal; | |
| 4 | font-weight:400; | |
| 5 | src:local(Creepster),local(Creepster-Regular),url(http://fonts.gstatic.com/s/creepster/v5/un014as1qOcrVg1hrkn_UT8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
| |
| 6 | } | |
| 7 | ||
| 8 | @font-face {
| |
| 9 | font-family:'Eater'; | |
| 10 | font-style:normal; | |
| 11 | font-weight:400; | |
| 12 | src:local(Eater),local(Eater-Regular),url(http://fonts.gstatic.com/s/eater/v5/9-lswE9dlkJOKjTTLVZ4tQ.woff) format("woff");
| |
| 13 | } | |
| 14 | ||
| 15 | @font-face {
| |
| 16 | font-family:'Finger Paint'; | |
| 17 | font-style:normal; | |
| 18 | font-weight:400; | |
| 19 | src:local('Finger Paint'),local(FingerPaint-Regular),url(http://fonts.gstatic.com/s/fingerpaint/v4/m_ZRbiY-aPb13R3DWPBGX3hCUOGz7vYGh680lGh-uXM.woff) format("woff");
| |
| 20 | } | |
| 21 | ||
| 22 | @font-face {
| |
| 23 | font-family:'Nosifer'; | |
| 24 | font-style:normal; | |
| 25 | font-weight:400; | |
| 26 | src:local(Nosifer),local(Nosifer-Regular),url(http://fonts.gstatic.com/s/nosifer/v5/fwXLs672oucg0HdjY9ErAg.woff) format("woff");
| |
| 27 | } | |
| 28 | ||
| 29 | /*-----------------[SITE WIDTH START]------------------------*/ | |
| 30 | body {
| |
| 31 | max-width:850px; | |
| 32 | margin-left:auto; | |
| 33 | margin-right:auto; | |
| 34 | } | |
| 35 | ||
| 36 | .container {
| |
| 37 | display:block; | |
| 38 | } | |
| 39 | ||
| 40 | #profile_about_me {
| |
| 41 | width:830px; | |
| 42 | padding-top:44px; | |
| 43 | margin-bottom:80px; | |
| 44 | } | |
| 45 | ||
| 46 | /*-----------------[SITE WIDTH END]------------------------*/ | |
| 47 | /*-----------------[SITE STYLES DEFAULT START]------------------------*/ | |
| 48 | body {
| |
| 49 | background-image:url(http://s27.postimg.org/nuuojfbmb/mought.png),url(http://s12.postimg.org/49z3wbov1/main_bg.jpg); | |
| 50 | background-position:center 112px,center top; | |
| 51 | background-repeat:no-repeat,no-repeat; | |
| 52 | background-size:auto auto,1910px auto; | |
| 53 | background-color:#1a0a05; | |
| 54 | color:#969081; | |
| 55 | font-family:Tahoma; | |
| 56 | font-size:13px; | |
| 57 | word-spacing:-.69px; | |
| 58 | } | |
| 59 | ||
| 60 | a {
| |
| 61 | color:#efefef; | |
| 62 | } | |
| 63 | ||
| 64 | .notice {
| |
| 65 | color:#efefef; | |
| 66 | } | |
| 67 | ||
| 68 | .clean {
| |
| 69 | clear:both; | |
| 70 | } | |
| 71 | ||
| 72 | .wall_post_body {
| |
| 73 | background:#ea5800; | |
| 74 | /* Old browsers */ | |
| 75 | background:-moz-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 76 | /* FF3.6+ */ | |
| 77 | background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ea5800),color-stop(100%,#851e10)); | |
| 78 | /* Chrome,Safari4+ */ | |
| 79 | background:-webkit-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 80 | /* Chrome10+,Safari5.1+ */ | |
| 81 | background:-o-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 82 | /* Opera 11.10+ */ | |
| 83 | background:-ms-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 84 | /* IE10+ */ | |
| 85 | background:linear-gradient(to bottom,#ea5800 0%,#851e10 100%); | |
| 86 | /* W3C */ | |
| 87 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5800',endColorstr='#851e10',GradientType=0); | |
| 88 | /* IE6-9 */ | |
| 89 | color:#fff; | |
| 90 | } | |
| 91 | ||
| 92 | .wall_post_info {
| |
| 93 | display:inline-table; | |
| 94 | padding:5px 0; | |
| 95 | } | |
| 96 | ||
| 97 | #profile_about_me_friends {
| |
| 98 | z-index:inherit; | |
| 99 | } | |
| 100 | ||
| 101 | .wall_post_avatar {
| |
| 102 | background:url(http://s23.postimg.org/vtvd3tjuv/post.png) no-repeat scroll 0 0 rgba(0,0,0,0); | |
| 103 | margin-top:13px; | |
| 104 | height:74px; | |
| 105 | width:75px; | |
| 106 | } | |
| 107 | ||
| 108 | .wall_post_avatar img {
| |
| 109 | border:3px solid #e15e40; | |
| 110 | border-radius:30%; | |
| 111 | margin-left:0; | |
| 112 | margin-top:-3px; | |
| 113 | height:70px; | |
| 114 | width:70px; | |
| 115 | } | |
| 116 | ||
| 117 | #status_container {
| |
| 118 | bottom:-2px; | |
| 119 | left:0; | |
| 120 | position:fixed; | |
| 121 | z-index:600; | |
| 122 | } | |
| 123 | ||
| 124 | #unix_last_login_container {
| |
| 125 | bottom:-2px; | |
| 126 | position:fixed; | |
| 127 | right:10px; | |
| 128 | z-index:600; | |
| 129 | } | |
| 130 | ||
| 131 | #status_container .label {
| |
| 132 | min-width:40px; | |
| 133 | } | |
| 134 | ||
| 135 | #unix_last_login_container .label {
| |
| 136 | min-width:60px; | |
| 137 | } | |
| 138 | ||
| 139 | #profile_header_container a {
| |
| 140 | text-decoration:none; | |
| 141 | } | |
| 142 | ||
| 143 | #cboxOverlay {
| |
| 144 | - | background:url(http://subtlepatterns.com/patterns/subtlenet2.png) repeat; |
| 144 | + | background:#000; |
| 145 | } | |
| 146 | ||
| 147 | #send_message_form_modal {
| |
| 148 | color:#efefef; | |
| 149 | margin-left:25px; | |
| 150 | } | |
| 151 | ||
| 152 | #send_message {
| |
| 153 | margin-right:25px; | |
| 154 | } | |
| 155 | ||
| 156 | #rate_container {
| |
| 157 | color:#fff; | |
| 158 | left:4px; | |
| 159 | margin:0; | |
| 160 | max-width:108px; | |
| 161 | position:fixed; | |
| 162 | top:420px; | |
| 163 | z-index:103; | |
| 164 | } | |
| 165 | ||
| 166 | #new_admirer {
| |
| 167 | color:#fff; | |
| 168 | left:-24px; | |
| 169 | margin:0; | |
| 170 | min-width:125px; | |
| 171 | position:fixed; | |
| 172 | text-align:center; | |
| 173 | top:395px; | |
| 174 | z-index:1001; | |
| 175 | } | |
| 176 | ||
| 177 | #new_admirer a {
| |
| 178 | text-decoration:none; | |
| 179 | color:#fff; | |
| 180 | } | |
| 181 | ||
| 182 | #new_homepage_friend {
| |
| 183 | color:#fff; | |
| 184 | left:-4px; | |
| 185 | margin:0; | |
| 186 | min-width:125px; | |
| 187 | position:fixed; | |
| 188 | text-align:center; | |
| 189 | top:372px; | |
| 190 | z-index:102; | |
| 191 | } | |
| 192 | ||
| 193 | #new_homepage_friend a {
| |
| 194 | text-decoration:none; | |
| 195 | color:#fff; | |
| 196 | } | |
| 197 | ||
| 198 | #rate_value {
| |
| 199 | display:block; | |
| 200 | } | |
| 201 | ||
| 202 | #rate_label {
| |
| 203 | min-width:104px; | |
| 204 | } | |
| 205 | ||
| 206 | #status_label,#member_status_value > a,#status_value > a,#unix_last_login_label,#unix_last_login_value {
| |
| 207 | color:#969081; | |
| 208 | } | |
| 209 | ||
| 210 | .profile_row {
| |
| 211 | padding-top:0; | |
| 212 | } | |
| 213 | ||
| 214 | input[type="submit"] {
| |
| 215 | color:#fff; | |
| 216 | font:bold 14px Arial,Helvetica; | |
| 217 | text-transform:uppercase; | |
| 218 | text-decoration:none; | |
| 219 | display:inline-block; | |
| 220 | background:#ea5800; | |
| 221 | /* Old browsers */ | |
| 222 | background:-moz-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 223 | /* FF3.6+ */ | |
| 224 | background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ea5800),color-stop(100%,#851e10)); | |
| 225 | /* Chrome,Safari4+ */ | |
| 226 | background:-webkit-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 227 | /* Chrome10+,Safari5.1+ */ | |
| 228 | background:-o-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 229 | /* Opera 11.10+ */ | |
| 230 | background:-ms-linear-gradient(top,#ea5800 0%,#851e10 100%); | |
| 231 | /* IE10+ */ | |
| 232 | background:linear-gradient(to bottom,#ea5800 0%,#851e10 100%); | |
| 233 | /* W3C */ | |
| 234 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5800',endColorstr='#851e10',GradientType=0); | |
| 235 | /* IE6-9 */ | |
| 236 | border:none; | |
| 237 | } | |
| 238 | ||
| 239 | input[type="submit"]:hover {
| |
| 240 | background:#c14300; | |
| 241 | /* Old browsers */ | |
| 242 | background:-moz-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 243 | /* FF3.6+ */ | |
| 244 | background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c14300),color-stop(100%,#841607)); | |
| 245 | /* Chrome,Safari4+ */ | |
| 246 | background:-webkit-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 247 | /* Chrome10+,Safari5.1+ */ | |
| 248 | background:-o-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 249 | /* Opera 11.10+ */ | |
| 250 | background:-ms-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 251 | /* IE10+ */ | |
| 252 | background:linear-gradient(to bottom,#c14300 0%,#841607 100%); | |
| 253 | /* W3C */ | |
| 254 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c14300',endColorstr='#841607',GradientType=0); | |
| 255 | /* IE6-9 */ | |
| 256 | color:#fff; | |
| 257 | font:bold 14px Arial,Helvetica; | |
| 258 | text-transform:uppercase; | |
| 259 | text-decoration:none; | |
| 260 | display:inline-block; | |
| 261 | border:none; | |
| 262 | } | |
| 263 | ||
| 264 | input[type="submit"]:focus {
| |
| 265 | background:#c14300; | |
| 266 | /* Old browsers */ | |
| 267 | background:-moz-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 268 | /* FF3.6+ */ | |
| 269 | background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c14300),color-stop(100%,#841607)); | |
| 270 | /* Chrome,Safari4+ */ | |
| 271 | background:-webkit-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 272 | /* Chrome10+,Safari5.1+ */ | |
| 273 | background:-o-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 274 | /* Opera 11.10+ */ | |
| 275 | background:-ms-linear-gradient(top,#c14300 0%,#841607 100%); | |
| 276 | /* IE10+ */ | |
| 277 | background:linear-gradient(to bottom,#c14300 0%,#841607 100%); | |
| 278 | /* W3C */ | |
| 279 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c14300',endColorstr='#841607',GradientType=0); | |
| 280 | /* IE6-9 */ | |
| 281 | top:2px; | |
| 282 | color:#fff; | |
| 283 | } | |
| 284 | ||
| 285 | input[type="submit"]:hover,input[type="submit"]:focus {
| |
| 286 | background-position:0; | |
| 287 | } | |
| 288 | ||
| 289 | #wrap-me {
| |
| 290 | padding-top:160px; | |
| 291 | } | |
| 292 | ||
| 293 | #profile_main_photo .heading {
| |
| 294 | font-family: Finger Paint,arial; | |
| 295 | font-size: 16px; | |
| 296 | text-shadow: none; | |
| 297 | } | |
| 298 | ||
| 299 | #profile_main_photo {
| |
| 300 | left: 420px; | |
| 301 | margin: 0 auto; | |
| 302 | position: absolute; | |
| 303 | top: 140px; | |
| 304 | z-index: 3; | |
| 305 | } | |
| 306 | ||
| 307 | #member_type_value {
| |
| 308 | color:#ea5800; | |
| 309 | } | |
| 310 | ||
| 311 | #about_me_container {
| |
| 312 | padding-top:110px; | |
| 313 | } | |
| 314 | ||
| 315 | .profile_section .heading {
| |
| 316 | text-shadow:0 -.05em .2em #fff,.01em -.02em .15em #fe0,.01em -.05em .15em #fc0,.02em -.15em .2em #f90,.04em -.2em .3em #f70,.05em -.25em .4em #f70,.06em -.2em .9em #f50,.1em -.1em 1em #f40; | |
| 317 | color:#ffe; | |
| 318 | font-family:Creepster; | |
| 319 | font-size:80px; | |
| 320 | text-align:center; | |
| 321 | margin-top:120px; | |
| 322 | } | |
| 323 | ||
| 324 | #about_me_value {
| |
| 325 | text-shadow:0 -.05em .2em #fff,.01em -.02em .15em #fe0,.01em -.05em .15em #fc0,.02em -.15em .2em #f90,.04em -.2em .3em #f70,.05em -.25em .4em #f70,.06em -.2em .9em #f50,.1em -.1em 1em #f40; | |
| 326 | color:#ffe; | |
| 327 | font-family:Creepster; | |
| 328 | font-size:80px; | |
| 329 | text-align:center; | |
| 330 | display:block; | |
| 331 | } | |
| 332 | ||
| 333 | #profile_interests_content .label {
| |
| 334 | font-family:Finger Paint,arial; | |
| 335 | padding:10px 0; | |
| 336 | } | |
| 337 | ||
| 338 | #profile_interests_content .value {
| |
| 339 | font-family:Finger Paint,arial; | |
| 340 | } | |
| 341 | ||
| 342 | #profile_interests_content .container {
| |
| 343 | margin-bottom:30px; | |
| 344 | } | |
| 345 | ||
| 346 | #average_rating_container,#rate_container,#friends_container,#favorite_models_container,#admirers_container {
| |
| 347 | font-family:Finger Paint,arial; | |
| 348 | } | |
| 349 | ||
| 350 | #member_message_value a {
| |
| 351 | color: #969081; | |
| 352 | } | |
| 353 | ||
| 354 | .wall_post_body {
| |
| 355 | border-radius: 5px; | |
| 356 | } | |
| 357 | ||
| 358 | .profile_section_content img {
| |
| 359 | border-radius:10px; | |
| 360 | } | |
| 361 | ||
| 362 | /*-----------------[SITE STYLES DEFAULT END]------------------------*/ | |
| 363 | /*-----------------[MENU LEFT START]------------------------*/ | |
| 364 | #menu-left {
| |
| 365 | background:url(http://s29.postimg.org/9m6ydqnxj/menu_left.png) no-repeat scroll 0 0 rgba(0,0,0,0); | |
| 366 | height:249px; | |
| 367 | left:0; | |
| 368 | position:fixed; | |
| 369 | top:272px; | |
| 370 | width:130px; | |
| 371 | } | |
| 372 | ||
| 373 | /*-----------------[MENU LEFT END------------------------*/ | |
| 374 | /*-----------------[POST & COMMENT STYLES START]------------------------*/ | |
| 375 | .user_comment_textarea_small {
| |
| 376 | height:220px; | |
| 377 | padding:5px; | |
| 378 | width:818px; | |
| 379 | max-width:818px; | |
| 380 | min-width:818px; | |
| 381 | } | |
| 382 | ||
| 383 | .user_comment_textarea_big {
| |
| 384 | height:220px; | |
| 385 | padding:5px; | |
| 386 | width:818px; | |
| 387 | max-width:818px; | |
| 388 | min-width:818px; | |
| 389 | } | |
| 390 | ||
| 391 | #user_comment_comment {
| |
| 392 | color:#efefef; | |
| 393 | border-color:#ea5800; | |
| 394 | font-family:Tahoma; | |
| 395 | font-size:13px; | |
| 396 | word-spacing:-.69px; | |
| 397 | background:none repeat scroll 0 0 rgba(0,0,0,0.2); | |
| 398 | } | |
| 399 | ||
| 400 | /*-----------------[POST & COMMENT STYLES END]------------------------*/ | |
| 401 | /*-----------------[HIDE START]------------------------*/ | |
| 402 | #profile_header_container {
| |
| 403 | min-height:0; | |
| 404 | } | |
| 405 | ||
| 406 | #new_comment .wall_post_avatar {
| |
| 407 | display:none; | |
| 408 | } | |
| 409 | ||
| 410 | #profile_header_container > .heading {
| |
| 411 | display:none; | |
| 412 | } | |
| 413 | ||
| 414 | #profile_header_container > #blurb_container {
| |
| 415 | display:none; | |
| 416 | } | |
| 417 | ||
| 418 | #profile_header_container > #unix_last_updated_container {
| |
| 419 | display:none; | |
| 420 | } | |
| 421 | ||
| 422 | #avatar_holder {
| |
| 423 | display:none; | |
| 424 | } | |
| 425 | ||
| 426 | #about_me_label {
| |
| 427 | display:none; | |
| 428 | } | |
| 429 | ||
| 430 | #footer_bar {
| |
| 431 | display:none; | |
| 432 | } | |
| 433 | ||
| 434 | #header_bar {
| |
| 435 | display:none; | |
| 436 | } | |
| 437 | ||
| 438 | #profile_about_me .heading {
| |
| 439 | display:none; | |
| 440 | } | |
| 441 | ||
| 442 | #new_comment .wall_post_avatar img {
| |
| 443 | display:none; | |
| 444 | } | |
| 445 | ||
| 446 | /*-----------------[HIDE END]------------------------*/ | |
| 447 | /*-----------------[PIC TOP AND TEXT START]------------------------*/ | |
| 448 | #username_container,#body_type_container,#ethnicity_container,#hair_container,eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#marital_status_container,#gender_container,#country_container,#gender_container,#eyes_container,#cam_score_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#automobile_container {
| |
| 449 | border-spacing:5px; | |
| 450 | color:#fff; | |
| 451 | font-family:Finger Paint,arial; | |
| 452 | font-size:19px; | |
| 453 | line-height:10px; | |
| 454 | margin-left:385px; | |
| 455 | margin-top:7px; | |
| 456 | width:520px; | |
| 457 | } | |
| 458 | ||
| 459 | #about-me-div {
| |
| 460 | color:#FFFFFF; | |
| 461 | font-family:Georgia,serif; | |
| 462 | font-size:12px; | |
| 463 | font-style:italic; | |
| 464 | position:absolute; | |
| 465 | text-align:center; | |
| 466 | left:52px; | |
| 467 | top:305px; | |
| 468 | } | |
| 469 | ||
| 470 | #about-me-txt {
| |
| 471 | background:none repeat scroll 0 0 rgba(0,136,204,0.8); | |
| 472 | margin-left:auto; | |
| 473 | margin-right:auto; | |
| 474 | width:280px; | |
| 475 | } | |
| 476 | ||
| 477 | /*-----------------[PIC TOP AND TEXT END]------------------------*/ |