Advertisement
Guest User

Untitled

a guest
May 30th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);
  4.  
  5. @import url(http://fonts.googleapis.com/css?family=Playfair+Display);
  6.  
  7. @import url(http://fonts.googleapis.com/css?family=Crimson+Text);
  8.  
  9. @import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
  10.  
  11. @font-face {
  12. font-family: 'Brotherhood Script';
  13. src: url('http://www.fontsaddict.com/fontface/brotherhood-script.ttf');
  14. }
  15.  
  16. .pfor {display: none;}
  17. body {background: #000; background-image: url('http://i.picpar.com/uwW.png');}
  18.  
  19. #profile {border: 0px; background: transparent;}
  20.  
  21.  
  22. ::-webkit-scrollbar-thumb {background-color: transparent; border-right: 4px transparent solid; border-top: 4px transparent solid; border-bottom: 4px transparent solid; box-shadow: inset #4B6A4A 0px 0px 0px 5px;}
  23. ::-webkit-scrollbar {width: 8px; background-color: transparent;}
  24.  
  25.  
  26. #whole{
  27. position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;
  28. }
  29.  
  30. #header {
  31. height: 100px;
  32. width: 450px;
  33. margin: auto;
  34. position: fixed;
  35. top: 0px;
  36. left: 0px;
  37. right: 0px;
  38. bottom: 380px;
  39. background: transparent;
  40. color: #0A655D;
  41. text-align: center;
  42. font-family: Brotherhood Script;
  43. font-size: 100px;
  44. }
  45.  
  46.  
  47.  
  48. #bgbox {
  49. height: 300px;
  50. width: 475px;
  51. margin: auto;
  52. position: fixed;
  53. top: 50px;
  54. left: 0px;
  55. right: 0px;
  56. bottom: 0px;
  57. background: rgba(10, 101, 93, .7);
  58. }
  59.  
  60. #textbox {
  61. height: 255px;
  62. width: 460px;
  63. margin: auto;
  64. position: fixed;
  65. padding: 5px;
  66. top: 80px;
  67. left: 0px;
  68. right: 0px;
  69. bottom: 0px;
  70. background: rgba(0, 0, 0, .75);
  71. color: #888;
  72. font-family: Libre Baskerville;
  73. font-size: 13px;
  74. text-align: left;
  75. }
  76.  
  77. #lfil {
  78. height: 265px;
  79. width: 50px;
  80. margin: auto;
  81. position: fixed;
  82. top: 255px;
  83. left: 0px;
  84. right: 315px;
  85. bottom: 0px;
  86. background: transparent;
  87. -ms-transform: rotate(-90deg);
  88. -webkit-transform: rotate(-90deg);
  89. transform: rotate(-90deg);
  90. }
  91.  
  92. #rfil {
  93. height: 265px;
  94. width: 50px;
  95. margin: auto;
  96. position: fixed;
  97. top: 0px;
  98. left: 315px;
  99. right: 0px;
  100. bottom: 170px;
  101. background: transparent;
  102. -ms-transform: rotate(90deg);
  103. -webkit-transform: rotate(90deg);
  104. transform: rotate(90deg);
  105. }
  106.  
  107. #navbg {
  108. height:18px;
  109. width: 460px;
  110. margin: auto;
  111. position: fixed;
  112. padding: 5px;
  113. top: 0px;
  114. left: 0px;
  115. right: 0px;
  116. bottom: 214px;
  117. background: rgba(0, 0, 0, .75);
  118. color: #888;
  119. font-family: cinzel;
  120. font-size: 13px;}
  121.  
  122. .nav {
  123. height:18px;
  124. width: 460px;
  125. margin: auto;
  126. position: fixed;
  127. padding: 5px;
  128. top: 0px;
  129. left: 0px;
  130. right: 0px;
  131. bottom: 214px;
  132. background: rgba(0, 0, 0, .75);
  133. color: #888;
  134. font-family: cinzel;
  135. font-size: 13px;
  136. opacity: 0;
  137. transition: all .5s;
  138. }
  139.  
  140. #navbg:hover .nav {
  141. height:18px;
  142. width: 460px;
  143. margin: auto;
  144. position: fixed;
  145. padding: 5px;
  146. top: 0px;
  147. left: 0px;
  148. right: 0px;
  149. bottom: 214px;
  150. background: rgba(10, 101, 93, .7);
  151. color: #888;
  152. font-family: cinzel;
  153. font-size: 13px;
  154. opacity: 1;
  155. }
  156.  
  157. a.n, a.visited {
  158. height: 18px;
  159. width: 85px;
  160. margin-right: 4px;
  161. display: inline-block;
  162. text-align: center;
  163. color: #015b70;
  164. font-weight: bold;
  165. font-family: playfair display;
  166. text-transform: uppercase;
  167. background: rgba(0, 0, 0, 0.6);
  168. text-decoration: none;
  169. -webkit-transition:opacity 0.8s linear;
  170. -webkit-transition:all 0.5s ease-out;
  171. -moz-transition:all 0.5s ease-out;
  172. transition: all 0.5s ease-out;
  173. }
  174.  
  175. a.n:hover {
  176. background: rgba(130, 130, 130, 0.6);
  177. color: #0e3f2d;
  178. letter-spacing: 5px;
  179. }
  180.  
  181. h1 {
  182. color: #104344;
  183. font-family: Pinyon script;
  184. font-size: 35px;
  185. margin-left: 10px;
  186. letter-spacing: .5px;
  187. line-height: 5px;
  188. text-align: left;
  189. }
  190.  
  191. h1:first-letter {
  192. color: #1a5d60;
  193. }
  194.  
  195. h2 {
  196. font-family: crimson text;
  197. color: #355b58;
  198. font-variant: small-caps;
  199. font-size: 22px;
  200. margin-bottom: 8px;
  201. border-bottom: 1px solid #102826;
  202. line-height: 7px;
  203. text-align: left;
  204. }
  205.  
  206. b {
  207. color: #555;
  208. }
  209.  
  210. i {
  211. color: #aaa;
  212. }
  213.  
  214. u {
  215. color: #bbb;
  216. }
  217.  
  218. a, a:visited {
  219. text-decoration: none;
  220. font-variant: small-caps;
  221. color: #3a696b;
  222. font-size: 14px;
  223. transition: all .6s;
  224. }
  225.  
  226. a:hover {
  227. color: #518082;
  228. }
  229.  
  230. </style>
  231. <div id="Header">
  232. <span style="margin: -100px;"> The Admiral's Arms</span>
  233. </div>
  234.  
  235. <div id="bgbox">
  236. </div>
  237. <div id="textbox">
  238.  
  239. <div style="height: 260px; width: 465px;; overflow: hidden;">
  240.  
  241. <a name="one"></a>
  242. <div style="width: 260px; height: 465px; overflow: auto; ">
  243.  
  244. <h1>Header one</h1>
  245. <h2>header two</h2>
  246. <b>bold</b> <i>italic</i> <u>underline</u> <a href="">link</a> word
  247. </div>
  248.  
  249. <a name="two"></a>
  250. <div style="width: 260px; height: 465px; overflow: auto; ">
  251.  
  252. <h1>Header one 2</h1>
  253. <h2>header two 2</h2>
  254. <b>bold2</b> <i>italic2</i> <u>underline2</u> <a href="">link2</a> word
  255. </div>
  256.  
  257. <a name="three"></a>
  258. <div style="width: 260px; height: 465px; overflow: auto; ">
  259.  
  260. <h1>Header one3</h1>
  261. <h2>header two3</h2>
  262. <b>bold3</b> <i>italic3</i> <u>underline3</u> <a href="">link3</a> word
  263. </div>
  264.  
  265. <a name="four"></a>
  266. <div style="width: 260px; height: 465px; overflow: auto; ">
  267.  
  268. <h1>Header one4</h1>
  269. <h2>header two4</h2>
  270. <b>bold4</b> <i>italic4</i> <u>underline4</u> <a href="">link4</a> word
  271. </div>
  272.  
  273. <a name="five"></a>
  274. <div style="width: 260px; height: 465px; overflow: auto; ">
  275.  
  276. <h1>Header one5</h1>
  277. <h2>header two5</h2>
  278. <b>bold5</b> <i>italic5</i> <u>underline5</u> <a href="">link5</a> word
  279. </div>
  280.  
  281. </div>
  282.  
  283.  
  284. <div id="navbg">
  285. <div class="nav">
  286. <a class="n" href="#one">one</a>
  287. <a class="n" href="#two">two</a>
  288. <a class="n" href="#three">three</a>
  289. <a class="n" href="#four">four</a>
  290. <a class="n" href="#five">five</a>
  291.  
  292. </div>
  293. </div>
  294.  
  295. <div id="lfil">
  296. <img src="http://i.picpar.com/qZwb.png">
  297. </div>
  298.  
  299. <div id="rfil">
  300. <img src="http://i.picpar.com/qZwb.png">
  301. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement