Advertisement
conception

Ayasha Journal

Aug 24th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. <style>
  2. .navlink:link, .navlink:active, .navlink:visited {
  3. color: #fafafa;
  4. height: 10px;
  5. line-height: 10px;
  6. font-family: Trebuchet MS;
  7. font-size: 6pt;
  8. font-weight: lighter;
  9. text-transform: uppercase;
  10. font-weight: lighter;
  11. padding: 2px;
  12. width: 95px;
  13. margin-top: 5px;
  14. text-align: center;
  15. display: block;
  16. background: transparent;
  17. letter-spacing: 1px;
  18. -webkit-transition: all 0.8s ease-out;
  19. -moz-transition: all 0.8s ease-out;
  20. }
  21.  
  22. .navlink:hover {
  23. color: #2d2a28;
  24. width: 95px;
  25. height: 10px;
  26. line-height: 10px;
  27. font-size: 6pt;
  28. text-transform: uppercase;
  29. font-style: normal;
  30. font-weight: lighter;
  31. text-align: center;
  32. margin-top: 5px;
  33. display: block;
  34. background: #dee8c9;
  35. border-radius: 0px;
  36. -webkit-transition: all 0.8s ease-out;
  37. -moz-transition: all 0.8s ease-out;
  38. }
  39.  
  40. html, body {
  41. background-color: #3f3d3a;
  42. background-image: url('http://i.imgur.com/aePXeZX.png');
  43. background-attachment: fixed;
  44. background-position: top left;
  45. background-repeat: no-repeat; }
  46.  
  47. h1 {
  48. color: #ffa9a9;
  49. border-bottom: 2px solid #ffa9a9;
  50. text-shadow: 1px 1px 1px #262422;
  51. background: #e1e3bd;
  52. font-family: trebuchet ms;
  53. font-size: 12pt;
  54. display: block;
  55. margin: 2px;
  56. border-radius: 5px;
  57. text-transform: uppercase;
  58. font-weight: bolder;
  59. letter-spacing: 1px;
  60. text-align: center;
  61. }
  62.  
  63.  
  64. b {
  65. color: #dee8c9;
  66. font-family: trebuchet ms;
  67. text-transform: uppercase;
  68. font-size: 8pt;
  69. }
  70.  
  71. i {
  72. text-transform: none;
  73. font-family: georgia;
  74. color: #dee8c9;
  75. text-shadow: 1px 1px 1px #101010;
  76. font-size: 14px;
  77. letter-spacing: 1px;
  78. }
  79.  
  80. u {
  81. text-transform: none;
  82. border-bottom: 1px dashed #ffa9a9;
  83. font-family: georgia;
  84. font-size: 11px;
  85. letter-spacing: 2px;
  86. }
  87.  
  88. s {
  89. color: #746c66;
  90. }
  91.  
  92. a:link, .menu2, .menu2 a:link {
  93. color: #ffa9a9;
  94. font-family: trebuchet ms;
  95. font-size: 11px;
  96. text-transform: uppercase;
  97. text-decoration: none;
  98. -webkit-transition: all 0.5s ease-out;
  99. -moz-transition: all 0.5s ease-out;
  100. }
  101.  
  102. a:visited, .menu2 a:visited {
  103. color: #ffa9a9;
  104. text-transform: uppercase;
  105. font-family: trebuchet ms;
  106. font-size: 11px;
  107. text-decoration: none;
  108. }
  109.  
  110. a:hover, .menu, .menu a:link, .menu a:visited {
  111. color: #dee8c9;
  112. text-decoration: none;
  113. font-family: trebuchet ms;
  114. font-size: 11px;
  115. text-transform: uppercase;
  116. background: transparent;
  117. -webkit-transition: all 0.5s ease-out;
  118. -moz-transition: all 0.5s ease-out;
  119. }
  120.  
  121. .member_thumbnail {
  122. background: #e1e3bd;
  123. border: 2px solid #ffa9a9;
  124. padding: 2px;
  125. width: 100px;
  126. height: 100px;
  127. margin: 1px;
  128. margin-top: 2px;
  129. -webkit-transition: all 0.7s ease-out;
  130. -moz-transition: all 0.7s ease-out;
  131. }
  132.  
  133. .member_thumbnail:hover {
  134. background: #ffa9a9;
  135. padding: 2px;
  136. margin: 1px;
  137. margin-top: 2px;
  138. border: 2px solid #e1e3bd;
  139. width: 100px;
  140. height: 100px;
  141. -webkit-transition: all 0.7s ease-out;
  142. -moz-transition: all 0.7s ease-out;
  143. }
  144.  
  145. .googleads.center {position: absolute; top: 90%;}
  146.  
  147. .googleactiveviewclass, .side_td {position: absolute; left: 1000px;}
  148.  
  149. ::-webkit-scrollbar { width: 2px; background: transparent; }
  150.  
  151. ::-webkit-scrollbar-track-piece { background: transparent; width:1px; border: none; overflow:hidden; -webkit-border-radius:100px; }
  152.  
  153. ::-webkit-scrollbar-thumb{ -webkit-border-radius:0px; background: #ffa9a9; width:5px; border:none; }
  154.  
  155. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {height:5px; display: block; background-color:transparent; -webkit-border-radius:100px; border:none;
  156. -webkit-transition: all 0.5s ease-out;
  157. -moz-transition: all 0.5s ease-out;}
  158.  
  159. ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover{background-color:#ffa9a9; cursor:hand;}
  160.  
  161. ::-webkit-scrollbar-button:start:decrement:active, ::-webkit-scrollbar-button:end:increment:active{background:transparent;}
  162.  
  163. .main {
  164. color: #f1f1f1;
  165. margin-top: 100px;
  166. margin-left: 565px;
  167. background-color: #2d2a28;
  168. border:5px solid #34322f;
  169. border-radius: 7px;
  170. width: 500px;
  171. }
  172.  
  173. .leftnav, .maintop img, h2, .topbar, .description, .footer_links, .menu2 {display: none;
  174. }
  175.  
  176. blockquote {
  177. width: 83%;
  178. height: auto;
  179. background: #34322f;
  180. border-bottom: 2px solid #e1e3bd;
  181. border-radius: 5px;
  182. }
  183.  
  184. .subheading { border: none;
  185. }
  186. .subheading td {
  187. text-transform: none;
  188. font-style: none;
  189. background: #34322f;
  190. color: #f1f1f1;
  191. border: none;
  192. }
  193.  
  194. .subject {
  195. color: #ffa9a9;
  196. border-bottom: 2px solid #ffa9a9;
  197. text-shadow: 1px 1px 1px #262422;
  198. background: #e1e3bd;
  199. font-family: trebuchet ms;
  200. font-size: 12pt;
  201. display: block;
  202. margin: 2px;
  203. border-radius: 5px;
  204. text-transform: uppercase;
  205. font-weight: bolder;
  206. letter-spacing: 1px;
  207. text-align: center;
  208. }
  209.  
  210. .entrytable {
  211. background: transparent;
  212. border: none;
  213. }
  214.  
  215. .comment_table {
  216. background: transparent;
  217. }
  218.  
  219. a:link img[src="http://e.vampirefreaks.com/images/win.png"]{background-image: url(http://i.imgur.com/TJyQgyG.png); top right no-repeat; height: 10px; width:0px; padding-right: 10px;}
  220.  
  221. a:link img[src="http://e.vampirefreaks.com/images/fail.png"]{background-image: url(http://i.imgur.com/URfHcd6.png); top right no-repeat; height: 11px; width:0px; padding-right: 10px;}
  222.  
  223. .sub_button {
  224. border: none;
  225. background-color: transparent;
  226. padding: 3px;
  227. margin: 0px;
  228. border-image: initial;
  229. font-size: 8px;
  230. }
  231.  
  232. input, select, textarea {
  233. background: #34322f;
  234. border: none;
  235. padding: 2px;
  236. border-radius: 5px;
  237. text-align: center;
  238. }
  239.  
  240. .commentform {
  241. background: transparent;
  242. border: none;
  243. }
  244.  
  245. .comment_table td {
  246. border: none;
  247. }
  248.  
  249. .comment_table {
  250. width: 100%;
  251. }
  252.  
  253. .new_friends_journals, .new_journal_comments {
  254. background: #34322f;
  255. }
  256.  
  257. .journal_comment td {
  258. border: none;
  259. color: #f1f1f1;
  260. }
  261. .darkbox {
  262. background: transparent;
  263. }
  264. .box {
  265. overflow: auto;
  266. padding: 4px;
  267. position: fixed;
  268. text-align: center;
  269. color: #f1f1f1;
  270. background-color: #2d2a28;
  271. border-bottom: 2px solid #e1e3bd;
  272. }
  273.  
  274. #navi {
  275. top: 300px;
  276. height: 170px;
  277. width: 100px;
  278. left: 460px;
  279. overflow: hidden;
  280. border-radius: 5px 0px 0px 5px;
  281. }
  282.  
  283. </style>
  284. <center>
  285. <div class="box" id="navi"><a href="http://vampirefreaks.com/profiles/home.php" class="navlink">VF Home</a><a href="http://vampirefreaks.com/user_comment.php?user=Ayasha&amp;rate=1" class="navlink">Message</a><a href="http://vampirefreaks.com/profile_action.php?user=Ayasha" class="navlink">Add Friend</a><a href="http://vampirefreaks.com/journal/Ayasha" class="navlink">Journal</a><a href="http://vampirefreaks.com/gallery/Ayasha" class="navlink">Gallery</a><a href="http://vampirefreaks.com/members/Ayasha/Thunderbird" class="navlink">Portfolio</a><a href="http://www.vampirefreaks.com/journal_edit_options.php" class="navlink">Edit Journal</a><a href="/silklungs" class="navlink">Header</a><a href="/voltage" class="navlink">Coding</a></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement