Advertisement
thisisnotras

Vier large alternate

Aug 22nd, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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. 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: 575px;
  68. top: 2px;
  69. height: 693px;
  70. width: 298px;
  71. border-radius: 0px 180px 80px 0px;
  72. border-bottom: 9px solid black;
  73. border-top: 6px solid black;
  74. overflow: hidden;
  75. background: #BBBBC4;
  76. }
  77.  
  78. #leftbox {
  79. border: 1px solid black;
  80. position: absolute;
  81. left: 30px;
  82. top: 2px;
  83. height: 693px;
  84. width: 298px;
  85. border-radius: 180px 0px 0px 80px;
  86. border-bottom: 9px solid black;
  87. border-top: 6px solid black;
  88. overflow: hidden;
  89. background: #BBBBC4;
  90. }
  91.  
  92. #selectionone {
  93. position: absolute;
  94. left: 290px;
  95. width: 20px;
  96. top: 5px;
  97. height: 100%;
  98. border: 0px solid black;
  99. background: black;
  100. box-sizing: border-box;
  101. padding-top: 200px;
  102. z-index: 2;
  103. }
  104.  
  105. #selectiontwo {
  106. position: absolute;
  107. left: 590px;
  108. width: 20px;
  109. top: 5px;
  110. height: 100%;
  111. border: 0px solid black;
  112. background: black;
  113. box-sizing: border-box;
  114. padding-top: 200px;
  115. z-index: 2;
  116.  
  117. }
  118.  
  119. a.lynk {
  120. margin-bottom: 60px;
  121. margin-left: 2.5px;
  122. float: left;
  123. height: 70px;
  124. width: 15px;
  125. border-radius: 10px 10px 10px 10px;
  126. box-sizing: border-box;
  127. border: 2px solid black;
  128. background: gray;
  129. -webkit-transition: all 1s;
  130. }
  131.  
  132. a.lynk:hover{
  133. border: 6px solid black;
  134. }
  135.  
  136. #tabcontainer {
  137. position: absolute;
  138. top: 0px;
  139. bottom: 0px;
  140. left: 10px;
  141. margin: auto;
  142. width: 250px;
  143. height: 680px;
  144. border: 0px solid black;
  145. overflow: hidden;
  146. }
  147.  
  148. .tabb {
  149. position: relative;
  150. width: 248px;
  151. height: 695px;
  152. border: 0px solid red;
  153. margin-bottom: 5px;
  154. }
  155.  
  156. #headingleft {
  157. position: absolute;
  158. top: 40px;
  159. right: 10px;
  160. height: 20px;
  161. width: 200px;
  162. border: 0px solid black;
  163. margin-right: 5px;
  164. text-align: right;
  165. font-family: 'headerfont';
  166. font-size: 30pt;
  167. }
  168.  
  169. #headingright {
  170. position: absolute;
  171. top: 40px;
  172. left: 10px;
  173. height: 20px;
  174. width: 200px;
  175. border: 0px solid black;
  176. margin-left: 5px;
  177. text-align: left;
  178. font-family: 'headerfont';
  179. font-size: 30pt;
  180. }
  181.  
  182. #textcontainer {
  183. position: absolute;
  184. top: 75px;
  185. left: 0px;
  186. bottom: 0px;
  187. right: 0px;
  188. margin: auto;
  189. height: 585px;
  190. width: 245px;
  191. border: 0px solid black;
  192. box-sizing: border-box;
  193. padding-left: 8px;
  194. padding-right: 8px;
  195. text-align: right;
  196. font-family:'bodyfont';
  197. font-size: 9pt;
  198. overflow: auto;
  199. }
  200.  
  201. </style>
  202.  
  203.  
  204.  
  205.  
  206. <div id="container">
  207. <div id="leftbox">
  208. <div id="tabcontainer">
  209.  
  210. <div id="firstL" class="tabb">
  211. <div id="headingleft">
  212. first header
  213. </div>
  214. <div id="textcontainer">
  215. 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.
  216. 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.
  217. 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.
  218.  
  219. </div>
  220. </div>
  221.  
  222. <div id="secondL" class="tabb">
  223. <div id="headingleft">
  224. second header
  225. </div>
  226. <div id="textcontainer">
  227. wordswordswrods
  228. </div>
  229. </div>
  230.  
  231. <div id="thirdL" class="tabb">
  232. <div id="headingleft">
  233. third header
  234. </div>
  235. <div id="textcontainer">
  236. wordswordswrods
  237. </div>
  238. </div>
  239.  
  240. </div>
  241. </div>
  242.  
  243. <div id="centerbox">
  244. </div>
  245.  
  246. <div id="rightbox">
  247.  
  248. <div id="tabcontainer" style="left: 30px;">
  249.  
  250. <div id="fourthL" class="tabb">
  251. <div id="headingright">
  252. fourth header
  253. </div>
  254. <div id="textcontainer" style="text-align: left; left:5px;">
  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. 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.
  257. 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.
  258. </div>
  259. </div>
  260.  
  261. <div id="fifthL" class="tabb">
  262. <div id="headingright">
  263. fifth header
  264. </div>
  265. <div id="textcontainer" style="text-align: left; left:5px;">
  266. wordswordswords
  267. </div>
  268. </div>
  269.  
  270. <div id="sixthL" class="tabb">
  271. <div id="headingright">
  272. sixth header
  273. </div>
  274. <div id="textcontainer" style="text-align: left; left:5px;">
  275. wordswordswords
  276. </div>
  277. </div>
  278.  
  279. </div>
  280. </div>
  281. <div id="selectionone">
  282. <A href=#firstL class="lynk">
  283. </a>
  284. <A href=#secondL class="lynk">
  285. </a>
  286. <A href=#thirdL class="lynk">
  287. </a>
  288. </div>
  289. <div id="selectiontwo">
  290. <A href=#fourthL class="lynk">
  291. </a>
  292. <A href=#fifthL class="lynk">
  293. </a>
  294. <A href=#sixthL class="lynk">
  295. </a>
  296. </div>
  297. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement