uwuhell

theme 16!

Sep 14th, 2015
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <!-- jquery for tooltips-->
  6.  
  7.  
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9.  
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11.  
  12.  
  13. <script>
  14.  
  15.  
  16. (function($){
  17.  
  18. $(document).ready(function(){
  19.  
  20. $("a[title]").style_my_tooltips({
  21.  
  22. tip_follows_cursor:true,
  23.  
  24. tip_delay_time:30,
  25.  
  26. tip_fade_speed:300,
  27.  
  28. attribute:"title"
  29.  
  30. });
  31.  
  32. });
  33.  
  34. })(jQuery);
  35.  
  36. </script>
  37.  
  38. <!-----
  39.  
  40. theme by amy @chagnki
  41. if there's any problem, feel free to contact me or something
  42.  
  43. base code by animecharacter.tumblr.com
  44.  
  45. for help visit:
  46. tumblr.com/docs/en/custom_themes
  47. tumblr.com/docs/en/localizing_themes
  48. w3schools.com
  49. (please dont send me customization asks)
  50.  
  51. please don't disturb the credit! Have a nice day :^)
  52.  
  53. ----->
  54.  
  55. <meta charset="utf-8">
  56. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61. <title>{Title}</title>
  62.  
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  66.  
  67. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  68.  
  69. <meta name="image:Background" content="">
  70. <meta name="image:Sidebar" content="">
  71. <meta name="image:Custom cursor" content="">
  72.  
  73. <meta name="color:Background" content="fff">
  74. <meta name="color:Post bg" content="fff">
  75. <meta name="color:Border" content="#000">
  76. <meta name="color:Text" content="fff">
  77. <meta name="color:Link" content="fff">
  78. <meta name="color:Link hover" content="fff">
  79. <meta name="color:Scrollbar" content="fff">
  80. <meta name="color:Sidebar link bg" content="fff">
  81. <meta name="color:Sidebar link shadow" content="fff">
  82.  
  83. <meta name="if:400px posts" content=""/>
  84. <meta name="if:Custom cursor" content=""/>
  85. <meta name="if:Small cursor" content=""/>
  86. <meta name="if:Rounded side img" content=""/>
  87. <meta name="if:Shadow" content=""/>
  88. <meta name="if:Sidebar right" content=""/>
  89. <meta name="if:Rounded corners" content=""/>
  90. <meta name="if:Show tags" content="1"/>
  91. <meta name="if:Hide captions" content="1"/>
  92. <meta name="if:Infinite Scroll" content="1"/>
  93. <meta name="if:Link 1" content=""/>
  94. <meta name="if:Link 2" content=""/>
  95. <meta name="if:Link 3" content=""/>
  96.  
  97. <meta name="if:Full bg" content=""/>
  98.  
  99. <meta name="select:Font family" content="arial">
  100. <meta name="select:Font family" content="courier">
  101. <meta name="select:Font family" content="verdana">
  102. <meta name="select:Font family" content="consolas">
  103. <meta name="select:Font family" content="ms pgothic">
  104. <meta name="select:Font family" content="lucida sans">
  105.  
  106. <meta name="if:Link 1" content=""/>
  107. <meta name="if:Link 2" content=""/>
  108. <meta name="if:Link 3" content=""/>
  109.  
  110. <meta name="select:Cursor hover" content="pointer">
  111. <meta name="select:Cursor hover" content="default">
  112. <meta name="select:Cursor hover" content="help">
  113. <meta name="select:Cursor hover" content="crosshair">
  114.  
  115. <meta name="select:Border" content="solid">
  116. <meta name="select:Border" content="dotted">
  117. <meta name="select:Border" content="dashed">
  118. <meta name="select:Border" content="none">
  119.  
  120. <meta name="text:Font size" content="12">
  121.  
  122. <meta name="text:Link 1" content="">
  123. <meta name="text:Link 1 url" content="">
  124. <meta name="text:Link 2" content="">
  125. <meta name="text:Link 2 url" content="">
  126. <meta name="text:Link 3" content="">
  127. <meta name="text:Link 3 url" content="">
  128.  
  129. {block:ifInfinitescroll}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:ifInfinitescroll}
  130.  
  131. <style type="text/css">
  132.  
  133. {block:ifsmallcursor} *, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;} {/block:ifsmallcursor}
  134.  
  135. #s-m-t-tooltip {max-width:300px; padding:3px;margin:20px 7px -2px 20px;background-color:{color:Post bg};font-size:11px;text-transform:normal;color:#999;border:1px solid {color:Border};z-index:999999999999999999999999999999999999;letter-spacing:1px;-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);
  136. -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);
  137. box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);}
  138.  
  139. .odd, .even {font-size:11px;padding:5px;}
  140. .odd {font-size:11px;padding:5px;background:#eee;}
  141.  
  142. ::-webkit-scrollbar {
  143. width:3px;
  144. height:0;
  145. background:{color:Background};
  146. }
  147.  
  148. ::-webkit-scrollbar-thumb {
  149. background:{color:Scrollbar};
  150. }
  151.  
  152. div.notecon::-webkit-scrollbar {
  153. width:2px;
  154. height:0;
  155. }
  156.  
  157. div.notecon::-webkit-scrollbar-thumb{
  158. background:{color:Scrollbar};
  159. }
  160.  
  161.  
  162. /*
  163. general text styles, fonts and colours
  164. */
  165.  
  166. body {
  167. margin:0px;
  168. background:{color:Background} url('{image:Background}');
  169. font-family: {select:Font family};
  170. font-size:{text:Font size}px;
  171. line-height:140%;
  172. color: {color:Text};{block:ifFullbg} background-size:cover; {/block:ifFullbg}
  173. background-attachment:fixed;
  174. {block:ifCustomcursor}
  175. cursor: url({image:Custom cursor}), auto;
  176. {/block:ifCustomcursor}
  177. }
  178.  
  179. p{
  180. margin:0 0 10px 0;
  181. padding:0;
  182. }
  183.  
  184. pre {
  185. white-space: pre-wrap;
  186. white-space: -moz-pre-wrap;
  187. white-space: -pre-wrap;
  188. white-space: -o-pre-wrap;
  189. word-wrap: break-word;
  190. }
  191.  
  192. a{
  193. color:{color:Link};
  194. text-decoration:none;
  195. }
  196.  
  197. a:hover{
  198. text-decoration:underline;
  199. cursor:{select:Cursor hover};
  200. {block:ifCustomcursor}
  201. cursor: url({image:Custom cursor}), auto;
  202. {/block:ifCustomcursor}
  203. }
  204.  
  205. li{
  206. margin-left:-15px;
  207. }
  208.  
  209. /*
  210. containers etc
  211. */
  212. #wrapper{
  213. margin:50px auto;
  214. margin-left:100px;{block:ifSidebarright}
  215. margin-left:-80px;{/block:ifSidebarright}
  216. }
  217.  
  218. #sidebar{
  219. width:150px;
  220. position:fixed;
  221. left:100px;
  222. {block:ifSidebarright}
  223. left:580px;
  224. {/block:ifSidebarright}
  225. }
  226.  
  227. #sidebar img{
  228. border:1px {select:Border} {color:Border};
  229. padding:10px;
  230. width:130px;
  231. background:{color:Post bg};
  232. margin-bottom:8px;{block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
  233. -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
  234. box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
  235. {block:ifRoundedcorners}-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; {/block:ifRoundedcorners}
  236. {block:ifRoundedsideimg}border-radius:90px;{/block:ifRoundedsideimg}
  237. }
  238.  
  239. #content{
  240. width:450px;
  241. margin-left:200px;
  242. overflow:hidden;
  243. }
  244.  
  245. .post{
  246. width:340px;
  247. {block:if400pxposts}width:400px;{/block:if400pxposts}
  248. padding:20px;
  249. border:1px {select:Border} {color:Border};
  250. margin:0 0 50px 0;
  251. background:{color:Post bg};
  252. overflow:hidden;{block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
  253. -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
  254. box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
  255. {block:ifRoundedcorners}-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; {/block:ifRoundedcorners}
  256. }
  257.  
  258. #sidebar img, .post img{
  259. max-width:100%;
  260. }
  261.  
  262. #notecon{
  263. width:320px;
  264. margin-top:30px;
  265. background:#f6f6f6;
  266. padding:8px;
  267. border:1px {select:Border} {color:Border};
  268. max-height:280px;
  269. overflow:scroll;
  270. }
  271.  
  272. #nav{
  273. margin:50px 0 0 0;
  274. font-size:14px;text-align:center;
  275. width:340px;{block:if400pxposts}width:400px;{/block:if400pxposts}
  276. }
  277.  
  278.  
  279. .media{
  280. margin:0 0 10px 0;
  281. }
  282.  
  283. .title{
  284. font-weight:normal;
  285. font-size:18px;
  286. margin:0 0 10px 0;
  287. }
  288.  
  289. .quote{
  290. font-weight:normal;
  291. font-size:16px;
  292. font-style:italic;
  293. margin:0 0 10px 0;
  294. }
  295.  
  296. #navii a{
  297. text-decoration:none;
  298. padding:3px;
  299. border-left:2px solid {color:Sidebar link shadow};
  300. border-bottom:2px solid {color:Sidebar link shadow};
  301. background:{color:Sidebar link bg};
  302. border-right:none;
  303. border-top:none;
  304. display:block;
  305. text-align:center;
  306. margin-bottom:4px;
  307. }
  308.  
  309. #navii a:hover{
  310.  
  311. border-left:none;
  312. border-bottom:none;
  313. border-right:2px solid {color:Sidebar link shadow};
  314. border-top:2px solid {color:Sidebar link shadow};
  315. }
  316.  
  317.  
  318. .question{
  319. margin-bottom:10px;
  320. text-decoration:underline;
  321. }
  322.  
  323. blockquote{
  324. margin:0 0 10px 2px;
  325. padding:0 0 0 15px;
  326. border-left:solid 3px {color:Link};
  327. }
  328.  
  329. .com:last-child{display:none;}
  330.  
  331.  
  332. .post .footer{
  333. margin:0;
  334. text-align:left;
  335. }
  336.  
  337. /*
  338. post notes
  339. */
  340. ol.notes{
  341. list-style-type:none;
  342. padding:0;
  343. margin:0;
  344. }
  345.  
  346. ol.notes li.note img{
  347. display:none;
  348. }
  349.  
  350. ol.notes li.note{
  351. margin:0px;
  352. padding:3px;
  353. display:block;
  354. border-bottom:1px dotted {color:Link};
  355. }
  356.  
  357. .video-container {
  358. position: center;
  359. overflow: hidden;
  360. }
  361.  
  362. .video-container iframe,
  363. .video-container object,
  364. .video-container embed {
  365. position: center;
  366. max-width:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
  367. max-height:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
  368. }
  369.  
  370. .video-wrapper {
  371. max-width:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
  372. max-height:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
  373. }
  374.  
  375. #al img{
  376. width:50px;height:50px;
  377. border:1px {select:Border} {color:Border};
  378. padding:5px;
  379. margin-top:-10px;
  380. margin-bottom:15px;
  381. }
  382.  
  383. #al img:hover{
  384. opacity:0.6;
  385. border:1px {select:Border} {color:Border};
  386. }
  387.  
  388. #in{
  389. float:right;
  390. font-size:11px;
  391. }
  392.  
  393. #audt{
  394. margin-top:10px;
  395. }
  396.  
  397. #dede{
  398. padding-bottom:-4px;
  399.  
  400. }
  401.  
  402. {CustomCSS}
  403. </style>
  404. </head>
  405.  
  406. <body>
  407. <div id="wrapper">
  408.  
  409.  
  410. <div id="sidebar">
  411. <a href="/" title="{Title}"><img src="{image:Sidebar}"></a>
  412.  
  413. <p>{block:Description}{Description}{/block:Description}</p>
  414.  
  415. <div id="navii">
  416. <a href="/">1. home</a>
  417. <a href="/ask">2. ask</a>
  418. <a href="/archive">3.archive</a>
  419. {block:ifLink1}<a href="{text:Link 1 url}">4. {text:Link 1}</a>{/block:ifLink1}
  420. {block:ifLink2}<a href="{text:Link 2 url}">5. {text:Link 2}</a>{/block:ifLink2}
  421. {block:ifLink3}<a href="{text:Link 3 url}">6. {text:Link 3}</a>{/block:ifLink3}
  422. </div></div>
  423.  
  424.  
  425.  
  426. <div id="content">
  427. {block:Posts}
  428.  
  429. <div class="post">
  430.  
  431. {block:Text}
  432. {block:Title}
  433. <div class="title">{Title}</div>
  434. {/block:Title}
  435. {Body}
  436. {/block:Text}
  437.  
  438. {block:Photo}
  439. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  440. {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  441. {/block:Photo}
  442.  
  443. {block:Photoset}
  444. <div class="media">{Photoset}</div>
  445. {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  446. {/block:Photoset}
  447.  
  448. {block:Quote}
  449. <div class="quote">"{Quote}"</div>
  450. {block:Source}
  451. <div class="quotesource">{Source}</div>
  452. {/block:Source}
  453. {/block:Quote}
  454.  
  455. {block:Link}
  456. <div class="title"><a href="{URL}">{Name}</a></div>
  457. {block:Description}
  458. <div class="description">{Description}</div>
  459. {/block:Description}
  460. {/block:Link}
  461.  
  462. {block:Chat}
  463. {block:Title}
  464. <div class="title">{Title}</div>
  465. {/block:Title}
  466.  
  467. {block:Lines}
  468. <div class="{Alt} user_{UserNumber}">
  469. {block:Label}
  470. <b>{Label}</b>{/block:Label}
  471. &nbsp;{Line}
  472. </div>
  473. {/block:Lines}
  474. {/block:Chat}
  475.  
  476. {block:Video}
  477. <div class="media">
  478. <div class="video-wrapper">
  479. <div class="video-container">{Video-400}</div>
  480. </div>
  481. </div>
  482. {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  483. {/block:Video}
  484.  
  485. {block:Audio}
  486. <div class="media">
  487. <div id="in">
  488. <div id="dede"><div class="abo">{AudioPlayerWhite}</div></div>
  489. {block:TrackName}{TrackName}<br>{/block:TrackName}
  490. {block:Artist} by {Artist}{/block:Artist}
  491. </div></div>
  492. {block:AlbumArt}<div id="al"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  493. {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  494. {/block:Audio}
  495.  
  496. {block:Answer}
  497. <div class="question">{Asker} said: {Question}</div>
  498. <div class="caption">{Answer}</div>
  499. {/block:Answer}
  500.  
  501.  
  502. {block:Date}
  503. <div class="footer">{block:indexpage}
  504. <a href="{Permalink}"><img style="opacity:0.3;width:10px" src="https://s3.amazonaws.com/user-media.venngage.com/104596-0414428b40cc847b472eba1b29c5756d.png"> {12Hour}:{Minutes} {AmPm}{block:NoteCount}, {NoteCount}N{/block:NoteCount}</a>
  505. {block:ifShowtags}{block:HasTags} <img style="opacity:0.3;width:10px" src="http://downloadicons.net/sites/default/files/tag-icon-74129.png">
  506. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  507. {/block:Tags}{/block:HasTags}{/block:ifShowtags}{/block:indexpage}
  508. {block:PermalinkPage}
  509. posted {Month} {DayOfMonth}{DayofMonthSuffix} {Year}, {TimeAgo} with {NoteCountWithLabel} {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a> {RebloggedFromName}{/block:RebloggedFrom} {block:ContentSource}, originally from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<br>
  510. {block:HasTags}tagged as : {block:HasTags}
  511. {block:Tags}# <a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  512. {/block:Tags}{/block:HasTags}{/block:PermalinkPage}
  513. </div>
  514.  
  515. {block:PermalinkPage}
  516. {block:NoteCount}
  517. {block:PostNotes}<div id="notecon">{PostNotes}</div>{/block:PostNotes}
  518. {/block:NoteCount}
  519. {/block:PermalinkPage}
  520. {/block:Date}
  521.  
  522. </div>
  523. {/block:Posts}
  524. {block:ifnotInfinitescroll}
  525. {block:Pagination}
  526. <div id="nav">
  527. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  528.  
  529. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  530. </div>
  531. {/block:Pagination}
  532. {/block:ifnotInfinitescroll}
  533.  
  534. <!--again, DON'T REMOVE/EDIT THE CREDIT. So uhm pls ignore this section and good day!-->
  535.  
  536. <a style="bottom:2px;right:2px;background:none;none;position:fixed;padding:2px;font-size:15px;color:{color:Link};text-decoration:none;" href="http://chagnki.tumblr.com/" title="theme">★</a>
  537. </div>
  538. </div>
  539.  
  540. </div>
  541.  
  542. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  543. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  544.  
  545. </body>
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment