Advertisement
Beeline

Untitled

Mar 5th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 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: #2B879E;
  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: #98D9B6;
  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: #262626;
  56. background-image: url('http://i.imgur.com/78aghJV.jpg'), url('http://i.imgur.com/Y8riVSy.jpg');
  57. background-position: top left;
  58. background-repeat: no-repeat, repeat;
  59. background-attachment: fixed;
  60. background-width:400px;
  61. }
  62.  
  63.  
  64.  
  65. b {
  66. font: 12px Sans;
  67. font-variant: sans;
  68. font-weight: bold;
  69. color: #2B879E;
  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: #2B879E;
  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 #2B879E;
  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: #3EC9A7;
  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: #3EC9A7;
  110. font-family : trebuchet MS;
  111. }
  112.  
  113. a:hover, .menu, .menu a:link, .menu a:visited {
  114. color: #98D9B6;
  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:#a5b425;
  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:#616668;
  147. box-shadow: 0px 1px 3px transparent;
  148. border-top: 1px solid #2B879E;
  149. border-left: 15px solid #2B879E;
  150. border-right: 15px solid #3EC9A7;
  151. border-bottom: 1px solid #3EC9A7;
  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. .journalentry {
  167. background: #616668;
  168. text-align: left;
  169. border: none;
  170. width: 400px;
  171. -moz-border-radius: 3px;
  172. -webkit-border-radius: 3px;
  173. border-radius: 3px;
  174. border: 1px solid #2B879E;
  175. }
  176.  
  177. .journalentry td {
  178. border: none;
  179. }
  180.  
  181. .entrytable {
  182. text-align: left;
  183. border: none;
  184. width: 500px;
  185. background-color:#616668;
  186. border-left: 5px solid #2B879E;
  187. border-right: 5px solid #2B879E;
  188. border-top: 1px solid #2B879E;
  189. }
  190.  
  191. .entrytable td {
  192. border: none;
  193. }
  194.  
  195. .comment_table {
  196. background: #616668;
  197. text-align: left;
  198. border: none;
  199. width: 500px;
  200. }
  201.  
  202. .comment_table td {
  203. border: none;
  204. }
  205.  
  206. .commentform {
  207. background: #616668;
  208. text-align: left;
  209. border: none;
  210. width: 500px;
  211. border-left: 5px solid #2B879E;
  212. border-right: 5px solid #2B879E;
  213. border-top: 1px solid #2B879E;
  214. }
  215.  
  216. .commentform td {
  217. border: none;
  218. }
  219.  
  220. #last_comment {
  221. background: #616668;
  222. text-align: left;
  223. border: none;
  224. width: 500px;
  225. }
  226.  
  227. #last_comment td {
  228. border: none;
  229. }
  230.  
  231. .darkbox td {
  232. border: none;
  233. }
  234.  
  235. #ajaxpane {
  236. border: none
  237. }
  238.  
  239. #ajaxpane td {
  240. border: none;
  241. }
  242.  
  243. .ajaxtooltip {
  244. border: none;
  245. background: transparent;
  246. }
  247.  
  248. .poll_table td {
  249. border: none;
  250. }
  251.  
  252. .subheading {
  253. color:#3EC9A7;
  254. font-family: arial black;
  255. font-size:15px;
  256. text-align:right;
  257. text-shadow: black 1px 1px 0px;
  258. line-height:20px;
  259. letter-spacing:2px;
  260. padding:2px;
  261. padding-right: 20px;
  262. margin:0px;
  263. text-transform: none;
  264. background-image: url('');
  265. width:100%;
  266. }
  267.  
  268. .subheading td {
  269. border: none;
  270. background-image: url('');
  271. }
  272.  
  273. select {
  274. background: #616668;
  275. font-size: 10px;
  276. text-transform: uppercase;
  277. color: #2B879E;
  278. border: none;
  279. }
  280.  
  281. input {
  282. font-size: 10px;
  283. text-transform: uppercase;
  284. color: white;
  285. border: none;
  286. border: 1px solid #3EC9A7;
  287. background-color:#616668;
  288.  
  289. }
  290.  
  291.  
  292.  
  293. textarea {
  294. width: 70%;
  295. background: #616668;
  296. border: none;
  297. text-align: center;
  298. height: 100px;
  299. -moz-border-radius: 3px;
  300. -webkit-border-radius: 3px;
  301. border-radius: 3px;
  302. border-left: 2px solid #3EC9A7;
  303. border-right: 2px solid #3EC9A7;
  304. }
  305.  
  306.  
  307. .sub_button {
  308. border: none;
  309. background-color: #616668;
  310. color: #3EC9A7;
  311. padding: 0px 3px;
  312. margin: 0px;
  313. }
  314.  
  315. body {
  316. position: absolute;
  317. top: 100px;
  318. bottom: 0;
  319. right: 450px;
  320. overflow-y: scroll;
  321. overflow-x: hidden;
  322. }
  323.  
  324. ::-webkit-scrollbar {
  325. width: 5px;
  326. height: 10px;
  327. }
  328.  
  329. ::-webkit-scrollbar-button:start:decrement,
  330. ::-webkit-scrollbar-button:end:increment {
  331. height: 0px;
  332. display: block;
  333. background-color: transparent;
  334. }
  335.  
  336. ::-webkit-scrollbar-track-piece {
  337. background-color: #616668;
  338. -webkit-border-radius: 0px;
  339. }
  340.  
  341. ::-webkit-scrollbar-thumb:vertical {
  342. height: 50px;
  343. background-color: #3EC9A7;
  344. border: none;
  345. -webkit-border-radius: 0px;
  346. }
  347.  
  348. #navi {
  349. margin: 0px;
  350. padding-bottom:35px;
  351. position: fixed;
  352. margin-top: 15px;
  353. padding: 3px;
  354. margin-top: -10px;
  355. margin-bottom: 20px;
  356. margin-left: -124px;
  357. width: 100px;
  358. display: inline-block;
  359. font-family: trebuchet MS;
  360. font-size: 8pt;
  361. color: #C4B09C;
  362. text-transform: uppercase;
  363. text-align: center;
  364. letter-spacing: 2pt;
  365. background-color: ;
  366. z-index: 100;
  367. -moz-border-radius: 3px;
  368. -webkit-border-radius: 3px;
  369. border-radius: 3px;
  370.  
  371. }
  372. .portlink:link, .portlink:visited, .portlink:active{
  373. color: white;
  374. font-family: trebuchet ms;
  375. font-size: 10px;
  376. text-transform: uppercase;
  377. font-weight: lighter;
  378. border-left: 1px solid #3EC9A7;
  379. line-height: 22px;
  380. text-align: center;
  381. padding:0px;
  382. margin:4px;
  383. background: #2B879E;
  384. width:100px;
  385. height:20px;
  386. -moz-border-radius: 1px;
  387. -webkit-border-radius: 1px;
  388. border-radius: 1px;
  389. -webkit-transition: all 0.5s ease-out;
  390. -moz-transition: all 0.5s ease-out;
  391. }
  392. .portlink:hover{
  393. color: white;
  394. background-color: #2B879E;
  395. border-left: 2px solid #2B879E;
  396. -webkit-border-radius: 8px;
  397. -moz-border-radius: 8px;
  398. border-radius: 8px;
  399. -moz-border-radius: 1px;
  400. -webkit-border-radius: 1px;
  401. border-radius: 1px;
  402. -webkit-transition: all 0.5s ease-out;
  403. -moz-transition: all 0.5s ease-out;
  404. }
  405. div.menu5 a
  406. {
  407. display:inline-block;
  408. padding: 3px 0px;
  409. background:;
  410. border-top: 0px solid #bfd025;
  411. -moz-border-radius: 3px;
  412. -webkit-border-radius: 3px;
  413. border-radius: 3px;
  414. color:#262626;
  415. text-decoration:none;
  416. font: bold 12px Arial;
  417. line-height: 20px;
  418. margin-right:1px;
  419. }
  420.  
  421. div.menu5 a:hover, div.menu5 a.current
  422. {
  423. background:;
  424. color:#262626;
  425. </style>
  426.  
  427. <div id="navi">
  428. <div class="menu5">
  429. <a href="/profiles/home.php" class="portlink">VF Home</a><br />
  430. <a href="http://vampirefreaks.com/journal_edit_options.php" class="portlink">Edit</a><br />
  431. <a href="http://vampirefreaks.com/journal_entry.php" class="portlink">New Entry</a><br />
  432. <a href="http://vampirefreaks.com/journal/Dormines" class="portlink">Cover Page</a> <br />
  433. <a href="http://vampirefreaks.com/members/Beeline/Silver-Tongued" class="portlink">ST 15</a><br />
  434.  
  435. <br />
  436.  
  437. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement