Advertisement
codejam

edwardsh/estylesharry old layout

Mar 5th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link href="http://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css">
  3. <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900" rel="stylesheet" type="text/css">
  4.  
  5.  
  6.  
  7. <style>
  8.  
  9.  
  10. /* credit: coding/ell/laurel */
  11.  
  12. body {background: url(http://i.imgur.com/abuOVTH.png); background-attachment:fixed;}
  13. table {border:0px solid #cccccc;} table table {border:0;} b{font-weight: normal;}
  14.  
  15. tr {text-align:justify;} .entrybox {width:594px;} .date, a.index {visibility:visible !important;}
  16.  
  17. table table table td.meta {font-size:0px;line-height:0px;}
  18. p table.entrybox table table td.meta, table table table td.meta a {font-size: 8px; letter-spacing: 1px; line-height: 7px; font-family: source sans pro;}
  19. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {visibility:hidden;}
  20.  
  21. .entrybox, .shadowed {background-color: rgba(250, 250, 250, 0.5); box-shadow:#ccc 0 0 1px;}
  22.  
  23. .entrybox td.index, .dates{display:none;}
  24.  
  25. /* body text */
  26. tr, td, table, body {padding:1px; font-family: calibri, cambria, didot, georgia; font-size: 11px; line-height:12px; color:#333;}
  27.  
  28. /* subject lines */
  29. p table table td.caption {font-family: source sans pro; font-size: 8px; color: #353236; letter-spacing: 1px; margin-bottom:-4px; line-height: 8px; text-shadow: 0px 0px 0px #b2b2b2; text-transform:uppercase; padding: 0;}
  30. p table table td.caption img{width: 4pt; height: 4pt;}
  31.  
  32. /* namefield. */
  33. .shadowed td div {font-family: oswald; font-size: 18px; line-height: 10px; text-transform: uppercase; font-weight: lighter; letter-spacing: 0; color:#333; text-shadow:#888 0px 0px 1px; margin-left: -7px; margin-bottom: -6px; margin-top: 8px;}
  34.  
  35. /* all misc little text */
  36. p.index, .index, tr.caption, .meta, td.meta, .comments{font-family: consolas; font-size: 8px; line-height: 9px; letter-spacing:1px; text-transform:uppercase;}
  37. .date {padding-top: 0; padding-left: 3; padding-right: 0; padding-bottom: 3; display:block; text-align:left; font-family: source sans pro; font-size: 7px; line-height:7px; letter-spacing:1px; text-transform:uppercase; padding:0px;}
  38.  
  39. /* link effects. */
  40. a {color: #00265e; text-decoration: none; transition: all 0.6s ease-in-out; -o-transition-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;}
  41. a:hover {text-decoration: none; color: #000000; transition: all 0.6s ease-in-out; -o-transition-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out;}
  42.  
  43. /* icons */
  44. .index img{height: 80; width: 80; background:#fefefe; box-shadow:#c0c0c0 0px 0px 2px; padding:2; border:solid 1px #fefefe; }
  45. .shadowed img {height: 40; width: 40; background:#fefefe; box-shadow:#c0c0c0 0px 0px 2px; padding:2; border:solid 1px #fefefe; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius:100px; margin-top: -7px;}
  46.  
  47. /* friends page icons & users. */
  48. .entrybox a.index {background:transparent; color:#bda99b; font-size:8px;}
  49.  
  50. .comments{padding-top: 7px;}
  51. .ljuser img{display:none;}
  52.  
  53. ::-webkit-scrollbar {width: 5px;}
  54. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-image: url();background-color: transparent;}
  55. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 0px;background-image:url('');border-radius:0px;background-color:transparent;}
  56.  
  57. body, a:hover, a, a:active {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  58.  
  59. table{margin-bottom: -5px;}
  60.  
  61. img {opacity:0.9; transition:2s;}
  62. img:hover {opacity:0.65; }
  63.  
  64. </style>
  65.  
  66.  
  67. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement