Theoxaris-Malowitzz

Layout 19 // Not Mine

Apr 10th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: 'Raleway';
  4. src: url('https://dl.dropboxusercontent.com/s/i5syov7xapv1zbh/Raleway-Medium.ttf');
  5. }
  6.  
  7. @font-face {
  8. font-family: 'Fifth Cursive';
  9. src: url('https://dl.dropboxusercontent.com/s/g248zxh4p7u1ji8/fifthgradecursive.ttf');
  10. }
  11.  
  12. @font-face {
  13. font-family: 'Permanent Marker';
  14. src: url('https://dl.dropboxusercontent.com/s/hobsqex8n6e0awp/PermanentMarker.ttf');
  15. }
  16.  
  17. .pfor{display: none;}
  18. #profile{border: 0px; background: transparent;}
  19. /* The Supreme @ RPC */
  20. body{background: #999999 url(http://i.picpar.com/TW0b.png); overflow: hidden;}
  21. #whole{position: fixed; margin: auto; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  22. body, a {cursor: url(http://i.picpar.com/Zhzb.png), progress !important;}
  23.  
  24. ::selection{background: none; color: #ffffff; font-weight: bold;}
  25.  
  26. ::-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;}
  27. ::-webkit-scrollbar {width: 8px; background-color: transparent;}
  28.  
  29. #frame{
  30. position: fixed; margin: auto;
  31. left: 0px; top: 0px; right: 0px; bottom: 0px;
  32. width: 838px; height: 438px;
  33. }
  34.  
  35. .img1, .img2, .stats, .ooc{
  36. position: absolute;
  37. width: 400px; height: 200px;
  38. border: 2px solid #EEEEEE;
  39. background: rgba(60, 60, 60, 0.4) url(http://i.picpar.com/gW0b.png);
  40. overflow: hidden; text-align: left;
  41. box-shadow: #000000 0px 0px 2px;
  42.  
  43. }
  44.  
  45. .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)}
  46.  
  47. .stats img{margin-left: -402px; box-shadow: #ffffff 0px 0px 0px 2px;}
  48. .ooc img{margin-left: 402px; box-shadow: #ffffff 0px 0px 0px 2px;}
  49.  
  50. .img1{margin-left: 0px; margin-top: 0px; border: #000000 2px solid; background: rgba(60, 60, 60, 0.8);}
  51. .stats{margin-left: 434px; margin-top: 0px;}
  52. .ooc{margin-left: 0px; margin-top: 234px;}
  53. .img2{margin-left: 434px; margin-top: 234px; border: #000000 2px solid; background: rgba(60, 60, 60, 0.8);}
  54.  
  55. .text, .text2{
  56. position: absolute;
  57. margin-top: 4px; margin-left: 4px;
  58. width: 380px; height: 180px;
  59. padding: 5px; border: 1px solid #ffffff;
  60. background: rgba(0, 0, 0, 0.85);
  61. color: #ffffff;
  62. overflow: auto;
  63. text-align: justify;
  64. font-family: Raleway;
  65. font-size: 10px;
  66. }
  67.  
  68. .text2{background: rgba(300, 300, 300, 0.70); color: #000000; text-shadow: #000000 0px 0px 0px; border: #000000 1px solid;}
  69. h1{margin-bottom: 5px; margin-top: 0px; font-family: Fifth Cursive; text-shadow: #FFFFFF -1px 1px 0px, #000000 0px 0px 0px;}
  70.  
  71. .navi{position: fixed; margin: auto; left: 0px; top: 0px; right: 0px; bottom: 0px; width: 20px; height: 20px; text-align: left;}
  72.  
  73. .navi a{
  74. position: absolute;
  75. width: 18px; height: 18px;
  76. background: rgba(50, 50, 50, 0.2);
  77. border: 1px #ffffff solid;
  78. box-shadow: #000000 0px 0px 1px;
  79. }
  80.  
  81. .box{
  82. float: left;
  83. width: 380px; height: 180px;
  84. text-align: center;
  85. line-height: 15px;
  86. font-variant: small-caps;
  87. font-size: 12px;
  88. }
  89.  
  90. strong{color: #999999; text-shadow: #999999 0px 0px 0px;}
  91.  
  92. .pad{float: left; margin-bottom: 5px; margin-right: 5px; width: 20px; height: 20px;}
  93.  
  94. .links_vertical, .links_horizontal{position: fixed; margin: auto; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  95.  
  96. .links_vertical a, .links_horizontal a{
  97. float: left; width: 18px; height: 18px;
  98. background: rgba(50, 50, 50, 0.2);
  99. border: 1px #ffffff solid;
  100. box-shadow: #000000 0px 0px 1px;
  101. opacity: 0;
  102. -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;
  103. }
  104.  
  105. .links_vertical{width: 20px; height: 170px;}
  106. .links_vertical a{margin-bottom: 5px;}
  107.  
  108. .links_horizontal{width: 170px; height: 20px;}
  109. .links_horizontal a{margin-right: 5px;}
  110.  
  111. .links_vertical a:hover, .links_horizontal a:hover{background: rgba(50, 50, 50, 0.4); }
  112.  
  113.  
  114. #frame:target .img1 img{margin-top: -202px;}
  115. #frame:target .img2 img{margin-top: 202px;}
  116. #frame:target .stats img, #frame:target .ooc img{margin-left: 0px;}
  117. #frame:target .exit{z-index: 1;}
  118.  
  119. #frame:target .links_vertical a, #frame:target .links_horizontal a{opacity: 1;}
  120.  
  121. </style>
  122. <div id="whole" oncontextmenu="return false;">
  123. <div id="frame">
  124.  
  125.  
  126. <div class="img1">
  127.  
  128. <div class="text2">
  129. <h1>heading</h1>
  130. text
  131. </div>
  132.  
  133. <img src="TOP LEFT IMAGE">
  134. </div>
  135.  
  136.  
  137. <div class="stats">
  138.  
  139. <div class="text" style="overflow: hidden;">
  140.  
  141. <div class="box">
  142.  
  143. This box doesn't scroll.
  144.  
  145. </div>
  146.  
  147. </div>
  148.  
  149. <img src="TOP RIGHT IMAGE">
  150. </div>
  151.  
  152.  
  153. <div class="ooc" style="overflow: hidden;">
  154.  
  155. <div class="text">
  156. <div class="box">
  157.  
  158. This box doesn't scroll.
  159.  
  160. </div>
  161. </div>
  162.  
  163. <img src="BOTTOM LEFT IMAGE">
  164. </div>
  165.  
  166.  
  167. <div class="img2">
  168.  
  169. <div class="text2">
  170. <h1>heading</h1>
  171. text
  172. </div>
  173.  
  174. <img src="BOTTOM RIGHT IMAGE">
  175. </div>
  176.  
  177.  
  178. <div class="links_vertical">
  179. <a href="LINK HERE" target="_blank" title="visual 1"></a>
  180. <a href="LINK HERE" target="_blank" title="visual 2"></a>
  181. <a href="LINK HERE" target="_blank" title="visual 3"></a>
  182.  
  183. <div class="pad"></div>
  184. <a href="LINK HERE" target="_blank" title="visual 4"></a>
  185. <a href="LINK HERE" target="_blank" title="visual 5"></a>
  186. <a href="LINK HERE" target="_blank" title="visual 6"></a>
  187. </div>
  188.  
  189. <div class="links_horizontal">
  190. <a href="LINK HERE" target="_blank" title="audio 1"></a>
  191. <a href="LINK HERE" target="_blank" title="audio 2"></a>
  192. <a href="LINK HERE" target="_blank" title="audio 3"></a>
  193. <div class="pad"></div>
  194. <a href="LINK HERE" target="_blank" title="misc 1"></a>
  195. <a href="LINK HERE" target="_blank" title="misc 2"></a>
  196. <a href="LINK HERE" target="_blank" title="misc 3" style="margin-right: 0px;"></a>
  197. </div>
  198.  
  199. <div class="navi">
  200. <a href="#" class="exit"></a>
  201. <a href="#frame"></a>
  202. </div>
  203.  
  204.  
  205. </div>
  206. </div>
  207.  
  208. </div>
Add Comment
Please, Sign In to add comment