Advertisement
thisisnotras

Vier Large Alt 3

Aug 22nd, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 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: 60px;
  212. left: 0px;
  213. right: 0px;
  214. bottom: 0px;
  215. box-sizing: border-box;
  216. border-radius: 10px 10px 0px 0px;
  217. -webkit-transition: all 1s;
  218. transition: all 1s;
  219. border: 1px solid black;
  220. background: black;
  221. color: gray;
  222. padding-top: 2px;
  223. font-family: 'bodyfont';
  224. font-size: 9pt;
  225. text-align: center;
  226. }
  227.  
  228. </style>
  229.  
  230. <div id="container">
  231. <div id="leftbox">
  232. <div id="tabcontainer">
  233.  
  234. <div id="firstL" class="tabb">
  235. <div id="headingleft">
  236. first header
  237. </div>
  238. <div id="textcontainer">
  239. 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
  240. 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
  241. publishing software like Aldus PageMaker including versions of Lorem Ipsum. 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
  242. 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
  243. of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
  244. 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,
  245. 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.  
  247. </div>
  248. </div>
  249.  
  250. <div id="secondL" class="tabb">
  251. <div id="headingleft">
  252. second header
  253. </div>
  254. <div id="textcontainer">
  255. wordswordswrods
  256. </div>
  257. </div>
  258.  
  259. <div id="thirdL" class="tabb">
  260. <div id="headingleft">
  261. third header
  262. </div>
  263. <div id="textcontainer">
  264. wordswordswrods
  265. </div>
  266. </div>
  267.  
  268. </div>
  269. </div>
  270.  
  271. <div id="centerbox">
  272. <div id="centerbackground">
  273. </div>
  274. <div id="centertext">
  275. info info info info. info info info.
  276. <br> info info info info. info info info.
  277. <br>
  278. </div>
  279. </div>
  280.  
  281. <div id="rightbox">
  282.  
  283. <div id="tabcontainer" style="left: 30px;">
  284.  
  285. <div id="fourthL" class="tabb">
  286. <div id="headingright">
  287. fourth header
  288. </div>
  289. <div id="textcontainer" style="text-align: left; left:5px;">
  290. 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
  291. 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
  292. publishing software like Aldus PageMaker including versions of Lorem Ipsum. 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
  293. 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
  294. of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
  295. 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,
  296. 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.
  297. </div>
  298. </div>
  299.  
  300. <div id="fifthL" class="tabb">
  301. <div id="headingright">
  302. fifth header
  303. </div>
  304. <div id="textcontainer" style="text-align: left; left:5px;">
  305. wordswordswords
  306. </div>
  307. </div>
  308.  
  309. <div id="sixthL" class="tabb">
  310. <div id="headingright">
  311. sixth header
  312. </div>
  313. <div id="textcontainer" style="text-align: left; left:5px;">
  314. wordswordswords
  315. </div>
  316. </div>
  317.  
  318. </div>
  319. </div>
  320. <div id="selectionone">
  321. <A href=#firstL class="lynk">
  322. </a>
  323. <A href=#secondL class="lynk">
  324. </a>
  325. <A href=#thirdL class="lynk">
  326. </a>
  327. </div>
  328. <div id="selectiontwo">
  329. <A href=#fourthL class="lynk">
  330. </a>
  331. <A href=#fifthL class="lynk">
  332. </a>
  333. <A href=#sixthL class="lynk">
  334. </a>
  335. </div>
  336. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement