Advertisement
Phrenik

Dormines Journal

Jun 26th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. <center>
  2.  
  3. <div class="navi">
  4. <a href="/profiles/home.php" class="nav">VF Main</a>
  5. <a href="/journal_entry.php" class="nav">New Entry</a>
  6. <a href="/journal_edit_options.php" class="nav">Edit Jrnl</a>
  7.  
  8. <a href="/Dormines" class="nav">My Profile</a>
  9. <a href="http://www.dethpunch.com" class="nav">&copyd.punch</a>
  10. </div>
  11.  
  12.  
  13.  
  14. <style>
  15. #menu0, .maintop, .leftnav, h2, .topbar, .description, .footer_links, .makeentry {
  16. display: none;
  17. }
  18.  
  19. body, html {
  20. background: #fbe9d0;
  21. background-image: url('http://i.imgur.com/B24vdf5.png');
  22. background-position: top-left;
  23. background-repeat: no-repeat;
  24. }
  25.  
  26. .main {
  27. width: 600px;
  28. background: #A3887F;
  29. border: 6px solid #BC716E;
  30. border-bottom-left-radius: 10px;
  31. border-bottom-right-radius: 10px;
  32. float: right;
  33. }
  34.  
  35. b {
  36. font-family: trebuchet ms;
  37. font-size: 12px;
  38. text-transform: uppercase;
  39. color: #BB4E77;
  40. }
  41.  
  42. i {
  43. font-family: georgia;
  44. font-weight: lighter;
  45. color: #F6517C;
  46. }
  47. .navi {
  48. position: absolute;
  49. top: 685px;
  50. left: 2px;
  51. width: 520px;
  52. text-align: center;
  53. }
  54.  
  55. a.nav:link, a.nav:visited, a.nav:active {
  56. width: 83px;
  57. padding: 2px;
  58. display: inline-block;
  59. margin: 1px;
  60. background-color: #A3887F;
  61. color: #fff;
  62. font-family: trebuchet ms;
  63. text-align: center;
  64. line-height: 10px;
  65. font-size: 10px;
  66. text-decoration: none;
  67. text-transform: uppercase;
  68. letter-spacing: 2px;
  69. -webkit-transition: all 0.5s ease-out;
  70. -moz-transition: all 0.5s ease-out;
  71. border-radius: 12px;
  72. }
  73.  
  74. a.nav:hover {
  75. background-color: #FF8C9E;
  76. color: #fff;
  77. -webkit-transition: all 0.5s ease-out;
  78. -moz-transition: all 0.5s ease-out;
  79. }
  80. .subheading td {
  81. background: #FF8C9E;
  82. border-radius: 12px;
  83. }
  84. .subheading {
  85. width: 100.5%;
  86. background: #FF8C9E;
  87. font-family: trebuchet ms;
  88. color: #FBEAD0;
  89. text-transform: uppercase;
  90. font-style: italic;
  91. margin-top: -1px;
  92. margin-bottom: 3px;
  93. margin-right: 0px;
  94. margin-left: -.6px;
  95. font-size: 12px;
  96. line-height: 9px;
  97. letter-spacing: 0px;
  98. text-shadow: none;
  99. border-radius: 12px;
  100. }
  101.  
  102. .subheading small {
  103. color: #FBEAD0;
  104. font-style: normal;
  105. font-size: 9px;
  106. text-shadow: none;
  107. border-radius: 12px;
  108. }
  109.  
  110. .entrytable {
  111. margin: 0 auto;
  112. width: 599px;
  113. background: #A3887F;
  114. margin-bottom: -5px;
  115. color: #e7cdc5;
  116. font-family: trebuchet ms;
  117. text-align: justify;
  118. font-size: 13px;
  119. line-height: 12px;
  120. text-shadow: none;
  121. border: none;
  122. padding: 8px;
  123. }
  124.  
  125. .entrytable img {;
  126. opacity: .7;
  127. -webkit-transition: all 0.5s ease-out;
  128. -moz-transition: all 0.5s ease-out;
  129. }
  130.  
  131. .entrytable img:hover {
  132. opacity: .9;
  133. -webkit-transition: all 0.5s ease-out;
  134. -moz-transition: all 0.5s ease-out;
  135. }
  136.  
  137. .commentform {
  138. margin: 0 auto;
  139. width: 599px;
  140. background: #A3887F;
  141. margin-bottom: 5px;
  142. color: #e7cdc5;
  143. font-family: tahoma;
  144. text-align: center;
  145. font-size: 12px;
  146. border: none;
  147. }
  148.  
  149. .comment_table {
  150. margin: 0 auto;
  151. width: 599px;
  152. background: #A3887F;
  153. margin-bottom: 5px;
  154. color: #e7cdc5;
  155. font-family: tahoma;
  156. text-align: center;
  157. font-size: 11px;
  158. }
  159.  
  160.  
  161. a:link, a:visited, a:active {
  162. background: none;
  163. font-family: trebuchet ms;
  164. letter-spacing: 1px;
  165. font-size: 10px;
  166. text-transform: uppercase;
  167. color: #FDB5A7;
  168. font-weight: lighter;
  169. text-decoration: none;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;
  172. }
  173.  
  174. a:hover {
  175. background: none;
  176. color: #FF8C9E;
  177. -webkit-transition: all 0.5s ease-out;
  178. -moz-transition: all 0.5s ease-out;
  179. }
  180.  
  181. textarea {
  182. width: 90%;
  183. background: #FDB5A7;
  184. color: #666;
  185. font-family: tahoma;
  186. text-align: center;
  187. font-size: 12px;
  188. border: none;
  189. border-radius: 10px;
  190. }
  191.  
  192. input {
  193. background: #FDB5A7;
  194. border: none;
  195. color: #666;
  196. font-family: tahoma;
  197. text-align: center;
  198. font-size: 11px;
  199. border-radius: 10px;
  200. text-shadow: none;
  201. margin: 2px;
  202. }
  203.  
  204. table, td, th { border: none; }
  205. .darkbox td { border: none; }
  206.  
  207. .comment_points {
  208. margin-bottom: 30px;
  209. }
  210.  
  211. a:link img[src="http://e.vampirefreaks.com/images/win.png"]{background-image: url(http://i.imgur.com/8fLAB1S.png); top right no-repeat; height: 12px; width:0px; padding-right: 14px;}
  212. a:link img[src="http://e.vampirefreaks.com/images/fail.png"]{background-image: url(http://i.imgur.com/Lz1zdGS.png); top right no-repeat; height: 12px; width:0px; padding-right: 14px;}
  213.  
  214.  
  215. .graytext { display: none; }
  216. .editdel_links { margin-top: -4px; margin-bottom: 6px; }
  217.  
  218. .comment_table, .journal_comment, div, table, .td, .entrytable, .commentform, .journal_comment td, .lefticon_td {border: none;}
  219.  
  220.  
  221. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement