Advertisement
rachaelsux

(17) Waiting Game

Aug 12th, 2014
1,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1.  
  2. <!--(17) w a i t i n g / g a m e by zeautiful prev. dimplekink leave the credit n enjoy the theme thank you!-->
  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. <meta name="image:Sidebar Image" content=""/>
  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. blockquote {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 {
  101. text-decoration:underline;}
  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:center;
  125. position:fixed;
  126. margin-left:-315px;
  127. margin-top:145px;
  128. width:200px;
  129.  
  130. }
  131.  
  132. #sidebarim {margin-bottom:5px}
  133.  
  134. #sidebarim img {width:200px}
  135.  
  136. #blogt {font-size:18px;
  137. margin-bottom:5px;
  138. text-align:right;text-transform:uppercase;
  139. letter-spacing:2px;
  140.  
  141. }
  142.  
  143. #links {
  144. line-height:16px;
  145. text-transform:uppercase;
  146. letter-spacing:2px;
  147. font-weight:lighter;
  148. }
  149.  
  150.  
  151. #links a {
  152. margin-right:5px;
  153. display:inline-block;
  154. margin-bottom:5px;
  155. }
  156.  
  157. #description {
  158. padding:5px;
  159. margin:-5px 0 0 0;
  160. text-align:justify;
  161. }
  162.  
  163. /*pagination*/
  164. #pagination {
  165. margin:0px 0;
  166. text-transform:lowercase;
  167. font-weight:bold;
  168. }
  169. #pagination a {
  170. padding:0 15px;
  171. }
  172.  
  173. /*container*/
  174. #con {
  175. left:50%;
  176. margin-left:-150px;
  177. position:absolute;
  178. }
  179.  
  180.  
  181.  
  182. /*posts*/
  183.  
  184. #entries {
  185. margin-top:75px;
  186. width:500px;
  187. }
  188.  
  189.  
  190.  
  191. #posts {
  192. width:500px;
  193. {block:IndexPage}
  194. margin-bottom:155px;
  195. {/block:IndexPage}
  196. {block:PermalinkPage}
  197. margin-bottom:155px;
  198. {/block:PermalinkPage}
  199.  
  200. }
  201. #posts img {
  202. max-width:500px;
  203. }
  204.  
  205. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  206. .caption {width:100%;
  207. margin-top:10px;
  208.  
  209. }
  210.  
  211. /*quote*/
  212.  
  213. #titlequote{
  214.  
  215. font-size:14px;
  216. line-height:18px;
  217. text-align:left;
  218. margin-left:25px;
  219. font-family:serif;
  220. font-style:italic;
  221. }
  222.  
  223. #source {
  224. text-align:center;
  225. font-size:8px;
  226. letter-spacing:1px;
  227. text-transform:uppercase;
  228. padding-bottom:5px;
  229. margin-top:15px;
  230. margin-left:15px;
  231. }
  232.  
  233.  
  234. /*audio*/
  235.  
  236. .newplayerbutton {
  237. position: relative;
  238. width: 28px;
  239. height: 27px;
  240. overflow: hidden;
  241. }
  242.  
  243. .playerbuttonhug {
  244. position: absolute;
  245. top: -11px;
  246. left: -12px;
  247. }
  248.  
  249.  
  250. .tumblr_audio_player {
  251. border: none;
  252. padding: 0px;
  253. margin: 0px;
  254. height: 50px;
  255. width: 500px;
  256. }
  257.  
  258. .playerbuttonbg {
  259. position: absolute;
  260. left: 20px;
  261. top: 20px;
  262. width: 28px;
  263. height: 28px;
  264. background-color: #ffffff;
  265. padding: 10px;
  266. -webkit-border-radius: 40px;
  267. -moz-border-radius: 40px;
  268. border-radius: 40px;
  269. opacity: .4;
  270. filter: alpha(opacity=40);
  271. -moz-opacity: 0.4;
  272. -khtml-opacity: 0.4;
  273. transition: opacity .7s ease-in-out;
  274. -moz-transition: opacity .7s ease-in-out;
  275. -webkit-transition: opacity .7s ease-in-out;
  276. }
  277.  
  278. .playerbuttonbg:hover {
  279. opacity: 1;
  280. filter: alpha(opacity=100);
  281. -moz-opacity: 1;
  282. -khtml-opacity: 1;
  283. }
  284.  
  285. .audioimgwrapper {
  286. position: absolute;
  287. left: 0px;
  288. top: 0px;
  289.  
  290.  
  291. overflow: hidden;
  292. width: 88px;
  293. height: 88px;
  294. }
  295.  
  296. .audioimgwrapper img {
  297. width: 100%;
  298. height: auto;
  299.  
  300. }
  301.  
  302. .trackdetails {
  303. width: auto;
  304. display:inline-block;
  305. margin-left: 100px;
  306. min-height: 85px;
  307. }
  308.  
  309. .audiowrapper {
  310. position: relative;
  311. display:inline-block;
  312. }
  313.  
  314. /*asks*/
  315. .q {margin-bottom:10px;
  316. line-height:15px;
  317. background-color:{color:asks};
  318. padding:15px;
  319. }
  320. .as {
  321. font-weight:bold;}
  322.  
  323. .a {
  324. margin-top:20px;
  325. }
  326.  
  327. /*chat*/
  328.  
  329. .chat ol {
  330. padding:0;
  331. list-style:none;
  332. }
  333. .line {padding:5px 0;}
  334.  
  335. .label {font-weight:bold;
  336. }
  337.  
  338.  
  339.  
  340.  
  341.  
  342. /*permalink and notes*/
  343.  
  344. #permalink {
  345. margin-top:5px;
  346. font-size:9px;
  347. text-align:left;
  348.  
  349.  
  350. text-transform:none;
  351. }
  352. #permalink a {margin-right:10px;
  353. }
  354.  
  355.  
  356. .tags {
  357. word-break:break-all;
  358. text-transform:none;
  359. padding-top:5px;
  360. text-align:left;
  361. font-size:9px;
  362.  
  363. }
  364.  
  365. .tags a {
  366. letter-spacing:0px;
  367. border-bottom:1px solid #222222
  368. }
  369.  
  370. .pagenotes {
  371. {block:IndexPage}
  372. display: none!important;
  373. {/block:IndexPage}
  374. width:400px;
  375. text-align:left;
  376.  
  377. }
  378. .pagenotes img {
  379. display:none!important;}
  380. .pagenotes li {
  381. list-style-type:none;
  382. padding:5px 0px;
  383. text-align:left;
  384. margin:0 0 0 -40px;
  385. }
  386.  
  387.  
  388.  
  389. #credit {
  390. bottom:10px;
  391. font-style:none;
  392. font-size:14px;
  393. right:35px;
  394. position:fixed;
  395. }
  396.  
  397. {CustomCSS}
  398.  
  399.  
  400. </style>
  401.  
  402.  
  403.  
  404. </head>
  405.  
  406. <body>
  407.  
  408. <div id="con">
  409.  
  410. <div id="sidebar">
  411. <div id="blogt">{text:Title}</div>
  412. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  413.  
  414. <div id="links">
  415. <a href="/">home</a>
  416. <a href="/ask">ask</a>
  417. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  418. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  419. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  420. </div>
  421.  
  422. <div id="description">{Description}</div>
  423. <div id="pagination">
  424. {block:Pagination}
  425. {block:PreviousPage}
  426. <a href="{PreviousPage}">&larr;</a>
  427. {/block:PreviousPage}
  428.  
  429.  
  430. {block:NextPage}
  431. <a href="{NextPage}">&rarr;</a>
  432. {/block:NextPage}
  433. {/block:Pagination}
  434. </div>
  435.  
  436. </div>
  437.  
  438.  
  439.  
  440.  
  441. <div id="entries">
  442.  
  443. {block:Posts}
  444. <div id="posts">
  445.  
  446.  
  447. {block:Quote}
  448.  
  449.  
  450. <div id="titlequote">“{Quote}”</div>
  451. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  452. {/block:Quote}
  453.  
  454.  
  455.  
  456. {block:Text}
  457.  
  458. {block:Title}
  459. <div id="title">{Title}</div>{/block:Title}
  460. {Body}
  461. {/block:Text}
  462.  
  463. {block:Link}
  464. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  465. {/block:Link}
  466.  
  467. {block:Chat}
  468. {block:Title}
  469. <h1>{Title}</h1>
  470. {/block:Title}
  471. <div class="chat">
  472. <ol>{block:Lines}
  473. <li class="line {Alt}">
  474. {block:Label}
  475. <span class="label">
  476. {Label}</span>
  477. {/block:Label}{Line}</li>
  478. {/block:Lines}
  479. </ol></div>
  480. {/block:Chat}
  481.  
  482. {block:Photo}
  483. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}
  487. {Photoset-500}
  488. {/block:Photoset}
  489.  
  490. {block:Video}
  491. {Video-500}
  492. {/block:Video}
  493.  
  494. {block:AudioPlayer}
  495. <div class="audiowrapper">
  496. {block:AlbumArt}
  497. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  498. {/block:AlbumArt}
  499.  
  500. <div class="playerbuttonbg">
  501. <div class="newplayerbutton">
  502. <div class="playerbuttonhug">
  503.  
  504. {AudioPlayerWhite}
  505.  
  506. </div>
  507. </div>
  508. </div>
  509.  
  510. <div class="trackdetails">
  511.  
  512. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  513. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  514. {block:Album}Album: {Album}{/block:Album}<br/>
  515. {PlayCountWithLabel}
  516.  
  517. </div>
  518. </div>
  519. {/block:AudioPlayer}
  520.  
  521. {block:Answer}
  522. <div class="q">
  523. <div class="as">{Asker} said: </div>
  524. {Question}</div>
  525. <div class="a">{Answer}</div>
  526. {/block:Answer}
  527.  
  528. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  529.  
  530. {block:Date}
  531. <div id="permalink">
  532. <a href="{Permalink}" >{Month} {DayOfMonthWithZero}</a>{block:NoteCount}🌸<a href="{Permalink}"> {NoteCount} </a>{/block:NoteCount}</span>
  533. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  534. </div>
  535. {/block:Date}
  536. {/block:indexPage}
  537. {block:PermalinkPage}
  538. {block:Date}
  539. <div id="permalink">
  540. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  541. <div class="tags"></div>
  542. </div>
  543. {/block:Date}{/block:permalinkpage}
  544.  
  545. </div>
  546.  
  547.  
  548. {block:PostNotes}
  549. <div class="pagenotes">
  550. {PostNotes}
  551. </div>
  552. {/block:PostNotes}
  553.  
  554.  
  555. {/block:Posts}
  556.  
  557.  
  558. <!---DONT TOUCH THIS ---> <div id="credit"><a href="http://zeautiful.tumblr.com">☹</a></div>
  559.  
  560.  
  561. </div>
  562.  
  563. </div>
  564.  
  565.  
  566. {block:ContentSource}
  567. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  568. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  569. {/block:SourceLogo}
  570. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  571. {/block:ContentSource}
  572.  
  573. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement