Advertisement
teruteru

Buddy Boy - 【 THEME 25 by Anomaly ☽】

Sep 1st, 2016
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!----------------------------------------
  4.  
  5. theme 25: buddy boy by anomaly xollyx
  6. base code by incedothemes
  7. dont remove credit otherwise have fun!
  8.  
  9. ------------------------------------------>
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15.  
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("a[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:90,
  22. tip_fade_speed:600,
  23. attribute:"title"
  24. });
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29. <head>
  30.  
  31. <title>{Title}</title>
  32.  
  33. <!Meta-tags go here>
  34. <meta name="image:favicon" content="" />
  35. <meta name="image:background" content="" />
  36. <meta name="image:cursor" content="http://www.sireasgallery.com/iconset/sharpkitchen/Knife_032x032_32.png"/>
  37. <meta name="image:sidebar" content="" />
  38. <meta name="image:render" content="" />
  39.  
  40. <meta name="color:background" content="#ffffff" />
  41. <meta name="color:posts" content="#ffffff" />
  42. <meta name="color:text" content="#000000" />
  43. <meta name="color:link" content="#636363" />
  44. <meta name="color:hover" content="#eeeeee" />
  45. <meta name="color:permalink" content="#eeeeee" />
  46. <meta name="color:navigation" content="#cccccc" />
  47. <meta name="color:blockquote" content="#636363" />
  48. <meta name="color:line links" content="#636363" />
  49. <meta name="color:line links hover" content="#000000" />
  50. <meta name="color:shadows" content="#636363" />
  51. <meta name="color:scrollbar" content="#eeeeee" />
  52. <meta name="color:tooltip" content="#636363" />
  53. <meta name="color:tooltip text" content="#eeeeee" />
  54.  
  55. <meta name="text:about link" content="/abt" />
  56. <meta name="text:navigation title" content="links" />
  57. <meta name="text:link 1" content="" />
  58. <meta name="text:link 1 title" content="link 1" />
  59. <meta name="text:link 2" content="" />
  60. <meta name="text:link 2 title" content="link 2" />
  61. <meta name="text:link 3" content="" />
  62. <meta name="text:link 3 title" content="link 3" />
  63. <meta name="text:link 4" content="" />
  64. <meta name="text:link 4 title" content="link 4" />
  65. <meta name="text:link 5" content="" />
  66. <meta name="text:link 5 title" content="link 5" />
  67. <meta name="text:back title" content="previous" />
  68. <meta name="text:next title" content="next" />
  69.  
  70. <meta name="text:render left" content="0" />
  71. <meta name="text:render bottom" content="0" />
  72. <meta name="text:render width" content="300" />
  73.  
  74. <meta name="if:cursor" content="0"/>
  75. <meta name="if:full bg" content="0"/>
  76. <meta name="if:render" content="1" />
  77. <meta name="if:round corners" content="1" />
  78. <meta name="if:shadows" content="1" />
  79.  
  80.  
  81. <!Leave this stuff alone>
  82. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  83. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  84. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  85. <link rel="shortcut icon" href="{image:Favicon}"/>
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  87.  
  88. <!CSS starts here>
  89. <style type="text/css">
  90.  
  91. @font-face { font-family:"04b"; src: url('https://dl.dropboxusercontent.com/s/b2fdyhgtkgjeon2/04b_08__.ttf?dl=1'); format(“truetype”);}
  92.  
  93. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};border-radius:10px;}
  94. ::-webkit-scrollbar-button:horizontal {display:none;}
  95. ::-webkit-scrollbar {background-color:{color:scrollbar}; width:7px; border-radius:5px;border:3px solid {color:background};}
  96.  
  97. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  98.  
  99. body {
  100. background-color:{color:background};
  101. color:{color:text};
  102. font-family: arial;
  103. font-size:11px;
  104. background-image:url('{image:background}');
  105. background-attachment:fixed;
  106. {block:iffullbg}
  107. background-repeat:no-repeat;
  108. background-size:cover;
  109. {/block:iffullbg}}
  110.  
  111. a {
  112. color:{color:link};
  113. text-decoration:none;}
  114.  
  115. a:hover {
  116. color:{color:hover};
  117. -webkit-transition: 0.8s ease-out;
  118. -moz-transition: 0.8s ease-out;
  119. -ms-transition: 0.8s ease-out;
  120. -o-transition:0.8s ease-out;
  121. transition:0.8s ease-out;
  122. }
  123.  
  124. blockquote{
  125. border-left:1px solid {color:blockquote};
  126. padding-left:5px;
  127. }
  128.  
  129. #wrapper {
  130. width:800px;
  131. margin-left:auto;
  132. margin-right:auto;}
  133.  
  134. #sidebar {
  135. top:200px;
  136. margin-left:-50px;
  137. width:250px;
  138. background:{color:posts};
  139. padding:20px;
  140. position:fixed;
  141. {block:ifroundcorners}
  142. border-radius:10px;
  143. {/block:ifroundcorners}
  144. }
  145.  
  146. #img {
  147. position:fixed;
  148. margin-top:20px;}
  149.  
  150. #entries {
  151. margin-left: 250px;
  152. width:500px;}
  153.  
  154. #posts {
  155. overflow:hidden;
  156. background:{color:posts};
  157. width:500px;
  158. padding:10px;
  159. {block:ifroundcorners}
  160. border-top-right-radius:10px;
  161. border-top-left-radius:10px;
  162. {/block:ifroundcorners}
  163. {block:ifshadows}
  164. box-shadow:10px 10px {color:shadows};
  165. {/block:ifshadows}
  166. }
  167.  
  168. #h1{
  169. font-size:16px;
  170. }
  171.  
  172. #h2{
  173. font-size:14px;
  174. }
  175.  
  176. #perma {
  177. font-family:'04b';
  178. font-size:8px;
  179. width:510px;
  180. padding:5px;
  181. background-color:{color:permalink};
  182. margin-bottom:50px;
  183. {block:ifroundcorners}
  184. border-bottom-right-radius:10px;
  185. border-bottom-left-radius:10px;
  186. {/block:ifroundcorners}
  187. {block:ifshadows}
  188. box-shadow:10px 10px {color:shadows};
  189. {/block:ifshadows}
  190. }
  191.  
  192. #link1{
  193. margin-left:50px;
  194. margin-top:-15px;
  195. padding:5px;
  196. position:fixed;
  197. height:58%;
  198. background:{color:line links};
  199. border-radius:5px;}
  200.  
  201. #link2{
  202. margin-left:70px;
  203. margin-top:-15px;
  204. padding:5px;
  205. position:fixed;
  206. height:55%;
  207. background:{color:line links};
  208. border-radius:5px;}
  209.  
  210. #link3{
  211. margin-left:90px;
  212. margin-top:-15px;
  213. padding:5px;
  214. position:fixed;
  215. height:60%;
  216. background:{color:line links};
  217. border-radius:5px;}
  218.  
  219. #link4{
  220. margin-left:110px;
  221. margin-top:-15px;
  222. padding:5px;
  223. position:fixed;
  224. height:57%;
  225. background:{color:line links};
  226. border-radius:5px;}
  227.  
  228. #link1:hover, #link2:hover, #link3:hover, #link4:hover {
  229. height:65%;
  230. background:{color:line links hover};
  231. -webkit-transition: 0.8s ease-out;
  232. -moz-transition: 0.8s ease-out;
  233. -ms-transition: 0.8s ease-out;
  234. -o-transition:0.8s ease-out;
  235. transition:0.8s ease-out;}
  236.  
  237. img, img a {
  238. border:none;
  239. line-height:0;
  240. max-width:100%;}
  241.  
  242. </style>
  243.  
  244. <style>
  245.  
  246. .tooltip{display: inline;position: relative;}
  247. #s-m-t-tooltip {max-width:250px;
  248. padding:3px 4px 5px 4px;
  249. margin-top:5px;
  250. margin-left:30px;
  251. background: {color:tooltip};
  252. font-family:'04b';
  253. font-size:8px;
  254. text-transform:uppercase;
  255. color:{color:tooltip text};
  256. text-align: center;
  257. {block:ifroundcorners}
  258. border-radius:5px;
  259. {/block:ifroundcorners}
  260. }
  261.  
  262. #s-m-t-tooltip:after {position: absolute;
  263. display: block; content: "";
  264. border-color: transparent {color:tooltip} transparent transparent ;
  265. border-style: solid;
  266. border-width: 5px;
  267. height:0;
  268. width:0;
  269. position:absolute;
  270. top:3px;
  271. left:-10px;}
  272.  
  273. </style>
  274.  
  275. <style type="text/css">{CustomCSS}</style>
  276.  
  277. </head>
  278.  
  279. <!HTML body starts here>
  280. <body>
  281. <div id="wrapper">
  282. <a href="/" title="home"><div id="link1"></div></a>
  283. <a href="/ask" title="ask"><div id="link2"></div></a>
  284. <a href="/submit" title="submit"><div id="link3"></div></a>
  285. <a href="{text:about link}" title="about"><div id="link4"></div></a>
  286.  
  287. <div id="img"><img style="width:150px; border-radius:100px; border:10px solid {color:posts}" src="{image:sidebar}"></div>
  288. <div id="sidebar">
  289.  
  290. {Description}<p>
  291. <div align="center">
  292. <select style="color:{color:link};background:{color:navigation};width:180px;font-family:'04b';font-size:8px;letter-spacing:1px;border:2px solid {color:navigation};" onChange="location.href=this.options[this.selectedIndex].value;">
  293. <option value=''>{text:navigation title}</option>
  294. <option value="{text:link 1}">{text:link 1 title}</option>
  295. <option value="{text:link 2}">{text:link 2 title}</option>
  296. <option value="{text:link 3}">{text:link 3 title}</option>
  297. <option value="{text:link 4}">{text:link 4 title}</option>
  298. <option value="{text:link 5}">{text:link 5 title}</option>
  299. </select>
  300. </div>
  301. </div>
  302.  
  303. <div class = "autopagerize_page_element" >
  304. <div id="entries">
  305.  
  306. <!Post blocks start here>
  307. {block:Posts}
  308. <div id="posts">
  309.  
  310. {block:Text}
  311. {block:Title}<div align="center"><h1>{Title}</h1></div>{/block:Title}
  312. {Body}
  313. {/block:Text}
  314.  
  315. {block:Quote}
  316. <h2><i>"{Quote}"</i></h2><br>
  317. <div align="right">— {Source}</div>
  318. {/block:Quote}
  319.  
  320. {block:Link}
  321. {block:Title}<div align="center"><h1><a href="{URL}">{Name}</a></h1></div>{/block:Title}
  322. {/block:Link}
  323.  
  324. {block:Chat}
  325. {block:Title}<div align="center"><h1>{Title}</h1></div>{/block:Title}
  326. {block:Lines}{block:Label}{Label} {/block:Label}{Line}<br>{/block:Lines}
  327. {/block:Chat}
  328.  
  329. {block:Answer}
  330. {Asker} asked: {Question}<br>
  331. {Answer}
  332. {/block:Answer}
  333.  
  334. {block:Audio}
  335. {AudioPlayer}
  336. {/block:Audio}
  337.  
  338. {block:Video}
  339. {Video-500}
  340. {/block:Video}
  341.  
  342. {block:Photo}
  343. <img src="{PhotoURL-500}"/>
  344. {/block:Photo}
  345.  
  346. {block:Photoset}
  347. {Photoset-500}
  348. {/block:Photoset}
  349.  
  350. {block:caption}{Caption}{/block:caption}
  351.  
  352. {block:permalinkpage}
  353. {block:PostNotes}{PostNotes}{/block:PostNotes}
  354. {/block:PermalinkPage}
  355.  
  356. </div>
  357. <div id="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> <div align="right"><a href="{ReblogURL}">reblog</a></div></div>
  358.  
  359. {/block:Posts}
  360.  
  361. <div style="text-align:center; font-family:'04b'; font-size:16px;">
  362. {block:Pagination}
  363. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  364. {block:NextPage}<a href="{NextPage}">{text:next title}</a>{/block:NextPage}
  365. {/block:Pagination}
  366. </div>
  367.  
  368. </div>
  369. </div>
  370. </div>
  371.  
  372. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  373.  
  374.  
  375. <div style="position:fixed; left:8px; bottom:4px; z-index:1;"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif"></a></div>
  376.  
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement