Advertisement
Guest User

Untitled

a guest
Sep 14th, 2013
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. <!--
  2. LAYOUT 2 BY
  3. ╭━╮╭━╮╱╱╱╱╱╱╱╱╱╱╱╭━━━╮╱╱╭╮
  4. ┃┃╰╯┃┃╱╱╱╱╱╱╱╱╱╱╱┃╭━╮┃╱╱┃┃
  5. ┃╭╮╭╮┣━━┳━━┳━╮╱╱╱┃┃╱┃┣┳━┫┃╭━━╮
  6. ┃┃┃┃┃┃┃━┫╭╮┃╭╮┳━━┫┃╱┃┣┫╭┫┃┃━━┫
  7. ┃┃┃┃┃┃┃━┫╭╮┃┃┃┣━━┫╰━╯┃┃┃┃╰╋━━┃
  8. ╰╯╰╯╰┻━━┻╯╰┻╯╰╯╱╱╰━━╮┣┻╯╰━┻━━╯
  9. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯
  10. www.mean-qirls.tumblr.com
  11. If you steal this I will cut you.
  12. -->
  13. <html lang="en">
  14. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17. <script language=JavaScript>
  18. <!--
  19.  
  20. //Disable right mouse click Script
  21. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  22. //For full source code, visit http://www.dynamicdrive.com
  23.  
  24. var message="Function Disabled!";
  25.  
  26. ///////////////////////////////////
  27. function clickIE4(){
  28. if (event.button==2){
  29. alert(message);
  30. return false;
  31. }
  32. }
  33.  
  34. function clickNS4(e){
  35. if (document.layers||document.getElementById&&!document.all){
  36. if (e.which==2||e.which==3){
  37. alert(message);
  38. return false;
  39. }
  40. }
  41. }
  42.  
  43. if (document.layers){
  44. document.captureEvents(Event.MOUSEDOWN);
  45. document.onmousedown=clickNS4;
  46. }
  47. else if (document.all&&!document.getElementById){
  48. document.onmousedown=clickIE4;
  49. }
  50.  
  51. document.oncontextmenu=new Function("return false")
  52.  
  53. // -->
  54. </script>
  55.  
  56. <body onkeydown="return false">
  57. <style type="text/css">
  58.  
  59. /*FONTS*/
  60.  
  61. @font-face { font-family: "wings"; src: url('http://static.tumblr.com/jpsgxtp/TfEmt4cyd/anyk.ttf'); }
  62.  
  63. @font-face { font-family: "zni"; src: url('http://static.tumblr.com/jpsgxtp/93Bmsrwcy/znikomit.otf'); }
  64.  
  65. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  66.  
  67. body {
  68. background-color:{color:background};
  69. background-image:url(http://i.imgur.com/9AoaBoF.jpg); /*Background Image*/
  70. background-attachment: fixed;
  71. background-repeat: repeat;
  72. }
  73.  
  74. /*Don't Remove*/
  75. #credit{
  76. position:fixed;
  77. z-index:999999999999999;
  78. bottom:0px;
  79. right:5px;
  80. width:15px;
  81. height:10px;
  82. background-color:white;
  83. color: #626285;
  84. font-family: calibri;
  85. font-size:15px;
  86. line-height:0px;
  87. text-align:center;
  88. transition: all 0.6s ease-out;
  89. -o-transition-transition: all 0.6s ease-out;
  90. -webkit-transition: all 0.6s ease-out;
  91. -moz-transition: all 0.6s ease-out;
  92. opacity:1;
  93. }
  94.  
  95. #blogroll-title{
  96. position:absolute;
  97. opacity: 1;
  98. letter-spacing: 0px;
  99. line-height:70px;
  100. left: 168px;
  101. top:85px;
  102. font-size: 50px;
  103. background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #FFFFFF), color-stop(1, #A3C1D6));
  104. border:2px solid #fff;
  105. width: 810px;
  106. height:70px;
  107. border-top-right-radius:40px;
  108. border-top-left-radius:40px;
  109. font-family: "wings";
  110. text-shadow: 2px 1px 3px #A3C1D6;
  111. color: #fff;
  112. text-align: center;
  113. position: fixed !important;
  114. }
  115.  
  116.  
  117. .blogroll{
  118. position:fixed !important;
  119. width: 810px;
  120. height: 309px;
  121. overflow: scroll;
  122. border: 2px solid #fff;
  123. opacity: 1;
  124. background-color: #fff;
  125. margin-left: 168px;
  126. margin-top: 158px;
  127. transition: all 0.9s ease-out;
  128. -o-transition-transition: all 0.9s ease-out;
  129. -webkit-transition: all 0.9s ease-out;
  130. -moz-transition: all 0.9s ease-out;
  131. }
  132.  
  133. #link-box{
  134. position:absolute;
  135. opacity: 1;
  136. letter-spacing: 0px;
  137. line-height:70px;
  138. left: 1000px;
  139. top:158px;
  140. background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #FFFFFF), color-stop(1, #A3C1D6));
  141. border:2px solid #fff;
  142. width: 170px;
  143. height:309px;
  144. border-radius:20px;
  145. font-family: "zni";
  146. text-shadow: 2px 1px 3px #A3C1D6;
  147. color: #fff;
  148. overflow:hidden;
  149. text-align: center;
  150. position: fixed !important;
  151. }
  152.  
  153. #link-box a{
  154. font-family: "zni";
  155. font-weight:none;
  156. color:white;
  157. font-size: 40px;
  158. text-transform:none;
  159. line-height:70px;
  160. text-decoration:none;
  161. }
  162.  
  163. ::-webkit-scrollbar {width: 5px; height: 4px; background: transparent;}
  164.  
  165. ::-webkit-scrollbar-thumb {background-color: #b2cbdb; border-radius:10px; }
  166.  
  167. {CustomCSS}
  168. </style>
  169. <a href="http://www.mean-qirls.tk"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; top:25px; right:3px; opacity:.6; z-index:9999999999999999999999999;"></a>
  170.  
  171. <title>Blogroll</title>
  172.  
  173. <link rel="shortcut icon" a href="http://media.tumblr.com/3b6be61e54d13f50c5a57d9738ebde92/tumblr_inline_mt19bkRcsz1qz4rgp.gif"/>
  174. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  175.  
  176. <div id="credit"><a href="http://mean-qirls.tumblr.com/"><font color=black>©</font></a></div>
  177.  
  178. <div id="Blogroll-title">(Blogs I Follow)</div>
  179. <div class="blogroll">
  180. {block:Following}
  181. {block:Followed}
  182. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" style="padding:5px;"/></a>
  183. {/block:Followed}{/block:Following}
  184. </div>
  185.  
  186. <div id="link-box">
  187. <a href=http://YOUR URL HERE>Back</a><br>
  188. <a href=http://YOUR ASK LINK HERE>Message</a><br>
  189. <a href=http://YOUR LINKS LINK HERE>Links</a><br>
  190. <a href=http://mean-qirls.tk>Credit</a>
  191. </div>
  192.  
  193.  
  194. </body>
  195. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement