Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <style>
  3.  
  4.  
  5. @font-face{font-family: autumn; src:url("https://dl.dropboxusercontent.com/s/3qe42b23w1fo23n/Autumn%20Chant.otf");}
  6.  
  7. body {
  8. background-color: #f8f7f6;
  9. background: -webkit-linear-gradient(#f8f7f6, #e7e3e0, #d5cdc8); /* For Safari 5.1 to 6.0 */
  10. background: -o-linear-gradient(#f8f7f6, #e7e3e0, #d5cdc8); /* For Opera 11.1 to 12.0 */
  11. background: -moz-linear-gradient(#f8f7f6, #e7e3e0, #d5cdc8); /* For Firefox 3.6 to 15 */
  12. background: linear-gradient(#f8f7f6, #e7e3e0, #d5cdc8); /* Standard syntax (must be last) */
  13. background-repeat: no-repeat;
  14. background-attachment: fixed;
  15. }
  16. td {
  17. font-family: arial, sans-serif;
  18. font-size: 10px;
  19. line-height: 11px;
  20. color: #3F2F26;
  21. }
  22. td.caption {
  23. font-size:0px;
  24. line-height:0px;
  25. }
  26. a {
  27. color: #DBBE9D;
  28. text-decoration: none;
  29. }
  30. a:hover {
  31. color: #F0DECC;
  32. text-decoration: none;
  33. }
  34. .shadowed, .entrybox {
  35. background-color: rgba(255, 255, 255, 0.8);
  36. font-size: 10px;
  37. width: 596px;
  38. margin-top: -5px;
  39. box-shadow: 0 0 1px #E6E4E5;
  40. border-radius: 1px;
  41. }
  42. .shadowed img {
  43. border-radius: 100px;
  44. width: 50px;
  45. height: 50px;
  46. opacity: 0.7;
  47. }
  48. .shadowed td div {
  49. font-family: autumn;
  50. font-size: 13px;
  51. font-weight: lighter;
  52. line-height: 10px;
  53. color: #3F2F26;
  54. margin-top: 7px;
  55. margin-bottom: -8px;
  56. padding-left: 5px;
  57. text-transform: lowercase;
  58. }
  59. .meta {
  60. font-size: 10px;
  61. }
  62. .index {
  63. visibility: hidden;
  64. }
  65. a.index {
  66. visibility: visible;
  67. font-family: arial narrow;
  68. font-size: 7px;
  69. line-height: 5px;
  70. text-transform: uppercase;
  71. letter-spacing: 1px;
  72. }
  73. table table table td.meta {
  74. font-size: 0px;
  75. line-height: 0px;
  76. }
  77. table table table table td.meta a {
  78. font-family: arial narrow;
  79. font-size: 7px;
  80. line-height: 8px;
  81. padding-left: 20px;
  82. text-transform: uppercase;
  83. letter-spacing: 1px;
  84. }
  85. p table table table td.meta {
  86. font-family: arial narrow;
  87. font-size: 7px;
  88. line-height: 8px;
  89. text-transform: uppercase;
  90. letter-spacing: 1px;
  91. }
  92. p table table td.caption {
  93. font-family: arial narrow;
  94. font-size: 7px;
  95. line-height: 8px;
  96. margin-bottom: -9px;
  97. text-transform: uppercase;
  98. letter-spacing: 1px;
  99. }
  100. .entrybox td.index, .bracket {
  101. display: none;
  102. }
  103. .date {
  104. visibility: visible;
  105. font-family: arial narrow;
  106. font-size: 7px;
  107. line-height: 0px;
  108. text-transform: uppercase;
  109. letter-spacing: 1px;
  110. display: block;
  111. text-align: left;
  112. padding-top: 0;
  113. padding-left: 7;
  114. padding-right: 0;
  115. padding-bottom: 3;
  116. padding: 0;
  117. margin-left: 5px;
  118. }
  119. .comments {
  120. font-family: arial narrow;
  121. font-size: 7px;
  122. text-transform: uppercase;
  123. letter-spacing: 1px;
  124. }
  125. .ljuser img, .caption img {
  126. display: none;
  127. }
  128. ::-moz-selection {
  129. background: #F6EDDE;
  130. }
  131. ::selection {
  132. background: #F6EDDE;
  133. color: #3F2F26;
  134. }
  135. b
  136. {
  137. font-weight: normal;
  138. }
  139. </style>
  140. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement