Advertisement
rachaelsux

(10) little bit

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