Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. <style>
  2. .pfor {
  3. display: none;}
  4.  
  5. #profile {
  6. background-color: transparent;
  7. border: transparent;}
  8.  
  9. h1 {color: #ffffff;
  10. font-size: 15px;
  11. line-height: 15px;
  12. font-weight: bold;
  13. background-color: #000000;
  14. letter-spacing:0px;
  15. font-family:Georgia;
  16. text-align: center;
  17. margin-top:2px;
  18. margin-bottom: 4px;
  19. border-left: 5px double #533F5B;
  20. border-right: 5px double #533F5B;
  21. padding-left: 2px;
  22. padding-top: 1px;
  23. padding-bottom: 0px;}
  24.  
  25. h2{
  26. height: 11px;
  27. line-height:12px;
  28. font-family:helvetica;
  29. font-size:12pt;
  30. color:#004A7F;
  31. font-weight:italic;
  32. letter-spacing: -1px;
  33. border-bottom: 1px #000000 solid;
  34. border-left: 5px solid #0000000;}
  35.  
  36. body {
  37. background-color: #FFFFFF;}
  38.  
  39. #splashart{
  40. position: fixed;
  41. left: 50;
  42. top: 50;}
  43.  
  44. #splashart img {
  45. width: 480px;
  46. height: 750px;}
  47.  
  48. #navi {
  49. position: fixed;
  50. right: 45;
  51. top: 15;
  52. text-align: center;
  53. width: 472px;}
  54.  
  55. #navi a {
  56. display: inline-block;
  57. width: 18%;
  58. padding: 2px;
  59. font-family: Times New Roman;
  60. font-size: 10px;
  61. text-align: center;
  62. text-decoration: none;
  63. color: #FFFFFF;
  64. background-color: #222222;
  65. transition: all 0.5s ease-in-out;
  66. -moz-transition: all 0.5s ease-in-out;
  67. -webkit-transition: all 0.5s ease-in-out;}
  68.  
  69. #navi a:hover {
  70. color: #000000;
  71. background-color: #0066ff;
  72. transition: all 0.8s ease-in-out;
  73. -moz-transition: all 0.8s ease-in-out;
  74. -webkit-transition: all 0.8s ease-in-out;}
  75.  
  76. #navi a:active {
  77. color: #000000;
  78. background-color: #ffffff;}
  79.  
  80. #infobox {
  81. position: fixed;
  82. right: 50;
  83. top: 35;
  84. color: #990000;
  85. font-family: Calibri;
  86. font-size: 13px;
  87. text-decoration: none;
  88. text-align: left;
  89. background-color: #33FF33;
  90. width: 440px;
  91. height: 250px;
  92. padding: 10px;}
  93.  
  94. #navi2 {
  95. position: fixed;
  96. right: 15;
  97. top: 325;
  98. text-align: center;
  99. width: 550px;}
  100.  
  101. #navi2 a {
  102. display: inline-block;
  103. width: 13%;
  104. padding: 2px;
  105. font-family: Times New Roman;
  106. font-size: 10px;
  107. text-align: center;
  108. text-decoration: none;
  109. color: #FFFFFF;
  110. background-color: #222222;
  111. transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -webkit-transition: all 0.5s ease-in-out;}
  114.  
  115. #navi2 a:hover {
  116. color: #000000;
  117. background-color: #0066ff;
  118. transition: all 0.8s ease-in-out;
  119. -moz-transition: all 0.8s ease-in-out;
  120. -webkit-transition: all 0.8s ease-in-out;}
  121.  
  122. #navi2 a:active {
  123. color: #000000;
  124. background-color: #ffffff;}
  125.  
  126. #infobox2 {
  127. position: fixed;
  128. right: 50;
  129. top: 355;
  130. color: #000000;
  131. font-family: Calibri;
  132. font-size: 14px;
  133. text-decoration: none;
  134. text-align: left;
  135. background-color: #33ff33;
  136. width: 440px;
  137. height: 250px;
  138. padding: 10px;}
  139.  
  140.  
  141. #navi3 {
  142. position: fixed;
  143. right: 15;
  144. top: 635;
  145. text-align: center;
  146. width: 550px;}
  147.  
  148. #navi3 a {
  149. display: inline-block;
  150. width: 13%;
  151. padding: 2px;
  152. font-family: Times New Roman;
  153. font-size: 10px;
  154. text-align: center;
  155. text-decoration: none;
  156. color: #FFFFFF;
  157. background-color: #222222;
  158. transition: all 0.5s ease-in-out;
  159. -moz-transition: all 0.5s ease-in-out;
  160. -webkit-transition: all 0.5s ease-in-out;}
  161.  
  162. #navi3 a:hover {
  163. color: #000000;
  164. background-color: #0066ff;
  165. transition: all 0.8s ease-in-out;
  166. -moz-transition: all 0.8s ease-in-out;
  167. -webkit-transition: all 0.8s ease-in-out;}
  168.  
  169. #navi3 a:active {
  170. color: #000000;
  171. background-color: #ffffff;}
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. #bigtitle {
  179. text-align: center;
  180. color: #ff0000;
  181. font-family: Black Asylum;
  182. font-size: 30px;
  183. font-weight:lighter;}
  184.  
  185. #liltitle {
  186. text-align: center;
  187. color: #ff0000;
  188. font-family: Black Asylum;
  189. font-size: 20px;
  190. font-weight:lighter;}
  191.  
  192. td.quer {
  193. color: #ff7800;
  194. font-family: Geneva;
  195. font-size: 15px;
  196. font-weight: 900;}
  197.  
  198. td.desc {
  199. color: #cccccc;
  200. font-family: Geneva;
  201. font-size: 13px;
  202. text-align: right;}
  203.  
  204. a.link {
  205. color: #ff0000;
  206. text-decoration: none;
  207. font-size: 14px;}
  208.  
  209. ::-webkit-scrollbar-thumb {
  210. background-color: transparent;}
  211.  
  212. ::-webkit-scrollbar {
  213. background-color: transparent;}
  214.  
  215. a.credit {
  216. position: fixed;
  217. right: 5;
  218. top: 5;
  219. color: #33ff00;
  220. font-family: monospace;
  221. font-size: 11px;
  222. font-weight: 300;
  223. text-decoration: none;}
  224. </style>
  225.  
  226. <div id="splashart"><img src="http://oi61.tinypic.com/149bals.jpg"></div>
  227.  
  228.  
  229. <div id="navi">
  230. <a href="#01" title="Tab One">Title here</a>
  231. <a href="#02" title="Tab Two">Title here</a>
  232. <a href="#03" title="Tab Three">Title here</a>
  233. <a href="#04" title="Tab Four">Title here</a>
  234. <a href="#05" title="Tab Five">Title here</a>
  235. </div>
  236. <div id="infobox">
  237. <div style="height: 100%; overflow-y: hidden;">
  238.  
  239.  
  240. <a name="01"></a>
  241. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" center"="">
  242. Text can go here
  243. </font></div><font color="#000000">
  244.  
  245. <a name="02"></a>
  246. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  247. Text can go here
  248. </div>
  249.  
  250. <a name="03"></a>
  251. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  252. Text can go here
  253. </div>
  254.  
  255. <a name="04"></a>
  256. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  257. Text can go here
  258. </div>
  259.  
  260. <a name="05"></a>
  261. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  262. Text can go here
  263. </div>
  264. </font></div><font color="#000000">
  265. </font></div><font color="#000000">
  266.  
  267.  
  268.  
  269.  
  270.  
  271. <div id="navi2">
  272. <a href="#06" title="Tab One">Title here</a>
  273. <a href="#07" title="Tab Two">Title here</a>
  274. <a href="#08" title="Tab Three">Title here</a>
  275. <a href="#09" title="Tab Four">Title here</a>
  276. <a href="#10" title="Tab Five">Title here</a>
  277. <a href="#11" title="Tab Five">Title here</a>
  278. </div>
  279.  
  280. <div id="navi3">
  281. <a href="#12" title="Tab One">Title here</a>
  282. <a href="#13" title="Tab Two">Title here</a>
  283. <a href="#14" title="Tab Three">Title here</a>
  284. <a href="#15" title="Tab Four">Title here</a>
  285. <a href="#16" title="Tab Five">Title here</a>
  286. <a href="#17" title="Tab Five">Title here</a>
  287.  
  288.  
  289. </div>
  290. <div id="infobox2">
  291. <div style="height: 100%; overflow-y: hidden;">
  292.  
  293. <a name="06"></a>
  294. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  295. Info can go here
  296. </div><b>
  297.  
  298. <a name="07"></a>
  299. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  300. Info can go here
  301. </div>
  302.  
  303. <a name="08"></a>
  304. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  305. Info can go here
  306. </div>
  307.  
  308. <a name="09"></a>
  309. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  310. Info can go here
  311. </div>
  312.  
  313. <a name="10"></a>
  314. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"=""><h1>Walrein</h1>
  315. Info can go here
  316. </div>
  317.  
  318. <a name="11"></a>
  319. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  320. Info can go here
  321. </div>
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. <a name="12"></a>
  330. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  331. Info can go here
  332. </div>
  333.  
  334. <a name="13"></a>
  335. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  336. Info can go here
  337. </div>
  338.  
  339. <a name="14"></a>
  340. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  341. Info can go here
  342. </div>
  343.  
  344. <a name="15"></a>
  345. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  346. Info can go here
  347. </div>
  348.  
  349. <a name="16"></a>
  350. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  351. Info can go here
  352. </div>
  353.  
  354. <a name="17"></a>
  355. <div style="width:100%; height: 100%; top: 100px; overflow: auto; align=" left"="">
  356. Info can go here
  357. </div>
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. </b></b></b></b></b></b></b></div><b><b><b>
  366. </b></b></b></div><b><b><b>
  367. </b></b></b></font></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement