Advertisement
rachaelsux

honey

Apr 6th, 2014
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 KB | None | 0 0
  1.  
  2. <!--theme 4, honey by dimplekink-->
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--Default Variables-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#aaaaaa"/>
  18. <meta name="color:Link" content="#000000"/>
  19.  
  20.  
  21. <meta name="image:Sidebar Image" content=""/>
  22.  
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3 URL" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="color:Border" content="#fff"/>
  30.  
  31. <!-- jquery for tooltips-->
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35.  
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37.  
  38. <script>
  39.  
  40. (function($){
  41.  
  42. $(document).ready(function(){
  43.  
  44. $("a[title]").style_my_tooltips({
  45.  
  46. tip_follows_cursor:true,
  47.  
  48. tip_delay_time:30,
  49.  
  50. tip_fade_speed:300,
  51.  
  52. attribute:"title"
  53.  
  54. });
  55.  
  56. });
  57.  
  58. })(jQuery);
  59.  
  60. </script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70.  
  71. #s-m-t-tooltip{
  72. position:absolute;
  73. margin-top: 15px;
  74. z-index:9999;
  75. background:{color:background};
  76. }
  77.  
  78.  
  79.  
  80. /*basics*/
  81. blockquote {padding:0px 0 0px 20px;
  82. border-left:1px solid #eee;
  83. margin-left:10px;
  84. }
  85.  
  86. body {
  87. background:{color:background};
  88. color:{color:text};
  89. font-family:arial;
  90. font-size:9px;
  91. text-align:justify;
  92. margin:0;
  93. line-height:16px;}
  94.  
  95.  
  96. a {
  97. color:{color:link};
  98. text-decoration:none;
  99. }
  100.  
  101. a:hover {
  102. text-decoration:underline;}
  103.  
  104. img{opacity:1;
  105. border:none;
  106. text-decoration:none}
  107.  
  108.  
  109. small {
  110. font-size:9px;}
  111.  
  112. big {
  113. font-size:12px;}
  114.  
  115.  
  116. #title {font-size:12px;
  117. line-height:18px;
  118. font-weight:bold;
  119. margin-bottom:10px;
  120. text-transform:uppercase;
  121. text-align:left;}
  122.  
  123.  
  124. /*sidebar*/
  125. #sidebar {text-align:left;
  126. position:fixed;
  127. margin-left:-315px;
  128. margin-top:200px;
  129. width:150px;
  130. }
  131.  
  132. #sidebarim {margin-bottom:20px}
  133.  
  134. #sidebarim img {width:150px;
  135. border: 1px solid {color:Border};}
  136.  
  137.  
  138. #blogt {font-size:18px;
  139. font-weight:bold;}
  140.  
  141. #links {
  142. line-height:16px;
  143. text-transform:lowercase;
  144. }
  145.  
  146.  
  147. #links a {
  148. margin-right:5px;
  149. display:inline-block;
  150. margin-bottom:5px;
  151. }
  152.  
  153. #description {
  154. margin:-20px 0;
  155. }
  156.  
  157.  
  158. /*pagination*/
  159. #pagination {
  160. margin:50px 0;
  161. text-transform:lowercase;
  162. font-weight:bold;
  163. }
  164. #pagination a {
  165. padding:0 15px;
  166. }
  167.  
  168. /*container*/
  169. #con {
  170. left:50%;
  171. margin-left:-130px;
  172. position:absolute;
  173. }
  174.  
  175.  
  176.  
  177. /*posts*/
  178.  
  179. #entries {
  180. margin-top:75px;
  181. width:400px;
  182. }
  183.  
  184.  
  185.  
  186. #posts {
  187. width:400px;
  188. {block:IndexPage}
  189. margin-bottom:75px;
  190. {/block:IndexPage}
  191. {block:PermalinkPage}
  192. margin-bottom:50px;
  193. {/block:PermalinkPage}
  194.  
  195. }
  196. #posts img {
  197. max-width:400px;
  198. border: 1px solid {color:Border};
  199. }
  200.  
  201. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  202. .caption {width:100%;
  203. margin-top:10px
  204.  
  205. }
  206.  
  207. /*quote*/
  208.  
  209. #titlequote{text-align:left;
  210. font-size:14px;
  211. line-height:18px;
  212. font-weight:bold;
  213. }
  214. #source {
  215. margin-top:15px;
  216. margin-left:15px;}
  217.  
  218. /*audio*/
  219.  
  220. .player {
  221. width:25px;
  222. height:25px;
  223. overflow:hidden;
  224. position:absolute;
  225. background:white;}
  226.  
  227. .audioinfo {
  228. margin-left:50px;
  229. }
  230.  
  231.  
  232.  
  233. /*asks*/
  234. .q {margin-bottom:10px;
  235. }
  236. .as {
  237. font-weight:bold;}
  238.  
  239. .a {
  240. margin-top:10px;
  241. }
  242.  
  243.  
  244. /*chat*/
  245.  
  246. .chat ol {
  247. padding:0;
  248. list-style:none;
  249. }
  250. .line {padding:5px 0;}
  251.  
  252. .label {font-weight:bold;
  253. }
  254.  
  255.  
  256.  
  257.  
  258.  
  259. /*permalink and notes*/
  260.  
  261. #permalink {
  262. margin-top:0px;
  263. font-size:9px;
  264. text-transform:lowercase;
  265. }
  266. #permalink a {margin-right:10px;
  267. }
  268.  
  269.  
  270. .tags { word-break:break-all; font-size:9px; opacity:0; -webkit-transition: opacity 0.5s linear; }
  271. #posts:hover .tags{ opacity:1; }
  272.  
  273. .pagenotes {
  274. {block:IndexPage}
  275. display: none!important;
  276. {/block:IndexPage}
  277. width:400px;
  278. text-align:left;
  279.  
  280. }
  281. .pagenotes img {
  282. display:none!important;}
  283. .pagenotes li {
  284. list-style-type:none;
  285. padding:5px 0px;
  286. text-align:left;
  287. margin:0 0 0 -40px;
  288. }
  289.  
  290.  
  291.  
  292. /**updates tab, remove if you wish**/
  293. #updatesbox {/*the styling of the whole updates box*/
  294. line-height:100%;/*don't change this!*/
  295. display:block;/*don't change this either lol*/
  296. border:1px solid #2e2e2e;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
  297. height:12px;/*the height of the box before hover*/
  298. width:37px;/*the width of the box before hover*/
  299. padding:0px 5px 5px 5px;/*don't change this!*/
  300. z-index:0;/*don't change this!*/
  301. top:75px;/*distance from top of page*/
  302. left:15px;/*distance from left of page*/
  303. color:#2a2a2a;/*color of text*/
  304. position:fixed;/*don't change this!*/
  305. background: #ffffff;/*background color of updates box*/
  306. overflow:hidden;/*don't change this!*/
  307. text-align:center;/*text alignment of everything in updates box*/
  308. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  309. -moz-transition-duration:0.6s;
  310. -webkit-transition-duration:0.6s;
  311. -o-transition-duration:0.6s;
  312. }
  313. #updatesbox:hover {/*the updates box after hover*/
  314. background: #fcfcfc;
  315. height:95px;/*the height of the box after hover*/
  316. width:90px;/*the width of the box after hover*/
  317. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  318. -moz-transition-duration:0.5s;
  319. -webkit-transition-duration:0.5s;
  320. -o-transition-duration:0.5s;
  321. }
  322. /*tutorial by meem.co.vu; please don't remove this note*/
  323. #updatestitle {/*the title of the updates box*/
  324. line-height:17px;/*don't change this!*/
  325. font-family:helvetica;/*the font of the updates title*/
  326. text-transform:uppercase;/*can be uppercase, lowercase, none*/
  327. font-size:8px;/*font size of updates title*/
  328. }
  329.  
  330. #inside {/*the actual updates*/
  331. font-size:9px;/*the font size of the actual updates*/
  332. font-family:helvetica;/*the font of the actual updates*/
  333. width:85px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
  334. line-height:10px;/*don't change this!*/
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. text-align:center;
  339. }
  340.  
  341. #updatesbox2 {/*the styling of the whole updates box*/
  342. line-height:100%;/*don't change this!*/
  343. display:block;/*don't change this either lol*/
  344. border:1px solid #2e2e2e;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
  345. height:12px;/*the height of the box before hover*/
  346. width:37px;/*the width of the box before hover*/
  347. padding:0px 5px 5px 5px;/*don't change this!*/
  348. z-index:0;/*don't change this!*/
  349. top:45px;/*distance from top of page*/
  350. left:15px;/*distance from left of page*/
  351. color:#2a2a2a;/*color of text*/
  352. position:fixed;/*don't change this!*/
  353. background: #ffffff;/*background color of updates box*/
  354. overflow:hidden;/*don't change this!*/
  355. text-align:center;/*text alignment of everything in updates box*/
  356. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  357. -moz-transition-duration:0.6s;
  358. -webkit-transition-duration:0.6s;
  359. -o-transition-duration:0.6s;
  360. }
  361.  
  362. #updatesbox2:hover {/*the updates box after hover*/
  363. background: #fcfcfc;
  364. height:85px;/*the height of the box after hover*/
  365. width:85px;/*the width of the box after hover*/
  366. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;
  370. }
  371. /*tutorial by meem.co.vu; please don't remove this note*/
  372. #updatestitle2 {/*the title of the updates box*/
  373. line-height:17px;/*don't change this!*/
  374. font-family: helvetica;/*the font of the updates title*/
  375. text-transform:uppercase;/*can be uppercase, lowercase, none*/
  376. font-size:8px;/*font size of updates title*/
  377. }
  378.  
  379. #inside2 {/*the actual updates*/
  380. font-size:9px;/*the font size of the actual updates*/
  381. font-family:helvetica;/*the font of the actual updates*/
  382. width:85px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
  383. line-height:10px;/*don't change this!*/
  384. -moz-transition-duration:0.5s;
  385. -webkit-transition-duration:0.5s;
  386. -o-transition-duration:0.5s;
  387. }
  388.  
  389. #updatesbox3 {/*the styling of the whole updates box*/
  390. line-height:100%;/*don't change this!*/
  391. display:block;/*don't change this either lol*/
  392. border:1px solid #2e2e2e;/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
  393. height:12px;/*the height of the box before hover*/
  394. width:37px;/*the width of the box before hover*/
  395. padding:0px 5px 5px 5px;/*don't change this!*/
  396. z-index:0;/*don't change this!*/
  397. top:15px;/*distance from top of page*/
  398. left:15px;/*distance from left of page*/
  399. color:#2a2a2a;/*color of text*/
  400. position:fixed;/*don't change this!*/
  401. background: #ffffff;/*background color of updates box*/
  402. overflow:hidden;/*don't change this!*/
  403. text-align:center;/*text alignment of everything in updates box*/
  404. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  405. -moz-transition-duration:0.6s;
  406. -webkit-transition-duration:0.6s;
  407. -o-transition-duration:0.6s;
  408. }
  409.  
  410. #updatesbox3:hover {/*the updates box after hover*/
  411. background: #fcfcfc;
  412. height:75px;/*the height of the box after hover*/
  413. width:85px;/*the width of the box after hover*/
  414. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  415. -moz-transition-duration:0.5s;
  416. -webkit-transition-duration:0.5s;
  417. -o-transition-duration:0.5s;
  418. }
  419. /*tutorial by meem.co.vu; please don't remove this note*/
  420. #updatestitle3 {/*the title of the updates box*/
  421. line-height:17px;/*don't change this!*/
  422. font-family: helvetica;/*the font of the updates title*/
  423. text-transform:uppercase;/*can be uppercase, lowercase, none*/
  424. font-size:8px;/*font size of updates title*/
  425. }
  426.  
  427. #inside3 {/*the actual updates*/
  428. font-size:9px;/*the font size of the actual updates*/
  429. font-family:helvetica;/*the font of the actual updates*/
  430. width:85px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
  431. line-height:10px;/*don't change this!*/
  432. -moz-transition-duration:0.5s;
  433. -webkit-transition-duration:0.5s;
  434. -o-transition-duration:0.5s;
  435. }
  436.  
  437.  
  438.  
  439. #credit {
  440. bottom:10px;
  441. font-style:none;
  442. font-size:7px;
  443. right:35px;
  444. position:fixed;
  445. }
  446. {CustomCSS}
  447.  
  448.  
  449. </style>
  450.  
  451.  
  452.  
  453. </head>
  454.  
  455. <body>
  456.  
  457.  
  458.  
  459. <!-- begin updates box -->
  460. <div id="updatesbox">
  461. <span id="updatestitle"><!-- title of the box -->homies</span>
  462. <div id="inside">
  463.  
  464. <!-- updates go here, use <p> to make a new line -->
  465.  
  466.  
  467. </div>
  468. </div>
  469. <!-- end updates box; it would be nice if you left the below comment in the code! :)
  470. updates box tutorial by meem.co.vu -->
  471.  
  472. <!-- begin updates box -->
  473. <div id="updatesbox2">
  474. <span id="updatestitle2"><!-- title of the box -->etc.</span>
  475. <div id="inside2">
  476.  
  477. <!-- updates go here, use <p> to make a new line -->
  478.  
  479.  
  480. </div>
  481. <!-- end updates box; it would be nice if you left the below comment in the code! :)
  482. updates box tutorial by meem.co.vu -->
  483.  
  484. <!-- begin updates box -->
  485. <div id="updatesbox3">
  486. <span id="updatestitle3"><!-- title of the box -->updates</span>
  487. <div id="inside3">
  488.  
  489.  
  490. </div>
  491. </div>
  492. <!-- end updates box; it would be nice if you left the below comment in the code! :)
  493. updates box tutorial by meem.co.vu -->
  494.  
  495.  
  496. </p>
  497. </center>
  498. </div>
  499. </div></div>
  500.  
  501.  
  502. <div id="con">
  503.  
  504. <div id="sidebar">
  505.  
  506.  
  507.  
  508. <div id="links">
  509. <a href="/">home</a>
  510. <a href="/ask">ask</a>
  511. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  512. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  513. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  514. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  515. <div id="description">{Description}</div>
  516. </div>
  517.  
  518.  
  519.  
  520.  
  521. </div>
  522.  
  523.  
  524.  
  525.  
  526. <div id="entries">
  527.  
  528. {block:Posts}
  529. <div id="posts">
  530.  
  531.  
  532. {block:Quote}
  533.  
  534.  
  535. <div id="titlequote">“{Quote}”</div>
  536. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  537. {/block:Quote}
  538.  
  539.  
  540.  
  541. {block:Text}
  542.  
  543. {block:Title}
  544. <div id="title">{Title}</div>{/block:Title}
  545. {Body}
  546. {/block:Text}
  547.  
  548. {block:Link}
  549. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  550. {/block:Link}
  551.  
  552. {block:Chat}
  553. {block:Title}
  554. <h1>{Title}</h1>
  555. {/block:Title}
  556. <div class="chat">
  557. <ol>{block:Lines}
  558. <li class="line {Alt}">
  559. {block:Label}
  560. <span class="label">
  561. {Label}</span>
  562. {/block:Label}{Line}</li>
  563. {/block:Lines}
  564. </ol></div>
  565. {/block:Chat}
  566.  
  567. {block:Photo}
  568. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  569. {/block:Photo}
  570.  
  571. {block:Photoset}
  572. {Photoset-400}
  573. {/block:Photoset}
  574.  
  575. {block:Video}
  576. {Video-400}
  577. {/block:Video}
  578.  
  579. {block:Audio}
  580. <div class="player">{AudioPlayerWhite}</div>
  581. <div class="audioinfo">
  582. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  583. </div>
  584. {/block:Audio}
  585.  
  586. {block:Answer}
  587. <div class="q">
  588. <div class="as">{Asker} said: </div>
  589. {Question}</div>
  590. <div class="a">{Answer}</div>
  591. {/block:Answer}
  592.  
  593. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  594.  
  595. {block:Date}
  596. <div id="permalink">
  597. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  598. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  599. </div>
  600. {/block:Date}
  601.  
  602.  
  603.  
  604. </div>
  605.  
  606.  
  607. {block:PostNotes}
  608. <div class="pagenotes">
  609. {PostNotes}
  610. </div>
  611. {/block:PostNotes}
  612.  
  613.  
  614. {/block:Posts}
  615.  
  616. <div id="pagination">
  617. {block:Pagination}
  618. {block:PreviousPage}
  619. <a href="{PreviousPage}">&larr; previous </a>
  620. {/block:PreviousPage}
  621.  
  622.  
  623. {block:NextPage}
  624. <a href="{NextPage}">next &rarr;</a>
  625. {/block:NextPage}
  626. {/block:Pagination}
  627. </div>
  628.  
  629.  
  630.  
  631. </div>
  632.  
  633. </div>
  634.  
  635.  
  636. {block:ContentSource}
  637. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  638. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  639. {/block:SourceLogo}
  640. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  641. {/block:ContentSource}
  642. <!---DONT TOUCH THIS ---> <div id="credit"><a href="http://dimplekink.tumblr.com">17</a></div>
  643.  
  644. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement