thisisnotras

Vier Large Alt 2

Aug 22nd, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 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: 700px;
  42. width: 902px;
  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: 300px;
  55. height: 100%;
  56. width: 298px;
  57. border-radius: 20px 20px 20px 20px;
  58. background: #BBBBC4;
  59. }
  60.  
  61. #rightbox {
  62. border: 1px solid black;
  63. position: absolute;
  64. left: 575px;
  65. top: 2px;
  66. height: 693px;
  67. width: 298px;
  68. border-radius: 0px 180px 80px 0px;
  69. border-bottom: 7px solid black;
  70. border-top: 6px solid black;
  71. overflow: hidden;
  72. background: #BBBBC4;
  73. }
  74.  
  75. #leftbox {
  76. border: 1px solid black;
  77. position: absolute;
  78. left: 30px;
  79. top: 2px;
  80. height: 693px;
  81. width: 298px;
  82. border-radius: 180px 0px 0px 80px;
  83. border-bottom: 7px solid black;
  84. border-top: 6px solid black;
  85. overflow: hidden;
  86. background: #BBBBC4;
  87. }
  88.  
  89. #selectionone {
  90. position: absolute;
  91. left: 290px;
  92. width: 20px;
  93. top: 5px;
  94. height: 100%;
  95. border: 0px solid black;
  96. background: black;
  97. box-sizing: border-box;
  98. padding-top: 200px;
  99. z-index: 2;
  100. }
  101.  
  102. #selectiontwo {
  103. position: absolute;
  104. left: 590px;
  105. width: 20px;
  106. top: 5px;
  107. height: 100%;
  108. border: 0px solid black;
  109. background: black;
  110. box-sizing: border-box;
  111. padding-top: 200px;
  112. z-index: 2;
  113.  
  114. }
  115.  
  116. a.lynk {
  117. margin-bottom: 60px;
  118. margin-left: 2.5px;
  119. float: left;
  120. height: 70px;
  121. width: 15px;
  122. border-radius: 10px 10px 10px 10px;
  123. box-sizing: border-box;
  124. border: 2px solid black;
  125. background: gray;
  126. -webkit-transition: all 1s;
  127. }
  128.  
  129. a.lynk:hover{
  130. border: 6px solid black;
  131. }
  132.  
  133. #tabcontainer {
  134. position: absolute;
  135. top: 0px;
  136. bottom: 0px;
  137. left: 10px;
  138. margin: auto;
  139. width: 250px;
  140. height: 680px;
  141. border: 0px solid black;
  142. overflow: hidden;
  143. }
  144.  
  145. .tabb {
  146. position: relative;
  147. width: 248px;
  148. height: 695px;
  149. border: 0px solid red;
  150. margin-bottom: 5px;
  151. }
  152.  
  153. #headingleft {
  154. position: absolute;
  155. top: 40px;
  156. right: 10px;
  157. height: 20px;
  158. width: 200px;
  159. border: 0px solid black;
  160. margin-right: 5px;
  161. text-align: right;
  162. font-family: 'headerfont';
  163. font-size: 30pt;
  164. }
  165.  
  166. #headingright {
  167. position: absolute;
  168. top: 40px;
  169. left: 10px;
  170. height: 20px;
  171. width: 200px;
  172. border: 0px solid black;
  173. margin-left: 5px;
  174. text-align: left;
  175. font-family: 'headerfont';
  176. font-size: 30pt;
  177. }
  178.  
  179. #textcontainer {
  180. position: absolute;
  181. top: 75px;
  182. left: 0px;
  183. bottom: 0px;
  184. right: 0px;
  185. margin: auto;
  186. height: 585px;
  187. width: 245px;
  188. border: 0px solid black;
  189. box-sizing: border-box;
  190. padding-left: 8px;
  191. padding-right: 8px;
  192. text-align: right;
  193. font-family:'bodyfont';
  194. font-size: 9pt;
  195. overflow: auto;
  196. }
  197.  
  198. #centerbackground{position: absolute;
  199. height: 100%;
  200. width: 100%;
  201. background-image: url(http://i60.tinypic.com/i5dkrn.jpg);
  202. background-repeat: no-repeat;
  203. background-size: auto 100%;
  204. background-position: center;
  205. opacity: 1;
  206. -webkit-transition: all 1s;
  207. transition: all 1s;}
  208.  
  209. #centertext{
  210. position: absolute;
  211. height: 100%;
  212. width: 100%;
  213. box-sizing: border-box;
  214. padding-top: 60px;
  215. line-height: 45px;
  216. opacity: 0;
  217. -webkit-transition: all 1s;
  218. transition: all 1s;
  219. }
  220.  
  221. #centerbox:hover #centerbackground{opacity: .2;}
  222.  
  223. #centerbox:hover #centertext{opacity: 1;}
  224.  
  225. #centertext span{
  226. float: left;
  227. margin-left: 30px;
  228. height: 20px;
  229. width: 200px;
  230. border: 0px solid black;
  231. margin-bottom: 10px;
  232. text-align: center;}
  233.  
  234. #centertext span.topp{font-size: 30px;
  235. font-family: 'headerfont';}
  236. #centertext span.bott{font-size: 12px;
  237. font-family: 'bodyfont';}
  238.  
  239. </style>
  240.  
  241.  
  242.  
  243.  
  244. <div id="container">
  245. <div id="leftbox">
  246. <div id="tabcontainer">
  247.  
  248. <div id="firstL" class="tabb">
  249. <div id="headingleft">
  250. first header
  251. </div>
  252. <div id="textcontainer">
  253. 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.
  254. 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.
  255. 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.
  256.  
  257. </div>
  258. </div>
  259.  
  260. <div id="secondL" class="tabb">
  261. <div id="headingleft">
  262. second header
  263. </div>
  264. <div id="textcontainer">
  265. wordswordswrods
  266. </div>
  267. </div>
  268.  
  269. <div id="thirdL" class="tabb">
  270. <div id="headingleft">
  271. third header
  272. </div>
  273. <div id="textcontainer">
  274. wordswordswrods
  275. </div>
  276. </div>
  277.  
  278. </div>
  279. </div>
  280.  
  281. <div id="centerbox">
  282. <div id="centerbackground">
  283. </div>
  284. <div id="centertext">
  285. <span class="topp">first</span>
  286. <span class="bott">info.</span><br><br>
  287. <span class="topp">second</span>
  288. <span class="bott">info.</span><br><br>
  289. <span class="topp">third</span>
  290. <span class="bott">info.</span><br><br>
  291. <span class="topp">fourth</span>
  292. <span class="bott">info.</span><br><br>
  293. <span class="topp">fifth</span>
  294. <span class="bott">info.</span><br><br>
  295. <span class="topp">sixth</span>
  296. <span class="bott">info.</span><br><br>
  297. </div>
  298. </div>
  299.  
  300. <div id="rightbox">
  301.  
  302. <div id="tabcontainer" style="left: 30px;">
  303.  
  304. <div id="fourthL" class="tabb">
  305. <div id="headingright">
  306. fourth header
  307. </div>
  308. <div id="textcontainer" style="text-align: left; left:5px;">
  309. 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.
  310. 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.
  311. 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.
  312. </div>
  313. </div>
  314.  
  315. <div id="fifthL" class="tabb">
  316. <div id="headingright">
  317. fifth header
  318. </div>
  319. <div id="textcontainer" style="text-align: left; left:5px;">
  320. wordswordswords
  321. </div>
  322. </div>
  323.  
  324. <div id="sixthL" class="tabb">
  325. <div id="headingright">
  326. sixth header
  327. </div>
  328. <div id="textcontainer" style="text-align: left; left:5px;">
  329. wordswordswords
  330. </div>
  331. </div>
  332.  
  333. </div>
  334. </div>
  335. <div id="selectionone">
  336. <A href=#firstL class="lynk">
  337. </a>
  338. <A href=#secondL class="lynk">
  339. </a>
  340. <A href=#thirdL class="lynk">
  341. </a>
  342. </div>
  343. <div id="selectiontwo">
  344. <A href=#fourthL class="lynk">
  345. </a>
  346. <A href=#fifthL class="lynk">
  347. </a>
  348. <A href=#sixthL class="lynk">
  349. </a>
  350. </div>
  351. </div>
Advertisement
Add Comment
Please, Sign In to add comment