Advertisement
conception

SisterGrim Journal

Jun 10th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <center>
  2. <style>
  3. .overlay {
  4. width: 600px;
  5. height: 364px;
  6. background: transparent;
  7. position: absolute;
  8. }
  9.  
  10. .innerbox {
  11. overflow: auto;
  12. border: none;
  13. background: transparent;
  14. position: absolute;
  15. }
  16.  
  17. #navi {
  18. top: 242px;
  19. left: 40px;
  20. width: 110px;
  21. height: 150px;
  22. text-align: center;
  23. overflow: hidden;
  24. border: none;
  25. letter-spacing: 0px;
  26. }
  27.  
  28. </style>
  29. <div class="overlay"><div class="innerbox" id="navi"><center><a href="http://vampirefreaks.com" class="navlink">Home</a> <a href="http://vampirefreaks.com/SisterGrim" class="navlink">Profile</a>
  30. <a href="http://vampirefreaks.com/journal/SisterGrim" class="navlink">Journal</a> <a href="http://vampirefreaks.com/journal_entry.php" class="navlink">Make Entry</a> <a href="http://vampirefreaks.com/Voltage" class="navlink">Coding C.</a> <a href="http://vampirefreaks.com/Ominous-Pixie" class="navlink">Header C.</a>
  31. </div></div>
  32. <img src="http://i.imgur.com/974CAlQ.jpg" />
  33. <style>
  34.  
  35.  
  36. .navlink:link, .navlink:active, .navlink:visited {
  37. color: #0D6759;
  38. display: block;
  39. background: #2A044A;
  40. border-top-left-radius: 20px;
  41. border-top-right-radius: 20px;
  42. -webkit-transition: all 0.5s ease-out;
  43. -moz-transition: all 0.5s ease-out;
  44. }
  45.  
  46. .navlink:hover {
  47. color: #0D6759;
  48. display: block;
  49. background: transparent;
  50. border-top-left-radius: 20px;
  51. border-top-right-radius: 20px;
  52. -webkit-transition: all 0.5s ease-out;
  53. -moz-transition: all 0.5s ease-out;
  54. }
  55.  
  56.  
  57.  
  58. .main {
  59. width: 611px;
  60. background: #2A044A;
  61. text-align: center;
  62. font-family: trebuchet ms;
  63. }
  64.  
  65. .subject { color: #0D6759;
  66. font-family: Verdana;
  67. font-size: 10pt;
  68. }
  69. small { color: #0d6759;
  70. font-family: verdana;
  71. text-align: center;
  72. }
  73.  
  74. .subheading {
  75. background: transparent;
  76. border: none;
  77. text-align: center;
  78. }
  79.  
  80. i {
  81. font-style: italic;
  82. font-size: 11px;
  83. font-family: georgia;
  84. color: #A0C55F;
  85. letter-spacing: 2px;
  86. }
  87.  
  88. b { text-decoration:none;
  89. font: 15px Trebuchet MS;
  90. color: #0D6759;
  91. font-variant: small-caps;
  92. font-weight: lighter;
  93. letter-spacing: 2px;
  94. text-shadow: 1px 1px 1px #0B2E59;
  95. }
  96.  
  97. u { text-decoration:none;
  98. font: 11px Trebuchet MS;
  99. color: #7AB317;
  100. text-transform: ;
  101. border-bottom: 1px dotted #0D6759;
  102. letter-spacing: 2px;
  103. }
  104.  
  105. a:link, .menu2, .menu2 a:link {
  106. color: #0B2E59;
  107. font-size: 9pt;
  108. font-family : trebuchet ms;
  109. text-transform: none;
  110. text-decoration: none;
  111. -webkit-transition: all 0.5s ease-out;
  112. -moz-transition: all 0.5s ease-out;
  113. }
  114.  
  115. a:visited, .menu2 a:visited {
  116. color: #0B2E59;
  117. text-transform: none;
  118. font-family : trebuchet ms;
  119. text-transform: none;
  120. text-decoration: none;
  121. }
  122.  
  123. a:hover, .menu, .menu a:link, .menu a:visited {
  124. color: #7AB317;
  125. text-decoration: none;
  126. font-family : trebuchet ms;
  127. text-transform: none;
  128. background: transparent;
  129. -webkit-transition: all 0.5s ease-out;
  130. -moz-transition: all 0.5s ease-out;
  131. }
  132.  
  133. body, html { background: url('http://i.imgur.com/FW8Ys7K.png');
  134. color: #7AB317; }
  135.  
  136. .entrytable {
  137. border: 1px dotted #0B2E59;
  138. border-radius: 20px; }
  139.  
  140. .editdel_links { margin: 3px; }
  141.  
  142. .comment_table { border: none;
  143. text-align: center;
  144. background: transparent; }
  145.  
  146. .comment_table td { border: none; }
  147. .commentform { text-align: center;
  148. width: 60%;
  149. background: transparent;
  150. border: none; }
  151.  
  152. input, select, textarea { color: #7AB317;
  153. background: url('http://i.imgur.com/FW8Ys7K.png');
  154. border-radius: 20px;
  155. border: 1px solid #252525;
  156. padding-left: 4px; }
  157.  
  158.  
  159. .leftnav, .maintop img, h2, .topbar, .description, .footer_links, .menu2, .usericon, .makeentry { display: none; }
  160.  
  161.  
  162.  
  163. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement