Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
1,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. GLOBAL_HEAD<=
  2.  
  3. <title>π“‰π’½π’Ύπ“ˆ β„Šπ“‡β„―π’Άπ“‰ π“Šπ“ƒπ“€π“ƒβ„΄π“Œπ“ƒ π“Œπ’Άπ“ˆ 𝓂ℯ𝒢𝓃𝓉 𝓉ℴ 𝒷ℯ π’»β„΄π“Šπ“ƒπ’Ή</title>
  4. <meta charset="UTF-8">
  5. <link rel="shortcut icon" href="http://www.sharegif.com/wp-content/uploads/2013/09/19/flower-gif-43-150x150.gif">
  6.  
  7. <style>
  8.  
  9. /* CREDIT: @MINNA { ASK FOR CODES, HELP OR RESOURCES! } */
  10.  
  11. /* IMPORTING FONTS */
  12. @font-face {
  13. font-family: thin;
  14. src:url("https://dl.dropboxusercontent.com/s/x1p5yk41jbfjipf/BeatrixAntiqua-Thin%20Trial.ttf");
  15. }
  16. @font-face {
  17. font-family: minna;
  18. src:url("https://dl.dropboxusercontent.com/s/yuan25yajwidxwh/RubicanDemo.ttf");
  19. }
  20.  
  21. /* IJ OVERRIDES */
  22.  
  23. /* BODY BACKGROUND */
  24. body {
  25. background: url(http://i.imgur.com/H93IuII.png), linear-gradient(#ffffff, #e5e5e5, #f0f3f6); /* using a transparent texture over linear gradient */
  26. height: 100%;
  27. }
  28.  
  29. /* REMOVES BORDERS AROUND TABLES AND ENTRYBOX; ALLOWS USE OF DROP-SHADOWS INSTEAD */
  30. table {
  31. border: 0p;
  32. }
  33. table table {
  34. border: 0px;
  35. }
  36.  
  37. /* JUSTIFIES TEXT */
  38. tr {
  39. text-align:justify;
  40. }
  41.  
  42. /* SETS THE WIDTH OF YOUR ENTRYBOX. note: this also effects the "top box" with your icon, userinfo links, etc! */
  43. .entrybox {
  44. width:594px;
  45. }
  46.  
  47. /* ENTRYBOX DISPLAY. note: this also effects the "top box" with your icon, userinfo links, etc! */
  48. .entrybox, .shadowed {
  49. background-color: rgba(255, 255, 255, 0.2); /* set the colour of the entrybox. the 0.2 allows you to mess with the opacity. does not effect font opacity. */
  50. box-shadow: 0 0 1px #dddddd; /* how to get a border around the entire entrybox */
  51. border-radius: 2px; /* adding a very slight rounding to the edges */
  52. -webkit-border-radius: 2px;
  53. -moz-border-radius: 2px;
  54. }
  55.  
  56. /* IJ LINKS - USERINFO, CALENDAR, NAVIGATION */
  57. table table table td.meta {
  58. font-size: 0px;
  59. line-height: 0px;
  60. }
  61.  
  62. /* CHANGES FONT SIZES FOR IJ LINKS */
  63. p table.entrybox table table td.meta, table table table td.meta a {
  64. font-size:6px;
  65. letter-spacing:1px;
  66. line-height: 6px;
  67. margin-top:-4px;
  68. }
  69.  
  70. /* HIDES THE LINKS AND NAMEFIELD ABOVE THE TOP BOX */
  71. table table tr.caption td.caption, .entrybox td table td.index, tr.caption, .entrybox td.meta {
  72. visibility: hidden;
  73. line-height: 0px;
  74. }
  75.  
  76. .entrybox td.index {
  77. display: none;
  78. }
  79.  
  80. /* PAGE FONT */
  81. tr, td, table, body {
  82. font-family: calibri;
  83. font-size: 8px;
  84. color: #333;
  85. letter-spacing: 1px;
  86. line-height: 10px;
  87. font-weight: lighter;
  88. text-transform: uppercase;
  89. padding: 1px;
  90. }
  91.  
  92. /* SETS HOW BOLDED TEXT LOOKS */
  93. b {
  94. font-weight: normal !important;
  95. }
  96.  
  97. /* SUBJECT LINE APPEARANCE & FONT */
  98. p table table td.caption {
  99. font-family: calibri;
  100. font-size: 8px;
  101. color: #333;
  102. letter-spacing: 1px;
  103. line-height: 8px;
  104. font-weight: lighter;
  105. margin-bottom: -4px;
  106. text-shadow: 0px 0px 1px #404040;
  107. text-transform:uppercase;
  108. padding: 0px;
  109. }
  110.  
  111. /* NAMEFIELD - note: this pulls your default namefield */
  112. .shadowed td div {
  113. font-family: minna;
  114. font-size: 17px;
  115. letter-spacing:-2px;
  116. line-height: 10px;
  117. color:#000;
  118. text-shadow: 2px 2px 1px #fff;
  119. text-transform: lowercase;
  120. margin-left: 20px;
  121. }
  122.  
  123. /* MISC LITTLE TEXT. e.g. navigation/date and time. */
  124. p.index, .index, tr.caption, .meta, td.meta, .comments, .date {
  125. font-family: calibri;
  126. font-size: 7px;
  127. line-height: 8px;
  128. letter-spacing: 1px;
  129. color:#222222;
  130. text-shadow:0px 0px 0px #ddd;
  131. font-weight: lighter;
  132. text-transform: uppercase;
  133. }
  134.  
  135. .date {
  136. padding:0;
  137. display:block;
  138. text-align:left; font-size: 6px;
  139. }
  140.  
  141. / * HIDES DATE * /
  142. .dates {
  143. display: none;
  144. }
  145.  
  146. /* LINK EFFECTS */
  147. a {
  148. color: #333;
  149. text-shadow: 0px 0px 1px #b89fcb;
  150. text-decoration: none;
  151. -webkit-transition-duration: 1.0s;
  152. -moz-transition-duration: 1.0s;
  153. -o-transition-duration: 1.0s;
  154. }
  155.  
  156. A:hover {
  157. filter: hue-rotate(342deg) saturate(0.9);
  158. -webkit-filter: hue-rotate(342deg) saturate(0.9);
  159. -moz-filter: hue-rotate(342deg) saturate(0.9);
  160. -ms-filter: hue-rotate(342deg) saturate(0.9);
  161. -o-filter: hue-rotate(342deg) saturate(0.9);
  162. text-decoration: none;
  163. color:#7aadc5;
  164. }
  165.  
  166. .shadowed td div img {
  167. box-shadow: 0 0 0 !important;
  168. }
  169.  
  170. /* USERICONS & LOCKS - note: this pulls your default icon. */
  171. .shadowed img, .index img {
  172. border-radius: 0px;
  173. opacity: .75;
  174. filter:alpha(opacity=75);
  175. height: 100px; /* ADJUST SIZE OF ICON */
  176. width: 100px; /* ADJUST SIZE OF ICON */
  177. }
  178.  
  179. .shadowed img {
  180. border-radius: 100px; /* ADJUST WHETHER ICON IS SQUARE, ROUND, ANOTHER SHAPE */
  181. -webkit-border-radius: 100px;
  182. -moz-border-radius: 100px;
  183. padding: 0px;
  184. position: relative;
  185. z-index: 5;
  186. }
  187.  
  188. p table table td.caption img {
  189. height:6px;
  190. width:7px;
  191. opacity:0.7;
  192. }
  193.  
  194. /* HIDES THE IJ ICONS FOR UI AND COMM LINKS WHEN USING <xx-lj USER> */
  195. img[src*="img/userinfo.gif"] {
  196. width: 0 !important;
  197. height: 0 !important;
  198. }
  199.  
  200. img[src*="img/community.gif"] {
  201. width: 0 !important;
  202. height: 0 !important;
  203. }
  204.  
  205. /* OPACITY FOR IMAGES */
  206. img {
  207. border: 0px;
  208. opacity:0.7;
  209. filter:alpha(opacity=70);
  210. border-radius:3px;
  211. -webkit-border-radius:3px;
  212. -moz-border-radius:3px;
  213. -moz-transition: all 1.0s ease-out;
  214. -o-transition: all 1.0s ease-out;
  215. -webkit-transition: all 1.0s ease-out;
  216. transition: all 1.0s ease-out;
  217. }
  218.  
  219. img:hover {
  220. opacity:1.0;
  221. filter:alpha(opacity=100);
  222. -moz-transition: all 1.0s ease-out;
  223. -o-transition: all 1.0s ease-out;
  224. -webkit-transition: all 1.0s ease-out;
  225. transition: all 1.0s ease-out;
  226. }
  227.  
  228. /* FRIENDS PAGE ICON BACKGROUND/FONT */
  229. .entrybox a.index {
  230. background:transparent;
  231. color:#808080;
  232. font-size:8px;
  233. }
  234.  
  235. /* SCROLLBAR APPEARANCE */
  236. ::-webkit-scrollbar {width: 4px;}
  237. /* UNDERNEATH BAR */
  238. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px;background-color:#AFAEEA;}
  239. /* TOP BAR */
  240. ::-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);}
  241.  
  242. /* CURSOR */
  243. body, a, a:hover {
  244. cursor:url(http://i.imgur.com/ONVDMqu.png), default;
  245. .}
  246.  
  247. /* CSS */
  248. #butterfly {
  249. position:absolute;
  250. top: 15px;
  251. margin-left: -200px;
  252. visibility: visible;
  253. z-index: 6;
  254. }
  255.  
  256. #springtime {
  257. position:absolute;
  258. top: 3px;
  259. margin-left: -208px;
  260. visibility: visible;
  261. z-index: 2;
  262. }
  263.  
  264.  
  265. </style>
  266.  
  267. <=GLOBAL_HEAD
  268.  
  269. LASTN_OPT_ITEMS=>2
  270.  
  271. LASTN_WEBSITE<=
  272.  
  273. <div id="butterfly" style="width: 175px;">
  274. <img src="http://www.ideamuseum.org/images/butflycircle.gif?crc=4041181541" style="display: block;margin-top: 0px;margin-left: 90px; height: 113px; transform: rotate(3deg);opacity: .6; filter: hue-rotate(90deg);">
  275. </div>
  276.  
  277. <div id="springtime">
  278. <img src="http://i.imgur.com/UK6jfEY.gif" style="display: block;margin-top: 0px;margin-left: 73px;transform: rotate(3deg);width: 155px;height: 158px;opacity: .6;">
  279. </div>
  280.  
  281. <=LASTN_WEBSITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement