Advertisement
iamthemelocked

Iamthemelocked Theme 38 (REVAMPED)

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