Beeline

ZombieJournal

Oct 22nd, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.63 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <style>
  5.  
  6.  
  7. a:link, a:visited, a:active {
  8. background-color: transparent;
  9. font: 12px Trebuchet MS;
  10. color: #25C388;
  11. letter-spacing: 2px;
  12. -webkit-transition: color 0.5s ease-out;
  13. -moz-transition: color 0.5s ease-out;}
  14.  
  15. a:hover {
  16. background-color: transparent;
  17. font: 12px Trebuchet MS;
  18. color: #484274;
  19. letter-spacing: 2px;
  20. -webkit-transition: color 0.5s ease-out;
  21. -moz-transition: color 0.5s ease-out;}
  22.  
  23. a:link img, a:visited img {
  24. border: 0px dotted #542574;
  25. -webkit-transition: color 0.5s ease-out;
  26. -moz-transition: color 0.5s ease-out;;
  27. }
  28. a:hover img {
  29. border: 0px dotted #a15ad1;
  30. opacity:.80; }
  31.  
  32. a.nav:link, a.nav:visited, a.nav:active {
  33. display: block;
  34. font: 8px Small Fonts;
  35. text-transform: uppercase;
  36. color: #fafdcd;
  37. background: #25C388;
  38. text-align: center;
  39. border-radius: 3px;
  40. border-right: 3px solid #fafdcd;
  41. border-left: 3px solid #fafdcd;
  42. padding: 2px;
  43. margin: 2px;
  44. -webkit-transition: all 0.8s ease-out;
  45. -moz-transition: all 0.8s ease-out;
  46. }
  47. a.nav:hover {
  48. display: block;
  49. font: 8px sans;
  50. text-transform: uppercase;
  51. color: #484274;
  52. background: #484274;
  53. text-align: center;
  54. border-radius: 3px;
  55. border-right: 3px solid #fafdcd;
  56. border-left: 3px solid #fafdcd;
  57. padding: 2px;
  58. margin: 2px;
  59. -webkit-transition: all 0.8s ease-out;
  60. -moz-transition: all 0.8s ease-out;
  61. }
  62.  
  63. body, html{
  64. background-color: ;
  65. background-image: url('http://i.imgur.com/j9aZgye.png');
  66. background-position: top right;
  67. background-repeat: repeat;
  68. background-attachment: fixed;
  69. }
  70.  
  71. body, div, table {
  72. width: 500px;
  73.  
  74. font-family: trebuchet MS;
  75. font-size: 12px;
  76. line-height: 11px;
  77. color: #823756;
  78.  
  79. }
  80.  
  81. b {
  82. font: 12px Sans;
  83. font-variant: sans;
  84. font-weight: bold;
  85. color: #25C388;
  86. background: transparent;
  87. letter-spacing: 2px;
  88. text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
  89. border-top: 2px solid #EC514F;
  90. border-radius: 5px;
  91. }
  92.  
  93. i {
  94. font: 14px sans;
  95. font-family: Satisfy, cursive;
  96. font-style: italic;
  97. font-weight: lighter;
  98. color: #25C388;
  99. letter-spacing: 2px;
  100. text-shadow: 2px 1px 2px #333;
  101.  
  102. }
  103.  
  104. u {
  105. font: 12px Sans;
  106. font-weight: lighter;
  107. color: #823756;
  108. border-bottom: 1px solid #25C388;
  109. letter-spacing: 2px;
  110. }
  111.  
  112. .journalentry, .journalentry td { border: none; }
  113.  
  114. .entrytable { border: none; }
  115.  
  116. a:link, .menu2, .menu2 a:link {
  117. color: #25C388;
  118. font-size: 8pt;
  119. font-family : trebuchet MS;
  120. text-decoration: none;
  121. -webkit-transition: all 0.5s ease-out;
  122. -moz-transition: all 0.5s ease-out;
  123. }
  124.  
  125. a:visited, .menu2 a:visited {
  126. color: #25C388;
  127. font-family : trebuchet MS;
  128. }
  129.  
  130. a:hover, .menu, .menu a:link, .menu a:visited {
  131. color: #484274;
  132. font-family : trebuchet MS;
  133. background: transparent;
  134. -webkit-transition: all 0.5s ease-out;
  135. -moz-transition: all 0.5s ease-out;
  136. }
  137.  
  138. h1 {
  139. font-size: 16px;
  140. line-height: 14px;
  141. font-family: trebuchet MS;
  142. text-align: center;
  143. letter-spacing: 2px;
  144. color: #white;
  145. font-weight: lighter;
  146. text-transform: uppercase;
  147. font-style: none;
  148. margin: 2px;
  149. border-left: 30px solid #25C388;
  150. border-right: 30px solid #25C388;
  151. border-bottom: 3px solid #25C388;
  152. border-top: 3px solid #25C388;
  153. }
  154.  
  155. small {
  156. color: #25C388;
  157. font-family: trebuchet ms;
  158. font-size: 10px;
  159. text-transform: uppercase;
  160. }
  161.  
  162. .leftnav, h2, .maintop, .menu2, .footer_links, .topbar, .description, .makeentry { display: none; }
  163.  
  164. .main {
  165. margin-top: 50px;
  166. background-color: ;
  167.  
  168. }
  169.  
  170. .journalentry {
  171. background: #413b36;
  172. text-align: center;
  173. border: none;
  174. width: 500px;
  175. border:ridge 2px #25C388;
  176. -moz-border-radius: 3px;
  177. -webkit-border-radius: 3px;
  178. border-radius: 3px;
  179. -moz-box-shadow: 0px 7px 23px #000000;
  180. -webkit-box-shadow: 0px 7px 23px #000000;
  181. }
  182.  
  183. .journalentry td {
  184. border: none;
  185. }
  186.  
  187. .entrytable {
  188. background: #211e3e;
  189. background: url('http://i.imgur.com/j9aZgye.png');
  190. text-align: center;
  191. border: none;
  192. width: 500px;
  193. border:ridge 2px #25C388;
  194. -moz-border-radius: 3px;
  195. -webkit-border-radius: 3px;
  196. border-radius: 3px;
  197. -moz-box-shadow: 0px 7px 23px #000000;
  198. -webkit-box-shadow: 0px 7px 23px #000000;
  199. }
  200.  
  201. .entrytable td {
  202. border: none;
  203. }
  204.  
  205. .comment_table {
  206. background: #675d79;
  207. text-align: center;
  208. border: none;
  209. width: 500px;
  210. }
  211.  
  212. .comment_table td {
  213. border: none;
  214. }
  215.  
  216. .commentform {
  217. background: #675d79;
  218. text-align: center;
  219. border: none;
  220. width: 500px;
  221. border:ridge 2px #25C388;
  222. -moz-border-radius: 3px;
  223. -webkit-border-radius: 3px;
  224. border-radius: 3px;
  225. -moz-box-shadow: 0px 7px 23px #000000;
  226. -webkit-box-shadow: 0px 7px 23px #000000;
  227. }
  228.  
  229. .commentform td {
  230. border: none;
  231. }
  232.  
  233. #last_comment {
  234. background: #675d79;
  235. text-align: center;
  236. border: none;
  237. width: 500px;
  238. }
  239.  
  240. #last_comment td {
  241. border: none;
  242. }
  243.  
  244. .darkbox td {
  245. border: none;
  246. }
  247.  
  248. #ajaxpane {
  249. border: none
  250. }
  251.  
  252. #ajaxpane td {
  253. border: none;
  254. }
  255.  
  256. .ajaxtooltip {
  257. border: none;
  258. background: transparent;
  259. }
  260.  
  261. .poll_table td {
  262. border: none;
  263. }
  264.  
  265. .subheading {
  266. font-size: 10px;
  267. line-height: 8px;
  268. text-transform: uppercase;
  269. color: #6D898A;
  270. background: ;
  271. background-image: url('http://i.imgur.com/nwWjl2s.png');
  272. font-family: trebuchet MS;
  273. text-align: center;
  274. font-weight: lighter;
  275. line-height: 10px;
  276. letter-spacing: 5px;
  277. font-style: none;
  278. border: none;
  279. border-radius: 20px;
  280. }
  281.  
  282. .subheading td {
  283. border: none;
  284. background-image: url('http://i.imgur.com/nwWjl2s.png');
  285. }
  286.  
  287. select {
  288. background: #413b36;
  289. font-size: 10px;
  290. text-transform: uppercase;
  291. color: #25C388;
  292. border: none;
  293.  
  294. }
  295.  
  296. input {
  297. background: #413b36;
  298. font-size: 10px;
  299. text-transform: uppercase;
  300. color: #25C388;
  301. border: none;
  302. border:ridge 2px #25C388;
  303. -moz-border-radius: 3px;
  304. -webkit-border-radius: 3px;
  305. border-radius: 3px;
  306. -moz-box-shadow: 0px 7px 23px #000000;
  307. -webkit-box-shadow: 0px 7px 23px #000000;
  308. }
  309.  
  310. textarea {
  311. width: 70%;
  312. background: #413b36;
  313. border: none;
  314. text-align: center;
  315. height: 100px;
  316. }
  317.  
  318. .sub_button {
  319. border: none;
  320. background-color: #413b36;
  321. padding: 0px 3px;
  322. margin: 0px;
  323. }
  324.  
  325. body {
  326. position: absolute;
  327. top: 100px;
  328. bottom: 0;
  329. right: 785px;
  330. overflow-y: scroll;
  331. overflow-x: hidden;
  332. }
  333.  
  334. ::-webkit-scrollbar {
  335. width: 5px;
  336. height: 10px;
  337. }
  338.  
  339. ::-webkit-scrollbar-button:start:decrement,
  340. ::-webkit-scrollbar-button:end:increment {
  341. height: 0px;
  342. display: block;
  343. background-color: transparent;
  344. }
  345.  
  346. ::-webkit-scrollbar-track-piece {
  347. background-color: #101010;
  348. -webkit-border-radius: 0px;
  349. }
  350.  
  351. ::-webkit-scrollbar-thumb:vertical {
  352. height: 50px;
  353. background-color: #007F9F;
  354. border: none;
  355. -webkit-border-radius: 0px;
  356. }
  357.  
  358.  
  359. .portlink:link, .portlink:visited, .portlink:active{
  360. color: white;
  361. font-family: trebuchet ms;
  362. font-size: 10px;
  363. text-transform: uppercase;
  364. font-weight: lighter;
  365. border-right: 3px solid #823756;
  366. border-left: 3px solid #823756;
  367. line-height: 22px;
  368. text-align: center;
  369. padding:0px;
  370. margin:5px;
  371. background: #25C388;
  372. width:100px;
  373. height:25px;
  374. -webkit-transition: all 0.5s ease-out;
  375. -moz-transition: all 0.5s ease-out;
  376. display:inline-block;
  377. border:ridge 2px #25C388;
  378. -moz-border-radius: 3px;
  379. -webkit-border-radius: 3px;
  380. border-radius: 3px;
  381. -moz-box-shadow: 0px 7px 23px #000000;
  382. -webkit-box-shadow: 0px 7px 23px #000000;
  383. }
  384. .portlink:hover{
  385. color: #fff;
  386. background-color: #823756;
  387. -webkit-border-radius: 8px;
  388. -moz-border-radius: 8px;
  389. border-radius: 8px;
  390. -webkit-transition: all 0.8s ease-out;
  391. -moz-transition: all 0.8s ease-out;
  392. }
  393.  
  394.  
  395. #navi {
  396. margin: 0px;
  397. position: fixed;
  398. top: 0px;
  399. left: 0px;
  400. height: 50px;
  401. width: 100%;
  402. border:ridge 2px #25C388;
  403. -moz-border-radius: 3px;
  404. -webkit-border-radius: 3px;
  405. border-radius: 3px;
  406. -moz-box-shadow: 0px 7px 23px #000000;
  407. -webkit-box-shadow: 0px 7px 23px #000000;
  408. }
  409. div.menu5
  410. {
  411. width:750px;
  412. margin:0 auto;
  413. text-align:center;
  414. background:;
  415. border:px solid black;
  416. font-size:0;
  417. padding:0px;
  418. }
  419.  
  420. div.menu5 a
  421. {
  422. display: inline-block;
  423. padding: 3 4px;
  424. background:#25C388;
  425. border:1px solid #823756;
  426. color:#C4B09C;
  427. text-decoration:none;
  428. font: bold 12px Arial;
  429. line-height: 20px;
  430. margin-right:1px;
  431. }
  432.  
  433. div.menu5 a:hover, div.menu5 a.current
  434. {
  435. background:#823756;
  436. color:#E6D4C3;
  437. }
  438.  
  439. </style>
  440.  
  441. <div id="navi">
  442. <div class="menu5">
  443. <a href="/profiles/home.php" class="portlink">VF Home</a>
  444. <a href="http://vampirefreaks.com/CrimsonZombieex" class="portlink">My Profile</a>
  445. <a href="http://vampirefreaks.com/journal_edit_options.php" class="portlink">Edit</a>
  446. <a href="http://vampirefreaks.com/journal_entry.php" class="portlink">New Entry</a>
  447. <a href="http://vampirefreaks.com/journal/CrimsonZombieex" class="portlink">Cover Page</a>
  448. <a href="http://vampirefreaks.com/members/Beeline/Beeline+Designs" class="portlink">PD 14</a>
  449.  
  450. <br />
  451.  
  452. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment