Advertisement
thisisnotras

Vier Large Final

Aug 22nd, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0;}
  5.  
  6. body{ background: #313447;
  7. color: black;
  8. }
  9.  
  10. ::-webkit-scrollbar
  11. {
  12. width: 4px;
  13. background-color: gray;
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb
  17. {
  18. border-radius: 10px;
  19. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  20. background-color: #313447 ;
  21. }
  22.  
  23.  
  24.  
  25. @font-face{
  26. font-family: 'headerfont';
  27. src: url(https://dl.dropboxusercontent.com/u/4556289/Crazy%2BThoughts.ttf);
  28. }
  29.  
  30. @font-face{
  31. font-family: 'bodyfont';
  32. src:url(https://dl.dropboxusercontent.com/u/4556289/yataghan.ttf);
  33. }
  34.  
  35. #container {
  36. position: absolute;
  37. left: 0px;
  38. right: 0px;
  39. top: 0px;
  40. bottom: 0px;
  41. margin: auto;
  42. height: 700px;
  43. width: 902px;
  44. border: 0px solid black;
  45. box-sizing: border-box;
  46. }
  47.  
  48. #centerbox {
  49. top: 0px;
  50. border: 1px solid black;
  51. border-top: 5px solid black;
  52. border-bottom: 5px solid black;
  53. position: absolute;
  54. z-index: 1;
  55. left: 300px;
  56. height: 100%;
  57. width: 298px;
  58. border-radius: 20px 20px 20px 20px;
  59. background: #BBBBC4;
  60. }
  61.  
  62. #rightbox {
  63. border: 1px solid black;
  64. position: absolute;
  65. left: 575px;
  66. top: 2px;
  67. height: 693px;
  68. width: 298px;
  69. border-radius: 0px 180px 80px 0px;
  70. border-bottom: 7px solid black;
  71. border-top: 6px solid black;
  72. overflow: hidden;
  73. background: #BBBBC4;
  74. }
  75.  
  76. #leftbox {
  77. border: 1px solid black;
  78. position: absolute;
  79. left: 30px;
  80. top: 2px;
  81. height: 693px;
  82. width: 298px;
  83. border-radius: 180px 0px 0px 80px;
  84. border-bottom: 7px solid black;
  85. border-top: 6px solid black;
  86. overflow: hidden;
  87. background: #BBBBC4;
  88. }
  89.  
  90. #selectionone {
  91. position: absolute;
  92. left: 290px;
  93. width: 20px;
  94. top: 5px;
  95. height: 100%;
  96. border: 0px solid black;
  97. background: black;
  98. box-sizing: border-box;
  99. padding-top: 200px;
  100. z-index: 2;
  101. }
  102.  
  103. #selectiontwo {
  104. position: absolute;
  105. left: 590px;
  106. width: 20px;
  107. top: 5px;
  108. height: 100%;
  109. border: 0px solid black;
  110. background: black;
  111. box-sizing: border-box;
  112. padding-top: 200px;
  113. z-index: 2;
  114.  
  115. }
  116.  
  117. a.lynk {
  118. margin-bottom: 60px;
  119. margin-left: 2.5px;
  120. float: left;
  121. height: 70px;
  122. width: 15px;
  123. border-radius: 10px 10px 10px 10px;
  124. box-sizing: border-box;
  125. border: 2px solid black;
  126. background: gray;
  127. -webkit-transition: all 1s;
  128. }
  129.  
  130. a.lynk:hover{
  131. border: 6px solid black;
  132. }
  133.  
  134. #tabcontainer {
  135. position: absolute;
  136. top: 0px;
  137. bottom: 0px;
  138. left: 10px;
  139. margin: auto;
  140. width: 250px;
  141. height: 680px;
  142. border: 0px solid black;
  143. overflow: hidden;
  144. }
  145.  
  146. .tabb {
  147. position: relative;
  148. width: 248px;
  149. height: 695px;
  150. border: 0px solid red;
  151. margin-bottom: 5px;
  152. }
  153.  
  154. #headingleft {
  155. position: absolute;
  156. top: 40px;
  157. right: 10px;
  158. height: 20px;
  159. width: 200px;
  160. border: 0px solid black;
  161. margin-right: 5px;
  162. text-align: right;
  163. font-family: 'headerfont';
  164. font-size: 30pt;
  165. }
  166.  
  167. #headingright {
  168. position: absolute;
  169. top: 40px;
  170. left: 10px;
  171. height: 20px;
  172. width: 200px;
  173. border: 0px solid black;
  174. margin-left: 5px;
  175. text-align: left;
  176. font-family: 'headerfont';
  177. font-size: 30pt;
  178. }
  179.  
  180. #textcontainer {
  181. position: absolute;
  182. top: 75px;
  183. left: 0px;
  184. bottom: 0px;
  185. right: 0px;
  186. margin: auto;
  187. height: 585px;
  188. width: 245px;
  189. border: 0px solid black;
  190. box-sizing: border-box;
  191. padding-left: 8px;
  192. padding-right: 8px;
  193. text-align: right;
  194. font-family:'bodyfont';
  195. font-size: 9pt;
  196. overflow: auto;
  197. }
  198.  
  199. #textcontainer a.image{float: left;
  200. margin-bottom: 20px;
  201. margin-left: 10px;
  202. width: 200px;
  203. height: 200px;
  204. border: 1px solid #313447;
  205. border-radius: 20px 20px 20px 20px;
  206. background-size: 100%;
  207. background-repeat: no-repeat;
  208. background-color: black;
  209. overflow: hidden;}
  210.  
  211. #textcontainer img{
  212. width: 100%;
  213. }
  214.  
  215. #centerbackground{position: absolute;
  216. height: 100%;
  217. width: 100%;
  218. background-image: url(http://i60.tinypic.com/i5dkrn.jpg);
  219. background-repeat: no-repeat;
  220. background-size: auto 100%;
  221. background-position: center;
  222. opacity: 1;
  223. -webkit-transition: all 1s;
  224. transition: all 1s;}
  225.  
  226. #centertext{
  227. position: absolute;
  228. height: 60px;
  229. left: 0px;
  230. right: 0px;
  231. bottom: 0px;
  232. box-sizing: border-box;
  233. border-radius: 10px 10px 0px 0px;
  234. -webkit-transition: all 1s;
  235. transition: all 1s;
  236. border: 1px solid black;
  237. background: black;
  238. color: gray;
  239. padding-top: 2px;
  240. font-family: 'bodyfont';
  241. font-size: 9pt;
  242. text-align: center;
  243. }
  244.  
  245. </style>
  246.  
  247.  
  248.  
  249. <div id="container">
  250. <div id="leftbox">
  251. <div id="tabcontainer">
  252.  
  253. <div id="firstL" class="tabb">
  254. <div id="headingleft">
  255.  
  256. FIRST LEFT TITLE.
  257.  
  258. </div>
  259. <div id="textcontainer">
  260.  
  261. FIRST LEFT INFORMATION GOES HERE.
  262.  
  263. </div>
  264. </div>
  265.  
  266. <div id="secondL" class="tabb">
  267. <div id="headingleft">
  268.  
  269. SECOND LEFT TITLE.
  270.  
  271. </div>
  272. <div id="textcontainer">
  273.  
  274. SECOND LEFT INFORMATION GOES HERE.
  275.  
  276. </div>
  277. </div>
  278.  
  279. <div id="thirdL" class="tabb">
  280. <div id="headingleft">
  281.  
  282. THIRD LEFT TITLE.
  283.  
  284. </div>
  285. <div id="textcontainer">
  286.  
  287. THIRD LEFT INFORMATION GOES HERE.
  288.  
  289. </div>
  290. </div>
  291.  
  292. </div>
  293. </div>
  294.  
  295. <div id="centerbox">
  296. <div id="centerbackground">
  297. </div>
  298. <div id="centertext">
  299.  
  300. BASEBALL STATS GO HERE.
  301.  
  302. </div>
  303. </div>
  304.  
  305. <div id="rightbox">
  306.  
  307. <div id="tabcontainer" style="left: 30px;">
  308.  
  309. <div id="fourthL" class="tabb">
  310. <div id="headingright">
  311.  
  312. FIRST RIGHT TITLE.
  313.  
  314. </div>
  315. <div id="textcontainer" style="text-align: left; left:5px;">
  316.  
  317. FIRST RIGHT INFORMATION GOES HERE.
  318.  
  319. </div>
  320. </div>
  321.  
  322. <div id="fifthL" class="tabb">
  323. <div id="headingright">
  324.  
  325. SECOND RIGHT TITLE.
  326.  
  327.  
  328. </div>
  329. <div id="textcontainer" style="text-align: left; left:5px;
  330. /* ALL GALLERY IMAGES GO HERE */">
  331.  
  332.  
  333.  
  334. <a href="" class="image" target="_blank">
  335. <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
  336.  
  337. <a href="" class="image" target="_blank">
  338. <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
  339.  
  340. <a href="" class="image" target="_blank">
  341. <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
  342.  
  343. <a href="" class="image" target="_blank">
  344. <img src="http://i60.tinypic.com/i5dkrn.jpg"></a>
  345.  
  346. </div>
  347. </div>
  348.  
  349. <div id="sixthL" class="tabb">
  350. <div id="headingright">
  351.  
  352. THIRD RIGHT TITLE.
  353.  
  354. </div>
  355. <div id="textcontainer" style="text-align: left; left:5px;">
  356.  
  357. THIRD RIGHT INFORMATION GOES HERE.
  358.  
  359. </div>
  360. </div>
  361.  
  362. </div>
  363. </div>
  364. <div id="selectionone">
  365. <A href=#firstL class="lynk">
  366. </a>
  367. <A href=#secondL class="lynk">
  368. </a>
  369. <A href=#thirdL class="lynk">
  370. </a>
  371. </div>
  372. <div id="selectiontwo">
  373. <A href=#fourthL class="lynk">
  374. </a>
  375. <A href=#fifthL class="lynk">
  376. </a>
  377. <A href=#sixthL class="lynk">
  378. </a>
  379. </div>
  380. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement