Beeline

Lee-James-Journal

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