Advertisement
rachaelsux

(14) Two Weeks

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