Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <style>
  3.  
  4.  
  5.  
  6.  
  7. @font-face{font-family: better; src:url("https://dl.dropboxusercontent.com/s/3tx3qtl8334z8dm/Better%20Together%20Demo.ttf?dl=0");}
  8.  
  9. body {background: #fff url(https://i.imgur.com/FhUnEF7.png) repeat top center;
  10. background-attachment: fixed;}
  11.  
  12. .entrybox td.meta {font family: arial;
  13. font-size: 6px;
  14. line-height: 8px;
  15. letter-spacing: 1.5px;
  16. text-transform: uppercase;
  17. color: #000000;}
  18.  
  19. table {border:0px solid #cccccc;}
  20. table table {border:0;}
  21.  
  22. tr {text-align:justify;}
  23. .entrybox {width: 595px;}
  24. .date, a.index {visibility:visible !important;}
  25.  
  26. /* links under namefield */
  27. table table table td.meta {font-size:0px; line-height:0px;}
  28. p table .entrybox table table td.meta, table table table td.meta a
  29. {font-family: arial;
  30. font-size: 7px;
  31. letter-spacing: 1px;
  32. line-height: 9px;
  33. margin-top: 4px;}
  34.  
  35. /* justifies the text */
  36. tr{text-align:justify;}
  37.  
  38. /* top left title - removed */
  39. .entrybox td table td.index, tr.caption, table table td.index {visibility: hidden;}
  40. table table tr.caption td.index
  41. {visibility: hidden;}
  42.  
  43. /* ENTRYBOX DISPLAY. note: this also effects the "top box" with your icon, userinfo links, etc! */
  44. .entrybox, .shadowed {
  45. background-color: rgba(255, 255, 255, 0.4); /* set the colour of the entrybox. the 0.2 allows you to mess with the opacity. does not effect font opacity. */
  46. box-shadow: 0 0 1px #dddddd; /* how to get a border around the entire entrybox */
  47. border-radius: 2px; /* adding a very slight rounding to the edges */
  48. -webkit-border-radius: 2px;
  49. -moz-border-radius: 2px;
  50. }
  51.  
  52. /* body text */
  53. tr, td, table, body {padding:1px;
  54. font-family: arial;
  55. font-size: 12px;
  56. line-height:12px;
  57. color:#000;}
  58.  
  59. /* subject lines */
  60. p table table td.caption {font-family: arial;
  61. font-size: 7px;
  62. line-height:10px;
  63. color:black;
  64. letter-spacing:1px;
  65. text-transform:uppercase;}
  66.  
  67. /* namefield. */
  68. .shadowed td div {z-index:10;
  69. padding-top:15px;
  70. font-family: better;
  71. font-size: 40px;
  72. letter-spacing: 0px;
  73. line-height: 0px;
  74. color: #78040D;
  75. text-shadow: 1px 1px 1px #460702;
  76. text-transform: none;}
  77.  
  78. .shadowed td div img {box-shadow: 0 0 0 !important;}
  79.  
  80. /* all misc little text */
  81. p.index, .index, tr.caption, .meta, td.meta, .comments, .date {z-index:0;
  82. font-family: arial;
  83. font-size: 7px;
  84. line-height: 10px;
  85. color: #000000;
  86. letter-spacing: 1px;
  87. text-transform: uppercase;
  88. padding:0px;}
  89.  
  90. /* link effects. */
  91. a, a:visited, a:active {color: #78040D;
  92. text-decoration: none;
  93. -webkit-transition-duration: 1.5s;
  94. -moz-transition-duration: 1.5s;
  95. transition-duration: 1.5s;}
  96.  
  97. a:hover{color: #460702;
  98. text-shadow:1px 1px 1px #000;
  99. text-decoration: none;
  100. -webkit-transition-duration: 1.5s;
  101. -moz-transition-duration: 1.5s;
  102. transition-duration: 1.5s;}
  103.  
  104. /* usericons & locks. */
  105. .ljuser img {display: none;}
  106. .ljuser:before {content: "";}
  107. .caption img{width:8px; height:8px;}
  108.  
  109. /* icon */
  110. .shadowed img {width: 70;
  111. height: 70;
  112. border:0;
  113. padding:0px;
  114.  
  115. background: url(http://i.imgur.com/qdSMxa2.png);
  116. box-shadow:1px 1px 1px #460702;
  117. border-radius: 3px;
  118. -moz-border-radius: 3px;}
  119.  
  120. .shadowed td div img {box-shadow: 0 0 0 !important;
  121. padding:0;
  122. background: none !important;}
  123.  
  124.  
  125. /* friends page icons & users. */
  126. .entrybox a.index {background:transparent;
  127. color:#bda99b;
  128. font-size:8px;}
  129.  
  130.  
  131. /* scrollbar */
  132. ::-webkit-scrollbar {width: 3px;}
  133. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;
  134. background-image: url();
  135. background-color: #865d75;}
  136. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 1px 1px 1px tan;
  137. background-image:url('');
  138. border-radius:0px;background-color:#fff;}
  139.  
  140. /* cursor */
  141. body, a, a:hover {cursor:url(http://i.imgur.com/ONVDMqu.png), default;}
  142.  
  143.  
  144. </style>
  145. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement