thisisnotras

Vier

Aug 21st, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0;}
  5.  
  6. body{ background: #313447;
  7. }
  8.  
  9. ::-webkit-scrollbar
  10. {
  11. width: 4px;
  12. background-color: gray;
  13. }
  14.  
  15. ::-webkit-scrollbar-thumb
  16. {
  17. border-radius: 10px;
  18. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  19. background-color: #313447 ;
  20. }
  21.  
  22.  
  23.  
  24. @font-face{
  25. font-family: 'headerfont';
  26. src: url(https://dl.dropboxusercontent.com/u/4556289/Crazy%2BThoughts.ttf);
  27. }
  28.  
  29. @font-face{
  30. font-family: 'bodyfont';
  31. src:url(https://dl.dropboxusercontent.com/u/4556289/yataghan.ttf);
  32. }
  33.  
  34. #container {
  35. position: absolute;
  36. left: 0px;
  37. right: 0px;
  38. top: 0px;
  39. bottom: 0px;
  40. margin: auto;
  41. height: 500px;
  42. width: 602px;
  43. border: 0px solid black;
  44. box-sizing: border-box;
  45. }
  46.  
  47. #centerbox {
  48. top: 0px;
  49. border: 1px solid black;
  50. border-top: 5px solid black;
  51. border-bottom: 5px solid black;
  52. position: absolute;
  53. z-index: 1;
  54. left: 200px;
  55. height: 100%;
  56. width: 198px;
  57. background-image: url(http://i60.tinypic.com/i5dkrn.jpg);
  58. background-repeat: no-repeat;
  59. background-size: auto 100%;
  60. background-position: center;
  61. border-radius: 20px 20px 20px 20px;
  62. }
  63.  
  64. #rightbox {
  65. border: 1px solid black;
  66. position: absolute;
  67. left: 375px;
  68. height: 495px;
  69. width: 198px;
  70. border-radius: 0px 180px 80px 0px;
  71. border-bottom: 9px solid black;
  72. border-top: 6px solid black;
  73. overflow: hidden;
  74. background: #BBBBC4;
  75. }
  76.  
  77. #leftbox {
  78. border: 1px solid black;
  79. position: absolute;
  80. left: 30px;
  81. height: 495px;
  82. width: 198px;
  83. border-radius: 180px 0px 0px 80px;
  84. border-bottom: 9px solid black;
  85. border-top: 6px solid black;
  86. overflow: hidden;
  87. background: #BBBBC4;
  88. }
  89.  
  90. #selectionone {
  91. position: absolute;
  92. left: 190px;
  93. width: 20px;
  94. top: 0px;
  95. height: 100%;
  96. border: 0px solid black;
  97. box-sizing: border-box;
  98. padding-top: 80px;
  99. z-index: 2;
  100. }
  101.  
  102. #selectiontwo {
  103. position: absolute;
  104. left: 390px;
  105. width: 20px;
  106. top: 0px;
  107. height: 100%;
  108. border: 0px solid black;
  109. box-sizing: border-box;
  110. padding-top: 80px;
  111. z-index: 2;
  112. }
  113.  
  114. a.lynk {
  115. margin-bottom: 60px;
  116. margin-left: 2.5px;
  117. float: left;
  118. height: 70px;
  119. width: 15px;
  120. border-radius: 10px 10px 10px 10px;
  121. box-sizing: border-box;
  122. border: 2px solid black;
  123. background: black;
  124. -webkit-transition: all 1s;
  125. }
  126.  
  127. a.lynk:hover{
  128. border: 6px solid gray;
  129. }
  130.  
  131. #tabcontainer {
  132. position: absolute;
  133. top: 0px;
  134. bottom: 0px;
  135. left: 10px;
  136. margin: auto;
  137. width: 150px;
  138. height: 480px;
  139. border: 0px solid black;
  140. overflow: hidden;
  141. }
  142.  
  143. .tabb {
  144. position: relative;
  145. width: 148px;
  146. height: 475px;
  147. border: 0px solid red;
  148. margin-bottom: 5px;
  149. }
  150.  
  151. #headingleft {
  152. position: absolute;
  153. top: 40px;
  154. right: 0px;
  155. height: 20px;
  156. width: 100px;
  157. border: 0px solid black;
  158. margin-right: 5px;
  159. text-align: right;
  160. font-family: 'headerfont';
  161. font-size: 20pt;
  162. }
  163.  
  164. #headingright {
  165. position: absolute;
  166. top: 40px;
  167. left: 0px;
  168. height: 20px;
  169. width: 100px;
  170. border: 0px solid black;
  171. margin-left: 5px;
  172. text-align: left;
  173. font-family: 'headerfont';
  174. font-size: 20pt;
  175. }
  176.  
  177. #textcontainer {
  178. position: absolute;
  179. top: 75px;
  180. left: 0px;
  181. bottom: 0px;
  182. right: 0px;
  183. margin: auto;
  184. height: 380px;
  185. width: 145px;
  186. border: 0px solid black;
  187. box-sizing: border-box;
  188. padding-left: 8px;
  189. padding-right: 8px;
  190. text-align: right;
  191. font-family:'bodyfont';
  192. font-size: 9pt;
  193. overflow: auto;
  194. }
  195.  
  196. </style>
  197.  
  198. <div id="container">
  199. <div id="leftbox">
  200. <div id="tabcontainer">
  201.  
  202. <div id="firstL" class="tabb">
  203. <div id="headingleft">
  204. first header
  205. </div>
  206. <div id="textcontainer">
  207. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  208.  
  209. </div>
  210. </div>
  211.  
  212. <div id="secondL" class="tabb">
  213. <div id="headingleft">
  214. second header
  215. </div>
  216. <div id="textcontainer">
  217. wordswordswrods
  218. </div>
  219. </div>
  220.  
  221. <div id="thirdL" class="tabb">
  222. <div id="headingleft">
  223. third header
  224. </div>
  225. <div id="textcontainer">
  226. wordswordswrods
  227. </div>
  228. </div>
  229.  
  230. </div>
  231. </div>
  232.  
  233. <div id="centerbox">
  234. </div>
  235.  
  236. <div id="rightbox">
  237.  
  238. <div id="tabcontainer" style="left: 30px;">
  239.  
  240. <div id="fourthL" class="tabb">
  241. <div id="headingright">
  242. fourth header
  243. </div>
  244. <div id="textcontainer" style="text-align: left;">
  245. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  246. </div>
  247. </div>
  248.  
  249. <div id="fifthL" class="tabb">
  250. <div id="headingright">
  251. fifth header
  252. </div>
  253. <div id="textcontainer" style="text-align: left;">
  254. wordswordswords
  255. </div>
  256. </div>
  257.  
  258. <div id="sixthL" class="tabb">
  259. <div id="headingright">
  260. sixth header
  261. </div>
  262. <div id="textcontainer" style="text-align: left;">
  263. wordswordswords
  264. </div>
  265. </div>
  266.  
  267. </div>
  268. </div>
  269. <div id="selectionone">
  270. <A href=#firstL class="lynk">
  271. </a>
  272. <A href=#secondL class="lynk">
  273. </a>
  274. <A href=#thirdL class="lynk">
  275. </a>
  276. </div>
  277. <div id="selectiontwo">
  278. <A href=#fourthL class="lynk">
  279. </a>
  280. <A href=#fifthL class="lynk">
  281. </a>
  282. <A href=#sixthL class="lynk">
  283. </a>
  284. </div>
  285. </div>
Advertisement
Add Comment
Please, Sign In to add comment