Advertisement
Guest User

Gianluca

a guest
Sep 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Permanent+Marker);
  4.  
  5. .pfor {display: none;}
  6. #profile {border: 0px; background: transparent;}
  7.  
  8. /* The Supreme @ RPC */
  9.  
  10. body, a {cursor: url(http://i.picpar.com/1eq.png), progress !important;}
  11. body{background: #715415 url(http://i.imgur.com/s6lSJp4.png);}
  12. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  13.  
  14. ::selection {background: none; color: transparent; text-shadow: #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;}
  15. ::-moz-selection {background: none; color: transparent; text-shadow: #ffffff 0px 0px 2px, #ffffff 0px 0px 2px;}
  16.  
  17.  
  18. strong{font-family: verdana; letter-spacing: 1px; color: #D0FEFC;}
  19.  
  20. .underline{font-family: verdana; letter-spacing: 1px; color: #63B6FF;}
  21.  
  22. em{font-variant: small-caps; font-size: 12px; letter-spacing: 1px; color: #4194FA;}
  23.  
  24. .strike{font-variant: small-caps; font-family: times new roman; font-size: 14px; letter-spacing: 1px; color: #D0FEFC; text-shadow: #4194FA 0px 0px 1px,#4194FA 0px 0px 1px,#4194FA 0px 0px 1px,#4194FA 0px 0px 1px;}
  25.  
  26. .page{
  27. position: absolute;
  28. margin-left: 0px; margin-top: 25px;
  29. width: 280px; height: 400px;
  30. padding: 10px;
  31. border: 1px #ffffff solid;
  32. background: rgba(52,44,25, 0.9);
  33. -webkit-transition: 1s;
  34. -moz-transition: 1s;
  35. transition: 1s;
  36. overflow: auto;
  37. text-align: justify;
  38. font-family: tahoma;
  39. font-size: 10px;
  40. color: #ffffff;
  41.  
  42. }
  43.  
  44. .page:target{margin-left: -322px;}
  45.  
  46.  
  47.  
  48. #frame{
  49. position: fixed; margin: auto;
  50. right: 0px; top: 0px; left: 0px; bottom: 0px;
  51. width: 302px; height: 472px;
  52. text-align: left;
  53. }
  54.  
  55. .header{
  56. position: absolute;
  57. width: 282px; height: 25px;
  58. padding-right: 20px;
  59. font-size: 12px;
  60. text-shadow: #000000 2px 2px 0px;
  61. font-weight: bold;
  62. line-height: 25px;
  63. text-align: right;
  64. }
  65.  
  66. .header strong{
  67. font-family: Permanent Marker;
  68. font-size: 18px;
  69. color: #ffffff;
  70. font-weight: normal;
  71. text-shadow: #000000 -2px 2px 1px, #000000 -2px 2px 1px, #000000 -2px 2px 1px, #8F7A46 -3px 3px 1px, #8F7A46 -3px 3px 1px, #8F7A46 -3px 3px 1px, #8F7A46 -3px 3px 1px;
  72. }
  73.  
  74. .footer{
  75. position: absolute;
  76. margin-top: 449px;
  77. width: 302px; height: 25px;
  78. }
  79.  
  80. .frame{
  81. position: absolute;
  82. margin-top: 25px;
  83. width: 300px; height: 420px;
  84. border: #ffffff 1px solid;
  85. }
  86.  
  87. .bottom{
  88. position: absolute;
  89. width: 300px; height: 420px;
  90. }
  91.  
  92. .top{
  93. position: absolute;
  94. width: 300px; height: 420px;
  95. background: rgba(12, 4, 5, 1);
  96. }
  97.  
  98. .info{
  99. position: absolute;
  100. margin-left: 5px; margin-top: 5px;
  101. width: 290px; height: 410px;
  102. color: #ffffff;
  103. font-family: tahoma;
  104. font-size: 10px;
  105. line-height: 10px;
  106. opacity: 0;
  107. -webkit-transition: 1s;
  108. -moz-transition: 1s;
  109. transition: 1s;
  110. }
  111.  
  112. #frame:hover .info{
  113. opacity: 1;
  114. }
  115.  
  116. .box_top{
  117. float: left; margin-left: 10px; margin-top: 10px;
  118. width: 260px; height: 120px;
  119. padding: 5px;
  120. background: rgba(52,44,25, 0.9);
  121. }
  122.  
  123. .box_mid{
  124. float: left; margin-left: 10px; margin-top: 5px;
  125. width: 270px; height: 120px;
  126. }
  127.  
  128. .links{
  129. float: left;
  130. width: 70px; height: 120px;
  131. }
  132.  
  133. .title{
  134. float: left;
  135. width: 70px; height: 20px;
  136. text-align: center;
  137. line-height: 20px;
  138. font-family: Permanent Marker;
  139. color: #000000;
  140. font-size: 16px;
  141. letter-spacing: 2px;
  142. font-weight: bold;
  143. text-shadow: #ffffff -1px -1px 0px, #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px;
  144. }
  145.  
  146. .link{
  147. float: left;
  148. width: 70px; height: 100px;
  149. background: rgba(52,44,25, 0.9);
  150. text-align: center;
  151. }
  152.  
  153. .link a{
  154. display: block;
  155. margin-left: 5px; margin-top: 4px;
  156. width: 60px; height: 15px;
  157. text-decoration: none;
  158. color: #FFFFFF;
  159. font-variant: small-caps;
  160. line-height: 15px;
  161. font-family: tahoma;
  162. font-size: 12px;
  163. }
  164.  
  165. .link a:hover{
  166. letter-spacing: 1px;
  167. background: rgba(24,20,11, 0.9);
  168. }
  169.  
  170. .mid_img{
  171. float: left;
  172. margin-left: 5px; margin-right: 5px;
  173. width: 110px; height: 110px;
  174. padding: 5px;}
  175.  
  176. .box_mid img{
  177. float: left;
  178. width: 50px; height: 50px;
  179. border: 1px solid #4194FA;
  180. background: #D0FEFC;
  181. }
  182.  
  183. .box_bot{
  184. float: left; margin-left: 10px; margin-top: 5px;
  185. width: 260px; height: 120px;
  186. padding: 5px;
  187. background: rgba(52,44,25, 0.9);
  188. }
  189.  
  190. </style>
  191.  
  192. <div id="whole" oncontextmenu="return false;">
  193.  
  194. <div id="frame">
  195.  
  196. <div class="page" id="first">
  197. First box.
  198. </div>
  199.  
  200.  
  201. <div class="page" id="second">
  202. Second box.
  203. </div>
  204.  
  205.  
  206. <div class="page" id="third">
  207. Third box.
  208. </div>
  209.  
  210.  
  211. <div class="page" id="fourth">
  212. Fourth box.
  213. </div>
  214.  
  215.  
  216. <div class="header"><strong>Gianluca Giovanni</strong></div>
  217.  
  218.  
  219. <div class="frame"><img class="top" src="https://s3-us-west-2.amazonaws.com/classic105/wp-content/uploads/2016/08/70ecb25573a3d81e32ab8e4d3a2be0ca.jpg">
  220.  
  221.  
  222. <div class="info">
  223.  
  224. <div class="box_top"></div>
  225.  
  226.  
  227. <div class="box_mid">
  228.  
  229. <div class="links">
  230. <div class="link">
  231. <a href="#first">one</a>
  232. <a href="#second">two</a>
  233. <a href="#third">three</a>
  234. <a href="#fourth">four</a>
  235. <a href="#">close</a>
  236. </div>
  237.  
  238. <div class="title">Navi</div>
  239. </div>
  240.  
  241. <div class="mid_img">
  242.  
  243. </div>
  244.  
  245. <div class="links">
  246. <div class="title">Misc</div>
  247. <div class="link" id="right_links">
  248. <a href="x" target="_blank">image</a>
  249. <a href="x" target="_blank">image</a>
  250. <a href="x" target="_blank">image</a>
  251. <a href="x" target="_blank">image</a>
  252. <a href="x" target="_blank">image</a>
  253. </div>
  254. </div>
  255. </div>
  256.  
  257.  
  258.  
  259. <div class="box_bot"></div>
  260. </div>
  261. </div>
  262.  
  263. <div class="footer">&nbsp;</div>
  264. </div>
  265. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement