Advertisement
thisisnotras

Raguel profile

Jun 6th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
  4. @import url(http://fonts.googleapis.com/css?family=Josefin+Slab);
  5. @import url(http://fonts.googleapis.com/css?family=EB+Garamond);
  6.  
  7. .pfor {display: none;}
  8. #profile {background: transparent; border: none;}
  9.  
  10. body {
  11. background: white;
  12. }
  13.  
  14. a{text-decoration: none; color: black;}
  15.  
  16. #whole {
  17. position: fixed;
  18. top: 0px;
  19. left: 0px;
  20. right: 0px;
  21. bottom: 0px;
  22. background-image: url(http://fc01.deviantart.net/fs70/f/2014/270/e/6/jack__of_blades_by_demon551-d80q49l.png);
  23. background-repeat: no-repeat;
  24. background-size: auto 120%;
  25. background-position: -20px;
  26. font-family: 'Kaushan Script', cursive;
  27. }
  28.  
  29. ::-webkit-scrollbar-track {
  30. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  31. border-radius: 10px;
  32. background: #370C00;
  33. }
  34.  
  35. ::-webkit-scrollbar {
  36. width: 4px;
  37. background-color: #370C00;
  38. }
  39.  
  40. ::-webkit-scrollbar-thumb {
  41. border-radius: 10px;
  42. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  43. background-color: black;
  44. }
  45.  
  46. #separation {
  47. position: absolute;
  48. left: 0px;
  49. right: 0px;
  50. top: 20%;
  51. bottom: 0px;
  52. height: 0px;
  53. background: white;
  54. margin: auto;
  55. overflow: hidden;
  56. transition: all 1s;
  57. -webkit-transition: all 1s;
  58. }
  59.  
  60. #whole:hover #separation,
  61. #separation:hover {
  62. height: 250px;
  63. }
  64.  
  65. #containerleft {
  66. position: absolute;
  67. left: 0px;
  68. top: 0px;
  69. bottom: 0px;
  70. width: 200px;
  71. border: 0px solid black;
  72. overflow: hidden;
  73. }
  74.  
  75. #leftbox {
  76. position: absolute;
  77. border-right: 1px solid black;
  78. border-radius: 0px 360px 360px 0px;
  79. left: 0px;
  80. top: -10px;
  81. bottom: -10px;
  82. width: 99%;
  83. box-sizing: border-box;
  84. text-align: left;
  85. font-weight: 800;
  86. background: #2A2A2A;
  87. color: black;
  88. background-image: url(http://i61.tinypic.com/f22cd4.jpg);
  89. background-size: 20%;
  90. font-family: 'EB Garamond', serif;
  91. font-size: 12pt;
  92. letter-spacing: -1px;
  93. overflow: hidden;
  94. }
  95.  
  96. #containerright {
  97. position: absolute;
  98. right: 0px;
  99. top: 0px;
  100. bottom: 0px;
  101. width: 200px;
  102. border: 0px solid black;
  103. overflow: hidden;
  104. }
  105.  
  106. #rightbox {
  107. position: absolute;
  108. border-left: 1px solid black;
  109. border-radius: 360px 0px 0px 360px;
  110. right: 0px;
  111. top: -10px;
  112. bottom: -10px;
  113. width: 99%;
  114. background: #2A2A2A;
  115. box-sizing: border-box;
  116. text-align: right;
  117. line-height: 45px;
  118. background-image: url(http://i61.tinypic.com/f22cd4.jpg);
  119. background-size: 20%;
  120. font-weight: 600;
  121. font-family: 'EB Garamond', serif;
  122. font-size: 12pt;
  123. letter-spacing: -1px;
  124. overflow: hidden;
  125. z-index: 20;
  126. }
  127.  
  128. #rightlinks {
  129. position: absolute;
  130. right: 0px;
  131. top: 0px;
  132. height: 228px;
  133. width: 198px;
  134. border: 0px solid red;
  135. overflow: hidden;
  136. }
  137.  
  138. .rightside {
  139. position: inherent;
  140. height: 228px;
  141. width: 198px;
  142. border: 0px solid black;
  143. text-align: center;
  144. padding-top: 40px;
  145. box-sizing: border-box;
  146. font-family: 'Kaushan Script', cursive;
  147. }
  148.  
  149.  
  150. #linkspace {
  151. box-sizing: border-box;
  152. padding-left: 30px;
  153. width: 200px;
  154. height: 58px;
  155. border: 1px solid black;
  156. transition: all 1s;
  157. background: transparent;
  158. overflow: hidden;
  159. position: absolute;
  160. z-index: 1;
  161. }
  162.  
  163. #linkspace:hover {
  164. letter-spacing: 4px;
  165. }
  166.  
  167. a.linkersleft {
  168. color: black;
  169. }
  170.  
  171. #fillerspace {
  172. position: absolute;
  173. height: 100px;
  174. margin-left: -100px;
  175. position: relative;
  176. background: transparent;
  177. opacity: .4;
  178. transition: all 1s;
  179. -webkit-transition: all 1s;
  180. }
  181.  
  182. #linkspace:hover #fillerspace {
  183. background: #670D0F;
  184. }
  185.  
  186. #middlecontainer {
  187. position: absolute;
  188. top: 0px;
  189. bottom: 0px;
  190. left: 100px;
  191. right: 100px;
  192. border: 0px solid black;
  193. }
  194.  
  195. .middlebox {
  196. position: absolute;
  197. top: 10px;
  198. bottom: 10px;
  199. left: 100px;
  200. right: 100px;
  201. border: 0px solid black;
  202. overflow: auto;
  203. text-align: left;
  204. box-sizing: border-box;
  205. padding-top: 5px;
  206. padding-bottom: 10px;
  207. font-weight: 500;
  208. font-size: 11pt;
  209. color: grey;
  210. padding-right: 20px;
  211. padding-left: 5px;
  212. opacity: 0;
  213. transition: all 1s;
  214. -webkit-transition: all 1s;
  215. }
  216.  
  217. .middlebox:target {opacity: 1;
  218. transition: all 1s .5s;
  219. -webkit-transition: all 1s .5s;}
  220.  
  221. #bgstuff {
  222. position: absolute;
  223. height: 100%;
  224. width: 100%;
  225. z-index: 0;
  226. background-image: url(http://i58.tinypic.com/e1axxk.jpg);
  227. background-size: 20%;
  228. opacity: 1;
  229. }
  230.  
  231. #bordertop {
  232. position: absolute;
  233. height: 10px;
  234. width: 100%;
  235. top: 0px;
  236. z-index: 10;
  237. background: #1A1B1F;
  238. background-image: url(http://i61.tinypic.com/f22cd4.jpg);
  239. background-size: 20%;
  240. }
  241.  
  242. #borderbottom {
  243. position: absolute;
  244. height: 10px;
  245. width: 100%;
  246. bottom: 0px;
  247. background: #1A1B1F;
  248. z-index: 10;
  249. background-image: url(http://i61.tinypic.com/f22cd4.jpg);
  250. background-size: 20%;
  251. }
  252.  
  253. #namepart {
  254. position: fixed;
  255. margin-top: -47px;
  256. margin-left: 100px;
  257. height: 40px;
  258. width: 120px;
  259. font-size: 30pt;
  260. color: #82605C;
  261. z-index: 20;
  262. opacity: 0;
  263. transition: all .7s;
  264. -webkit-transition: all .7s;
  265. }
  266.  
  267. #whole:hover #namepart {
  268. opacity: 1;
  269. transition: all 1s, .5s;
  270. -webkit-transition: all 1s .5s;
  271. }
  272.  
  273. </style>
  274.  
  275. <div id="whole">
  276.  
  277. <div id="separation">
  278. <div id="bordertop">
  279. </div>
  280. <div id="borderbottom">
  281. </div>
  282. <div id="bgstuff">
  283. </div>
  284. <div id="namepart">
  285. <div style="position: absolute; font-size: 29pt; color: black;">
  286. Raguel</div>
  287. Raguel</div>
  288.  
  289. <div id="bgstuff" style="background: black; opacity: .6;">
  290. </div>
  291.  
  292. <div id="containerleft">
  293. <div id="leftbox">
  294.  
  295. <a href=#partone class="linkersleft">
  296. <div id="linkspace" style="top: 20px; ">
  297. <div id="fillerspace"></div>
  298. <font style="position: absolute; top: 15px;">● Option 1</font></div>
  299. </a>
  300.  
  301. <a href=#parttwo class="linkersleft">
  302. <div id="linkspace" style="top: 77px;">
  303. <div id="fillerspace"></div>
  304. <font style="position: absolute; top: 15px;">● Option 2</font></div>
  305. </a>
  306.  
  307. <a href=#partthree class="linkersleft">
  308. <div id="linkspace" style="top:134px;">
  309. <div id="fillerspace"></div>
  310. <font style="position: absolute; top: 15px;">● Option 3</font></div>
  311. </a>
  312.  
  313. <a href=#partfour class="linkersleft">
  314. <div id="linkspace" style="top:191px;">
  315. <div id="fillerspace"></div>
  316. <font style="position: absolute; top: 15px;">● Option 4</font></div>
  317. </a>
  318.  
  319. </div>
  320. </div>
  321.  
  322. <div id="containerright">
  323. <div id="rightbox">
  324. <div id="rightlinks">
  325.  
  326. <div class="rightside">
  327. </div>
  328.  
  329.  
  330. <div id="partone" class="rightside">
  331. <a href=#mid1>Option 1</a>
  332. <br> <a href=#mid2>Option 2</a>
  333. <br> Option 3
  334. <br> Option 4
  335. <br>
  336. </div>
  337.  
  338. <div id="parttwo" class="rightside">
  339. 2Option 1
  340. <br> 2Option 2
  341. <br> 2Option 3
  342. <br> 2Option 4
  343. <br>
  344. </div>
  345.  
  346. <div id="partthree" class="rightside">
  347. 3Option 1
  348. <br> 3Option 2
  349. <br> 3Option 3
  350. <br> 3Option 4
  351. <br>
  352. </div>
  353.  
  354. <div id="partfour" class="rightside">
  355. 4Option 1
  356. <br> 4Option 2
  357. <br> 4Option 3
  358. <br> 4Option 4
  359. <br>
  360. </div>
  361.  
  362. </div>
  363. </div>
  364. </div>
  365.  
  366. <div id="middlecontainer">
  367. <div id="mid1" class="middlebox">
  368. Middlestuff.
  369. </div>
  370.  
  371. <div id="mid2" class="middlebox">
  372. 2Middlestuff.
  373. </div>
  374.  
  375. </div>
  376.  
  377. </div>
  378. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement