Advertisement
Jayn

Untitled

Feb 1st, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
  5. <title>Realms!</title>
  6.  
  7. <style type="text/css">
  8.  
  9. #Title {
  10. color:#e0e0e0;
  11. font-family: 'Niconne', cursive;
  12. font-size:80px;
  13. font-style:oblique;
  14. letter-spacing:3px;
  15. text-align:center;
  16. }
  17.  
  18. #Sub {
  19. color:#a5a5a5;
  20. font-family: verdana;
  21. font-size:9px;
  22. text-align:center;
  23. position: relative;
  24. top: -10px;
  25.  
  26. }
  27.  
  28. #headers {
  29. width:460px;
  30. position: relative;
  31. left:12px;
  32. background-color:#454348;
  33. border-radius: 1em 4em 1em 4em;
  34. -webkit-transition: all 0.6s ease-in-out;
  35.  
  36. }
  37.  
  38.  
  39. #headers:hover {
  40. -webkit-transition: all 0.6s ease-in-out;
  41. width:460px;
  42. position: relative;
  43. left:12px;
  44. background-color:#514f54;
  45. border-radius: 1em 4em 1em 4em;
  46. transition:all 0.6s ease-in-out;
  47. }
  48.  
  49. #Realm {
  50. color:#e0e0e0;
  51. display:block;
  52. font-family:ms gothic;
  53. font-size:30px;
  54. letter-spacing:10px;
  55. margin:5px 0 0;
  56. padding:10px 20px;
  57. text-align:center;
  58. transition:all 0.7s ease-in-out;
  59. width:auto;
  60. }
  61.  
  62. #description {
  63.  
  64. width:18%;
  65. height:100px;
  66. overflow:scroll;
  67. font-family: georgia;
  68. font-size: 11px;
  69. font-style: italic;
  70. color: #e0e0e0;
  71. letter-spacing: 1px;
  72. padding:20px;
  73. background:#3f374c;
  74. position: absolute;
  75. left:810px;
  76. text-align:justify;
  77.  
  78. }
  79.  
  80.  
  81. </style></head><body>
  82.  
  83. <body background="http://static.tumblr.com/pgongfd/vVRn0bcg2/concrete_wall-2.png">
  84.  
  85. <div id="Title">Realms of Aether</div>
  86.  
  87. <!---THIS IS ONE THING --->
  88. <table align="center">
  89. <td style="vertical-align:top;position:auto;table-layout: fixed;">
  90.  
  91. <div id="headers"><div id="Realm">AETHER</div>
  92. <div id="Sub">introduced here </div></div>
  93.  
  94. <div id="description">I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. </div>
  95.  
  96.  
  97.  
  98. </TD></table></body>
  99.  
  100. <!---END THE ONE THING --->
  101. <br><br><br><br><br><br><br>
  102. <!---THIS IS ONE THING --->
  103. <table align="center">
  104. <td style="vertical-align:top;width:0px;">
  105.  
  106. <div id="headers"><div id="Realm">TWERK CITY</div>
  107. <div id="Sub">introduced here</div></div>
  108.  
  109. <div id="description">I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. I see you standing there. </div>
  110.  
  111.  
  112.  
  113. </TD></table></body>
  114.  
  115. <!---END THE ONE THING --->
  116.  
  117.  
  118. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement