Advertisement
KISUMI

* haru kaze

Mar 9th, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. <style>
  2. /*
  3.  
  4. ╳ ╳ ╳ : ( ── C0DES BY EUFLEURIC! ) ▰ ▰ ▰ ♚ ♚ ♚
  5. ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
  6.  
  7. UNDER NO CIRCUMSTANCES MUST YOU REMOVE THE CREDIT. THE ONLY EXCEPTION IS IF YOU SWEAR THAT YOU WILL PROPERLY LINK MY TUMBLR/TWITTER (@EUFLEURIC) SOMEWHERE ON YOUR PAGE THAT IS HYPERLINKED AND EASY TO SPOT.
  8.  
  9. THIS IS YOUR ONLY WARNING.
  10. I WILL NOT GIVE ANY MORE.
  11. YOU WILL BE IN A LOT OF TROUBLE.
  12. IF I FIND YOU, I WILL DROP YOUR ASS LIKE THE BASS.
  13.  
  14. DO NOT JOCK, REDISTRIBUTE OR COPY ANYTHING OFF MY STYLESHEET.
  15.  
  16. STYLE TOOLTIP GOES TO:
  17. http://manos.malihu.gr/tuts/style-my-tooltips.html
  18.  
  19. HAVE FUN, AND IF YOU NEED ANY HELP CONTACT ME HERE:
  20. http://eufleuric.tumblr.com/ask
  21. https://twitter.com/eufleuric
  22.  
  23. ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
  24. ╳ ╳ ╳ : ( ── C0DES BY EUFLEURIC! ) ▰ ▰ ▰ ♚ ♚ ♚
  25.  
  26. */
  27. </style>
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300' rel='stylesheet' type='text/css'>
  38.  
  39. <link href="http://static.tumblr.com/xxxtcim/vBXncagbd/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/xxxtcim/PfUncagat/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($) {
  44. $(document).ready(function() {
  45. $("[title]").style_my_tooltips({
  46. tip_follows_cursor: true,
  47. tip_delay_time: 200,
  48. tip_fade_speed: 300,
  49. attribute: "title"
  50. });
  51. });
  52. })(jQuery);
  53. </script>
  54. <style>
  55. #s-m-t-tooltip {
  56. width: auto;
  57. z-index: 10;
  58. margin: 24px 14px 7px 12px;
  59. /* style and design */
  60. padding: 3px;
  61. background-color: #bbd0ac;
  62. /* font */
  63. font-family: corbel;
  64. text-transform: uppercase;
  65. font-size: 9px;
  66. line-height: 16px;
  67. color: #FFFFFF;
  68. text-align: center;
  69. letter-spacing: 1px;
  70. </style>
  71.  
  72.  
  73. <style>
  74. body {
  75. background-color: #f6f6f6;
  76. background-image: url('http://i.imgur.com/Qyj3oOH.jpg');
  77. }
  78. .transparentbox {
  79. position: fixed;
  80. width: 330px;
  81. height: 310px;
  82. background-color: #fff;
  83. padding: 20px;
  84. left: 150px;
  85. top: 150px;
  86. opacity: .4;
  87. }
  88. .mainbox {
  89. position: fixed;
  90. width: 310px;
  91. height: 280px;
  92. background-color: #fff;
  93. padding: 10px;
  94. left: 170px;
  95. top: 175px;
  96. opacity: .9;
  97. }
  98. .mainbox h1 {
  99. font-family:'Yanone Kaffeesatz', sans-serif;
  100. font-size: 25px;
  101. text-transform: uppercase;
  102. font-style: normal;
  103. color: #bbd0ac;
  104. font-weight: lighter;
  105. padding: 0px;
  106. margin: 0px;
  107. margin-top: -12px;
  108. text-align: center;
  109. }
  110. .imagebox {
  111. margin-top: 3px;
  112. position: fixed;
  113. width: 150px;
  114. height: 250px;
  115. background-color: #bbd0ac;
  116. padding: 5px;
  117. }
  118.  
  119. .links {
  120. margin-top: 230px;
  121. position: fixed;
  122. width: 160px;
  123. height: 30px;
  124. background-color: #transparent;
  125. z-index: 9;
  126. }
  127.  
  128. .links a {
  129. display: inline-block;
  130. width: 20px;
  131. height: 20px;
  132. background-color: #fff;
  133. font-family: corbel;
  134. font-size: 10px;
  135. text-decoration: none;
  136. text-align: center;
  137. line-height: 20px;
  138. color: #bbd0ac;
  139. -webkit-transition: all .5s ease-in-out;
  140. }
  141.  
  142. .links a:hover {
  143. background-color: #bbd0ac;
  144. color: #ffffff;
  145. }
  146. .textbox {
  147. margin-top: 5px;
  148. margin-left: 160px;
  149. position: fixed;
  150. width: 145px;
  151. height: 170px;
  152. padding: 5px;
  153. background-color: #ffffff;
  154. overflow: auto;
  155. overflow-x: hidden;
  156. font-family: corbel;
  157. font-size: 9px;
  158. color: #748668;
  159. line-height: 10px;
  160. }
  161. .textbox p::first-letter {
  162. font-size: 20px;
  163. color: #748668;
  164. font-family: times;
  165. }
  166. .quotebox {
  167. margin-top: 195px;
  168. margin-left: 170px;
  169. position: fixed;
  170. width: 130px;
  171. height: 80px;
  172. padding: 5px;
  173. background-color: #transparent;
  174. font-family: georgia;
  175. font-size: 15px;
  176. font-style: italic;
  177. text-transform: lowercase;
  178. color: #bbd0ac;
  179. text-align: center;
  180. line-height: 12px;
  181. }
  182. ::-webkit-scrollbar {
  183. width: 5px;
  184. height: 10px;
  185. padding-top: 40px;
  186. }
  187. ::-webkit-scrollbar-track {
  188. background-color: #ffffff;
  189. }
  190. ::-webkit-scrollbar-thumb {
  191. height: 30px;
  192. width: 5px;
  193. background-color: #bbd0ac;
  194. }
  195. ::-webkit-scrollbar-track-piece {
  196. height: 30px;
  197. width: 30px;
  198. }
  199. a {
  200. font-family: calibri;
  201. font-size: 9px;
  202. text-transform: uppercase;
  203. color: #92b777;
  204. letter-spacing: 0px;
  205. text-decoration: none;
  206. -webkit-transition: all .5s ease-in-out;
  207. }
  208. a:hover {
  209. color: #8bcbbd;
  210. }
  211. i {
  212. font-style: italic;
  213. font-size: 9px;
  214. font-family: georgia;
  215. text-transform: lowercase;
  216. font-weight: bold italics;
  217. line-spacing: 4px;
  218. color: #8bcbbd;
  219. }
  220. b {
  221. color: #92b777;
  222. font-family: calibri;
  223. font-size: 9px;
  224. line-height: 10px;
  225. text-transform: uppercase;
  226. }
  227. </style>
  228. <div class="transparentbox"></div>
  229. <div class="mainbox">
  230. <h1>this is a heading</h1>
  231.  
  232. <div class="links">
  233. <center>
  234. <a href="/" title="home">I</a>
  235. <a href="/" title="ask">II</a>
  236. <a href="/" title="archive">III</a>
  237. <a href="/" title="link">IV</a>
  238. <a href="/" title="link">V</a>
  239. </center>
  240. </div>
  241.  
  242. <div class="imagebox">
  243. <img src="http://i.imgur.com/0nlz6pC.png">
  244. </div>
  245. <div class="textbox">
  246.  
  247. <p>This is normal font. <b>Bold font.</b> <i>Italic font.</i> <a href="/">This is a link.</a>
  248.  
  249.  
  250.  
  251.  
  252. </p>
  253.  
  254.  
  255. <p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nam vitae neque facilisis, lobortis neque et, feugiat velit. Ut iaculis nunc vitae elit accumsan ultrices. Nam faucibus, erat ut bibendum facilisis, ex dui mattis lectus, non aliquet sapien lorem ut ex. Etiam turpis nibh, tristique sed imperdiet at, porta non massa.</p>
  256. <p>Etiam ornare porta odio, nec dictum diam finibus et. Pellentesque in ipsum lacus. Aenean et tincidunt neque. Cras est sem, cursus vel fermentum id, tristique et nulla. Cras in ligula et nisi ultricies iaculis. Curabitur et nisi luctus risus congue faucibus sit amet congue quam.</p>
  257. </div>
  258. <div class="quotebox">It does not matter how slowly you go as long as you do not stop.</div>
  259. </div>
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. <style>
  271. #bellafleur{position: absolute;width: 20px;height: 20px;background-color: #FFFFFF;right: 10px;bottom: 10px;z-index: 1;border: solid #c2d2cf 2px;outline: 2px solid #FFFFFF;}
  272. #precipitation {position: absolute;bottom: 560px;right: 40px;padding: 5px;background-color: #FFFFFF;width: 200px;z-index: 3;opacity: 0;border: solid #FFFFFF 4px;-webkit-transition: all 1s ease-in-out;font-weight: lighter;font-family: consolas; text-transform: uppercase; font-size: 8px;color: #c2d2cf;text-align: center;}
  273. #bellafleur:hover + #precipitation {opacity: 1;bottom: 8px;}
  274. #bellafleur a {text-transform: lowercase;text-decoration: none;color: #c2d2cf;font-family: georgia;font-size: 20px;line-height: 17px;margin-left: 5px;font-style: italic;-webkit-transition: all .5s ease-in-out;}
  275. #bellafleur a:hover {color: #aaa19c;}
  276. </style>
  277. <div id="bellafleur"> <a href="http://eufleuric.tumblr.com/">e</a> </div>
  278. <div id="precipitation">Everything was typed and coded by Ricky <font color="ffb6cb">@eufleuric</font> on Twitter and Tumblr.
  279. <br><br>Do not remove credit or redistribute parts of my codes as your own, please.</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement