Advertisement
Guest User

Untitled

a guest
Oct 1st, 2017
1,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.79 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2. <link href="https://quinzel.neocities.org/iezabel.css" rel="stylesheet">
  3. <title>.</title>
  4.  
  5.  
  6. <style>
  7.  
  8.  
  9. /* ᴄʀᴇᴅɪᴛ: ᴍɪɴɴᴀ/flirts */
  10.  
  11. /* BACKGROUND */
  12. body {
  13. background: url(http://i.imgur.com/OdllDz2.png), linear-gradient(to bottom, #FFF 0%,#FFF 0%); /* using a transparent texture over linear gradient */
  14. height: 100%;
  15. }
  16.  
  17. /* REMOVES BORDERS AROUND TABLES AND ENTRYBOX; ALLOWS USE OF DROP-SHADOWS INSTEAD */
  18. table {
  19. border: 0p;
  20. }
  21. table table {
  22. border: 0px;
  23. }
  24.  
  25. /* JUSTIFIES TEXT */
  26. tr {
  27. text-align:justify;
  28. }
  29.  
  30. /* ENTRYBOX WIDTH */
  31. .entrybox {
  32. width: 594px;
  33. }
  34.  
  35. /* ENTRYBOX DISPLAY */
  36. .entrybox, .shadowed {width: 594px; border-radius: 0px; border-top: 0px solid; border-left: 0px solid; border-right: 0px solid; border-bottom: 3px solid #000; border-image: repeating-linear-gradient(to right, #1bdaeb, #e9eb1b, #eb1b9a) 10; repeat; padding: 0px; background-color: rgba(255, 255, 255, 0.2);
  37. box-shadow: 0px 0px 2px 0px #d7d7d7;}
  38. }
  39.  
  40. /* IJ LINKS - USERINFO, CALENDAR, NAVIGATION */
  41. table table table td.meta {
  42. font-size: 0px;
  43. line-height: 0px;
  44. }
  45.  
  46. /* CHANGES FONT SIZES FOR IJ LINKS */
  47. p table.entrybox table table td.meta, table table table td.meta a {
  48. font-size: 6.5px;
  49. letter-spacing: +.5;
  50. line-height: 6.5px;
  51. font-family: Calibri, Helvetica, Arial, Times;
  52. margin-left: 0px;
  53. }
  54.  
  55. /* HIDES THE LINKS AND NAMEFIELD ABOVE THE TOP BOX */
  56. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {
  57. visibility: hidden;
  58. line-height: 0px;
  59. }
  60.  
  61. .entrybox td.index {
  62. display: none;
  63. }
  64.  
  65.  
  66. /* PAGE FONT */
  67. tr, td, table, body {
  68. font-family: Calibri, Helvetica, Arial;
  69. font-size: 7.5px;
  70. color: #000;
  71. text-shadow:0 0 1px #A3A3A3;
  72. letter-spacing: 1px;
  73. line-height: 9px;
  74. font-weight: lighter;
  75. text-transform: uppercase;
  76. padding: 1px;
  77. }
  78.  
  79. /* BOLD */
  80. b {
  81. font-weight: normal!important;
  82. }
  83.  
  84. /* SUBJECT LINE */
  85. p table table td.caption {
  86. font-family: Calibri, Helvetica, Arial;
  87. font-size: 7.5px;
  88. color: #000;
  89. text-shadow:0 0 1px #A3A3A3;
  90. letter-spacing: +.5;
  91. line-height: 9px;
  92. margin-bottom: -4px;
  93. text-transform:uppercase;
  94. padding: 0px;
  95. }
  96.  
  97. /* NAMEFIELD */
  98. .shadowed td div {
  99. font-family: Iezabel;
  100. font-size: 50px;
  101. line-height: 15px;
  102. color:#000;
  103. text-shadow:0 0 1px #A3A3A3;
  104. text-transform: lowercase;
  105. margin-left: 20px;
  106. }
  107.  
  108. /* COMMENTS */
  109. .comments {font-family: Calibri, Helvetica, Arial, Times; font-size: 7.5px; text-transform: uppercase; letter-spacing: +.5; text-shadow:0 0 1px #a3a3a3; color: #000; line-height: 9px;}
  110.  
  111. /* MISC LITTLE TEXT*/
  112. p.index, .index, tr.caption, .meta, td.meta, .date {
  113. font-family: Times;
  114. font-size: 0px;
  115. line-height: 0px;
  116. text-transform: uppercase;
  117. }
  118.  
  119. /* DATE */
  120. .date, a.index {visibility:visible !important;} .dated{display:none;} .entrybox td.index{display: none;}
  121. .dates {font-family: Calibri, Helvetica, Arial, Times; ; color: #000000; font-size: 7px; line-height:2px; letter-spacing:1px; text-transform:uppercase; padding-left: 5px;}
  122.  
  123.  
  124. /* LINK EFFECTS */
  125. a {
  126. color: #000;
  127. text-shadow:0 0 1px #A3A3A3;
  128. text-decoration: none;
  129. -webkit-transition-duration: 1.0s;
  130. -moz-transition-duration: 1.0s;
  131. -o-transition-duration: 1.0s;
  132. }
  133.  
  134. A:hover {
  135. filter: hue-rotate(342deg) saturate(0.9);
  136. -webkit-filter: hue-rotate(342deg) saturate(0.9);
  137. -moz-filter: hue-rotate(342deg) saturate(0.9);
  138. -ms-filter: hue-rotate(342deg) saturate(0.9);
  139. -o-filter: hue-rotate(342deg) saturate(0.9);
  140. text-decoration: none;
  141. color:#8A8A8A;
  142. }
  143.  
  144. .shadowed td div img {
  145. box-shadow: 0 0 0 !important;
  146. }
  147.  
  148. /* USERICONS & LOCKS - note: this pulls your default icon. */
  149.  
  150. .shadowed img{border-radius: 50px; width: 70; height: 70; box-shadow:0 0 1px #bbb;background: linear-gradient(to right, #B4E53E, #04BD9B, #A46FBD);background: -moz-linear-gradient(to right, #B4E53E, #04BD9B, #A46FBD); padding:2px; height:56px; width:56px;}
  151.  
  152. p table table td.caption img {
  153. height:6px;
  154. width:7px;
  155. opacity:0.7;
  156. }
  157.  
  158. /* HIDES THE IJ ICONS FOR UI AND COMM LINKS WHEN USING <xx-lj USER> */
  159. img[src*="img/userinfo.gif"] {
  160. width: 0 !important;
  161. height: 0 !important;
  162. }
  163.  
  164. img[src*="img/community.gif"] {
  165. width: 0 !important;
  166. height: 0 !important;
  167. }
  168.  
  169.  
  170. /* OPACITY FOR IMAGES */
  171. img {
  172. border: 0px;
  173. opacity:0.7;
  174. filter:alpha(opacity=70);
  175. border-radius:3px;
  176. -webkit-border-radius:3px;
  177. -moz-border-radius:3px;
  178. -moz-transition: all 1.0s ease-out;
  179. -o-transition: all 1.0s ease-out;
  180. -webkit-transition: all 1.0s ease-out;
  181. transition: all 1.0s ease-out;
  182. }
  183.  
  184. img:hover {
  185. opacity:1.0;
  186. filter:alpha(opacity=100);
  187. -moz-transition: all 1.0s ease-out;
  188. -o-transition: all 1.0s ease-out;
  189. -webkit-transition: all 1.0s ease-out;
  190. transition: all 1.0s ease-out;
  191. }
  192.  
  193. /* FRIENDS PAGE ICON BACKGROUND/FONT */
  194. .entrybox a.index {
  195. background:transparent;
  196. color:#808080;
  197. font-size:8px;
  198. }
  199.  
  200. /* SCROLLBAR APPEARANCE */
  201. ::-webkit-scrollbar {width: 4px;}
  202. /* UNDERNEATH BAR */
  203. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px; background-color: #22362c;}
  204. /* TOP BAR */
  205. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 1px 1px 1px; border-radius:0px; background-color:#45a879;}
  206.  
  207. /* CURSOR */
  208. body, a, a:hover {
  209. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  210. .}
  211.  
  212. /* * */
  213. table { border: 0px solid; }
  214. table table { border: 0; }
  215. .entrybox td.index, .index3{ display: none;}
  216.  
  217. /* * */
  218. .index2 {font-family: Calibri, Times, Helvetica, Arial; font-size: 7.5px; line-height:9px; color: #000;
  219. text-shadow:0 0 1px #A3A3A3; letter-spacing: 1px; text-transform:uppercase; text-align:left; padding-bottom: 3px; display: block;}
  220.  
  221. </style>
  222.  
  223. <=GLOBAL_HEAD
  224.  
  225. LASTN_TALK_LINKS=><tr><td align="right" valign="bottom" colspan="2" width="100%" class="comments"> <a href="%%urlpost%%"><font color="#000000">POST</font></a>%%readlink%%</td></tr>
  226.  
  227. LASTN_TALK_READLINK=><a href="%%urlread%%"><font color="#000000">%%messagecount%%</font></a>
  228.  
  229. LASTN_DATE_FORMAT<=
  230. </td></tr><tr><td><span class="dates">
  231. <img src="http://i.imgur.com/EkYEDnI.png"> %%24h%%:%%min%% ON
  232. %%daylong%%, %%monlong%% %%dth%%, %%yyyy%%
  233. </span></td></tr><tr><td class="dated">
  234. <=LASTN_DATE_FORMAT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement