Advertisement
cat_inthe_cradle

Hey Jude

Jun 9th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3.  
  4. /* ----- BASIC SHIT -----*/
  5.  
  6. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  7.  
  8. @import url(http://fonts.googleapis.com/css?family=Yellowtail);
  9.  
  10. @import url(http://fonts.googleapis.com/css?family=Lobster);
  11.  
  12. @import url(http://fonts.googleapis.com/css?family=Oswald);
  13.  
  14. @import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);
  15. @import url(http://fonts.googleapis.com/css?family=Unica+One);
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  23.  
  24.  
  25. body { background:none; }
  26. #scroller { padding: 35px 0; box-sizing: border-box; }
  27. #profile-container { width:750px;background:#333; }
  28. #profile-container {background:none;}
  29.  
  30.  
  31.  
  32.  
  33.  
  34. .pfor{display:none;}
  35. #profile{border:none;background: transparent;}
  36.  
  37.  
  38.  
  39.  
  40.  
  41. /* BODY */
  42. ::-webkit-scrollbar-thumb:vertical {
  43. background-color: #dbe9bf;
  44. height: 50px;
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. height: 10px;
  49. width: 3px;
  50. background-color: #f0ebea;
  51. }
  52.  
  53. body {
  54. background-image: url("http://i.picpar.com/i2wc.png");
  55. background-attachment: fixed;
  56. background-color: #e5b2c0;
  57. margin: 0;
  58. }
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. *, body, a {cursor: url(http://i.imgur.com/Yc5hbLt.png), auto;}
  67.  
  68. a:hover {cursor: url(http://i.imgur.com/jkCprbL.png), auto;}
  69.  
  70. ::selection {
  71.  
  72. color: #fefefe;
  73. }
  74. ::-moz-selection {
  75.  
  76. color: #fefefe;
  77. }
  78.  
  79. ::-webkit-scrollbar {background-color:transparent;height:4px; width:3px;border-radius:12px;}
  80. ::-webkit-scrollbar-thumb:vertical {background-color:transparent;height:50px;border-radius:12px;}
  81. ::-webkit-scrollbar-thumb:horizontal {background-color:transparent;height:5px!important}
  82.  
  83.  
  84. sub, sup, small {font-size:10px;line-height:120%;}
  85.  
  86.  
  87. b, strong {color:# ; font-family: 'Oswald', sans-serif;font-size: px;font-weight:400;text-decoration:none;text-shadow:1px 1px 5px #df9bb3; letter-spacing:0px;}
  88.  
  89. i, em {color:#da8fa4; text-decoration:none;font-family:'Lobster', cursive; font-size:12px;letter-spacing:2px;text-shadow:1px 1px 0px #fcf4f7;}
  90.  
  91. u, underline {text-decoration:none; border-bottom:1px dashed #d996b3;}
  92.  
  93. pre {
  94. white-space: pre-wrap;
  95. white-space: -moz-pre-wrap;
  96. white-space: -pre-wrap;
  97. white-space: -o-pre-wrap;
  98. word-wrap: break-word;
  99. }
  100.  
  101. #s-m-t-tooltip {
  102. padding: 3px;
  103. display: none;
  104. text-align: center;
  105. position: absolute;
  106. font-style:normal;
  107. margin-top:9px;
  108. margin-left:10px;
  109. font-size:15px;
  110. line-height:9px;
  111. font-family:'Unica One', cursive;
  112. font-weight:bold;
  113. z-index: 99999999;
  114. border: 0px dotted #fff;
  115. color: #c86b8e;
  116. text-shadow:1px 1px 0px #f7eff2;
  117. text-transform:uppercase;
  118. letter-spacing: 1px;
  119. -webkit-transition: .3s ease-in-out;
  120. -moz-transition: .3s ease-in-out;
  121. -o-transition: .3s ease-in-out;
  122. }
  123.  
  124. a {
  125. text-decoration:none;
  126. outline:none;
  127. -moz-outline-style:none;
  128. color:#fff;
  129. text-shadow: -1px 0 #38393f, 0 1px #38393f, 1px 0 #38393f, 0 -1px #38393f;
  130. -moz-transition-duration:0.5s;
  131. -webkit-transition-duration:0.5s;
  132. -o-transition-duration:0.5s;
  133. }
  134.  
  135. a:hover {
  136. text-decoration:none;
  137. outline:none;
  138. -moz-outline-style:none;
  139. color:#e8d2db;
  140. }
  141.  
  142.  
  143. blockquote {
  144. padding-left:5px;
  145. margin-left:5px;
  146. border-left:1px dotted;
  147. }
  148.  
  149. blockquote blockquote {
  150. padding-left:5px;
  151. margin-left:5px;
  152. border-left:1px dotted;
  153. }
  154.  
  155.  
  156.  
  157.  
  158. .hoverbox {
  159. position: fixed;
  160. background-color: #fff;
  161. opacity: 0;
  162. width: 208px;
  163. height: 201px;
  164. padding: 5px;
  165. left: 675px;
  166. top: 235px;
  167. font-family: arial;
  168. font-size: px;
  169. color: #;
  170. letter-spacing: 0px;
  171. -webkit-transition: all .7s ease-in-out;
  172. }
  173. .hoverbox:hover {
  174. opacity: 1;
  175. top: 235px;
  176.  
  177. }
  178. .hoverbox b {
  179. color: # ;
  180. font-family: calibri;
  181. font-size: px;
  182. line-height: 10px;
  183. text-transform: ;
  184. }
  185.  
  186.  
  187.  
  188. .hoverbox1 {
  189. position: fixed;
  190. background-color: #fff;
  191. opacity: 0;
  192. width: 190px;
  193. height: 265px;
  194. padding: 5px;
  195. left: 430px;
  196. top: 265px;
  197. font-family: arial;
  198. font-size: px;
  199. color: #;
  200. letter-spacing: 0px;
  201. -webkit-transition: all .7s ease-in-out;
  202. }
  203. .hoverbox1:hover {
  204. opacity: 1;
  205. top: 265px;
  206.  
  207. }
  208. .hoverbox1 b {
  209. color: # ;
  210. font-family: calibri;
  211. font-size: px;
  212. line-height: 10px;
  213. text-transform: ;
  214. }
  215.  
  216.  
  217.  
  218.  
  219. </style>
  220.  
  221.  
  222.  
  223.  
  224. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; border-radius: ; opacity: 1; width: px; height: px; background-image:url(''); position: absolute; top:225px; left: 390px; overflow: auto; text-align: left; border: 9px solid #fff;"><span style="font-family: andale mono,times; font-size: 20; color: #796369;">
  225. <img src="http://i.picpar.com/f2wc.png" alt="" width="120" height="" />
  226.  
  227.  
  228.  
  229. </span></div>
  230.  
  231.  
  232.  
  233.  
  234. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; border-radius: ; opacity: 1; width: px; height: px; background-image:url(''); position: absolute; top:230px; left: 545px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: 12; color: #796369;">
  235.  
  236. <a href="" title="">"Hey Jude, don't make it bad<br />
  237. Take a sad song and make it better<br />
  238. Remember to let her into your heart<br />
  239. Then you can start to make it better"</a>
  240. <br /><br />
  241. JUDE MCCARTNEY. » JuJuBee. <br /><br />
  242.  
  243. <span style="font-family: andale mono,times; font-size: 10; color: #796369;">
  244.  
  245. — Female. » Gender neutral name.<br />
  246. — United Kingdom. » British. <br />
  247. — Hetero. Uninterested. Single.
  248.  
  249.  
  250.  
  251.  
  252. </span></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement