Beeline

Juleah Journal

Mar 9th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.56 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: #E49F87;
  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: white;
  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: #685045;
  56. background-image: url('http://i.imgur.com/daQx4Ba.png'), url('');
  57. background-position: bottom left;
  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: #E49F87;
  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 #E49F87;
  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: #E49F87;
  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: #E49F87;
  110. font-family : trebuchet MS;
  111. }
  112.  
  113. a:hover, .menu, .menu a:link, .menu a:visited {
  114. color: white;
  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:;
  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. background-color:#685045;
  147. box-shadow: 0px 1px 3px transparent;
  148. border-top: 1px solid #E49F87;
  149. border-left: 15px solid #E49F87;
  150. border-right: 15px solid #EB7077;
  151. border-bottom: 1px solid #EB7077;
  152. border-top-left-radius: 2em;
  153. border-top-right-radius: 2em;
  154. border-bottom-left-radius: 0em;
  155. border-bottom-right-radius: 0em;
  156. width:600px;
  157. position: absolute;
  158. margin-top: 15px;
  159. padding: 5px;
  160. margin-top: -10px;
  161. margin-bottom: 20px;
  162. margin-left: -200px;
  163. padding: 10px;
  164. }
  165.  
  166.  
  167. .journalentry {
  168. background: #523d34;
  169. text-align: left;
  170. border: none;
  171. width: 400px;
  172. -moz-border-radius: 3px;
  173. -webkit-border-radius: 3px;
  174. border-radius: 3px;
  175. border: 1px solid #E49F87;
  176. }
  177.  
  178. .journalentry td {
  179. border: none;
  180. }
  181.  
  182. .entrytable {
  183. text-align: left;
  184. border: none;
  185. width: 500px;
  186. background-color:#523d34;
  187. border-left: 5px solid white;
  188. border-right: 5px solid white;
  189. border-top: 1px solid white;
  190. }
  191.  
  192. .entrytable td {
  193. border: none;
  194. }
  195.  
  196. .comment_table {
  197. background: #523d34;
  198. text-align: left;
  199. border: none;
  200. width: 500px;
  201. }
  202.  
  203. .comment_table td {
  204. border: none;
  205. }
  206.  
  207. .commentform {
  208. background: #523d34;
  209. text-align: left;
  210. border: none;
  211. width: 500px;
  212. border-left: 5px solid #E49F87;
  213. border-right: 5px solid #E49F87;
  214. border-top: 1px solid #E49F87;
  215. }
  216.  
  217. .commentform td {
  218. border: none;
  219. }
  220.  
  221. #last_comment {
  222. background: #523d34;
  223. text-align: left;
  224. border: none;
  225. width: 500px;
  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:white;
  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-image: url('');
  272. background: #E49F87;
  273. }
  274.  
  275. select {
  276. font-size: 10px;
  277. text-transform: uppercase;
  278. color: white;
  279. border: none;
  280. background-image: url('');
  281. }
  282.  
  283. input {
  284. font-size: 10px;
  285. text-transform: uppercase;
  286. background-image: url('');
  287. color: white;
  288. border: none;
  289. border: 1px solid #E49F87;
  290. background-color:#616668;
  291.  
  292. }
  293.  
  294.  
  295.  
  296. textarea {
  297. width: 70%;
  298. background: #523d34;
  299. border: none;
  300. text-align: center;
  301. height: 100px;
  302. -moz-border-radius: 3px;
  303. -webkit-border-radius: 3px;
  304. border-radius: 3px;
  305. border-left: 2px solid #E49F87;
  306. border-right: 2px solid #E49F87;
  307. }
  308.  
  309.  
  310. .sub_button {
  311. border: none;
  312. background-image: url('');
  313. background-color: ;
  314. color: white;
  315. padding: 0px 3px;
  316. margin: 0px;
  317. }
  318.  
  319. body {
  320. position: absolute;
  321. top: 100px;
  322. bottom: 0;
  323. right: 450px;
  324. overflow-y: scroll;
  325. overflow-x: hidden;
  326. }
  327.  
  328. ::-webkit-scrollbar {
  329. width: 5px;
  330. height: 10px;
  331. }
  332.  
  333. ::-webkit-scrollbar-button:start:decrement,
  334. ::-webkit-scrollbar-button:end:increment {
  335. height: 0px;
  336. display: block;
  337. background-color: transparent;
  338. }
  339.  
  340. ::-webkit-scrollbar-track-piece {
  341. background-color: #685045;
  342. -webkit-border-radius: 0px;
  343. }
  344.  
  345. ::-webkit-scrollbar-thumb:vertical {
  346. height: 50px;
  347. background-color: #E49F87;
  348. border: none;
  349. -webkit-border-radius: 0px;
  350. }
  351.  
  352. #navi {
  353. margin: 0px;
  354. padding-bottom:35px;
  355. position: fixed;
  356. margin-top: 15px;
  357. padding: 3px;
  358. margin-top: -10px;
  359. margin-bottom: 20px;
  360. margin-left: -124px;
  361. width: 100px;
  362. display: inline-block;
  363. font-family: trebuchet MS;
  364. font-size: 8pt;
  365. color: white;
  366. text-transform: uppercase;
  367. text-align: center;
  368. letter-spacing: 2pt;
  369. background-color: ;
  370. z-index: 100;
  371. -moz-border-radius: 3px;
  372. -webkit-border-radius: 3px;
  373. border-radius: 3px;
  374.  
  375. }
  376. .portlink:link, .portlink:visited, .portlink:active{
  377. color: white;
  378. font-family: trebuchet ms;
  379. font-size: 10px;
  380. text-transform: uppercase;
  381. font-weight: lighter;
  382. border-left: 1px solid #EB7077;
  383. line-height: 22px;
  384. text-align: center;
  385. padding:0px;
  386. margin:4px;
  387. background: #E49F87;
  388. width:100px;
  389. height:20px;
  390. -moz-border-radius: 1px;
  391. -webkit-border-radius: 1px;
  392. border-radius: 1px;
  393. -webkit-transition: all 0.5s ease-out;
  394. -moz-transition: all 0.5s ease-out;
  395. }
  396. .portlink:hover{
  397. color: white;
  398. background-color: #EB7077;
  399. border-left: 2px solid #E49F87;
  400. -webkit-border-radius: 8px;
  401. -moz-border-radius: 8px;
  402. border-radius: 8px;
  403. -moz-border-radius: 1px;
  404. -webkit-border-radius: 1px;
  405. border-radius: 1px;
  406. -webkit-transition: all 0.5s ease-out;
  407. -moz-transition: all 0.5s ease-out;
  408. }
  409. div.menu5 a
  410. {
  411. display:inline-block;
  412. padding: 3px 0px;
  413. background:;
  414. border-top: 0px solid #bfd025;
  415. -moz-border-radius: 3px;
  416. -webkit-border-radius: 3px;
  417. border-radius: 3px;
  418. color:#262626;
  419. text-decoration:none;
  420. font: bold 12px Arial;
  421. line-height: 20px;
  422. margin-right:1px;
  423. }
  424.  
  425. div.menu5 a:hover, div.menu5 a.current
  426. {
  427. background:;
  428. color:white;
  429. }
  430. a:link img[src="http://e.vampirefreaks.com/images/win.png"]{background-image: url('http://i.imgur.com/v2jzqFz.png'); top right no-repeat; height: 11px; width:0px; padding-right: 10px;}
  431.  
  432. a:link img[src="http://e.vampirefreaks.com/images/fail.png"]{background-image: url('http://i.imgur.com/wN9ZWTp.png'); top right no-repeat; height: 11px; width:0px; padding-right: 10px;}
  433.  
  434. </style>
  435.  
  436. <div id="navi">
  437. <div class="menu5">
  438. <a href="/profiles/home.php" class="portlink">VF Home</a><br />
  439. <a href="http://vampirefreaks.com/journal_edit_options.php" class="portlink">Edit</a><br />
  440. <a href="http://vampirefreaks.com/journal_entry.php" class="portlink">New Entry</a><br />
  441. <a href="http://vampirefreaks.com/journal/Juleah" class="portlink">Cover Page</a> <br />
  442. <a href="http://vampirefreaks.com/members/Beeline/Silver-Tongued" class="portlink">ST 15</a><br />
  443.  
  444. <br />
  445.  
  446. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment