Advertisement
ramisaaaaa

Untitled

Aug 5th, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. <!--
  2. theme by cyrunigga. don't remove credit :)).
  3. -->
  4.  
  5.  
  6. <head>
  7. <title>{title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <style type="text/css">
  16.  
  17. body, a:hover, a{cursor: url(http://cur.cursors-4u.net/others/oth-6/oth661.cur), progress !important;}
  18.  
  19. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.0;-webkit-transition: all 0.8s ease-out;transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  20.  
  21. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  22.  
  23.  
  24.  
  25. body {
  26. color: #ffffff;
  27. background-color:#000000;
  28. }
  29.  
  30.  
  31. #bite #bite a{
  32. display:block;
  33. }
  34.  
  35.  
  36. #bite .death{
  37. margin-right:0px;
  38. background-color:#000000;
  39. filter: alpha(opacity = 0);
  40. opacity:1.0;
  41. width:200px;
  42. padding-bottom:15px;
  43. padding-top:15px;
  44. margin-left:405px;
  45. -webkit-transition: all 0.3s ease-out;
  46. -moz-transition: all 0.3s ease-out;
  47. transition: all 0.3s ease-out;
  48. }
  49.  
  50. #bite:hover .death {
  51. -webkit-transition: all 0.4s ease-out;
  52. -moz-transition: all 0.4s ease-out;
  53. transition: all 0.4s ease-out;filter: alpha(opacity = 100);
  54. filter: alpha(opacity = 100);
  55. opacity:8;
  56. }
  57.  
  58. #bt {
  59. font-family:oswald;
  60. text-transform: uppercase;
  61. color:#ffffff;
  62. font-style:none;
  63. font-size:25px;
  64. }
  65.  
  66.  
  67.  
  68. a:link, a:active, a:visited {
  69. color:#ffffff;
  70. text-decoration:none;
  71. -webkit-transition: all 0.5s linear;
  72. }
  73.  
  74. a:hover {
  75. color:#fff;
  76. -webkit-transition: all 0.5s linear;
  77. }
  78.  
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {background:#999999;}
  81.  
  82. ::-webkit-scrollbar {width:4px;background:#000000;}
  83.  
  84.  
  85.  
  86. #sidebar {
  87. top:200px;
  88. position:fixed;
  89. left:-230px;
  90. z-index:9999991;
  91. }
  92.  
  93.  
  94.  
  95. #description {
  96. width:550px;
  97. height:auto;
  98. margin-top:0px;
  99. margin-left:400px;
  100. text-align:center;
  101. font-style:italic;
  102. position:fixed;
  103. font-size:20px;background-color:#000000;
  104. color:{color:text};
  105. border-bottom:2px solid {color:border};
  106. }
  107.  
  108. .nav {
  109. font-size:10px;
  110. font-style:italic;
  111. line-height:13px;
  112. font-family:arial;
  113. margin-top:3px;
  114. -webkit-transition: all 0.7s linear;
  115. }
  116.  
  117.  
  118. .navii {
  119. font-size:10px;
  120. font-style:italic;
  121. line-height:15px;
  122. font-family:arial;
  123. -webkit-transition: all 0.7s linear;
  124. }
  125.  
  126.  
  127.  
  128. .nav a {
  129. -webkit-transition: all 0.7s linear;
  130. padding:6px;
  131. }
  132.  
  133. #content {
  134. width:400px;
  135. margin-left:420px;
  136. margin-right:20px;
  137. margin-top:10px;
  138. }
  139.  
  140. #all {margin-right:20px;margin-bottom:12px;float:left;-webkit-transition: opacity 0.8s linear; z-index:9999991;}
  141.  
  142. #all img {
  143. width:120px;
  144. margin-left:20px;
  145. margin-top:20px;
  146. padding:4px;
  147. background-color:#080808;
  148. z-index:9999991;
  149. }
  150.  
  151.  
  152. #lol {
  153. text-align:center;
  154. bottom:0px;
  155. right: 6px;
  156. position:fixed;
  157. font-size:9px;
  158. opacity:1.0;
  159. }
  160.  
  161.  
  162.  
  163. .stuff {
  164. position:absolute;
  165. width:400px;
  166. height:100px;
  167. margin-left:198px;
  168. margin-top:45px;
  169. background:#080808;
  170. font-size:10px;
  171. padding:5px;
  172. line-height:10px;
  173. opacity:1.0;
  174. -webkit-transition: opacity 0.7s linear;
  175. -webkit-transition: all 0.7s linear;
  176. }
  177.  
  178. .stuff:hover {
  179. overflow:visible;
  180. -webkit-transition: opacity 0.7s linear;
  181. opacity: 0.9;
  182. -webkit-transition: all 0.7s linear;
  183. }
  184.  
  185. #member {
  186. margin-top:1%;
  187. text-align:left;
  188. margin-left:3%;
  189. margin-bottom:3px;
  190. }
  191.  
  192. #member a {
  193. font-family:arial;
  194. text-transform: uppercase;
  195. font-size:14px;
  196. font-style:italic;
  197. -webkit-transition: all 0.7s linear;
  198. }
  199.  
  200. #member a:hover {
  201. -webkit-transition: all 0.7s linear;
  202. opacity:0.8;
  203. color:;-webkit-transition:all 0.5s ease-out;
  204. -moz-transition:all 0.5s ease-out;
  205. transition:all 0.5s ease-out;
  206. }
  207.  
  208. #desc {
  209. font-family:arial;
  210. font-size:10px;
  211. font-style: italic;
  212. margin-top:0px;
  213. line-height:14px;
  214. padding:5px;
  215. }
  216.  
  217.  
  218. #lol {
  219. text-align:center;
  220. bottom:0px;
  221. right: 6px;
  222. font-family:arial;
  223. position:fixed;
  224. font-size:9px;
  225. opacity:0.5;
  226. }
  227.  
  228.  
  229.  
  230. </style>
  231. <script type="text/javascript" src="http://static.tumblr.com/
  232. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  233. <body>
  234.  
  235.  
  236.  
  237. <div id="sidebar">
  238. <div id="bite">
  239.  
  240.  
  241. <div class="death">
  242. <center><div class="nav">
  243.  
  244. <center>
  245.  
  246. <div class="navii"><br>
  247. <center><a href="/">home</a>
  248. <a href="/ask">message</a>
  249. <a href="/tags">tags</a>
  250. <a href="/">back</a>
  251. </div>
  252.  
  253. <img src="http://media.tumblr.com/a6e1c9157c51ee2a5e415f89170f7c85/tumblr_inline_mky67t2gAt1qz4rgp.png" style="width:200px; height:200px;">
  254.  
  255.  
  256. <!--if you want a description, then write it right under this.vvv-->
  257.  
  258.  
  259. <br>these are my homies and if you fuck with them then watch ok just watch.
  260.  
  261.  
  262. </div></div></div></div>
  263.  
  264.  
  265.  
  266. <div id="content"><center>
  267.  
  268.  
  269.  
  270. <!--BEGINNING OF THE FIRST MEMBER-->
  271. <div id="all">
  272. <div class="stuff">
  273. <div id="member">
  274. <a href="http://URL.tumblr.com/">PERSON'S NAME</a></div>
  275. <div id="desc">
  276. <div style="overflow:auto; width: 380px; margin-left:5px; height: 72px; border: 0px solid #000000;text-align: left; margin-top:0px;">about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person the person about the person about the person about the person about the person about the person</div>
  277. </div>
  278. </div>
  279. <img src="http://media.tumblr.com/1d02912970488a397e3df4fc7b1ddf62/tumblr_inline_mmal5sjF4T1rzyz4p.png" style="width:170px; height:170px;"></div>
  280. <!--ENDING OF THE FIRST MEMBER-->
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. <!--BEGINNING OF THE MEMBER-->
  288. <div id="all">
  289. <div class="stuff">
  290. <div id="member">
  291. <a href="http://URL.tumblr.com/">PERSON'S NAME</a></div>
  292. <div id="desc">
  293. <div style="overflow:auto; width: 380px; margin-left:5px; height: 72px; border: 0px solid #000000;text-align: left; margin-top:0px;">about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person the person about the person about the person about the person about the person about the person</div>
  294. </div>
  295. </div>
  296. <img src="http://media.tumblr.com/8ca1ea1139f68c064dcd7d625a5d1b00/tumblr_inline_mmams2wITM1qz4rgp.png" style="width:170px; height:170px;"></div>
  297. <!--ENDING OF THE MEMBER-->
  298.  
  299.  
  300. <!--BEGINNING OF THE MEMBER-->
  301. <div id="all">
  302. <div class="stuff">
  303. <div id="member">
  304. <a href="http://URL.tumblr.com/">PERSON'S NAME</a></div>
  305. <div id="desc">
  306. <div style="overflow:auto; width: 380px; margin-left:5px; height: 72px; border: 0px solid #000000;text-align: left; margin-top:0px;">about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person the person about the person about the person about the person about the person about the person</div>
  307. </div>
  308. </div>
  309. <img src="http://media.tumblr.com/5ace97cdaea13232d02c83a4cce3caf9/tumblr_inline_mmalxsM9Fp1qz4rgp.png" style="width:170px; height:170px;"></div>
  310. <!--ENDING OF THE MEMBER-->
  311.  
  312.  
  313.  
  314.  
  315. <!--BEGINNING OF THE MEMBER-->
  316. <div id="all">
  317. <div class="stuff">
  318. <div id="member">
  319. <a href="http://URL.tumblr.com/">PERSON'S NAME</a></div>
  320. <div id="desc">
  321. <div style="overflow:auto; width: 380px; margin-left:5px; height: 72px; border: 0px solid #000000;text-align: left; margin-top:0px;">beautiful about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person about the person about the person the person about the person about the person about the person the person about the person about the person about the person about the person about the person</div>
  322. </div>
  323. </div>
  324. <img src="http://media.tumblr.com/a32b8d754450fbb8173e909bbd9c549b/tumblr_inline_mmani8qw2A1qz4rgp.png" style="width:170px; height:170px;"></div>
  325. <!--ENDING OF THE MEMBER-->
  326.  
  327.  
  328.  
  329.  
  330.  
  331. <br><br><br>
  332. </div>
  333. </div>
  334. </center>
  335. </div>
  336. </body>
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement