Advertisement
ardentNerd

ARMSTRONG IV

Feb 2nd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. #columns, #column_1, #column_2, #column_3{overflow: visible; top: 0;}
  2. .panel{position: absolute; overflow: auto;}
  3. .panel h2{display: none;}
  4. ::-webkit-scrollbar{
  5. width:5px;
  6. height:5px;
  7. }
  8. ::-webkit-scrollbar-track{
  9. background:transparent;
  10. }
  11. ::-webkit-scrollbar-thumb{
  12. background:#fff;
  13. }
  14.  
  15. #columns, #pictures_container, #texts_container {left: 50%; margin-left: -512px; position: absolute; top: 115px; width: 1024px;}
  16.  
  17. body, html {background: url(http://i.imgur.com/weWtvFG.png) no-repeat center top, url(http://i.imgur.com/pqlLdYK.jpg) repeat center center fixed }
  18.  
  19. #gaia_header, #gaia_header ul{background: transparent !important; }
  20.  
  21. #gaia_header ul, #gaia_header a{color: #ffffff!important;
  22. font-size: 16px;
  23. font-family: 'Raleway';}
  24.  
  25. #header_left:after{content: '| Profile by: Lokadottir';font-size: 16px; font-weight: bold;}
  26.  
  27. #header_left img {width: 0px; padding: 0 45px 0 5px; background: url(http://i.imgur.com/wtwGGOm.png) bottom left no-repeat;
  28. background-size: 100%;}
  29.  
  30. #gaia_header li {font-size: 14px;}
  31.  
  32. .panel {font-family: 'Lobster Two';
  33. font-size: 16px}
  34. .panel a {color: #fff; }
  35. .panel a:hover {color: #8ed7ff; }
  36. .panel{opacity: .2;}
  37. .panel:hover{opacity: 1;}
  38.  
  39.  
  40. /* latin */
  41. @font-face {
  42. font-family: 'Lobster Two';
  43. font-style: normal;
  44. font-weight: 400;
  45. src: local('Lobster Two'), local('LobsterTwo'), url(https://fonts.gstatic.com/s/lobstertwo/v7/Law3VVulBOoxyKPkrNsAaI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  46. 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;
  47. }
  48.  
  49.  
  50.  
  51. /* latin */
  52. @font-face {
  53. font-family: 'Raleway';
  54. font-style: normal;
  55. font-weight: 400;
  56. src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  57. 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;
  58. }
  59.  
  60.  
  61.  
  62. #id_about {top: 30.5px; left: 1.5px; height: 248.5px; width: 405px;
  63. background-color: rgba(240, 207, 252, .6);
  64. border-radius: 10px;}
  65.  
  66. #id_wishlist { top: 315px; left: 1.5px; height: 248.5px; width: 405px;
  67. background-color: rgba(255, 181, 234, .6);
  68. border-radius: 10px;}
  69.  
  70. #id_comments { top: 38.5px; left: 588.5px; height: 248.5px; width: 405px;
  71. background-color: rgba(255, 181, 234, .6);
  72. border-radius: 10px;}
  73.  
  74. #id_footprints { top: 322.5px; left: 588.5px; height: 248.5px; width: 405px;
  75. background-color: rgba(240, 207, 252, .6);
  76. border-radius: 10px;}
  77.  
  78. #id_media_3077 {top: 0px; Left: 300px; height: 10px; width 10px;
  79. opacity: 1;}
  80.  
  81.  
  82. .premium_sparkle, #avatar_menu+div+div, noscript+script+script+noscript+div[style*='display']~div {display: none}
  83.  
  84. #columns .media_panel{height: 40px !important; width: 40px; !important; overflow: hidden; padding: 0; top: 50px; left: 485px; background: url(http://i.imgur.com/UDfC0tZ.gif) no-repeat; background-position: center center; background-color: #000; Border-radius: 10px;}
  85. .media_panel h2{display: none;}
  86. .media_panel object{height: 400px; width: 400px; position: absolute; bottom: 0; left: 0; opacity: 0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement