Advertisement
luckyoldsun

purple chichi

May 2nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <style>
  4.  
  5. body, td {
  6. font-family: verdana, sans-serif;
  7. font-size: 10pt;
  8. }
  9. tt, pre {
  10. font-family: monospace;
  11. }
  12. a {
  13. text-decoration: none;
  14. }
  15. a:hover {
  16. text-decoration: underline;
  17. }
  18. .shadowed, .ljadshadowed {
  19. font-size: 8pt;
  20. background: ;
  21. }
  22. .ljadshadowed div {
  23. visibility: visible;
  24. position: relative;
  25. }
  26. .meta {
  27. font-size: 8pt;
  28. }
  29. .index {
  30. font-size: 8pt;
  31. }
  32. .caption, .index {
  33. color: ;
  34. }
  35. .comments {
  36. font-size: 8pt;
  37. }
  38. </style>
  39.  
  40. <link href="https://i.imgur.com/FT10aTF.png" rel="shortcut icon">
  41. <link href="https://fonts.googleapis.com/css?family=Mada" rel="stylesheet">
  42. <link href="http://kahnwald.neocities.org/signature.css" rel="stylesheet">
  43.  
  44.  
  45. <style>
  46.  
  47.  
  48. body, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  49. </style>
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <style>
  56.  
  57.  
  58.  
  59. /* codes thanks to /~stef with many edits by me */
  60. /* signature font thanks to /~kahnwald */
  61.  
  62. body {background: url(http://i.imgur.com/wuLVW1H.png), linear-gradient(to bottom, #f2f2f2 20%,#c2a9c5 100%); /* using a transparent texture over linear gradient */ height: 100%;}
  63. table {border:0px solid #dddddd;} table table {border:0;}
  64. tr {text-align:justify;} .entrybox {width:594px;} .date, a.index {visibility:visible !important;}
  65.  
  66. table table table td.meta {font-size:0px;line-height:0px;}
  67. p table.entrybox table table td.meta, table table table td.meta a {font-family: mada; font-size:7px;letter-spacing:1px;line-height:7px;margin-top:0px;}
  68. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {visibility:hidden;}
  69.  
  70. .entrybox, .shadowed {background-color: rgba(255, 255, 255, 0.4);
  71. border-width: 1px 0 0 0;
  72. border-style: solid; -webkit-border-image:
  73. -webkit-linear-gradient(right, #f2f2f2, #c2a9c5) 100% 1;
  74. -moz-border-image: -moz-linear-gradient(right, #f2f2f2, #c2a9c5) 100% 1;
  75. -o-border-image: -o-linear-gradient(right, #f2f2f2, #c2a9c5) 100% 1;
  76. border-image: linear-gradient(to right, #f2f2f2, #c2a9c5) 100% 1;
  77. }
  78. .entrybox td.index, .nein{display:none;}
  79.  
  80.  
  81. /* body text */
  82. tr, td, table, body {padding:1px; font-family: quicksand, arial; font-size: 10px; line-height:13px; color:#222;}
  83.  
  84. /* subject lines */
  85. td.caption{font-family: mada; font-style: none; letter-spacing: 1px; text-transform: uppercase; font-size: 8px; line-height: 8px; font-weight: lighter; color: #333; text-shadow: 0px 0px 1px #c2a9c5; padding: 0px; margin-bottom: -4px;}
  86.  
  87. /* namefield */
  88. .shadowed td div {font-family: signature; font-size:28px;
  89. letter-spacing:0px; line-height:0px;
  90. color: #222; text-shadow: 0px 0px 0px #ddd; font-weight:lighter; padding-left:10px; margin-top:16px}
  91. .shadowed td div img {box-shadow: 0 0 0 !important;}
  92.  
  93. /* all misc little text */
  94. p.index, .index, tr.caption, .meta, td.meta, .comments, .date {font-family: mada; font-size: 6px; line-height:8px; letter-spacing: 1px; text-transform: uppercase; color: #222; font-style: none; font-weight: lighter;}
  95. .date {padding:0 2 0 2;display:block;text-align:left;} b {font-weight:normal !important;}
  96.  
  97. /* link effects */
  98. a {
  99. color: #bca3af;
  100. text-decoration: none;
  101. border-bottom: 0px solid #4b4a4a;
  102.  
  103. background-size: 200% auto;
  104. -webkit-background-size: 200% auto;
  105. -moz-background-size: 200% auto;
  106. background-position: -0% 0;
  107. transition: background-position 1s ease-out;
  108. -webkit-transition: background-position 1s ease-out;
  109. -webkit-transition-duration: 1.0s;
  110. -moz-transition-duration: 1.0s;
  111. -o-transition-duration: 1.0s;}
  112.  
  113. a:hover {background-position: -100% 0;
  114. background-image: linear-gradient(to right, #f2f2f2 50%, #E2D8E4 50%);
  115. filter: hue-rotate(342deg) saturate(0.9);
  116. -webkit-filter: hue-rotate(342deg) saturate(0.9);
  117. -moz-filter: hue-rotate(342deg) saturate(0.9);
  118. -ms-filter: hue-rotate(342deg) saturate(0.9);
  119. -o-filter: hue-rotate(342deg) saturate(0.9);
  120. color:#4b4a4a;
  121. text-decoration: none;}
  122. a:hover {cursor:url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  123.  
  124. /* icon */
  125. .shadowed img, .index img{border-radius: 0px; opacity:0.8; filter:alpha(opacity=100); height:45px;width:45px; padding: 0px; border: 1px solid #bca3af; background-color:;}
  126. .shadowed img{border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px; padding: 2px; background-color:; background: url();}
  127.  
  128. /* locks */
  129. img[src*="img/userinfo.gif"] {width: 0 !important; height: 0 !important; background: transparent url(http://i.imgur.com/dVJjvQ3.gif) no-repeat !important; padding:9px 0 0 11px !important; vertical-align:-1px !important;opacity:0.8;}
  130. img[src*="img/community.gif"] {width: 0 !important; height: 0 !important; background: transparent url(http://i.imgur.com/dTmSnp2.gif) no-repeat !important; padding:7px 0 0 7px !important; vertical-align:-1px !important;}
  131. img[src*="img/icon_private.gif"] {width: 0 !important; height: 0 !important; background: transparent url(http://i.imgur.com/rbzSSI4.gif) no-repeat !important; padding: 9px 0 0 10px !important; vertical-align:-1px !important;opacity:0.8;}
  132. img[src*="img/icon_protected.gif"] {width: 0 !important; height: 0 !important; background: transparent url(http://i.imgur.com/4zEtsmR.png) no-repeat !important; padding:9px 0 0 7px !important; vertical-align:-2px !important;opacity:0.8;}
  133.  
  134. /* opacity */
  135. img {
  136. opacity: .7;
  137. -webkit-transition: opacity;
  138. -webkit-transition-timing-function: ease-in-out;
  139. -webkit-transition-duration: 600ms;
  140. }
  141. img:hover{
  142. opacity: 1;
  143. -webkit-transition: opacity;
  144. -webkit-transition-timing-function: ease-in-out;
  145. -webkit-transition-duration: 600ms;
  146. }
  147.  
  148. /* friends page icons & users */
  149. .entrybox a.index {background:transparent; color:#333; font-size:8px;}
  150. .index img{border:1px solid #bca3af;padding: 2px;box-shadow:0px 0px 0px #000;padding:1px;height:50px;width:50px;border-radius:50px 50px;-moz-border-radius:50px 50px;}
  151.  
  152. /* scrollbar */
  153. ::-webkit-scrollbar {width: 4px;}
  154. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-color:#AFAEEA;}
  155. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 1px 1px 1px tan;border-radius:0px;background-image: url(https://s-media-cache-ak0.pinimg.com/736x/32/de/77/32de77f2336e5adb20b3fbf58d13d94a.jpg);}
  156.  
  157. /* borders plus necessary coding for date to show up */
  158. table { border: 0px solid #222; }
  159. table table { border: 0; }
  160. .entrybox td.index, .index3{ display: none; }
  161.  
  162. /* necessary coding for date and time */
  163. .index2 { font-family:mada; font-size:6px; letter-spacing:1px; font-weight:lighter; text-align: left; color: #333; text-shadow: 0px 0px 1px #c2a9c5; background-color: rgba(255, 255, 255, 0.0); display: block; line-height:8px; text-transform: uppercase;}
  164.  
  165. </style>
  166. <=GLOBAL_HEAD
  167.  
  168. LASTN_OPT_ITEMS=>2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement