Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <link href="https://fonts.googleapis.com/css?family=Montserrat:700,800" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
  5. <link href="http://fonts.googleapis.com/css?family=Ropa+Sans" rel="stylesheet" type="text/css">
  6.  
  7. <style>
  8.  
  9. body, td {
  10. font-family: verdana, sans-serif;
  11. font-size: 10pt;
  12. }
  13. tt, pre {
  14. font-family: monospace;
  15. }
  16. a {
  17. text-decoration: none;
  18. }
  19. a:hover {
  20. text-decoration: underline;
  21. }
  22. .shadowed, .ljadshadowed {
  23. font-size: 8pt;
  24. background: ;
  25. }
  26. .ljadshadowed div {
  27. visibility: visible;
  28. position: relative;
  29. }
  30. .meta {
  31. font-size: 8pt;
  32. }
  33. .index {
  34. font-size: 8pt;
  35. }
  36. .caption, .index {
  37. color: ;
  38. }
  39. .comments {
  40. font-size: 8pt;
  41. }
  42. </style>
  43.  
  44. <style>
  45.  
  46.  
  47. body {
  48. background-image:url(http://i.imgur.com/2XuQ4vJ.png);
  49. background-attachment:fixed;
  50. }
  51.  
  52. table {
  53. border:0px solid #cccccc;
  54. }
  55.  
  56. table table {
  57. border:0;
  58. }
  59.  
  60. tr {
  61. text-align:justify;
  62. }
  63.  
  64. .entrybox {
  65. width:594px;
  66. padding: 4px;
  67. }
  68. .date, a.index {
  69. visibility:visible !important;
  70. }
  71.  
  72. table table table td.meta {font-size:0px;line-height:0px;}
  73. p table.entrybox table table td.meta, table table table td.meta a {font-size:7px;letter-spacing:1px;line-height:8px;margin-top:-4px;}
  74. .entrybox td table td.index, tr.caption, table table td.index {visibility:hidden;}
  75. table table tr.caption td.index{visibility:hidden;} tr.caption {display: visible;}
  76.  
  77. .entrybox, .shadowed {
  78. background: rgba(255,255,255, .4);
  79. box-shadow: 0px 0px 2px #bcbcbc;
  80. border-width: 1px 0 0 0; border-style: solid;
  81. -webkit-border-image: -webkit-linear-gradient(right, #acdec3, #8998a3) 100% 1;
  82. -moz-border-image: -moz-linear-gradient(right, #acdec3, #8998a3) 100% 1;
  83. -o-border-image: -o-linear-gradient(right, #acdec3, #8998a3) 100% 1;
  84. border-image: linear-gradient(to right, #acdec3, #8998a3) 100% 1;
  85. }
  86.  
  87. /* icon */
  88. .shadowed img, .index img {
  89. border-radius: 100px;
  90. height:60px;
  91. width:60px;
  92. padding: 0px;
  93. box-shadow: -1px -1px 1px #fff, 1px 1px 1px #8998a3;
  94. }
  95.  
  96. /* body text */
  97. tr, td, table, body {
  98. padding:1px;
  99. font-family: calibri, helvetica, arial;
  100. font-size: 10px;
  101. line-height:14px;
  102. color:#555555;
  103. }
  104.  
  105. /* subject */
  106. p table table td.caption {
  107. font-family: ropa sans;
  108. line-height: 7px;
  109. font-size: 9px;
  110. letter-spacing:1px;
  111. text-transform:uppercase;
  112. }
  113.  
  114.  
  115. /* namefield. */
  116. .shadowed td div {
  117. color:#444444;
  118. text-transform: lowercase;
  119. font-family: barrio, helvetica, arial;
  120. font-size:35px;
  121. font-weight:ilghter;
  122. letter-spacing:0px;
  123. line-height:18px;
  124. margin-top:13px;
  125. margin-left: 8px;
  126. text-shadow: -3px -3px 1px #c0e6d2, 3px 3px 1px #8998a3;
  127. }
  128.  
  129. /* all misc little text */
  130. p.index, .index, tr.caption, .meta, td.meta, .date {font-family: ropa sans; font-size: 8px; line-height:8px; letter-spacing:1px; text-transform:uppercase; padding:0px;}
  131.  
  132. .comments {
  133. font-family: ropa sans;
  134. font-size: 8px;
  135. line-height: 8px
  136. letter-spacing:1px;
  137. text-transform:uppercase;
  138. }
  139.  
  140. /* mood & music */
  141. .entrybox td.meta {
  142. font-family: helvetica, arial;
  143. font-size: 6px;
  144. font-weight:lighter;
  145. color: #999;
  146. line-height: 5px;
  147. text-transform: uppercase;
  148. font-weight: lighter;
  149. }
  150.  
  151. /* removes date */
  152. .entrybox td.index, .index3{display:none;}
  153.  
  154. /* friends page icons & users. */
  155. .entrybox a.index {
  156. color:#FF9F80;
  157. font-family:consolas;
  158. font-size:8px;
  159. line-height:8px;
  160. text-transform:uppercase;
  161. letter-spacing: 1px;
  162. padding:0px;
  163. }
  164.  
  165. /* moves date to a new line */
  166. .index2{font-family: arial; font-size: 7px; letter-spacing: 1px; line-height: 4px; text-transform:uppercase; text-align:right; color:#111; text-shadow:#ccc 0px 0px 0px; display:block; padding-top: 0px;}
  167.  
  168. .dated {display:none;}
  169. .dates {width:; font-family: arial; font-size: 7px; letter-spacing: 1px; line-height: 4px; text-transform:uppercase; text-align:right; color:#111; text-shadow:#ccc 0px 0px 0px; display:block; padding-top: 0px;}
  170.  
  171. /* link effects. */
  172. a {
  173. color: #444444;
  174. text-decoration: none;
  175. transition: all .5s ease-in-out;
  176. -o-transition-transition: all .5s ease-in-out;
  177. -webkit-transition: all .5s ease-in-out;
  178. -moz-transition: all .5s ease-in-out;
  179. }
  180.  
  181. a:hover {
  182. text-decoration: none;
  183. color: #8998a3;
  184. transition: all .5s ease-in-out;
  185. -o-transition-transition: all .5s ease-in-out;
  186. -webkit-transition: all .5s ease-in-out;
  187. -moz-transition: all .5s ease-in-out;
  188. }
  189.  
  190. /* usericons & locks. */
  191. table td table td.caption img {
  192. display:none;
  193. }
  194.  
  195. .ljuser img {
  196. display:none;
  197. }
  198.  
  199. /* friends page icons & users */
  200. .entrybox tr td table tr td table tr td {
  201. background: transparent;
  202. }
  203.  
  204. p table table td.caption img{width: 4pt; height: 4pt;}
  205. table{margin-bottom: -3px;}
  206. </style>
  207.  
  208. <=GLOBAL_HEAD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement