Beeline

JuleahjournalMH

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