Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <title>i will learn to love the skies i'm under.</title>
  2.  
  3. <style>
  4.  
  5. /* layout credit by ~satch */
  6.  
  7.  
  8. body {background-color:#000; background-image:url(); margintop:0px;}
  9. table { padding:; border-radius:; margin-bottom: -5px;}
  10. table table {border: ;}
  11. body, tr, td {font-family: oxygen, roboto condensed, arial; font-size: 9px; color:#fff; padding:3px;}
  12. .entrybox {color:#fff; background-color:#000; border-radius:15 0 15 15;}
  13.  
  14. /* link effects. */
  15. a {color: #DBA23B; text-shadow: #1d1d1d 0px 0px 1px; text-decoration: none; transition: .3s linear; -o-transition: .3s linear; -moz-transition: .3s linear; -webkit-transition: .3s linear;}
  16.  
  17. a:hover {color:#efefef; text-decoration: none; text-shadow: #1d1d1d 0px 1px 1px; font-weight: none; cursor: default; transition: .3s linear; -o-transition: .3s linear; -moz-transition: .3s linear; -webkit-transition: .3s linear;}
  18.  
  19. /* top right navigation links. */
  20. .index, .meta {font-size: 7px;line-height:6px; letter-spacing:1; text-transform:uppercase; color:#181818; }
  21.  
  22. /* top banner main navigation links. */
  23. table table table table td.meta {font-size:7px; line-height:7px; text-transform:uppercase;}
  24.  
  25. /* subject lines. */
  26. p table table td.caption {color:#fff; font-size: 9px; letter-spacing: 1px; line-height: 6pt; text-transform:lowercase; text-shadow: #393939 0px 1px 1px; padding-top: 3px; padding-left: 10px; background-color:; border-radius:8 0 0 0;}
  27.  
  28. /* date & time. */
  29. .entrybox td.index {font-size:0pt; line-height:5pt; letter-spacing:0px; text-transform:lowercase; color:; background-color:;border-radius: 0 8 0 0;}
  30.  
  31. /* mood & music. */
  32. .entrybox td.meta {font-size: 7px; letter-spacing: 1px; text-transform: lucinda console; color:#F6F6F6;}
  33.  
  34. /* comments. */
  35. .comments { text-transform: uppercase; font-weight: normal; letter-spacing: 1px; font-size: 8px; line-height: 12px; padding-top: 13px; padding-right: 4px; padding-bottom: 13px; }
  36.  
  37.  
  38. /* ij icon & locks */
  39. .ljuser img {display:none;}
  40. .caption img{width: 5px; height:5px;}
  41.  
  42. .ljadshadowed div {visibility: visible;position: relative;}
  43. table table table table table .meta {visibility: visible; position:relative;}
  44. .shadowed span#navigation img {display: inline; visibility: visible; position: relative;}
  45.  
  46. /* icon */
  47. .shadowed img {width: 90; height: 90; border-radius: 50px; border: 1px dashed #E4DED0; padding: 3px; background-color: #ffffff;}
  48.  
  49. /* image opacity */
  50. img {opacity:1; filter:alpha(opacity=100);}
  51. img:hover {opacity:0.7;filter:alpha(opacity=70); -webkit-transition-duration: 1.2s;}
  52.  
  53. /* header */
  54. table table td.shadowed {background-repeat: no-repeat; background-image: url();}
  55.  
  56. .one {color:#ffffff; font-family: poiret one, raleway, Oswald; font-size: 30px; line-height: 26px; text-transform:uppercase; display:block; text-align:justify; text-shadow: #666 0px 0px 2px;}
  57.  
  58.  
  59. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement