iamthemelocked

Iamthemelocked #145 - Gloria

May 23rd, 2015
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.16 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--- Theme by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  11.  
  12. <title>{block:TagPage}#{Tag} /// {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage} {Title}</title>
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  15.  
  16. <meta charset="utf-8">
  17. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  18.  
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="image:Sidebar Image" content=""/>
  24.  
  25. <meta name="if:Infinite Scroll" content="0"/>
  26. <meta name="if:Show Captions" content="1"/>
  27. <meta name="if:Black And White Posts" content="0"/>
  28. <meta name="if:Zooming Post Images" content="1"/>
  29. <meta name="if:Tiny Cursor" content="1">
  30.  
  31. <meta name="font:Post Font" content="Sofia Pro" />
  32. <meta name="font:Description Font" content="Sofia Pro" />
  33. <meta name="font:Tags Font" content="Sofia Pro" />
  34.  
  35. <meta name="text:Post Font Size" content="10px"/>
  36. <meta name="text:Description Font Size" content="8px"/>
  37. <meta name="text:Tags Font Size" content="7px"/>
  38.  
  39. <meta name="color:Background" content="#f8f8f8"/>
  40. <meta name="color:Post Background" content="#ffffff"/>
  41. <meta name="color:Post Border" content="#f1f1f1"/>
  42. <meta name="color:Post Text" content="#222222"/>
  43. <meta name="color:Post Links" content="#8f8f8f"/>
  44.  
  45. <meta name="color:Title" content="#000000"/>
  46. <meta name="color:Links" content="#000000"/>
  47. <meta name="color:Description" content="#000000"/>
  48.  
  49. <meta name="color:Accent 1" content="#df6c7a" />
  50. <meta name="color:Accent 2" content="#df9a6c" />
  51. <meta name="color:Accent 3" content="#e5de71" />
  52. <meta name="color:Accent 4" content="#8bea71" />
  53. <meta name="color:Accent 5" content="#70e7d3" />
  54.  
  55. <meta name="color:Selection" content="#df6c7a"/>
  56. <meta name="color:Scrollbar" content="#000000"/>
  57.  
  58. <meta name="text:Subtitle" content="Draußen heult der Regen, nur Schweigen füllt den Raum"/>
  59.  
  60. <meta name="text:Link 1 Title" content="Link 1 Title"/>
  61. <meta name="text:Link 1 Url" content=""/>
  62. <meta name="text:Link 2 Title" content="Link 2 Title"/>
  63. <meta name="text:Link 2 Url" content=""/>
  64. <meta name="text:Link 3 Title" content="Link 3 Title"/>
  65. <meta name="text:Link 3 Url" content=""/>
  66. <meta name="text:Link 4 Title" content="Link 4 Title"/>
  67. <meta name="text:Link 4 Url" content=""/>
  68. <meta name="text:Link 5 Title" content="Link 5 Title"/>
  69. <meta name="text:Link 5 Url" content=""/>
  70.  
  71. <meta name="color:Tab Text" content="#222222"/>
  72. <meta name="color:Tab Links" content="#b6b6b6"/>
  73. <meta name="color:Tab Links Hover" content="#000000"/>
  74.  
  75. <meta name="if:Updates Tab" content="1"/>
  76.  
  77. <!--- SPECIAL FONTS --->
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Disco' rel='stylesheet' type='text/css'>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  82.  
  83. <link href='http://fonts.googleapis.com/css?family=Aguafina Script' rel='stylesheet' type='text/css'>
  84.  
  85. <link href='http://fonts.googleapis.com/css?family=Wisdom Script' rel='stylesheet' type='text/css'>
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  88.  
  89. <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  90.  
  91. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  92.  
  93. <!--- SPECIAL FONTS --->
  94.  
  95. <style type="text/css">
  96.  
  97. /* basic styles */
  98.  
  99. /* --- SCROLLBAR ---*/
  100.  
  101. ::-webkit-scrollbar-thumb:vertical {
  102. height:4px; border-left:3px solid {color:background}; border-right:3px solid {color:background}; background-color:{color:Scrollbar};}
  103.  
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. background-color:{color:Scrollbar};height:4px; border-top:3px solid {color:background}; border-bottom:3px solid {color:background};}
  106.  
  107. ::-webkit-scrollbar {
  108. width:10px; height:10px; border:5px solid {color:background}; background-color:{color:Scrollbar};}
  109.  
  110. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.4;padding:4px;}
  111.  
  112. /* --- SCROLLBAR ---*/
  113.  
  114. /* --- IMAGE EFFECT ---*/
  115.  
  116. .imgp {
  117. background:{color:Background};
  118. overflow:hidden;
  119. }
  120.  
  121. .imgp img {
  122. -webkit-transform: scale(1.01);
  123. -webkit-transition: all 1s ease;
  124. -moz-transition: all 1s ease;
  125. -o-transition: all 1s ease;
  126. -ms-transition: all 1s ease;
  127. transition: all 1s ease;
  128. }
  129.  
  130. {block:IfZoomingPostImages}
  131. .po:hover .imgp img {
  132. -webkit-transform: scale(1.2);
  133. }{/block:IfZoomingPostImages}
  134.  
  135. .pset {
  136. -webkit-transform: scale(1.0);
  137. -webkit-transition: all 1s ease;
  138. -moz-transition: all 1s ease;
  139. -o-transition: all 1s ease;
  140. -ms-transition: all 1s ease;
  141. transition: all 1s ease;
  142. }
  143.  
  144. {block:IfZoomingPostImages}
  145. .po:hover .pset {
  146. -webkit-transform: scale(1.2);
  147. }{/block:IfZoomingPostImages}
  148.  
  149. /* --- IMAGE EFFECT ---*/
  150.  
  151. /* --- BODY ---*/
  152.  
  153. #s-m-t-tooltip{
  154. position:absolute;
  155. margin-top: 15px;
  156. margin-left:15px;
  157. z-index:9999999999999;
  158. background:{color:Post Text};
  159. color:{color:Post Background};
  160. text-transform:uppercase;
  161. letter-spacing:0.5px;
  162. font-family:calibri;
  163. line-height:13px;
  164. max-width:300px;
  165. font-size:8px;
  166. padding:2px 6px;
  167. -webkit-transition:all 0.4s;
  168. -moz-transition:all 0.4s;
  169. -ms-transition:all 0.4s;
  170. -o-transition:all 0.4s;
  171. transition:all 0.4s;
  172. }
  173.  
  174. body {
  175. color: {color:Post Text};
  176. background-color:{color:Background};
  177. font: 9px 'Trebuchet MS', sans-serif;
  178. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  179. }
  180.  
  181. b, strong {color: color:{color:Post text};word-wrap:normal;}
  182. i, em {color: color:{color:Post text};word-wrap:normal;}
  183. p {margin-top:5px;margin-bottom:5px}
  184. ol {list-style:normal;}
  185. ul {list-style:square;}
  186. small {font-size:8px;}
  187. big {font-size:10px;}
  188.  
  189. blockquote {
  190. padding-left:10px;
  191. margin-left:10px;
  192. margin-top:5px;
  193. border-left:1px solid;
  194. }
  195.  
  196. a {
  197. font-weight:normal;
  198. word-wrap:initial;
  199. text-decoration:none;
  200. text-transform:lowercase;
  201. font-family: {text:Post Font};
  202. font-size: {text:Post Font Size};
  203. color:{color:Post Links};
  204. word-wrap: break-word;
  205. -moz-outline-style:none;
  206. -webkit-transition:all 0.5s;
  207. -moz-transition:all 0.5s;
  208. -ms-transition:all 0.5s;
  209. -o-transition:all 0.5s;
  210. transition:all 0.5s;
  211. }
  212.  
  213. a:hover {
  214. -moz-outline-style:none;
  215. -webkit-transition:all 0.5s;
  216. -moz-transition:all 0.5s;
  217. -ms-transition:all 0.5s;
  218. -o-transition:all 0.5s;
  219. transition:all 0.5s;
  220. }
  221.  
  222. a:hover:nth-child(5n+1){color:{color:Accent 1};}
  223. a:hover:nth-child(5n+2){color:{color:Accent 2};}
  224. a:hover:nth-child(5n+3){color:{color:Accent 3};}
  225. a:hover:nth-child(5n+4){color:{color:Accent 4};}
  226. a:hover:nth-child(5n+5){color:{color:Accent 5};}
  227.  
  228. .caption a, .text a, #description a, #tab16 a., .pagination a {
  229. padding:0px 1px;
  230. position:relative;
  231. }
  232.  
  233. .caption a:before, .text a:before, #description a:before, #tab16 a:before, .pagination a:before{
  234. content:'';
  235. top:100%;
  236. width:0;
  237. height:1px;
  238. right:50%;
  239. background:{color:Accent 1};
  240. position:absolute;
  241. transition:all .2s linear;
  242. -webkit-transition:all .2s linear;
  243. -moz-transition:all .2s linear;
  244. -o-transition:all .2s linear;
  245. }
  246.  
  247. .caption a:hover::before, .text a:hover::before, #description a:hover::before, #tab16 a:hover::before, .pagination a:hover::before{
  248. width:100%;
  249. right:0;
  250. }
  251.  
  252.  
  253. h1 {
  254. font-size:15px;
  255. text-transform:uppercase;
  256. font-weight:bold;
  257. line-height:1.2em;
  258. margin-bottom:-2px;
  259. margin-top:-7px;
  260. font-family:{font:Post Font};
  261. color:{color:Post Text};
  262. }
  263.  
  264. h1 a{
  265. font-size:15px;
  266. text-transform:uppercase;
  267. font-weight:bold;
  268. line-height:1.2em;
  269. text-decoration:none;
  270. font-family:{font:Post Font};
  271. color:{color:Post Text};
  272. }
  273.  
  274. pre {
  275. white-space: pre-wrap;
  276. white-space: -moz-pre-wrap;
  277. white-space: -pre-wrap;
  278. white-space: -o-pre-wrap;
  279. word-wrap: break-word;
  280. font-family:inconsolata, consolas, monospace;
  281. }
  282.  
  283. pre a{
  284. font-size:8px;
  285. }
  286.  
  287. .caption {
  288. text-align:left;
  289. display:block;
  290. }
  291.  
  292. .caption img {
  293. max-width:450px;
  294. }
  295.  
  296. /* --- BODY ---*/
  297.  
  298. /* --- POST ENTRIES ---*/
  299.  
  300. #big {
  301. position:absolute;
  302. left:0;
  303. right:0;
  304. min-height:calc(100% - 200px);
  305. width:530px;
  306. padding:0px 0px 0px 200px;
  307. margin-top:50px;
  308. margin-left:auto;
  309. margin-right:auto;
  310. }
  311.  
  312. .entries {
  313. position:relative;
  314. text-align:left;
  315. margin:40px 0px;
  316. padding:0px 0px 0px 0px;
  317. width:525px;
  318. margin-left:auto;
  319. margin-right:auto;
  320. display:inline-block;
  321. }
  322.  
  323. .post {
  324. position:relative;
  325. padding:14px 12px 12px 12px;
  326. background-color:{color:Post Background};
  327. border:1px solid {color:Post Border};
  328. font-family: {font:Post Font};
  329. font-size: {text:Post Font Size};
  330. {block:IfBlackandWhitePosts}
  331. -webkit-filter: grayscale(100%);
  332. -moz-filter: grayscale(100%);
  333. filter: grayscale(100%);
  334. -webkit-transition:all 0.5s;
  335. -moz-transition:all 0.5s;
  336. -ms-transition:all 0.5s;
  337. -o-transition:all 0.5s;
  338. transition:all 0.5s;
  339. }
  340.  
  341. .post:hover {
  342. -webkit-transition:all 0.5s;
  343. -moz-transition:all 0.5s;
  344. -ms-transition:all 0.5s;
  345. -o-transition:all 0.5s;
  346. transition:all 0.5s;
  347. -webkit-filter: grayscale(0%);
  348. -moz-filter: grayscale(0%);
  349. filter: grayscale(0%);
  350. {block:IfBlackandWhitePosts}
  351. }
  352.  
  353. .post img{
  354. width:100%;
  355. height:50%;}
  356.  
  357. .text{
  358. padding-top:5px;}
  359.  
  360. /* --- POST ENTRIES ---*/
  361.  
  362. /* --- HEADER ---*/
  363.  
  364. #sidebar {
  365. position:fixed;
  366. margin-top:20px;
  367. display:block;
  368. width:200px;
  369. height:auto;
  370. margin-left:-240px;
  371. padding-bottom:5px;
  372. overflow:hidden;
  373. z-index:9999999;
  374. transition:all .5s linear;
  375. -webkit-transition:all .5s linear;
  376. -moz-transition:all .5s linear;
  377. -o-transition:all .5s linear;
  378. }
  379.  
  380. #sidebar img {
  381. max-width:200px;
  382. position:relative;
  383. margin-top:1px;
  384. transition:all .5s linear;
  385. -webkit-transition:all .5s linear;
  386. -moz-transition:all .5s linear;
  387. -o-transition:all .5s linear; }
  388.  
  389. #sidebar:hover img{
  390. opacity:0.6;
  391. transition:all .5s linear;
  392. -webkit-transition:all .5s linear;
  393. -moz-transition:all .5s linear;
  394. -o-transition:all .5s linear; }
  395.  
  396. #sidebar:hover{
  397. opacity:0.8;
  398. transition:all .5s linear;
  399. -webkit-transition:all .5s linear;
  400. -moz-transition:all .5s linear;
  401. -o-transition:all .5s linear; }
  402.  
  403.  
  404. /* --- HEADER ---*/
  405.  
  406. /* --- TITLES ---*/
  407.  
  408. #title {
  409. text-transform:uppercase;
  410. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  411. color:{color:Title};
  412. position:relative;
  413. margin-top:100px;
  414. display:inline-block;
  415. width:200px;
  416. height:auto;
  417. margin-left:0px;
  418. text-align:left;
  419. font-size:12px;
  420. transition:all .5s linear;
  421. -webkit-transition:all .5s linear;
  422. -moz-transition:all .5s linear;
  423. -o-transition:all .5s linear;
  424. }
  425.  
  426. #title:before{
  427. content:'';
  428. top:95%;
  429. width:0%;
  430. height:2px;
  431. left:0%;
  432. background:transparent;
  433. position:absolute;
  434. transition:all .5s linear;
  435. -webkit-transition:all .5s linear;
  436. -moz-transition:all .5s linear;
  437. -o-transition:all .5s linear;
  438. }
  439.  
  440. #sidebar:hover #title{
  441. letter-spacing:1px;
  442. transition:all .5s linear;
  443. -webkit-transition:all .5s linear;
  444. -moz-transition:all .5s linear;
  445. -o-transition:all .5s linear;
  446. }
  447.  
  448. #sidebar:hover #title::before{
  449. width:100%;
  450. right:0;
  451. letter-spacing:2px;
  452. background:{color:Title};
  453. }
  454.  
  455. #subtitle {
  456. text-transform:uppercase;
  457. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  458. color:{color:Title};
  459. background:{color:Post Background};
  460. position:fixed;
  461. margin-top:110px;
  462. display:inline-block;
  463. width:190px;
  464. padding:5px;
  465. height:auto;
  466. z-index:999999999999999;
  467. opacity:0;
  468. line-height:12px;
  469. margin-left:0px;
  470. text-align:center;
  471. font-size:10px;
  472. transition:all .5s linear;
  473. -webkit-transition:all .5s linear;
  474. -moz-transition:all .5s linear;
  475. -o-transition:all .5s linear;
  476. }
  477.  
  478. #sidebar:hover #subtitle{
  479. opacity:1;
  480. margin-top:170px;
  481. transition:all .5s linear;
  482. -webkit-transition:all .5s linear;
  483. -moz-transition:all .5s linear;
  484. -o-transition:all .5s linear;
  485. }
  486.  
  487. /* --- TITLES ---*/
  488.  
  489. /* --- LINKS ---*/
  490.  
  491. #links {
  492. margin-top:5px;
  493. margin-left:0px;
  494. background:{color:Post Background};
  495. height:18px;
  496. overflow:hidden;
  497. width:200px;
  498. text-align:left;
  499. display:inline-block;
  500. position:relative;
  501. }
  502.  
  503. #links a{
  504. margin:0px -1px;
  505. width:46px;
  506. padding:2px;
  507. text-transform:uppercase;
  508. font-size:9px;
  509. font-family:calibri;
  510. height:auto;
  511. line-height:14px;
  512. text-align:center;
  513. overflow:hidden;
  514. letter-spacing:0.5px;
  515. display:inline-block;
  516. }
  517.  
  518. #links a:hover{
  519. background:{color:Links};
  520. color:white;
  521. }
  522.  
  523. #morelinks {
  524. line-height:16px;
  525. text-align:left;
  526. padding-top:7px;
  527. width:80px; }
  528.  
  529. #morelinks a {
  530. width:75px;
  531. margin-right:5px;
  532. text-transform:uppercase;
  533. font-family:calibri;
  534. font-size:9px;
  535. letter-spacing:0.5px;
  536. float:left;
  537. text-align:center;
  538. margin-bottom:2px;
  539. text-decoration:none;}
  540.  
  541. #morelinks a:nth-child(5n+1)
  542. {background-color:{color:Accent 1};color:white;}
  543. #morelinks a:nth-child(5n+2)
  544. {background-color:{color:Accent 2};color:white;}
  545. #morelinks a:nth-child(5n+3)
  546. {background-color:{color:Accent 3};color:white;}
  547. #morelinks a:nth-child(5n+4)
  548. {background-color:{color:Accent 4};color:white;}
  549. #morelinks a:nth-child(5n+5)
  550. {background-color:{color:Accent 5};color:white;}
  551.  
  552. #morelinks a:hover {
  553. background:{color:Post Background};
  554. color:{color:Links};
  555. }
  556.  
  557. /* --- LINKS ---*/
  558.  
  559. /* --- DESCRIPTION ---*/
  560.  
  561. #description {
  562. color:{color:Description};
  563. font-family:{font:Description Font};
  564. font-size:{text:Description Font Size};
  565. text-transform:uppercase;
  566. margin-top:0px;
  567. text-align:justify;
  568. padding-left:2px;
  569. }
  570.  
  571. #description a {
  572. color:{color:Post Links};
  573. text-transform:uppercase;
  574. font-family:{font:Description Font};
  575. font-size:{text:Description Font Size};
  576. margin:0px;
  577. }
  578.  
  579. /* --- DESCRIPTION ---*/
  580.  
  581. /* --- PAGINATION ---*/
  582.  
  583. .pagination {
  584. letter-spacing:1px;
  585. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  586. margin-top:-5px;
  587. padding:0px;
  588. text-align:center;
  589. margin-left:0px;
  590. height:auto;
  591. font-size:10px;
  592. {block:IfNotInfiniteScroll}display:block;{/block:IfNotInfiniteScroll}
  593. {block:IfInfiniteScroll}display:none;{/block:IfInfiniteScroll}
  594. text-transform:uppercase;
  595. }
  596.  
  597. .pagination a {
  598. display:inline-block;
  599. margin:0px 2px;
  600. text-decoration:none;
  601. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  602. outline:none;
  603. font-size:10px;
  604. letter-spacing:1px;
  605. text-transform:uppercase;
  606. padding:0 5px;
  607. color:{color:Post Links};
  608. }
  609.  
  610. .pagination a:hover{
  611. color:{color:Post Text};
  612. }
  613.  
  614. /* --- PAGINATION ---*/
  615.  
  616. /* --- POST INFO ---*/
  617.  
  618. .post-meta {
  619. margin-left:-13px;
  620. margin-top:-30px;
  621. }
  622.  
  623. .post-meta .type {
  624. float:left;
  625. border:1px solid {color:Post Border};
  626. background:{color:Post Text};
  627. padding:1px 8px;
  628. text-align:left;
  629. line-height:10px;
  630. {block:IndexPage}width:507px;{/block:IndexPage}
  631. {block:PermalinkPage}width:513px;{/block:PermalinkPage}
  632. }
  633.  
  634. .post-meta .type a {
  635. color:white;
  636. font-weight:bold;
  637. font-size:8px;
  638. text-align:left;
  639. font-family:calibri;
  640. margin:2px 1px 2px 1px;
  641. text-transform:uppercase;
  642. text-decoration: none;
  643. }
  644.  
  645. #button {
  646. display:inline-block;
  647. position:absolute;
  648. top:-14px;
  649. text-align:right;
  650. {block:PermalinkPage}left:445px;{/block:PermalinkPage}
  651. {block:IndexPage}left:438px;{/block:IndexPage}
  652. z-index:99;
  653. width:80px;
  654. }
  655.  
  656. #button a {
  657. display:inline-block;
  658. height:4px;width:4px;
  659. text-align:right;
  660. border:1px solid transparent;
  661. margin:0px;
  662. }
  663.  
  664. #button a:nth-child(5n+1){background-color:{color:Accent 1};}
  665. #button a:nth-child(5n+2){background-color:{color:Accent 2};}
  666. #button a:nth-child(5n+3){background-color:{color:Accent 3};}
  667. #button a:nth-child(5n+4){background-color:{color:Accent 4};}
  668. #button a:nth-child(5n+5){background-color:{color:Accent 5};}
  669.  
  670. #button a:hover {
  671. border:1px solid white;
  672. background:none;
  673. }
  674.  
  675. /* --- POST INFO ---*/
  676.  
  677. /* --- POST TAGS ---*/
  678.  
  679. .tags {
  680. position:relative;
  681. margin-top:-3px;
  682. left:0;
  683. right:0;
  684. z-index:9;
  685. margin-bottom:20px;
  686. text-align:center;
  687. padding:8px 10px 0;
  688. font-family: {font:Tags Font};
  689. font-size: {text:Tags Font Size};
  690. opacity:1;
  691. -webkit-transition: all 0.4s ease-in-out;
  692. -moz-transition: all 0.4s ease-in-out;
  693. -o-transition: all 0.4s ease-in-out;
  694. transition: all 0.4s ease-in-out;
  695. }
  696.  
  697. .tags a {
  698. margin:2px;
  699. padding:0px 4px;
  700. line-height:16px;
  701. border-radius:1px;
  702. text-transform: uppercase;
  703. font-size: {text:Tags Font Size};
  704. font-weight:bold;
  705. border:1px solid transparent;
  706. letter-spacing:0.5px;
  707. color:{color:Post Text};
  708. font-family: {font:Tags Font};
  709. }
  710.  
  711. .tags a:hover:nth-child(5n+1){background:{color:Accent 1};color:white;}
  712. .tags a:hover:nth-child(5n+2){background:{color:Accent 2};color:white;}
  713. .tags a:hover:nth-child(5n+3){background:{color:Accent 3};color:white;}
  714. .tags a:hover:nth-child(5n+4){background:{color:Accent 4};color:white;}
  715. .tags a:hover:nth-child(5n+5){background:{color:Accent 5};color:white;}
  716.  
  717. /* --- POST TAGS ---*/
  718.  
  719. /* --- QUOTES ---*/
  720.  
  721. #mark {
  722. font: bold 80px georgia;
  723. margin-top:-16px;
  724. left:15px;
  725. position: absolute;
  726. float:left;
  727. opacity:1;
  728. z-index:9;
  729. text-shadow:2px 3px 3px {color:Post Text};
  730. color:{color:Background};
  731. }
  732.  
  733. #quote {
  734. z-index:99999;
  735. text-align:left;
  736. padding-top:5px;
  737. padding-bottom:8px;
  738. padding-left:55px;
  739. font-weight:bold;
  740. }
  741.  
  742. /* --- QUOTES ---*/
  743.  
  744. /* --- CHATS ---*/
  745.  
  746. ul.chat {
  747. margin:0px;
  748. padding:0px;
  749. }
  750.  
  751. .chat li {
  752. list-style-type:none;
  753. margin-left:0px;
  754. padding:4px;
  755. }
  756.  
  757. .odd .label {
  758. color:{color:Accent 1};
  759. }
  760.  
  761. .even .label {
  762. color:{color:Accent 2};
  763. }
  764.  
  765. .label {
  766. font-weight:bold;
  767. text-transform:uppercase;
  768. letter-spacing:1px;
  769. font-size:8px;
  770. }
  771.  
  772. .chat li.odd {
  773. background-color:{color:Background};
  774. margin-bottom:1px;
  775. }
  776.  
  777. .chat li.even {
  778. background-color:{color:Post Background};
  779. opacity:1;
  780. margin-bottom:1px;
  781. }
  782.  
  783. /* --- CHATS ---*/
  784.  
  785. /* --- QUESTIONS ---*/
  786.  
  787. #question {
  788. padding:10px 20px;
  789. border:2px solid {color:Post Text};
  790. }
  791.  
  792. #asker {
  793. text-align:right;
  794. background:{color:Post Text};
  795. text-transform:uppercase;
  796. font-size:8px;
  797. font-family:calibri;
  798. color:white;
  799. height:10px;
  800. margin-bottom:5px;
  801. padding-right:5px;
  802. line-height:9px;
  803. }
  804.  
  805. #asker a{
  806. text-align:right;
  807. color:white;
  808. font-weight: bold;
  809. font-size:8px;
  810. font-family:calibri;
  811. text-transform:uppercase;
  812. }
  813.  
  814. /* --- QUESTIONS ---*/
  815.  
  816. /* --- AUDIO PLAYER ---*/
  817.  
  818. #audio {
  819. position:relative;
  820. min-height:60px;}
  821.  
  822. #audioimage {
  823. width:60px;
  824. height:60px;
  825. position:absolute;
  826. z-index:2;}
  827.  
  828. #audioimage img {
  829. margin-left:0px;
  830. }
  831.  
  832. #audiobackground {
  833. margin-top:5px;
  834. margin-left:5px;
  835. width:50px;
  836. height:50px;
  837. z-index:3;
  838. position:absolute;
  839. opacity:0.2;
  840. background-color:white;
  841. -webkit-transition:all 0.6s ease-out;
  842. -moz-transition:all 0.6s ease-out;
  843. transition:all 0.6s ease-out;}
  844.  
  845. #audiobackground:hover {
  846. opacity:0.8;
  847. transform:rotate(360deg);
  848. -ms-transform:rotate(360deg);
  849. -webkit-transform:rotate(360deg);
  850. background-color:#ffffff;
  851. -webkit-transition:all 0.6s ease-out;
  852. -moz-transition:all 0.6s ease-out;
  853. transition:all 0.6s ease-out;}
  854.  
  855. #audioplayer {
  856. width:20px;
  857. height:20px;
  858. margin-top:11px;
  859. margin-left:11px;
  860. overflow:hidden;}
  861.  
  862. #audiobig {
  863. width:460px;
  864. height:70px;
  865. overflow:hidden;}
  866.  
  867. #audioinfo {
  868. background-color:transparent;
  869. font-size:8px;
  870. font-family: {text:Post Font};
  871. color:#b6b6b6;
  872. text-transform:uppercase;
  873. height:6px;
  874. width:500px;
  875. padding:4px;
  876. line-height:90%;
  877. margin-bottom:1.5px;
  878. margin-top:1px;
  879. margin-left:68px;
  880. text-align:left;
  881. }
  882.  
  883. #audioinfo b{
  884. color:{color:post text};
  885. padding:0.5px 2px;
  886. -webkit-transition: all 0.6s;
  887. -moz-transition: all 0.6s;
  888. -ms-transition:all 0.6s;
  889. -o-transition: all 0.6s;
  890. transition: all 0.6s;
  891. }
  892.  
  893. #audioinfo:hover b{
  894. margin-left:40px;
  895. color:{color:Background};
  896. margin-right:4px;
  897. background:{color:Accent 1};
  898. -webkit-transition: all 0.6s;
  899. -moz-transition: all 0.6s;
  900. -ms-transition:all 0.6s;
  901. -o-transition: all 0.6s;
  902. transition: all 0.6s;}
  903.  
  904. /* --- AUDIO PLAYER ---*/
  905.  
  906. /* --- PAGE PAGINATION ---*/
  907.  
  908. .pagepagination{
  909. position:absolute;
  910. width:530px;
  911. margin-top:-8px;
  912. margin-left:0px;
  913. margin-right:auto;
  914. }
  915.  
  916. .pagepagination a{
  917. display:inline-block;
  918. color:#ffffff;
  919. text-transform:uppercase;
  920. font-family:{text:Post Font};
  921. font-size:8px;
  922. text-decoration:none;
  923. padding:0 2% 0 2%;
  924. background:{color:Post Text};
  925. }
  926.  
  927. .pagepagination a:hover:nth-child(2n+1)
  928. {background:{color:Accent 1};color:white;}
  929. .pagepagination a:hover:nth-child(2n+2)
  930. {background:{color:Accent 2};color:white;}
  931.  
  932. /* --- PAGE PAGINATION ---*/
  933.  
  934. /* --- NOTES ---*/
  935.  
  936. .pagenotes a {text-decoration:none;font-family:{text:Post Font};background:none;color:{color:Post Links};}
  937.  
  938. ol.notes {
  939. font-weight:none;
  940. background:none;
  941. text-align:left;
  942. font-family:{text:Post Font};
  943. font-size:8px;
  944. margin-left:0px;
  945. height:auto;
  946. width:500px;
  947. text-transform:uppercase;
  948. margin-top:40px;
  949. list-style-type:upper-roman;
  950. }
  951.  
  952. ol.notes li.note {
  953. padding:5px;
  954. color:{color:Post Text};
  955. background:{color:Post Background};
  956. margin:2px 0;
  957. text-transform:uppercase;
  958. width:480px;
  959. list-style-type:upper-roman;
  960. -webkit-transition: all 0.6s;
  961. -moz-transition: all 0.6s;
  962. -ms-transition:all 0.6s;
  963. -o-transition: all 0.6s;
  964. transition: all 0.6s;
  965. }
  966.  
  967. ol.notes li.note a{
  968. font-size:8px;
  969. text-transform:uppercase;
  970. }
  971.  
  972. ol.notes li.note:hover {
  973. background:transparent;
  974. -webkit-transition: all 0.6s;
  975. -moz-transition: all 0.6s;
  976. -ms-transition:all 0.6s;
  977. -o-transition: all 0.6s;
  978. transition: all 0.6s;
  979. }
  980.  
  981. ol.notes li.note img.avatar {
  982. width:0px;
  983. height:0px;
  984. }
  985.  
  986. /* --- NOTES ---*/
  987.  
  988. /* --- SELECTION ---*/
  989.  
  990. ::selection {
  991. background-color:none;
  992. color:{color:Selection};
  993. }
  994.  
  995. ::-moz-selection {
  996. background-color:none;
  997. color:{color:Selection};
  998. }
  999.  
  1000. /* --- SELECTION ---*/
  1001.  
  1002. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  1003.  
  1004. .credit, .credit a {
  1005. width:15px;
  1006. height:15px;
  1007. bottom:10px;
  1008. right:10px;
  1009. padding:4px;
  1010. font-size:9px;
  1011. letter-spacing:2px;
  1012. color:#ffffff;
  1013. z-index:1;
  1014. line-height:15px;
  1015. position:fixed;
  1016. text-align:center;
  1017. font-family:calibri;
  1018. text-decoration:none;
  1019. text-transform:uppercase;
  1020. background-color:{color:Accent 1};
  1021. border:1px solid #cccccc;
  1022. -webkit-transition: all 0.5s ease-in-out;
  1023. -moz-transition: all 0.5s ease-in-out;
  1024. -o-transition: all 0.5s ease-in-out;
  1025. transition: all 0.5s ease-in-out;
  1026. }
  1027.  
  1028. .credit a:hover {
  1029. -webkit-transition: all 0.5s ease-in-out;
  1030. -moz-transition: all 0.5s ease-in-out;
  1031. -o-transition: all 0.5s ease-in-out;
  1032. transition: all 0.5s ease-in-out;
  1033. background-color:black;
  1034. color:white;
  1035. transform:rotate(360deg);
  1036. -ms-transform:rotate(360deg);
  1037. -webkit-transform:rotate(360deg);}
  1038.  
  1039. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  1040.  
  1041. #infscr-loading {display:none!important;}
  1042.  
  1043. /* UPDATES TAB */
  1044.  
  1045. #tab16 {
  1046. position:fixed;
  1047. right:-120px;
  1048. top:30px;
  1049. width:130px;
  1050. z-index:999999999999999999999999999999999999999999999999999999999999999999;
  1051. font-size:11px;
  1052. padding:10px;
  1053. }
  1054.  
  1055. #tab16 a{
  1056. text-decoration:none;
  1057. background:none;
  1058. padding:0.5px 2px;
  1059. text-transform:uppercase;
  1060. line-height:9px;
  1061. color:{color:Tab Links};
  1062. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  1063. -webkit-transition: all 0.5s ease-in-out;
  1064. -moz-transition: all 0.5s ease-in-out;
  1065. -o-transition: all 0.5s ease-in-out;
  1066. transition: all 0.5s ease-in-out;
  1067. }
  1068.  
  1069. #tab16 a:hover{
  1070. background:none;
  1071. color:{color:Tab Links Hover};
  1072. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  1073. -webkit-transition: all 0.5s ease-in-out;
  1074. -moz-transition: all 0.5s ease-in-out;
  1075. -o-transition: all 0.5s ease-in-out;
  1076. transition: all 0.5s ease-in-out;
  1077. }
  1078.  
  1079. /* UPDATES TAB */
  1080.  
  1081. /* --- UPDATES TAB BOX 1 ---*/
  1082.  
  1083. #tab16line1 {
  1084. height:10px;
  1085. width:10px;
  1086. display: inline-block;
  1087. position:fixed;
  1088. opacity:1;
  1089. background-color:{color:Accent 1};
  1090. }
  1091.  
  1092. #tab16line1:hover #tab16textbox1{
  1093. width:80px;
  1094. height:120px;
  1095. padding-right:20px;
  1096. opacity:1;
  1097. -webkit-transition:0.7s;
  1098. -moz-transition:0.7s;
  1099. -ms-transition:0.7s;
  1100. -o-transition:0.7s;
  1101. transition:0.7s;
  1102. }
  1103.  
  1104. #tab16textbox1 {
  1105. width:0px;
  1106. height:0px;
  1107. color:{color:Tab Text};
  1108. font-family:calibri; /* CHANGE FONT HERE */
  1109. font-size:8px; /* CHANGE FONT SIZE HERE */
  1110. line-height:110%;
  1111. border-top:2px solid {color:Accent 1};
  1112. padding-top:5px;
  1113. margin-top:4px;
  1114. margin-right:0px;
  1115. float:right;
  1116. text-transform:uppercase;
  1117. overflow:hidden;
  1118. opacity:1;
  1119. text-align:right;
  1120. -webkit-transition:0.7s;
  1121. -moz-transition:0.7s;
  1122. -ms-transition:0.7s;
  1123. -o-transition:0.7s;
  1124. transition:0.7s;
  1125. }
  1126.  
  1127. /* --- UPDATES TAB BOX 1 ---*/
  1128.  
  1129. /* --- UPDATES TAB BOX 2 ---*/
  1130.  
  1131. #tab16line2 {
  1132. height:10px;
  1133. width:10px;
  1134. display: inline-block;
  1135. position:fixed;
  1136. margin-top:14px;
  1137. opacity:1;
  1138. background-color: {color:Accent 2};
  1139. }
  1140.  
  1141. #tab16line2:hover #tab16textbox2{
  1142. width:80px;
  1143. height:120px;
  1144. padding-right:20px;
  1145. opacity:1;
  1146. -webkit-transition:0.7s;
  1147. -moz-transition:0.7s;
  1148. -ms-transition:0.7s;
  1149. -o-transition:0.7s;
  1150. transition:0.7s;
  1151. }
  1152.  
  1153. #tab16textbox2 {
  1154. width:0px;
  1155. height:0px;
  1156. color:{color:Tab Text};
  1157. font-family:calibri; /* CHANGE FONT HERE */
  1158. font-size:8px; /* CHANGE FONT SIZE HERE */
  1159. line-height:110%;
  1160. border-top:2px solid {color:Accent 2};
  1161. padding-top:5px;
  1162. margin-top:4px;
  1163. margin-right:0px;
  1164. float:right;
  1165. text-transform:uppercase;
  1166. overflow:hidden;
  1167. opacity:1;
  1168. text-align:right;
  1169. -webkit-transition:0.7s;
  1170. -moz-transition:0.7s;
  1171. -ms-transition:0.7s;
  1172. -o-transition:0.7s;
  1173. transition:0.7s;
  1174. }
  1175.  
  1176. /* --- UPDATES TAB BOX 2 ---*/
  1177.  
  1178. /* --- UPDATES TAB BOX 3 ---*/
  1179.  
  1180. #tab16line3 {
  1181. height:10px;
  1182. width:10px;
  1183. display: inline-block;
  1184. position:fixed;
  1185. margin-top:28px;
  1186. background-color: {color:Accent 3};
  1187. }
  1188.  
  1189. #tab16line3:hover #tab16textbox3{
  1190. width:80px;
  1191. height:120px;
  1192. padding-right:20px;
  1193. opacity:1;
  1194. -webkit-transition:0.7s;
  1195. -moz-transition:0.7s;
  1196. -ms-transition:0.7s;
  1197. -o-transition:0.7s;
  1198. transition:0.7s;
  1199. }
  1200.  
  1201. #tab16textbox3 {
  1202. width:0px;
  1203. height:0px;
  1204. color:{color:Tab Text};
  1205. font-family:calibri; /* CHANGE FONT HERE */
  1206. font-size:8px; /* CHANGE FONT SIZE HERE */
  1207. line-height:110%;
  1208. border-top:2px solid {color:Accent 3};
  1209. padding-top:5px;
  1210. margin-top:4px;
  1211. margin-right:0px;
  1212. text-transform:uppercase;
  1213. overflow:hidden;
  1214. opacity:1;
  1215. float:right;
  1216. text-align:right;
  1217. -webkit-transition:0.7s;
  1218. -moz-transition:0.7s;
  1219. -ms-transition:0.7s;
  1220. -o-transition:0.7s;
  1221. transition:0.7s;
  1222. }
  1223.  
  1224. /* --- UPDATES TAB BOX 3 ---*/
  1225.  
  1226. /* --- UPDATES TAB BOX 4 ---*/
  1227.  
  1228. #tab16line4 {
  1229. height:10px;
  1230. width:10px;
  1231. display: inline-block;
  1232. position:fixed;
  1233. margin-top:42px;
  1234. background-color: {color:Accent 4};
  1235. }
  1236.  
  1237. #tab16line4:hover #tab16textbox4{
  1238. width:80px;
  1239. height:120px;
  1240. padding-right:20px;
  1241. opacity:1;
  1242. -webkit-transition:0.7s;
  1243. -moz-transition:0.7s;
  1244. -ms-transition:0.7s;
  1245. -o-transition:0.7s;
  1246. transition:0.7s;
  1247. }
  1248.  
  1249. #tab16textbox4 {
  1250. width:0px;
  1251. height:0px;
  1252. color:{color:Tab Text};
  1253. font-family:calibri; /* CHANGE FONT HERE */
  1254. font-size:8px; /* CHANGE FONT SIZE HERE */
  1255. line-height:110%;
  1256. border-top:2px solid {color:Accent 4};
  1257. padding-top:5px;
  1258. margin-top:4px;
  1259. margin-right:0px;
  1260. text-transform:uppercase;
  1261. overflow:hidden;
  1262. opacity:1;
  1263. float:right;
  1264. text-align:right;
  1265. -webkit-transition:0.7s;
  1266. -moz-transition:0.7s;
  1267. -ms-transition:0.7s;
  1268. -o-transition:0.7s;
  1269. transition:0.7s;
  1270. }
  1271.  
  1272. /* --- UPDATES TAB BOX 4 ---*/
  1273.  
  1274. /* --- UPDATES TAB BOX 5 ---*/
  1275.  
  1276. #tab16line5 {
  1277. height:10px;
  1278. width:10px;
  1279. display: inline-block;
  1280. position:fixed;
  1281. margin-top:56px;
  1282. background-color: {color:Accent 5};
  1283. }
  1284.  
  1285. #tab16line5:hover #tab16textbox5{
  1286. width:80px;
  1287. height:120px;
  1288. padding-right:20px;
  1289. opacity:1;
  1290. -webkit-transition:0.7s;
  1291. -moz-transition:0.7s;
  1292. -ms-transition:0.7s;
  1293. -o-transition:0.7s;
  1294. transition:0.7s;
  1295. }
  1296.  
  1297. #tab16textbox5 {
  1298. width:0px;
  1299. height:0px;
  1300. color:{color:Tab Text};
  1301. font-family:calibri; /* CHANGE FONT HERE */
  1302. font-size:8px; /* CHANGE FONT SIZE HERE */
  1303. line-height:110%;
  1304. border-top:2px solid {color:Accent 5};
  1305. padding-top:5px;
  1306. margin-top:4px;
  1307. margin-right:0px;
  1308. text-transform:uppercase;
  1309. overflow:hidden;
  1310. opacity:1;
  1311. float:right;
  1312. text-align:right;
  1313. -webkit-transition:0.7s;
  1314. -moz-transition:0.7s;
  1315. -ms-transition:0.7s;
  1316. -o-transition:0.7s;
  1317. transition:0.7s;
  1318. }
  1319.  
  1320. /* --- UPDATES TAB BOX 5 ---*/
  1321.  
  1322. /* UPDATES TAB */
  1323.  
  1324. {CustomCSS}</style>
  1325.  
  1326. {block:IfUpdatesTab}
  1327.  
  1328. <div id="tab16">
  1329.  
  1330. <!-- UPDATES TAB BOX 1 START -->
  1331.  
  1332. <div id="tab16line1">
  1333. <div id="tab16textbox1">
  1334. <div style="width:80px; height:8px; margin-left: 0px;
  1335. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 1}";>
  1336. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1337. This is where your text belongs. </p>
  1338. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1339. New paragraph with < p > < / p > and
  1340. </br>New line with < br > without the spaces</p>
  1341. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1342. </div>
  1343. </div>
  1344.  
  1345. <!-- UPDATES TAB BOX 1 END -->
  1346.  
  1347. <!-- UPDATES TAB BOX 2 START -->
  1348.  
  1349. <div id="tab16line2">
  1350. <div id="tab16textbox2">
  1351. <div style="width:80px; height:8px; margin-left: 0px;
  1352. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 2}";>
  1353. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1354. This is where your text belongs. </p>
  1355. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1356. New paragraph with < p > < / p > and
  1357. </br>New line with < br > without the spaces</p>
  1358. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1359. </div>
  1360. </div>
  1361.  
  1362. <!-- UPDATES TAB BOX 2 END -->
  1363.  
  1364. <!-- UPDATES TAB BOX 3 START -->
  1365.  
  1366. <div id="tab16line3">
  1367. <div id="tab16textbox3">
  1368. <div style="width:80px; height:8px; margin-left: 0px;
  1369. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 3}";>
  1370. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1371. This is where your text belongs. </p>
  1372. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1373. New paragraph with < p > < / p > and
  1374. </br>New line with < br > without the spaces</p>
  1375. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1376. </div>
  1377. </div>
  1378.  
  1379. <!-- UPDATES TAB BOX 3 END -->
  1380.  
  1381. <!-- UPDATES TAB BOX 4 START -->
  1382.  
  1383. <div id="tab16line4">
  1384. <div id="tab16textbox4">
  1385. <div style="width:80px; height:8px; margin-left: 0px;
  1386. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Accent 4}";>
  1387. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1388. This is where your text belongs. </p>
  1389. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1390. New paragraph with < p > < / p > and
  1391. </br>New line with < br > without the spaces</p>
  1392. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1393. </div>
  1394. </div>
  1395.  
  1396. <!-- UPDATES TAB BOX 4 END -->
  1397.  
  1398. <!-- UPDATES TAB BOX 5 START -->
  1399.  
  1400. <div id="tab16line5">
  1401. <div id="tab16textbox5">
  1402. <div style="width:80px; height:8px; margin-left: 0px;
  1403. border:1px #ffffff; line-height:8px;padding:1px; background-color:{color:Accent 5}";>
  1404. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1405. This is where your text belongs. </p>
  1406. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1407. New paragraph with < p > < / p > and
  1408. </br>New line with < br > without the spaces</p>
  1409.  
  1410. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="theme by iamthemelocked">©</a>
  1411. </div>
  1412. </div>
  1413.  
  1414. <!-- UPDATES TAB BOX 5 END -->
  1415.  
  1416. </div>
  1417.  
  1418. {/block:IfUpdatesTab}
  1419.  
  1420. </head><body>
  1421.  
  1422. <span class="credit">
  1423. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
  1424.  
  1425. <div id="big">
  1426.  
  1427. <div id="sidebar">
  1428.  
  1429. <div id="subtitle">{text:Subtitle}</div>
  1430.  
  1431. <div id="title">{Title}</div>
  1432. <img src="{image:Sidebar Image}">
  1433.  
  1434. <div id="links">
  1435. <a href="/">Index</a>
  1436. <a href="/ask">Ask</a>
  1437. <a href="/submit">Submit</a>
  1438. <a href="/archive">Archive</a></div>
  1439.  
  1440. <div id="morelinks">
  1441. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  1442. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  1443. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  1444. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  1445. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a></div>
  1446.  
  1447. <div id="description">{Description}</div>
  1448.  
  1449. {block:Pagination}<div class="pagination"></br>{block:PreviousPage}<a href="{PreviousPage}">Previous Page</a>{/block:PreviousPage}{CurrentPage} out of {TotalPages}{block:NextPage}<a href="{NextPage}">Next Page</a>{/block:NextPage}</div>{/block:Pagination} </div>
  1450.  
  1451. <div id="content">
  1452.  
  1453. {block:Posts}<article class="entries"><div class="post">
  1454.  
  1455. <!----- INFO SECTION ----->
  1456.  
  1457. <div class="post-meta"><div class="type"><div id="button">
  1458. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" title="{24HourWithZero}:{Minutes} - {dayofmonthwithZero} {month} {year}"></a>
  1459. <a href="{Permalink}" title="{NoteCountwithLabel}"></a>
  1460. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="blank" title="via: {ReblogParentName}"></a>{/block:RebloggedFrom}
  1461. {block:RebloggedFrom}<a href="{ReblogRootURL}" target="blank" title="org: {ReblogRootName}"></a>{/block:RebloggedFrom}
  1462. <a href="{ReblogURL}" target="blank" title="reblog"></a></div>
  1463. <a href="{Permalink}">{block:Text}Text{/block:Text}{block:Photo}Photo{/block:Photo}{block:Photoset}Photoset{/block:Photoset}{block:Quote}Quote{/block:Quote}{block:Link}Link{/block:Link}{block:Chat}Chat{/block:Chat}{block:Video}Video{/block:Video}{block:Audio}Audio{/block:Audio}{block:Answer}Question{/block:Answer}</a></div></div></br></br></p>
  1464.  
  1465. <!----- INFO SECTION ----->
  1466.  
  1467. <div class="po">
  1468.  
  1469. {block:ContentSource}
  1470. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1471. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1472. {/block:SourceLogo}
  1473. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1474. {/block:ContentSource}
  1475.  
  1476. <!----- TEXT / PHOTO / PHOTOSET ----->
  1477.  
  1478. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div class="text">{Body}</div>{/block:Text}
  1479.  
  1480. {block:Photo}
  1481. {LinkOpenTag}<div class="imgp"><img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"/></div>{LinkCloseTag}{block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Photo}
  1482.  
  1483. {block:Photoset}
  1484. <div class="imgp"><div class="pset">{block:IndexPage}{Photoset-500}{block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div></div>{block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Photoset}
  1485.  
  1486. <!----- TEXT / PHOTO / PHOTOSET ----->
  1487.  
  1488. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1489.  
  1490. {block:Quote}<div id="quote"><div id="mark">“</div><h1>{Quote}</h1></div>
  1491. {block:Source}{Source}{/block:Source}{/block:Quote}
  1492.  
  1493. {block:Video}<div class="imgp"><div class="pset">{block:IndexPage}{Video-500}{block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div></div>{block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Video}
  1494.  
  1495. {block:Link}<h1><a href="{URL}" target="_blank" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1496.  
  1497. {block:Chat}
  1498. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">
  1499. {block:Label}<span class="label">{Label}</span>{/block:Label}
  1500. {Line}</li>{/block:Lines}</ul>
  1501. {/block:Chat}
  1502.  
  1503. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1504.  
  1505. <!----- AUDIO POSTS ----->
  1506.  
  1507. {block:Audio}
  1508. <div id="audio">
  1509. <div id="audiobackground"><div id="audioplayer">
  1510. {AudioPlayerWhite}
  1511. </div></div>
  1512. <img id="audioimage" style="max-width:60px;" img src="https://38.media.tumblr.com/27c7e2c0db27e7c0573b9a098873f6c5/tumblr_nfeb2dRHoU1trnu46o1_400.jpg"/>
  1513. {block:AlbumArt}
  1514. <img id="audioimage" style="max-width:60px;" src="{AlbumArtURL}" />
  1515. {/block:AlbumArt}
  1516. <div id="audiobig">
  1517. {block:TrackName}
  1518. <div id="audioinfo"><b>Track: </b>{TrackName}</div>
  1519. {/block:TrackName}
  1520. {block:Artist}
  1521. <div id="audioinfo"><b>Artist: </b> {Artist}</div>
  1522. {/block:Artist}{block:Album}
  1523. <div id="audioinfo"><b>Album: </b>{Album}</div>
  1524. {/block:Album}
  1525. <div id="audioinfo"><b>Played: </b>{PlayCountWithLabel}</div>
  1526. </div></div>{block:ifshowcaptions}
  1527. <span class="caption">{Caption}</span>
  1528. {/block:ifshowcaptions}
  1529. {/block:Audio}
  1530.  
  1531. <!----- AUDIO POSTS ----->
  1532.  
  1533. <!----- ASKS POSTS ----->
  1534.  
  1535. {block:Answer}<div id="question">{Question}</div><div id="asker">{Asker}</div></p>{Answer}{/block:Answer}
  1536.  
  1537. <!----- ASKS POSTS ----->
  1538.  
  1539. </div></div>
  1540.  
  1541. <!----- TAGS ----->
  1542.  
  1543. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}</div>{/block:HasTags}
  1544.  
  1545. <!----- TAGS----->
  1546.  
  1547. <!----- PAGE PAGINATION ----->
  1548.  
  1549. <div class="pagepagination">
  1550. {block:PermalinkPagination}
  1551. {block:PreviousPost}
  1552. <a href="{PreviousPost}">⇚&nbsp;&nbsp;go to Previous Post</a>
  1553. {/block:PreviousPost}
  1554. {block:NextPost}
  1555. <a href="{NextPost}" style="position:absolute; right:0;">go to Next Post&nbsp;&nbsp;⇛</a>
  1556. {/block:NextPost}
  1557. {/block:PermalinkPagination}
  1558. </div>
  1559.  
  1560. <!----- PAGE PAGINATION ----->
  1561.  
  1562. <!----- NOTES ----->
  1563.  
  1564. {block:PostNotes}
  1565. <div class="pagenotes">{PostNotes}</div>
  1566. {/block:PostNotes}
  1567.  
  1568. <!----- NOTES ----->
  1569.  
  1570. </article>{/block:Posts}</div>
  1571.  
  1572. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
  1573. page {CurrentPage} out of {TotalPages}{block:NextPage}<a href="{NextPage}">Next page</a>{/block:NextPage}</div>{/block:Pagination}
  1574.  
  1575. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  1576. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  1577. {block:IfInfiniteScroll}
  1578. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1579. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  1580. {/block:IfInfiniteScroll}
  1581.  
  1582. <script>
  1583. (function() {
  1584. var $tumblelog = $('#content');
  1585. {block:IfInfiniteScroll}
  1586. $tumblelog.infinitescroll({
  1587. navSelector : ".pagination",
  1588. nextSelector : ".pagination a:first",
  1589. itemSelector : "article",
  1590. bufferPx : 50,
  1591. done : "",
  1592. loading: {
  1593. finishedMsg: "<p> </p>",
  1594. img : " ",
  1595. msg: null,
  1596. msgText: "<p> </p>"
  1597. },
  1598. },
  1599. function( newElements ) {
  1600. var $newElems = $( newElements ).css({ opacity: 0 });
  1601. $newElems.imagesLoaded(function(){
  1602. $newElems.animate({ opacity: 1 });
  1603. $tumblelog.masonry( 'appended', $newElems);
  1604. });
  1605. }
  1606. );
  1607. {/block:IfInfiniteScroll}
  1608. $tumblelog.imagesLoaded( function(){
  1609. $tumblelog.masonry({
  1610. columnWidth: function( containerWidth ) {
  1611. return containerWidth / 100;
  1612. }
  1613. });
  1614. });
  1615. })();
  1616. </script><script>
  1617. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  1618. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  1619. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  1620. s.parentNode.insertBefore(g,s)}(document,'script'));
  1621. </script>
  1622.  
  1623. </body>
  1624. </html>
Add Comment
Please, Sign In to add comment