Advertisement
owlette

friendthing.

Jul 15th, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. <style type="text/css">
  2. @font-face {
  3. font-family: 'slkscr';
  4. font-style: normal;
  5. src: local('slkscr'), url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  6.  
  7. ::-webkit-scrollbar {
  8. width: 0px;
  9. height: 0px;
  10. padding-top: 0px; }
  11.  
  12. ::-webkit-scrollbar-track {
  13. background-color: transparent; }
  14.  
  15. ::-webkit-scrollbar-thumb {
  16. height: 0px;
  17. width: 0px;
  18. background-color: transparent; }
  19.  
  20. ::-webkit-scrollbar-track-piece {
  21. height: 0px;
  22. width: 0px; }
  23.  
  24. ::-moz-selection, ::selection
  25. {background: #470000; color: #ffffff; }
  26.  
  27. ::selection
  28. {background: #470000; color: #ffffff; }
  29.  
  30.  
  31. a{
  32. color: white;
  33. text-decoration: none;
  34. -webkit-transition:all .5s ease-in-out;
  35. -moz-transition:all .5s ease-in-out;
  36. -o-transition:all .5s ease-in-out;
  37. -ms-transition:all .5s ease-in-out;
  38. transition:all .5s ease-in-out;}
  39.  
  40. a:hover{
  41. color: gray;
  42. -webkit-transition:all .5s ease-in-out;
  43. -moz-transition:all .5s ease-in-out;
  44. -o-transition:all .5s ease-in-out;
  45. -ms-transition:all .5s ease-in-out;
  46. transition:all .5s ease-in-out;}
  47.  
  48. b {
  49. font-family: times;
  50. font-size: 13px;
  51. font-weight: normal;
  52. color: #a6a9b2;
  53. line-height: 11px;
  54. word-spacing: 1px;
  55. letter-spacing: 1;
  56. font-style: lighter;
  57. font-variant: small-caps;
  58. text-align: justify;}
  59.  
  60. u {
  61. font-family: times;
  62. font-weight: normal;
  63. text-decoration: none;
  64. color: #b5b5b5;
  65. font-size: 10.5px;
  66. letter-spacing: 0px;
  67. word-spacing: 1px;}
  68.  
  69. i {
  70. font-family: times;
  71. font-weight: normal;
  72. text-decoration: none;
  73. color: #b5b5b5;
  74. font-size: 10.5px;
  75. letter-spacing: 0px;
  76. word-spacing: 1px;}
  77.  
  78.  
  79. h1 {
  80. color: teal;
  81. text-shadow: 2px 2px 1px black;
  82. font-family: arial;
  83. font-size: 11px;
  84. text-transform: uppercase;
  85. font-weight: lighter;
  86. line-height: 30px;
  87. letter-spacing: 3px;
  88. word-spacing: 7px;
  89. text-align: right;
  90. border-bottom: 1px inset #fff;}
  91.  
  92. h2 {
  93. color: teal;
  94. text-shadow: 1px 1px black;
  95. font-family: georgia;
  96. font-size: 15px;
  97. text-transform:none;
  98. font-style: italic;
  99. font-weight: lighter;
  100. line-height: 10px;
  101. margin-left: 20px;
  102. letter-spacing: 1px;
  103. text-align: left;}
  104.  
  105.  
  106. /* -------------------- */
  107. @font-face {
  108. font-family: 'slkscr';
  109. font-style: normal;
  110. src: local('slkscr'), url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  111.  
  112. /* bubbles that appear when you hover over the blogroll images */
  113. .bubble {
  114. color: red; /* text color */
  115. background: black; }
  116.  
  117. .bubble:after {border-color: black transparent; /* ONLY change the red here; change both reds to the same color */}
  118. #hover_me {border-color: transparent #f54f27; /* color of the little triangle on the left; see .bubble:after */}
  119.  
  120. .fav {
  121. float: left;
  122. width: 100px;
  123. height: 140px;
  124. text-align: center;}
  125.  
  126. .fav img {
  127. padding: 5px;
  128. width: 80px;
  129. height: 80px;
  130. background-color: #2b2b2b;
  131. background-image:url('http://i44.tinypic.com/aujrbk.jpg');
  132. border: 1px solid black;
  133.  
  134. -webkit-transition: all 0.4s linear;
  135. -moz-transition: all 0.4s linear;
  136. -ms-transition: all 0.4s linear;
  137. -o-transition: all 0.4s linear;
  138. transition: all 0.4s linear;}
  139.  
  140. .fav:hover img {border: 1px solid black; -webkit-border-radius: 40px; border-radius: 40px;}
  141. .fav:hover .bubble {margin-top: 10px; opacity: 1;}
  142.  
  143. .bubble {
  144. opacity: 0;
  145. margin-left: 5px;
  146. position: relative;
  147. width:90px;
  148. height: auto;
  149. padding: 3px 0px 2px 0px;
  150. font-family: "slkscr";
  151. font-size: 8px;
  152.  
  153. -webkit-transition: all 0.3s ease-out;
  154. -moz-transition: all 0.3s ease-out;
  155. -ms-transition: all 0.3s ease-out;
  156. -o-transition: all 0.3s ease-out;
  157. transition: all 0.3s ease-out;}
  158.  
  159. .text {width: 90px; height:28px; overflow: auto;}
  160.  
  161. .bubble:after {
  162. content: "";
  163. position: absolute;
  164. top: -7px;
  165. left: 40px;
  166. border-style: solid;
  167. border-width: 0 7px 7px;
  168. display: block;
  169. width: 0;
  170. z-index: 1;}
  171.  
  172. #sidebar {
  173. position:fixed;
  174. width:900;
  175. height:100%;
  176. top:0px;
  177. left:20%;
  178. overflow: auto;
  179. margin-left:0px;
  180. background-color:transparent;
  181. opacity: 0.9;
  182. -webkit-transition: all 1.5s ease-in-out;
  183. -moz-transition: all 1.5s ease-in-out;
  184. -o-transition: all 1.5s ease-in-out;
  185. -ms-transition: all 1.5s ease-in-out;
  186. transition: all 1.5s ease-in-out;}
  187. </style>
  188.  
  189.  
  190.  
  191. <div class="fav">
  192. <a href="" target="_blank">
  193. <img src="http://imagizer.imageshack.us/a/img600/9449/kpxk.png"><div class="bubble"></a>
  194. <div class="text"><b>Ariena</b> A <i>girl</i> that always finds <a href="">herself</a> there for him when he's in a <u>bind</u>.</div></div></div>
  195.  
  196.  
  197.  
  198. <div class="fav">
  199. <a href="" target="_blank"">
  200. <img src="http://i351.photobucket.com/albums/q461/Remedy_S_Bleed/4fc71060-da70-467c-aa7f-ba1330696c78_zps751d0992.jpg"><div class="bubble"></a>
  201. <div class="text"><b>Name</b> A very special person. Anyone who dares come at her sideways, consider yourself royally fucked.</div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement