Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <title></title>
  3. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  4.  
  5. <style>
  6.  
  7. /* credit to ell */
  8.  
  9. html {background: url(http://i.imgur.com/WTEe413.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
  10. background-attachment: fixed !important;}
  11.  
  12. body, td {font-family: helvetica neue; color:#727272; font-size: 10.5px; line-height:130%;}
  13. tr{text-align: justify;}
  14. a {color:#999; text-decoration: none; -webkit-transition-duration:2s;}
  15. a:hover {color:#999; text-decoration:none; -webkit-transition-duration:2s;}
  16.  
  17. /* entries */
  18. .entrybox, .shadowed {box-shadow:1px 1px 2px #e5e5e5; background-image: url(); background-color:rgba(220, 220, 220, 0.2); background-attachment:fixed; box-shadow: 0px 0px 0px #cdcdcd; padding:5px;}
  19. .entrybox td.meta {font-family: helvetica neue; font-size:6px; line-height:3.5px; letter-spacing: 1px; text-transform:uppercase; color:#717171; background-color:none;}
  20. .meta {text-transform: uppercase; font-size: 6px; font-family: helvetica neue; letter-spacing: 1px; line-height: 0px; color:#000;}
  21. .shadowed td div{font-size: 25px; font-family: abril fatface; line-height:0px; letter-spacing: 1.5px; color:#999; text-shadow: 3px -2px 0px #444; margin-top:18px; margin-bottom:0px;}
  22. .index {visibility:hidden;} .date, a.index {visibility:visible;} table, td, .index {padding: 0px !important;} table {line-height: 0px;}
  23. body, a:hover, a, a:active {cursor: url(http://i.imgur.com/ONVDMqu.png), progress !important;} p table table td {padding: 6px !important;}
  24. p table table td.caption {text-transform: uppercase; font-size: 6px; font-family: helvetica neue; letter-spacing: 1px; line-height: 8px; color:#515151; padding:5px;}
  25.  
  26. .comments {font-family: helvetica neue; font-size:6px; line-height:10px; letter-spacing: 1px; text-transform:uppercase; color:#717171; background-color:none;}
  27. a.comments:hover {font-family: helvetica neue; font-size:6px; line-height:10px; letter-spacing: 1px; text-transform:uppercase; color:#717171; background-color:none;
  28. -webkit-transition: all 1.8s ease;-moz-transition: all 1.8s ease;-o-transition: all 1.8s ease;}
  29.  
  30. p table table td.caption img, .meta img {height: 6px;width: 7px;opacity:0.9;padding:0px;vertical-align:middle;}
  31.  
  32. .ljadshadowed div {visibility: visible;position: relative;} tr.caption td.caption {font-size: 0pt;padding: 0px;} b {font-weight:normal;}
  33. table table table td.meta {font-size:0px; text-transform:uppercase; letter-spacing: 0px; line-height:0px;}
  34. table table table td.meta a {font-size:6px;line-height:8px;letter-spacing:1px;margin-top:10px;}
  35.  
  36. .shadowed img {border-radius: 100px; -moz-border-radius: 30px; height:70px;width:70px; padding:1px; box-shadow:0px 0px 0px #111111; margin-right: 6px;
  37. background: linear-gradient(to right, #999, #ddd);
  38. background: -moz-linear-gradient(to right, #999, #ddd);}
  39.  
  40. .index img {border: 0; width: 70px; height: 70px; box-shadow:0 0 0px #111; padding:1px;
  41. background: linear-gradient(to right, #999, #ddd);
  42. background: -moz-linear-gradient(to right, #999, #ddd);}
  43.  
  44. p table table td.caption, .entrybox td.index {border-radius:0;-moz-border-radius:0;padding:0 2 0 0;}
  45. img {transition: all 0.4s ease-in-out; -o-transition-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;-webkit-transform: translate3d(0,0,0);}
  46.  
  47. .date {font-family: helvetica neue;font-size:6px;text-transform:uppercase;line-height:7px;padding:0px;letter-spacing:1px; display: block; text-align: right;}
  48. .index, .tiny, .ljadshadowed, .meta {font-family: helvetica neue, consolas;font-size:6px;text-transform:uppercase;line-height:10px;padding:0px;letter-spacing:1px;}
  49. .meta {color:#820000;}
  50.  
  51. .index3, .ljuser img{display:none;}
  52. </style>
  53.  
  54. <=GLOBAL_HEAD
  55.  
  56. FRIENDS_TALK_LINKS<=
  57. <tr>
  58. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
  59. <a href="%%urlpost%%">comments</a>: <a href="%%urlread%%">%%messagecount%%</a>
  60. </td>
  61. </tr>
  62. <=FRIENDS_TALK_LINKS
  63.  
  64. LASTN_OPT_ITEMS=>2
  65.  
  66. DAY_TALK_LINKS<=
  67. <tr>
  68. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
  69. <a href="%%urlpost%%">comments</a>: <a href="%%urlread%%">%%messagecount%%</a>
  70. </td>
  71. </tr>
  72. <=DAY_TALK_LINKS
  73.  
  74. LASTN_TALK_LINKS<=
  75. <tr>
  76. <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
  77. <a href="%%urlpost%%">comments</a>: <a href="%%urlread%%">%%messagecount%%</a>
  78. </td>
  79. </tr>
  80. <=LASTN_TALK_LINKS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement