Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <style>
  4.  
  5.  
  6. /* edits by ~inston ~tudy ~iris and ~orsen best viewed in chrome */
  7.  
  8. body{background:#f1e7df url(http://i.imgur.com/eMGuBn6.png) repeat bottom left fixed;}
  9. table {margin-bottom: -4px;}
  10. table table {border:0;}
  11.  
  12. .entrybox {color:#000000; background-color:#fff;
  13. box-shadow: 2px 4px 2px #909090;
  14. border-radius:5px;}
  15.  
  16. td {font-size: 11px; line-height: 12px; font-family: helvetica; color:#000000; background-color: transparent;}
  17. .index img {border-radius:5px; height:75px; width:75px;}
  18. .shadowed img {display:none;}
  19.  
  20.  
  21. /* image in top banner */
  22. .shadowed{background-image:url(); background-position:; background-repeat: no-repeat;}
  23.  
  24. /* top bar background. */
  25. .shadowed {background-color:; padding-top:0px;}
  26.  
  27. /* link effects. */
  28. a{color: #226B77; text-shadow: 0px 0px 1px #; letter-spacing:1px; text-decoration: none; -moz-transition: all 2.0s ease-out; -o-transition: all 2.0s ease-out; -webkit-transition: all 2.0s ease-out; transition: all 2.0s ease-out;}
  29. a:hover{color: #000; text-shadow: 0px 0px 2px #909090; text-decoration: none; -moz-transition: all 2.0s ease-out; -o-transition: all 2.0s ease-out; -webkit-transition: all 2.0s ease-out; transition: all 2.0s ease-out;}
  30.  
  31. /* top right navigation links. */
  32. .index, .meta {background-color:none; border-radius:5pt; font-family:helvetica; font-size:8px; line-height:7px; text-transform:uppercase; text-shadow: 0px 0px 0px 0px #c0c0c0; color:#000000; letter-spacing:0px;}
  33.  
  34. /* top banner main navigation links. */
  35. table table table table td.meta {font-family:helvetica; font-size:8px; line-height:7px; letter-spacing:1px; text-transform:uppercase; color:#000000; background-color:none;}
  36.  
  37. /* mood & music. */
  38. .entrybox td.meta {font-family:helvetica; font-size:5px; line-height:9px; letter-spacing:1px; text-transform:uppercase; color:#333333; background-color:none;}
  39.  
  40. /* subject lines. */
  41. p table table td.caption {background-color:none; text-shadow: 0px 0px 0px 0px #000000; color:#000000; padding-left:0px; font-family:helvetica; font-size:10px; line-height:10px; letter-spacing:1px; text-transform:uppercase;}
  42.  
  43. /* date & time. */
  44. .entrybox td.index {background-color:none; text-shadow: 0px 0px 0px 0px #fff; color:#fff; padding-left:0px; font-family:helvetica; font-size:7px; line-height:7px; letter-spacing:1px; text-transform:uppercase;}
  45.  
  46. /* comments. */
  47. .comments {background-color:none; text-shadow: 0px 0px 0px 0px #000000; font-family:helvetica; font-size: 9px; line-height: 16px; letter-spacing:0px; text-transform:uppercase; padding-bottom:8px; text-align: right; text-decoration:none;}
  48.  
  49. /* friends page icons & users. */
  50. .entrybox a.index {text-shadow: 0px 0px 0px #c0c0c0; color:#333333; font-family: helvetica; font-size:9px; line-height:6px; text-transform:uppercase; letter-spacing: 1px;}
  51.  
  52. /* hides navigation text */
  53. .index, table table table td.meta {text-transform:uppercase;font-family: consolas;font-size:6pt; color:#FFFFFF; text-transformation: uppercase;letter-spacing: 1px; line-height:0px;}
  54.  
  55. /* usericons & locks. */
  56. .ljuser img {display:none;}
  57. .ljuser:before {content: "@";}
  58. .caption img{width:8px; height:8px;}
  59.  
  60. /* header and sidebar */
  61. #header {position: absolute; visibility: visible; top:-10px; right: 70%; margin-right: -150px; z-index:0;}
  62. #nav:hover {position: fixed; opacity:1.0; filter:alpha(opacity=100); -webkit-transition-duration: 1.5s;}
  63. #nav{opacity:0.70; filter:alpha(opacity=30); -webkit-transition-duration: 1.5s; padding:2px; position:absolute; visibility: visible; top:230px; left:54.4%; margin-left: -570px; z-index:0; text-align:justify; width:195px;}
  64. #hearts{box-shadow: #1d1d1d 0px 0px 0px; border-radius:3px; position:fixed; visibility: visible; top:58px; left:54.4%; margin-left: -555px; z-index:0; text-align:center;}
  65. #deer{position:fixed; visibility: visible; top:285px; left:54.4%; margin-left: -580px; z-index:-1; opacity:0.7;}
  66. #blood{position:absolute; visibility: visible; top:-60px; right:54.4%; margin-left: -600px; z-index:0; -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));}
  67. .title {font-family: always forever; font-size: 19px; line-height: 24px; letter-spacing: 0px; font-weight: lighter; text-transform: lowercase; color: #2a3742;}
  68. .text {font-family:helvetica; font-size:8px; line-height:9px; letter-spacing: 1px; text-transform:uppercase; text-align:justify; color:#000; text-shadow: 0px 0px 1px #c0c0c0;}
  69.  
  70. ::selection {color:##C0C0C0; background-color:transparent; }
  71. ::-webkit-scrollbar {width: 3px;}
  72. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 3px transparent; border-radius: 0px;}
  73. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 12px transparent; border-radius: 0px;}
  74. </style>
  75.  
  76.  
  77. <=GLOBAL_HEAD
  78.  
  79. FRIENDS_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%% <a href="%%urlpost%%">COMMENT</a></td></tr>
  80.  
  81. LASTN_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  82.  
  83. LASTN_OPT_ITEMS=>2
  84.  
  85. FRIENDS_TALK_READLINK=><a href="%%urlread%%">%%messagecount%%</a>
  86.  
  87. LASTN_WEBSITE<=
  88. <style>
  89.  
  90.  
  91.  
  92.  
  93.  
  94. table table table table .meta {visibility:hidden; position:absolute;}
  95. table table table table table .meta {visibility:visible; position:relative;}
  96. tr.caption {display:none}
  97. .shadowed td div {visibility:hidden; position:absolute; top:1px}
  98. .shadowed span#navigation img {display:inline; visibility:visible; position:relative;}
  99. </style>
  100.  
  101.  
  102.  
  103.  
  104.  
  105. <div id="header">
  106. <table cellspacing="0" cellpadding="0" border="0" summary="">
  107. <tr><td valign="bottom" colspan="0" width="600px">
  108. <table height="50px" align="right" cellspacing="0" border="0" cellpadding="0">
  109. <tr><td valign="bottom">
  110. <font class="title">
  111. </font></td></tr></table></div>
  112.  
  113. <div id="nav"><font class="text"><b><br>remember the days when &nbspi had <br>a conscience? yeah, me neither</center>
  114. <br>
  115. <div id="hearts"><a href="/profile"><img src="http://i.imgur.com/URVKkOP.gif" style="display:inline; border-radius:160px;" width="160px" title="profile"></a></div></div>
  116.  
  117. <div id="blood"><img src="http://40.media.tumblr.com/f8ee0b17b10433742d57c95e8a1d3325/tumblr_n76lcbYSGc1s6294bo1_500.png" width="500px" style="display:inline;"><p></p></div><tr>
  118. <tr>
  119.  
  120. <=LASTN_WEBSITE
  121.  
  122. LASTN_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments">%%readlink%% <a href="%%urlpost%%">COMMENT</a></td></tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement