Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.86 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. UTF-8;
  4. /* ==========================================================================
  5. Fonts
  6. ========================================================================== */
  7. /* latin-ext */
  8. @font-face {
  9. font-family:'EB Garamond';
  10. font-style:normal;
  11. font-weight:400;
  12. src:local('EB Garamond'),local(EBGaramond),url(https://fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFSYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  13. unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
  14. }
  15.  
  16. /* latin */
  17. @font-face {
  18. font-family:'EB Garamond';
  19. font-style:normal;
  20. font-weight:400;
  21. src:local('EB Garamond'),local(EBGaramond),url(https://fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFY4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  22. unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
  23. }
  24.  
  25. /* ==========================================================================
  26. Main
  27. ========================================================================== */
  28. body {
  29. font-family:'EB Garamond',serif;
  30. font-size:1rem;
  31. font-weight:400;
  32. line-height:1;
  33. color:black;
  34. padding:0;
  35. margin:0;
  36. background:url(http://fs5.directupload.net/images/user/160229/xonoppnc.jpg) no-repeat center center fixed;
  37. -webkit-background-size:cover;
  38. -moz-background-size:cover;
  39. -o-background-size:cover;
  40. background-size:cover;
  41. }
  42.  
  43. .socialContainer {
  44. padding-top:10px;
  45. vertical-align:middle;
  46. text-align:center;
  47. margin-bottom:0;
  48. }
  49.  
  50. .socialIcon {
  51. padding-right:10px;
  52. transition:all .2s ease-in-out;
  53. }
  54.  
  55. .socialIcon:hover {
  56. transform:scale(1.1);
  57. }
  58.  
  59. /* ==========================================================================
  60. Top Navagation
  61. ========================================================================== */
  62. .nav {
  63. background-color:#000000;
  64. position:fixed;
  65. top:0;
  66. margin:0 auto;
  67. width:960px;
  68. z-index:500;
  69. display:block;
  70. height:40px;
  71. }
  72.  
  73. .nav ul {
  74. margin-top:0;
  75. margin:0 auto;
  76. list-style-type:none;
  77. padding-left:0;
  78. padding-right:0;
  79. width:900px;
  80. -moz-box-sizing:border-box;
  81. -webkit-box-sizing:border-box;
  82. box-sizing:border-box;
  83. }
  84.  
  85. .nav ul li {
  86. display:inline-block;
  87. list-style-type:none;
  88. -webkit-transition:all .2s;
  89. -moz-transition:all .2s;
  90. -o-transition:all .2s;
  91. transition:all .2s;
  92. -moz-box-sizing:border-box;
  93. -webkit-box-sizing:border-box;
  94. box-sizing:border-box;
  95. width:105px;
  96. }
  97.  
  98. .nav > ul > li > a > .caret {
  99. border-top:4px solid #ffffff;
  100. border-right:4px solid transparent;
  101. border-left:4px solid transparent;
  102. content:"";
  103. display:inline-block;
  104. height:0;
  105. width:0;
  106. vertical-align:middle;
  107. -webkit-transition:color .1s linear;
  108. -moz-transition:color .1s linear;
  109. -o-transition:color .1s linear;
  110. transition:color .1s linear;
  111. }
  112.  
  113. .nav > ul > li > a {
  114. color:#ffffff;
  115. display:block;
  116. line-height:40px;
  117. text-decoration:none;
  118. text-transform:uppercase;
  119. font-size:1.1em;
  120. width:100%;
  121. text-align:center;
  122. }
  123.  
  124. .nav > ul > li:hover {
  125. background-color:#4e4e4e;
  126. }
  127.  
  128. .nav > ul > li:hover > a {
  129. color:#ffffff;
  130. }
  131.  
  132. .nav > ul > li:hover > a > .caret {
  133. border-top-color:#ffffff;
  134. }
  135.  
  136. .nav > ul > li > div {
  137. background-color:#000000;
  138. border-top:0;
  139. border-radius:0 0 5px 5px;
  140. display:none;
  141. margin:0;
  142. opacity:0;
  143. position:absolute;
  144. width:148px;
  145. visibility:hidden;
  146. -moz-transition:opacity .2s;
  147. -o-transition:opacity .2s;
  148. -webkit-transition:opacity .2s;
  149. transition:opacity .2s;
  150. }
  151.  
  152. .nav > ul > li:hover > div {
  153. display:block;
  154. opacity:1;
  155. visibility:visible;
  156. }
  157.  
  158. .nav > ul > li:hover > div > ul {
  159. padding:0;
  160. }
  161.  
  162. .nav > ul > li > div ul > li {
  163. display:block;
  164. width:125px;
  165. -moz-box-sizing:border-box;
  166. -webkit-box-sizing:border-box;
  167. box-sizing:border-box;
  168. }
  169.  
  170. .nav > ul > li > div ul > li > a {
  171. color:#ffffff;
  172. display:block;
  173. padding:12px 24px;
  174. text-decoration:none;
  175. font-size:1.1em;
  176. width:100px;
  177. }
  178.  
  179. .nav > ul > li > div ul > li:hover > a {
  180. background-color:#4e4e4e;
  181. }
  182.  
  183. /* ==========================================================================
  184. MFC Specific Styles
  185. ========================================================================== */
  186. #profile {
  187. width:960px;
  188. margin:0 auto;
  189. background-color:red;
  190. }
  191.  
  192. .profile_row {
  193. display:block;
  194. width:960px;
  195. margin:0 auto;
  196. }
  197.  
  198. #header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_photo_galleries,#profile_comments,#avatar_holder,#profile_interests_content,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#cam_score_container,#school_container,#blurb_container,#last_login_string_container,#unix_last_broadcast_label,#unix_last_updated_container,#unix_last_broadcast_container,#tags_container,#profile_friends {
  199. display:none;
  200. }
  201.  
  202. #profile_about_me div.heading {
  203. display:none;
  204. }
  205.  
  206. #templateContainer {
  207. background-color:#f4f2f0;
  208. }
  209.  
  210. #profile_schedule {
  211. font-size:1.4em;
  212. display:block;
  213. padding:20px;
  214. margin-bottom:30px;
  215. background-color:white;
  216. }
  217.  
  218. #profile_schedule.profile_section {
  219. background-color:#f4f2f0;
  220. border-spacing:0;
  221. width:920px;
  222. margin-top:-5px;
  223. }
  224.  
  225. #profile_schedule div.heading {
  226. display:none;
  227. }
  228.  
  229. #profile_schedule span.label {
  230. color:#000000;
  231. font-weight:bold;
  232. }
  233.  
  234. #profile_schedule span.value {
  235. color:#000000;
  236. }
  237.  
  238. #schedule_converted {
  239. font-size:1em;
  240. }
  241.  
  242. #scheduleNote {
  243. min-height:0;
  244. }
  245.  
  246. #scheduleNote > a,#scheduleNote > a:hover,#scheduleNote > a:visited {
  247. color:black;
  248. }
  249.  
  250. #profile_header_container {
  251. min-height:0;
  252. }
  253.  
  254. #profile_header_container #blurb_container,#profile_header_container #unix_last_updated_container,#profile_header_container div.heading {
  255. display:none;
  256. }
  257.  
  258. #profile_header .label,#profile_header .value {
  259. font-size:.9em;
  260. font-weight:400;
  261. }
  262.  
  263. /* ==========================================================================
  264. Media Photos/Videos
  265. ========================================================================== */
  266. .media-container {
  267. max-height:770px;
  268. overflow:auto;
  269. }
  270.  
  271. .media-item {
  272. width:49%;
  273. height:150px;
  274. background-color:#d9d9d9;
  275. float:left;
  276. -moz-box-sizing:border-box;
  277. -webkit-box-sizing:border-box;
  278. box-sizing:border-box;
  279. position:relative;
  280. margin:3px;
  281. border-radius:8px;
  282. }
  283.  
  284. .media-item > .media-item-text {
  285. height:120px;
  286. font-size:.75em;
  287. }
  288.  
  289. .media-item > img {
  290. height:120px;
  291. width:180px;
  292. margin-right:5px;
  293. float:left;
  294. border-top-left-radius:8px;
  295. }
  296.  
  297. .media-item > .media-item-text > .title {
  298. font-weight:bold;
  299. padding-top:5px;
  300. -moz-box-sizing:border-box;
  301. -webkit-box-sizing:border-box;
  302. box-sizing:border-box;
  303. }
  304.  
  305. .media-item > .media-item-footer > a {
  306. font-size:.7em;
  307. color:#ffffff;
  308. background-color:black;
  309. text-decoration:none;
  310. display:inline-block;
  311. line-height:30px;
  312. height:30px;
  313. vertical-align:middle;
  314. width:100%;
  315. -moz-box-sizing:border-box;
  316. -webkit-box-sizing:border-box;
  317. box-sizing:border-box;
  318. float:left;
  319. text-align:center;
  320. border-right:1px solid #ffffff;
  321. }
  322.  
  323. .media-item > .media-item-footer > a:hover {
  324. background-color:#4e4e4e;
  325. }
  326.  
  327. .media-item > .media-item-footer > a:first-child {
  328. border-bottom-left-radius:8px;
  329. }
  330.  
  331. .media-item > .media-item-footer > a:last-child {
  332. border-right:0;
  333. border-bottom-right-radius:8px;
  334. }
  335.  
  336. .media-item > .media-item-footer > a:nth-last-child(1) {
  337. width:100%;
  338. }
  339.  
  340. .media-item > .media-item-footer > a:nth-last-child(2),.media-item > .media-item-footer > a:nth-last-child(2) ~ a {
  341. width:50%;
  342. }
  343.  
  344. .media-item > .media-item-footer > a:nth-last-child(3),.media-item > .media-item-footer > a:nth-last-child(3) ~ a {
  345. width:33.3%;
  346. }
  347.  
  348. /* =================================================================
  349. content section start
  350. =================================================================*/
  351. .sectionHeader {
  352. padding-left:8px;
  353. border-bottom:2px solid #ff0e0e;
  354. padding-top:5px;
  355. }
  356.  
  357. .sectionContent {
  358. font-size:1.4em;
  359. min-height:100px;
  360. padding:20px;
  361. }
  362.  
  363. .sectionAnchor {
  364. padding-top:50px;
  365. margin-top:-50px;
  366. display:inline-block;
  367. }
  368.  
  369. .sectionAnchor:nth-of-type(1) {
  370. height:31px;
  371. }
  372.  
  373. #aboutAdy {
  374. padding-top:0;
  375. }
  376.  
  377. .aboutMeLogo {
  378. float:left;
  379. margin-right:10px;
  380. margin-bottom:10px;
  381. }
  382.  
  383. #aboutAdy > p {
  384. text-align:justify;
  385. }
  386.  
  387. #aboutAdySigContainer {
  388. margin-bottom:-50px;
  389. }
  390.  
  391. #aboutAdySig {
  392. display:block;
  393. }
  394.  
  395. #aboutAdyKiss {
  396. position:relative;
  397. left:100px;
  398. top:-80px;
  399. }
  400.  
  401. /* =================================================================
  402. section content end
  403. =================================================================*/
  404. /* =================================================================
  405. Club begin
  406. =================================================================*/
  407. .clubLevelHeader {
  408. padding-top:50px;
  409. padding-bottom:20px;
  410. }
  411.  
  412. .wrapper {
  413. margin:0 auto;
  414. width:920px;
  415. text-align:center;
  416. font-size:1em;
  417. overflow:hidden;
  418. font-weight:bold;
  419. }
  420.  
  421. .clubMemberHeader {
  422. float:left;
  423. width:100%;
  424. }
  425.  
  426. .left1 {
  427. float:left;
  428. margin-right:8px;
  429. width:224px;
  430. }
  431.  
  432. .left2 {
  433. float:left;
  434. margin-right:8px;
  435. width:224px;
  436. }
  437.  
  438. .left3 {
  439. float:left;
  440. margin-right:8px;
  441. width:224px;
  442. }
  443.  
  444. .right {
  445. float:right;
  446. width:224px;
  447. }
  448.  
  449. .clubMemberFooter {
  450. float:left;
  451. width:100%;
  452. }
  453.  
  454. .left1 > div,.left2 > div,.left3 > div,.right > div {
  455. padding-bottom:8px;
  456. }
  457.  
  458. .listSeparator {
  459. display:block;
  460. margin:0 auto;
  461. }
  462.  
  463. /* =================================================================
  464. Club end
  465. =================================================================*/
  466. /* =================================================================
  467. Heroes begin
  468. =================================================================*/
  469. .monthlyHeroesHeader {
  470. padding-top:10px;
  471. }
  472.  
  473. .heroesSeparator {
  474. height:2px;
  475. border:none;
  476. background-color:#ff0e0e;
  477. color:#ff0e0e;
  478. border-color:#ff0e0e;
  479. }
  480.  
  481. .monthlyHeroWinner {
  482. padding-top:10px;
  483. /*padding-left: 5px;*/
  484. font-size:.7em;
  485. /*border: solid;*/
  486. }
  487.  
  488. .monthlyHeroWinnerSmall {
  489. font-size:.9em;
  490. }
  491.  
  492. .spriteWrapper {
  493. height:35px;
  494. }
  495.  
  496. .monthlyHeroItem {
  497. width:33.3%;
  498. height:150px;
  499. /*background-color: #d9d9d9;*/
  500. float:left;
  501. -moz-box-sizing:border-box;
  502. -webkit-box-sizing:border-box;
  503. box-sizing:border-box;
  504. position:relative;
  505. /*margin: 3px;*/
  506. }
  507.  
  508. .monthlyHeroItem .sprite {
  509. display:block;
  510. margin:auto;
  511. }
  512.  
  513. .sprite {
  514. background:url(http://fs5.directupload.net/images/user/171126/mwansc9i.png) no-repeat top left;
  515. width:176px;
  516. height:41px;
  517. }
  518.  
  519. .sprite.Nov2016 {
  520. background-position:0 0;
  521. width:170px;
  522. height:32px;
  523. }
  524.  
  525. .sprite.Dec2022 {
  526. background-position:0 -42px;
  527. width:177px;
  528. height:35px;
  529. }
  530.  
  531. .sprite.Dec2021 {
  532. background-position:0 -87px;
  533. height:35px;
  534. }
  535.  
  536. .sprite.Dec2020 {
  537. background-position:0 -132px;
  538. width:177px;
  539. height:35px;
  540. }
  541.  
  542. .sprite.Dec2019 {
  543. background-position:0 -177px;
  544. height:35px;
  545. }
  546.  
  547. .sprite.Dec2018 {
  548. background-position:0 -222px;
  549. height:35px;
  550. }
  551.  
  552. .sprite.Dec2016 {
  553. background-position:0 -267px;
  554. height:35px;
  555. }
  556.  
  557. .sprite.Dec2017 {
  558. background-position:0 -312px;
  559. width:177px;
  560. height:35px;
  561. }
  562.  
  563. .sprite.Nov2022 {
  564. background-position:0 -357px;
  565. width:171px;
  566. height:32px;
  567. }
  568.  
  569. .sprite.Nov2021 {
  570. background-position:0 -399px;
  571. width:170px;
  572. height:32px;
  573. }
  574.  
  575. .sprite.Nov2020 {
  576. background-position:0 -441px;
  577. width:171px;
  578. height:32px;
  579. }
  580.  
  581. .sprite.Nov2019 {
  582. background-position:0 -483px;
  583. width:170px;
  584. height:32px;
  585. }
  586.  
  587. .sprite.Nov2018 {
  588. background-position:0 -525px;
  589. width:170px;
  590. height:32px;
  591. }
  592.  
  593. .sprite.Nov2017 {
  594. background-position:0 -567px;
  595. width:171px;
  596. height:32px;
  597. }
  598.  
  599. .sprite.Oct2022 {
  600. background-position:0 -609px;
  601. width:148px;
  602. height:33px;
  603. }
  604.  
  605. .sprite.Oct2021 {
  606. background-position:0 -652px;
  607. width:147px;
  608. height:33px;
  609. }
  610.  
  611. .sprite.Oct2020 {
  612. background-position:0 -695px;
  613. width:148px;
  614. height:33px;
  615. }
  616.  
  617. .sprite.Oct2019 {
  618. background-position:0 -738px;
  619. width:147px;
  620. height:33px;
  621. }
  622.  
  623. .sprite.Oct2018 {
  624. background-position:0 -781px;
  625. width:147px;
  626. height:33px;
  627. }
  628.  
  629. .sprite.Oct2017 {
  630. background-position:0 -824px;
  631. width:148px;
  632. height:33px;
  633. }
  634.  
  635. .sprite.Sep2022 {
  636. background-position:0 -867px;
  637. }
  638.  
  639. .sprite.Sep2021 {
  640. background-position:0 -918px;
  641. width:175px;
  642. }
  643.  
  644. .sprite.Sep2020 {
  645. background-position:0 -969px;
  646. }
  647.  
  648. .sprite.Sep2019 {
  649. background-position:0 -1020px;
  650. width:175px;
  651. }
  652.  
  653. .sprite.Sep2018 {
  654. background-position:0 -1071px;
  655. width:175px;
  656. }
  657.  
  658. .sprite.Sep2017 {
  659. background-position:0 -1122px;
  660. }
  661.  
  662. .sprite.Aug2022 {
  663. background-position:0 -1173px;
  664. width:142px;
  665. height:36px;
  666. }
  667.  
  668. .sprite.Aug2021 {
  669. background-position:0 -1219px;
  670. width:141px;
  671. height:36px;
  672. }
  673.  
  674. .sprite.Aug2020 {
  675. background-position:0 -1265px;
  676. width:142px;
  677. height:36px;
  678. }
  679.  
  680. .sprite.Aug2019 {
  681. background-position:0 -1311px;
  682. width:141px;
  683. height:36px;
  684. }
  685.  
  686. .sprite.Aug2018 {
  687. background-position:0 -1357px;
  688. width:141px;
  689. height:36px;
  690. }
  691.  
  692. .sprite.Aug2017 {
  693. background-position:0 -1403px;
  694. width:142px;
  695. height:36px;
  696. }
  697.  
  698. .sprite.Jul2022 {
  699. background-position:0 -1449px;
  700. width:118px;
  701. }
  702.  
  703. .sprite.Jul2021 {
  704. background-position:0 -1500px;
  705. width:117px;
  706. }
  707.  
  708. .sprite.Jul2020 {
  709. background-position:0 -1551px;
  710. width:118px;
  711. }
  712.  
  713. .sprite.Jul2019 {
  714. background-position:0 -1602px;
  715. width:117px;
  716. }
  717.  
  718. .sprite.Jul2018 {
  719. background-position:0 -1653px;
  720. width:117px;
  721. }
  722.  
  723. .sprite.Jul2017 {
  724. background-position:0 -1704px;
  725. width:118px;
  726. }
  727.  
  728. .sprite.Jun2022 {
  729. background-position:0 -1755px;
  730. width:122px;
  731. height:36px;
  732. }
  733.  
  734. .sprite.Jun2021 {
  735. background-position:0 -1801px;
  736. width:121px;
  737. height:36px;
  738. }
  739.  
  740. .sprite.Jun2020 {
  741. background-position:0 -1847px;
  742. width:122px;
  743. height:36px;
  744. }
  745.  
  746. .sprite.Jun2019 {
  747. background-position:0 -1893px;
  748. width:121px;
  749. height:36px;
  750. }
  751.  
  752. .sprite.Jun2018 {
  753. background-position:0 -1939px;
  754. width:121px;
  755. height:36px;
  756. }
  757.  
  758. .sprite.Jun2017 {
  759. background-position:0 -1985px;
  760. width:122px;
  761. height:36px;
  762. }
  763.  
  764. .sprite.Apr2017 {
  765. background-position:0 -2031px;
  766. width:125px;
  767. }
  768.  
  769. .sprite.Mar2017 {
  770. background-position:0 -2082px;
  771. width:136px;
  772. height:34px;
  773. }
  774.  
  775. .sprite.Feb2017 {
  776. background-position:0 -2126px;
  777. width:157px;
  778. }
  779.  
  780. .sprite.Jan2017 {
  781. background-position:0 -2177px;
  782. width:159px;
  783. height:40px;
  784. }
  785.  
  786. .sprite.May2022 {
  787. background-position:0 -2227px;
  788. width:113px;
  789. height:42px;
  790. }
  791.  
  792. .sprite.May2021 {
  793. background-position:0 -2279px;
  794. width:112px;
  795. height:42px;
  796. }
  797.  
  798. .sprite.May2020 {
  799. background-position:0 -2331px;
  800. width:113px;
  801. height:42px;
  802. }
  803.  
  804. .sprite.May2019 {
  805. background-position:0 -2383px;
  806. width:112px;
  807. height:42px;
  808. }
  809.  
  810. .sprite.May2017 {
  811. background-position:0 -2435px;
  812. width:113px;
  813. height:42px;
  814. }
  815.  
  816. .sprite.May2018 {
  817. background-position:0 -2487px;
  818. width:112px;
  819. height:42px;
  820. }
  821.  
  822. .sprite.Apr2022 {
  823. background-position:0 -2539px;
  824. width:125px;
  825. }
  826.  
  827. .sprite.Apr2021 {
  828. background-position:0 -2590px;
  829. width:124px;
  830. }
  831.  
  832. .sprite.Apr2020 {
  833. background-position:0 -2641px;
  834. width:125px;
  835. }
  836.  
  837. .sprite.Apr2019 {
  838. background-position:0 -2692px;
  839. width:124px;
  840. }
  841.  
  842. .sprite.Apr2018 {
  843. background-position:0 -2743px;
  844. width:124px;
  845. }
  846.  
  847. .sprite.Mar2022 {
  848. background-position:0 -2794px;
  849. width:136px;
  850. height:34px;
  851. }
  852.  
  853. .sprite.Mar2021 {
  854. background-position:0 -2838px;
  855. width:135px;
  856. height:34px;
  857. }
  858.  
  859. .sprite.Mar2020 {
  860. background-position:0 -2882px;
  861. width:136px;
  862. height:34px;
  863. }
  864.  
  865. .sprite.Mar2019 {
  866. background-position:0 -2926px;
  867. width:135px;
  868. height:34px;
  869. }
  870.  
  871. .sprite.Mar2018 {
  872. background-position:0 -2970px;
  873. width:135px;
  874. height:34px;
  875. }
  876.  
  877. .sprite.Feb2022 {
  878. background-position:0 -3014px;
  879. width:157px;
  880. }
  881.  
  882. .sprite.Feb2021 {
  883. background-position:0 -3065px;
  884. width:156px;
  885. }
  886.  
  887. .sprite.Feb2020 {
  888. background-position:0 -3116px;
  889. width:157px;
  890. }
  891.  
  892. .sprite.Feb2019 {
  893. background-position:0 -3167px;
  894. width:156px;
  895. }
  896.  
  897. .sprite.Feb2018 {
  898. background-position:0 -3218px;
  899. width:156px;
  900. }
  901.  
  902. .sprite.Jan2022 {
  903. background-position:0 -3269px;
  904. width:159px;
  905. height:40px;
  906. }
  907.  
  908. .sprite.Jan2021 {
  909. background-position:0 -3319px;
  910. width:158px;
  911. height:40px;
  912. }
  913.  
  914. .sprite.Jan2020 {
  915. background-position:0 -3369px;
  916. width:159px;
  917. height:40px;
  918. }
  919.  
  920. .sprite.Jan2019 {
  921. background-position:0 -3419px;
  922. width:158px;
  923. height:40px;
  924. }
  925.  
  926. .sprite.Jan2018 {
  927. background-position:0 -3469px;
  928. width:158px;
  929. height:40px;
  930. }
  931.  
  932. /* =================================================================
  933. Heroes end
  934. =================================================================*/
  935. /* =================================================================
  936. footer begin
  937. =================================================================*/
  938. .footer {
  939. background:#000000;
  940. height:20px;
  941. width:960px;
  942. position:fixed;
  943. bottom:0;
  944. }
  945.  
  946. #status_container {
  947. display:block;
  948. background:#000000;
  949. height:20px;
  950. width:960px;
  951. color:#ffffff;
  952. position:fixed;
  953. bottom:0;
  954. margin-left:-105px;
  955. margin-bottom:0;
  956. z-index:500;
  957. }
  958.  
  959. .profile_section_content {
  960. padding:0;
  961. margin:0;
  962. z-index:auto;
  963. }
  964.  
  965. #status_container a {
  966. text-decoration:none;
  967. color:#ffffff;
  968. }
  969.  
  970. #status_container a[href="#wall"] {
  971. display:none;
  972. }
  973.  
  974. /* =================================================================
  975. footer end
  976. =================================================================*/
  977. /* =================================================================
  978. slideshow begin
  979. =================================================================*/
  980. .slideShowBanner {
  981. position:absolute;
  982. margin-top:8px;
  983. margin-left:8px;
  984. z-index:1;
  985. }
  986.  
  987. #imageslider {
  988. width:960px;
  989. height:644px;
  990. margin:0 auto;
  991. background:#F2F0F1;
  992. overflow:visible;
  993. position:relative;
  994. }
  995.  
  996. #holder {
  997. overflow:hidden;
  998. height:644px;
  999. }
  1000.  
  1001. #imageslider:hover ul,#imageslider:hover #progressbar,#imageslider:hover #cover {
  1002. -moz-animation-play-state:paused;
  1003. -webkit-animation-play-state:paused;
  1004. -o-animation-play-state:paused;
  1005. animation-play-state:paused;
  1006. }
  1007.  
  1008. #progressbar {
  1009. position:relative;
  1010. top:-3px;
  1011. width:962px;
  1012. height:3px;
  1013. background:red;
  1014. -moz-animation:progress 50s ease-out infinite;
  1015. -webkit-animation:progress 50s ease-out infinite;
  1016. -o-animation:progress 50s ease-out infinite;
  1017. animation:progress 50s ease-out infinite;
  1018. }
  1019.  
  1020. #imageslider ul {
  1021. width:4810px;
  1022. list-style:none;
  1023. padding:0;
  1024. margin:0;
  1025. -moz-animation:slide-animation 50s infinite;
  1026. -webkit-animation:slide-animation 50s infinite;
  1027. -o-animation:slide-animation 50s infinite;
  1028. animation:slide-animation 50s infinite;
  1029. position:relative;
  1030. right:0;
  1031. float:right;
  1032. }
  1033.  
  1034. #imageslider li {
  1035. display:inline;
  1036. margin:0;
  1037. padding:0;
  1038. float:left;
  1039. position:relative;
  1040. background-image:url(http://fs5.directupload.net/images/user/160229/xkzutouo.gif);
  1041. background-size:100px 100px;
  1042. background-position:50% 50%;
  1043. background-repeat:no-repeat;
  1044. }
  1045.  
  1046. @-moz-keyframes slide-animation {
  1047. 0%,17% {
  1048. right:0;
  1049. opacity:1;
  1050. }
  1051.  
  1052. 18% {
  1053. right:-962px;
  1054. opacity:.5;
  1055. }
  1056.  
  1057. 20%,37% {
  1058. right:-962px;
  1059. opacity:1;
  1060. }
  1061.  
  1062. 38% {
  1063. right:-1924px;
  1064. opacity:.5;
  1065. }
  1066.  
  1067. 40%,57% {
  1068. right:-1924px;
  1069. opacity:1;
  1070. }
  1071.  
  1072. 58% {
  1073. right:-2886px;
  1074. opacity:.5;
  1075. }
  1076.  
  1077. 60%,77% {
  1078. right:-2886px;
  1079. opacity:1;
  1080. }
  1081.  
  1082. 78% {
  1083. right:-3848px;
  1084. opacity:.5;
  1085. }
  1086.  
  1087. 80%,97% {
  1088. right:-3848px;
  1089. opacity:1;
  1090. }
  1091.  
  1092. 98% {
  1093. right:0;
  1094. opacity:.5;
  1095. }
  1096.  
  1097. 100% {
  1098. right:0;
  1099. opacity:1;
  1100. }
  1101. }
  1102.  
  1103. @-o-keyframes slide-animation {
  1104. 0%,17% {
  1105. right:0;
  1106. opacity:1;
  1107. }
  1108.  
  1109. 18% {
  1110. right:-962px;
  1111. opacity:.5;
  1112. }
  1113.  
  1114. 20%,37% {
  1115. right:-962px;
  1116. opacity:1;
  1117. }
  1118.  
  1119. 38% {
  1120. right:-1924px;
  1121. opacity:.5;
  1122. }
  1123.  
  1124. 40%,57% {
  1125. right:-1924px;
  1126. opacity:1;
  1127. }
  1128.  
  1129. 58% {
  1130. right:-2886px;
  1131. opacity:.5;
  1132. }
  1133.  
  1134. 60%,77% {
  1135. right:-2886px;
  1136. opacity:1;
  1137. }
  1138.  
  1139. 78% {
  1140. right:-3848px;
  1141. opacity:.5;
  1142. }
  1143.  
  1144. 80%,97% {
  1145. right:-3848px;
  1146. opacity:1;
  1147. }
  1148.  
  1149. 98% {
  1150. right:0;
  1151. opacity:.5;
  1152. }
  1153.  
  1154. 100% {
  1155. right:0;
  1156. opacity:1;
  1157. }
  1158. }
  1159.  
  1160. @-webkit-keyframes slide-animation {
  1161. 0%,17% {
  1162. right:0;
  1163. opacity:1;
  1164. }
  1165.  
  1166. 18% {
  1167. right:-962px;
  1168. opacity:.5;
  1169. }
  1170.  
  1171. 20%,37% {
  1172. right:-962px;
  1173. opacity:1;
  1174. }
  1175.  
  1176. 38% {
  1177. right:-1924px;
  1178. opacity:.5;
  1179. }
  1180.  
  1181. 40%,57% {
  1182. right:-1924px;
  1183. opacity:1;
  1184. }
  1185.  
  1186. 58% {
  1187. right:-2886px;
  1188. opacity:.5;
  1189. }
  1190.  
  1191. 60%,77% {
  1192. right:-2886px;
  1193. opacity:1;
  1194. }
  1195.  
  1196. 78% {
  1197. right:-3848px;
  1198. opacity:.5;
  1199. }
  1200.  
  1201. 80%,97% {
  1202. right:-3848px;
  1203. opacity:1;
  1204. }
  1205.  
  1206. 98% {
  1207. right:0;
  1208. opacity:.5;
  1209. }
  1210.  
  1211. 100% {
  1212. right:0;
  1213. opacity:1;
  1214. }
  1215. }
  1216.  
  1217. @keyframes slide-animation {
  1218. 0%,17% {
  1219. right:0;
  1220. opacity:1;
  1221. }
  1222.  
  1223. 18% {
  1224. right:-962px;
  1225. opacity:.5;
  1226. }
  1227.  
  1228. 20%,37% {
  1229. right:-962px;
  1230. opacity:1;
  1231. }
  1232.  
  1233. 38% {
  1234. right:-1924px;
  1235. opacity:.5;
  1236. }
  1237.  
  1238. 40%,57% {
  1239. right:-1924px;
  1240. opacity:1;
  1241. }
  1242.  
  1243. 58% {
  1244. right:-2886px;
  1245. opacity:.5;
  1246. }
  1247.  
  1248. 60%,77% {
  1249. right:-2886px;
  1250. opacity:1;
  1251. }
  1252.  
  1253. 78% {
  1254. right:-3848px;
  1255. opacity:.5;
  1256. }
  1257.  
  1258. 80%,97% {
  1259. right:-3848px;
  1260. opacity:1;
  1261. }
  1262.  
  1263. 98% {
  1264. right:0;
  1265. opacity:.5;
  1266. }
  1267.  
  1268. 100% {
  1269. right:0;
  1270. opacity:1;
  1271. }
  1272. }
  1273.  
  1274. @-moz-keyframes progress {
  1275. 0%,20%,40%,60%,80%,100% {
  1276. width:0;
  1277. opacity:.6;
  1278. }
  1279.  
  1280. 1%,21%,41%,61%,81% {
  1281. width:0;
  1282. opacity:.6;
  1283. }
  1284.  
  1285. 17%,37%,57%,77%,97% {
  1286. width:100%;
  1287. opacity:.6;
  1288. }
  1289.  
  1290. 18%,38%,58%,78%,98% {
  1291. width:100%;
  1292. opacity:0;
  1293. }
  1294.  
  1295. 19%,39%,59%,79%,99% {
  1296. width:0;
  1297. opacity:0;
  1298. }
  1299. }
  1300.  
  1301. @-o-keyframes progress {
  1302. 0%,20%,40%,60%,80%,100% {
  1303. width:0;
  1304. opacity:.6;
  1305. }
  1306.  
  1307. 1%,21%,41%,61%,81% {
  1308. width:0;
  1309. opacity:.6;
  1310. }
  1311.  
  1312. 17%,37%,57%,77%,97% {
  1313. width:100%;
  1314. opacity:.6;
  1315. }
  1316.  
  1317. 18%,38%,58%,78%,98% {
  1318. width:100%;
  1319. opacity:0;
  1320. }
  1321.  
  1322. 19%,39%,59%,79%,99% {
  1323. width:0;
  1324. opacity:0;
  1325. }
  1326. }
  1327.  
  1328. @-webkit-keyframes progress {
  1329. 0%,20%,40%,60%,80%,100% {
  1330. width:0;
  1331. opacity:.6;
  1332. }
  1333.  
  1334. 1%,21%,41%,61%,81% {
  1335. width:0;
  1336. opacity:.6;
  1337. }
  1338.  
  1339. 17%,37%,57%,77%,97% {
  1340. width:100%;
  1341. opacity:.6;
  1342. }
  1343.  
  1344. 18%,38%,58%,78%,98% {
  1345. width:100%;
  1346. opacity:0;
  1347. }
  1348.  
  1349. 19%,39%,59%,79%,99% {
  1350. width:0;
  1351. opacity:0;
  1352. }
  1353. }
  1354.  
  1355. @keyframes progress {
  1356. 0%,20%,40%,60%,80%,100% {
  1357. width:0;
  1358. opacity:.6;
  1359. }
  1360.  
  1361. 1%,21%,41%,61%,81% {
  1362. width:0;
  1363. opacity:.6;
  1364. }
  1365.  
  1366. 17%,37%,57%,77%,97% {
  1367. width:100%;
  1368. opacity:.6;
  1369. }
  1370.  
  1371. 18%,38%,58%,78%,98% {
  1372. width:100%;
  1373. opacity:0;
  1374. }
  1375.  
  1376. 19%,39%,59%,79%,99% {
  1377. width:0;
  1378. opacity:0;
  1379. }
  1380. }
  1381.  
  1382. /* =================================================================
  1383. slideshow end
  1384. =================================================================*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement