Beeline

RussJournal

Oct 29th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 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: #2d2c2d;
  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: #2d2c2d;
  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: #191816;
  53. background-image: url('http://i.imgur.com/lwWGQaI.png'), url('');
  54. background-position: top 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: #4e4849;
  66. font-size: 12px;
  67. letter-spacing: 0px;
  68. }
  69.  
  70. i {
  71. text-transform: none;
  72. font-family: trebuchet MS;
  73. color: #541210;
  74. font-size: 12px;
  75. letter-spacing: 0px;
  76. }
  77.  
  78. s {
  79. text-transform: none;
  80. font-family: trebuchet MS;
  81. color: #541210;
  82. font-size: 11px;
  83. letter-spacing: 1px;
  84. }
  85.  
  86. u {
  87. border-bottom: 1px solid #541210;
  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: #6d6d71;
  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: #6d6d71;
  109. font-family : trebuchet MS;
  110. }
  111.  
  112. a:hover, .menu, .menu a:link, .menu a:visited {
  113. color: black;
  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: #765858;
  122. -webkit-box-shadow: inset 1px 1px 1px #4e4c50;
  123. text-align: center;
  124. font-weight: bolder;
  125. text-transform: uppercase;
  126. font-style: none;
  127. font-family: trebuchet MS;
  128. font-size: 14pt;
  129. line-height: 15px;
  130. margin-top: 2px;
  131. padding: 2px: height: 45px;
  132. letter-spacing: 8pt;
  133. padding: 4px;
  134. margin: 1px;
  135. background-color: #541210;
  136. border: 2px solid #141513;
  137. border-radius: 0.0em;
  138. width: auto;
  139. text-shadow: 0px 3px 0px #141513;
  140. }
  141.  
  142. small {
  143. color: #c8c0c7;
  144. font-family: trebuchet ms;
  145. font-size: 10px;
  146. text-transform: uppercase;
  147. }
  148.  
  149. .leftnav, h2, .maintop, .menu2, .footer_links, .topbar, .description, .makeentry { display: none; }
  150.  
  151. .main {
  152. box-shadow: 0px 1px 3px transparent;
  153. background-position: top-left;
  154. background-color: #201d1c;
  155. box-shadow: 1px 1px 1px #111;
  156. border-top: 3px solid #1c1a18;
  157. border-left: 3px solid #1c1a18;
  158. border-right: 3px solid #1c1a18;
  159. border-bottom: 3px solid #1c1a18;
  160. border-top-left-radius: 0.0em;
  161. border-top-right-radius: 0.0em;
  162. border-bottom-left-radius: 0em;
  163. border-bottom-right-radius: 0em;
  164. width: 400px;
  165. position: absolute;
  166. margin-top: 15px;
  167. padding: 5px;
  168. margin-top: -10px;
  169. margin-bottom: 20px;
  170. margin-left: -160px;
  171. padding: 10px;
  172. }
  173.  
  174.  
  175. .journalentry {
  176. text-align: center;
  177. border: none;
  178. width: 500px;
  179. background-color: #1c1a18;
  180. border: 0px solid;
  181. box-shadow: 1px 1px 1px #111;
  182. }
  183.  
  184. .journalentry td {
  185. border: none;
  186. }
  187.  
  188. .entrytable {
  189. text-align: center;
  190. border: none;
  191. width: 550px;
  192. background-color: #191816;
  193. border-left: 1px solid #541210;
  194. border-right: 1px solid #541210;
  195. border-top: 0px solid ;
  196. }
  197.  
  198. .entrytable td {
  199. border: none;
  200. }
  201.  
  202. .comment_table {
  203. background: #191816;
  204. text-align: -webkit-auto;
  205. border: none;
  206. width: 550px;
  207. margin: 8px;
  208.  
  209. }
  210.  
  211. .comment_table td {
  212. border: none;
  213. }
  214.  
  215. .commentform {
  216. background: #191816;
  217. text-align: center;
  218. border: none;
  219. width: 520px;
  220. border-left: 1px solid #541210;
  221. border-right: 1px solid #541210;
  222. border-top: 1px solid #541210;
  223. }
  224.  
  225. .commentform td {
  226. border: none;
  227. }
  228.  
  229. #last_comment {
  230. background: #191816;
  231. text-align: center;
  232. border: none;
  233. width: 520px;
  234. }
  235.  
  236. #last_comment td {
  237. border: none;
  238. }
  239.  
  240. .darkbox td {
  241. border: none;
  242. }
  243.  
  244. #ajaxpane {
  245. border: none
  246. }
  247.  
  248. #ajaxpane td {
  249. border: none;
  250. }
  251.  
  252. .ajaxtooltip {
  253. border: none;
  254. background: transparent;
  255. }
  256.  
  257. .poll_table td {
  258. border: none;
  259. }
  260.  
  261. .subheading {
  262. color: #765858;
  263. -webkit-box-shadow: inset 1px 1px 1px #4e4c50;
  264. font-family: trebuchet MS;
  265. font-size: 30px;
  266. text-align: right;
  267. line-height: 20px;
  268. letter-spacing: 2px;
  269. text-shadow: 0px 2px 0px #141513;
  270. padding: 2px;
  271. padding-right: 2px;
  272. margin-bottom: 0px;
  273. text-transform: bold;
  274. background-color: #541210;
  275. border: 2px solid #141513;
  276. width: 100%;
  277. }
  278.  
  279. .subheading td {
  280. border: none;
  281. background-color: #541210;
  282. }
  283.  
  284. select {
  285. font-size: 10px;
  286. text-transform: uppercase;
  287. color: #c8c0c7;
  288. border: none;
  289. background-image: url('');
  290. }
  291.  
  292. input {
  293. font-size: 10px;
  294. text-transform: uppercase;
  295. background-image: url('');
  296. color: #c8c0c7;
  297. background-color: #2b2b2b;
  298. border: 0px solid;
  299. box-shadow: 1px 1px 1px #111;
  300.  
  301. }
  302.  
  303.  
  304.  
  305. textarea {
  306. width: 70%;
  307. background: #2b2b2b;
  308. border: none;
  309. text-align: center;
  310. height: 100px;
  311. -moz-border-radius: 3px;
  312. -webkit-border-radius: 3px;
  313. border-radius: 3px;
  314. border: 1px solid #141513;
  315. border-right: 1px solid #141513;
  316. }
  317.  
  318.  
  319. .sub_button {
  320. border: none;
  321. background-image: url('');
  322. background-color: ;
  323. color: #c8c0c7;
  324. padding: 0px 3px;
  325. margin: 0px;
  326. }
  327.  
  328. body {
  329. position: absolute;
  330. top: 100px;
  331. bottom: 0;
  332. right: 450px;
  333. overflow-y: scroll;
  334. overflow-x: hidden;
  335. }
  336.  
  337.  
  338.  
  339. ::-webkit-scrollbar-thumb:vertical {
  340. background-color: #541210;
  341. border-radius: 0.1em;
  342. border: 0px solid #272525;
  343. height: 4px;
  344. width:6px;
  345. -webkit-box-shadow: inset 1px 1px 5px rgba(82,11,5,0.5);
  346. }
  347. ::-webkit-scrollbar {
  348. width: 8px;
  349. background-color: #191816;
  350. -webkit-box-shadow: inset 0 0px 0px rgba(218,144,108,0.6);
  351. border-bottom-right-radius: 0em;
  352. }
  353.  
  354. #navi {
  355. top: -40px;
  356. left: 00px;
  357. width: 595px;
  358. height: 15px;
  359. text-align: center;
  360. background-color:;
  361. padding: 9px;
  362. padding-left: 0px;
  363. padding-top: 11px;
  364. margin-top: 2px;
  365. position: absolute;
  366. overflow: hidden;
  367. }
  368. .nav {
  369. color: #898584;
  370. display: inline-block;
  371. font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
  372. font-size: 8px;
  373. text-transform: uppercase;
  374. font-weight: lighter;
  375. line-height: 25px;
  376. text-align: center;
  377. padding: 2px;
  378. margin: 4px;
  379. margin-top: 0px;
  380. background: #541210;
  381. border-top-width: 18px;
  382. box-shadow: 0px 1px 1px #111;
  383. width: 95px;
  384. height: 20px;
  385. /* right: 100px; */
  386. -webkit-transition: all 0.5s ease-out;
  387. -moz-transition: all 0.5s ease-out;
  388. border-top-left-radius: 0em;
  389. border-top-right-radius: 0em;
  390. border-top: solid 5px #141412;
  391. }
  392. .nav:hover {
  393. color: #898584;
  394. display: inline-block;
  395. font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
  396. background: #141412;
  397. box-shadow: 0px 1px 1px #111;
  398. -webkit-transition: all 0.5s ease-out;
  399. -moz-transition: all 0.5s ease-out;
  400. border-top-left-radius: 0em;
  401. border-top-right-radius: 0em;
  402. border-top: solid 5px #541210;
  403. }
  404.  
  405.  
  406. </style>
  407.  
  408. <div id="navi">
  409.  
  410. <a href="/profiles/home.php" class="nav">VF Home</a><a href="http://vampirefreaks.com/journal_edit_options.php" class="nav">Edit</a>
  411. <a href="http://vampirefreaks.com/journal_entry.php" class="nav">Entry</a>
  412. <a href="http://vampirefreaks.com/journal//-Trickster-" class="nav">Cover</a>
  413. <a href="http://lindmarybee.wix.com/silvertongued" class="nav">ST 15</a>
  414.  
  415.  
  416. </div>
Advertisement
Add Comment
Please, Sign In to add comment