Advertisement
Deanmon

LuceCSS

Apr 10th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. #profile-container {background:none;}
  2. body{background: #999999 url(http://images-cdn.moviepilot.com/images/c_limit,h_720,w_1280/t_mp_quality/zra1tipud1bum8pvyeao/the-supernatural-post-credits-that-could-hint-at-season-11-434962.jpg); overflow: hidden;}
  3. #whole{position: fixed; margin: auto; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  4. body, a {cursor: url(http://i.picpar.com/Zhzb.png), progress !important;}
  5.  
  6. ::selection{background: none; color: #ffffff; font-weight: bold;}
  7.  
  8. ::-webkit-scrollbar-thumb {box-shadow: inset #000000 0px 0px 4px; border-right: 5px transparent solid; border-top: 5px transparent solid; border-bottom: 5px transparent solid;}
  9. ::-webkit-scrollbar {width: 8px; background-color: transparent;}
  10.  
  11. #frame{
  12. position: fixed; margin: auto;
  13. left: 0px; top: 0px; right: 0px; bottom: 0px;
  14. width: 838px; height: 438px;
  15. }
  16.  
  17. .img1, .img2, .stats, .ooc{
  18. position: absolute;
  19. width: 400px; height: 200px;
  20. border: 2px solid #EEEEEE;
  21. background: rgba(60, 60, 60, 0.4) url(http://i.picpar.com/gW0b.png);
  22. overflow: hidden; text-align: left;
  23. box-shadow: #000000 0px 0px 2px;
  24.  
  25. }
  26.  
  27. .img1 img, .img2 img, .stats img, .ooc img{position: absolute; width: 400px; height: 200px; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; box-shadow: #000000 0px 0px 0px 2px; background: rgba(300, 300, 300, 1)}
  28.  
  29. .stats img{margin-left: -402px; box-shadow: #ffffff 0px 0px 0px 2px;}
  30. .ooc img{margin-left: 402px; box-shadow: #ffffff 0px 0px 0px 2px;}
  31.  
  32. .img1{margin-left: 0px; margin-top: 0px; border: #000000 2px solid; background: rgba(60, 60, 60, 0.8);}
  33. .stats{margin-left: 434px; margin-top: 0px;}
  34. .ooc{margin-left: 0px; margin-top: 234px;}
  35. .img2{margin-left: 434px; margin-top: 234px; border: #000000 2px solid; background: rgba(60, 60, 60, 0.8);}
  36.  
  37. .text, .text2{
  38. position: absolute;
  39. margin-top: 4px; margin-left: 4px;
  40. width: 380px; height: 180px;
  41. padding: 5px; border: 1px solid #ffffff;
  42. background: rgba(0, 0, 0, 0.85);
  43. color: #ffffff;
  44. overflow: auto;
  45. text-align: justify;
  46. font-family: Raleway;
  47. font-size: 10px;
  48. }
  49.  
  50. .text2{background: rgba(300, 300, 300, 0.70); color: #000000; text-shadow: #000000 0px 0px 0px; border: #000000 1px solid;}
  51. h1{margin-bottom: 5px; margin-top: 0px; font-family: Fifth Cursive; text-shadow: #FFFFFF -1px 1px 0px, #000000 0px 0px 0px;}
  52.  
  53. .navi{position: fixed; margin: auto; left: 0px; top: 0px; right: 0px; bottom: 0px; width: 20px; height: 20px; text-align: left;}
  54.  
  55. .navi a{
  56. position: absolute;
  57. width: 18px; height: 18px;
  58. background: rgba(50, 50, 50, 0.2);
  59. border: 1px #ffffff solid;
  60. box-shadow: #000000 0px 0px 1px;
  61. }
  62.  
  63. .box{
  64. float: left;
  65. width: 380px; height: 180px;
  66. text-align: center;
  67. line-height: 15px;
  68. font-variant: small-caps;
  69. font-size: 12px;
  70. }
  71.  
  72. strong{color: #999999; text-shadow: #999999 0px 0px 0px;}
  73.  
  74. .pad{float: left; margin-bottom: 5px; margin-right: 5px; width: 20px; height: 20px;}
  75.  
  76. .links_vertical, .links_horizontal{position: fixed; margin: auto; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  77.  
  78. .links_vertical a, .links_horizontal a{
  79. float: left; width: 18px; height: 18px;
  80. background: rgba(50, 50, 50, 0.2);
  81. border: 1px #ffffff solid;
  82. box-shadow: #000000 0px 0px 1px;
  83. opacity: 0;
  84. -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;
  85. }
  86.  
  87. .links_vertical{width: 20px; height: 170px;}
  88. .links_vertical a{margin-bottom: 5px;}
  89.  
  90. .links_horizontal{width: 170px; height: 20px;}
  91. .links_horizontal a{margin-right: 5px;}
  92.  
  93. .links_vertical a:hover, .links_horizontal a:hover{background: rgba(50, 50, 50, 0.4); }
  94.  
  95.  
  96. #frame:target .img1 img{margin-top: -202px;}
  97. #frame:target .img2 img{margin-top: 202px;}
  98. #frame:target .stats img, #frame:target .ooc img{margin-left: 0px;}
  99. #frame:target .exit{z-index: 1;}
  100.  
  101. #frame:target .links_vertical a, #frame:target .links_horizontal a{opacity: 1;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement