Advertisement
troyler147

theme 06 - bastille

Jul 8th, 2014
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 KB | None | 0 0
  1. <!DOCTYPE>
  2.  
  3. <!---------------------------------------------------------------
  4.  
  5. Theme 06 BY TROYLER147 - Bastille
  6.  
  7. ---------------------------------------------------------------->
  8.  
  9. <html>
  10. <head>
  11.  
  12.  
  13. <meta name="color:background" content="#FFFFFF">
  14. <meta name="color:link" content="#000000">
  15. <meta name="color:infobg" content="#FCFCFC">
  16. <meta name="color:text" content="#000000">
  17. <meta name="color:scrollbar" content="#474747">
  18. <meta name="color:hover" content="#ff0000">
  19. <meta name="font:Body" content="Arial"/>
  20.  
  21. <meta name="image:Sidebar" content="" />
  22.  
  23.  
  24. <meta name="text:link1" content="index">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="message">
  27. <meta name="text:link2 url" content="/ask">
  28. <meta name="text:link3" content="">
  29. <meta name="text:hidden text link3" content="">
  30. <meta name="text:link4" content="">
  31. <meta name="text:hidden text link4" content="">
  32. <meta name="text:link5" content="">
  33. <meta name="text:hidden text link5" content="">
  34.  
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <!-- start of script tooltip -->
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46.  
  47.  
  48. <!-- end of script tooltip -->
  49.  
  50.  
  51. <script type="text/javascript"
  52. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63.  
  64. #tumblr_controls {-webkit-filter: invert(100%);}
  65.  
  66. a {
  67. color:{color:link};
  68. text-decoration:none;
  69. -moz-transition-duration:0.1s;
  70. -webkit-transition-duration:0.1s;
  71. -o-transition-duration:0.1s;
  72. font-family: {font:body};
  73. }
  74.  
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. }
  79.  
  80. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  81. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  82. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  83.  
  84.  
  85. body {
  86. background-color:{color:background};
  87. font-family: {font:body};
  88. font-weight:normal;
  89. font-size:10px;
  90. letter-spacing:0px;
  91. line-height:100%;
  92. color:{color:text};
  93. }
  94.  
  95.  
  96.  
  97. #title {
  98. font-size:17px;letter-spacing:1px;line-height:16px;font-weight:bold;text-align:right;padding-bottom:10px;}
  99.  
  100.  
  101.  
  102.  
  103.  
  104. h1 {
  105. font-weight:normal;
  106. font-size:10px;
  107. text-align:center;
  108. font-style:normal;
  109. line-height:80%;
  110. letter-spacing:1px;
  111. text-transform:lowercase;
  112. color:{color:text};
  113. }
  114.  
  115. h2 {
  116. font-size:15px;
  117. text-align:center;
  118. line-height:100%;
  119. letter-spacing:-0.5px;
  120. color:{color:text};
  121. font-weight:normal;
  122. padding:5px;
  123. padding-bottom:2px;
  124. }
  125.  
  126. blockquote {
  127. border-left:2px solid {color:text};
  128. padding-left:5px;
  129. margin:5px;
  130. }
  131.  
  132.  
  133.  
  134.  
  135. #sidebar {
  136. position:fixed;
  137. width:245px;
  138. margin-left:180px;
  139. margin-top:60px;
  140. }
  141.  
  142. #sidebar img {
  143. width:245px;
  144. margin-bottom:10px;
  145. }
  146.  
  147.  
  148. .links {
  149. margin-top:2px;
  150. margin-bottom: 5px;
  151. text-align:left;
  152. line-height: 260%;
  153.  
  154. }
  155.  
  156.  
  157. .links a{
  158. display:block;
  159. padding:0px;
  160. letter-spacing:0px;
  161. font-size: 11px;
  162. text-decoration:none;
  163. border-bottom:1px #d1d1d1 solid;
  164. }
  165.  
  166.  
  167.  
  168. .desc {
  169. line-height:200%;
  170. padding:2px;
  171. padding-top:5px;
  172. padding-bottom: 5px;
  173. text-align:justify;
  174. line-height:150%;
  175. letter-spacing:0.3px;
  176. margin-top:0px;
  177. }
  178.  
  179.  
  180.  
  181.  
  182.  
  183. .pagi {
  184. font-size:11px;
  185. text-transform:none;
  186. letter-spacing:0px;
  187. font-style:normal;
  188. text-align:right;
  189. padding-top:5px;
  190. }
  191.  
  192.  
  193.  
  194. #stuffcontainer {
  195. padding:10px;
  196. width:500px;
  197. margin-left:500px;
  198. margin-top:5px;
  199. font-size:11px;
  200. }
  201.  
  202. #stuff {
  203. width:500px;
  204. padding-bottom:40px;
  205. padding:2px;
  206. margin-top:50px;
  207. }
  208.  
  209.  
  210.  
  211. .caption {
  212. width:500px;
  213. text-align:justify;
  214. line-height:120%;
  215. }
  216.  
  217. /**Ask Posts**/
  218.  
  219. #ask {
  220. padding:13px;
  221. width:425px;
  222. background:#f2f2f2;
  223. text-align:left;
  224. margin-left:50px;
  225. }
  226.  
  227.  
  228. /**Audio Posts**/
  229.  
  230. .audio {
  231. height:60px;
  232. padding:5px;
  233. margin-bottom:55px;
  234. }
  235.  
  236. .audio-album {
  237. position:absolute;
  238. width:110px;
  239. -webkit-transition: opacity 0.6s linear;
  240. opacity: 1;
  241. }
  242.  
  243. .audio-player {
  244. opacity:1;;
  245. width:28px;
  246. height:28px;
  247. overflow:hidden;
  248. position:absolute;
  249. border:30px;
  250. z-index:2;
  251. margin-left:42px;
  252. margin-top:43px;
  253. -webkit-transition: opacity 0.6s linear;
  254. opacity:0.8;
  255. }
  256.  
  257. .audio-info {
  258. background:#f2f2f2;
  259. margin-top:0px;
  260. position:relative;
  261. margin-left:120px;
  262. line-height:180%;
  263. padding:17px;
  264. }
  265.  
  266.  
  267. /**Chat Posts**/
  268.  
  269. ul.chat, .chat ol, .chat li {
  270. list-style:none;
  271. margin:0px;
  272. padding:2px;
  273. }
  274.  
  275. .label {
  276. text-decoration:bold;
  277. font-weight:700;
  278. margin-right:5px;
  279. }
  280.  
  281. /**Post Info, Notes**/
  282.  
  283. #postinfo {
  284. width:500px;
  285. line-height:200%;
  286. padding:3px;
  287. font-size:9px;
  288. text-align:right;
  289. -moz-transition-duration:0.5s;
  290. -webkit-transition-duration:0.5s;
  291. -o-transition-duration:0.5s;
  292. }
  293.  
  294. #postinfo a {
  295. text-align:right;
  296. letter-spacing:1px;
  297. font-style:normal;
  298. }
  299.  
  300.  
  301.  
  302.  
  303. #tags {
  304. text-align:center;
  305. font-size:9px;
  306. line-height:130%;
  307. letter-spacing:1px;
  308. }
  309.  
  310. #tags a {
  311. color: black;
  312. }
  313.  
  314. #tags a:hover{
  315. color: {color:hover};
  316. text-decoration: underline;
  317. }
  318.  
  319. .note {
  320. text-transform:lowercase;
  321. font-style:normal;
  322. letter-spacing:0px;
  323. font-size: 9px;
  324. text-align:left;
  325. line-height:90%;
  326. margin-left:200px;
  327. padding-bottom:-10px;
  328. }
  329.  
  330. .note li {
  331. list-style-type:none;
  332. padding:10px 25px 10px 25px;
  333. text-align:left;
  334. margin:0px;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. }
  339.  
  340.  
  341.  
  342. #credit {position:fixed;bottom:7px;right:5px;text-transform:uppercase;font-size:9px;padding:3px;border:1px solid gray;}
  343.  
  344. #credit a{
  345. padding:5px;
  346. line-height:100%;
  347. }
  348.  
  349.  
  350.  
  351.  
  352.  
  353. #no {
  354. margin-left:7px;
  355. }
  356.  
  357.  
  358. {CustomCSS}
  359.  
  360. </style></head>
  361.  
  362. <body>
  363.  
  364. <div id="credit"><a href="http://troyler147.tumblr.com/" title="theme by troyler147">troyler147</a></div>
  365.  
  366.  
  367.  
  368. <div id="sidebar">
  369. <div id="title">
  370. <a href="#">{Title}</a>
  371. </div>
  372. {block:IfSidebarImage}<div id="sidebar img">
  373. <a href="/"><img src="{image:sidebar}"></a></div>{/block:IfSidebarImage}
  374. <div class="desc">
  375. {Description}
  376. </div>
  377.  
  378. <div class="links">
  379. {block:IfLink1}
  380. <a href="{text:link1 url}">{text:link1}</a>
  381. {/block:IfLink1}
  382. {block:IfLink2}
  383. <a href="{text:link2 url}">{text:link2}</a>
  384. {/block:IfLink2}
  385. <script type="text/javascript">
  386. jQuery(document).ready(function() {
  387. jQuery(".sub").hide();
  388. //toggle the componenet with class msg_body
  389. jQuery(".cthrough").click(function()
  390. {
  391. jQuery(this).next(".sub").slideToggle(500);
  392. });});
  393. </script>
  394. {block:IfLink3}
  395. <a href="#" class="cthrough">{text:link3}</a>
  396. <div class="sub" id="no">
  397. {text:hidden text link3}
  398. </div>
  399. {/block:IfLink3}
  400.  
  401. {block:IfLink4}
  402. <a href="#" class="cthrough">{text:link4}</a>
  403. <div class="sub" id="no">
  404. {text:hidden text link4}
  405. </div>
  406. {/block:IfLink4}
  407.  
  408. {block:IfLink5}
  409. <a href="#" class="cthrough">{text:link5}</a>
  410. <div class="sub"id="no">
  411. {text:hidden text link5}
  412. </div>
  413. {/block:IfLink5}
  414. </div>
  415.  
  416.  
  417.  
  418.  
  419.  
  420. {block:Pagination}
  421. <div class="pagi">
  422. {block:PreviousPage}
  423. <a href="{PreviousPage}">prev / </a>
  424. {/block:PreviousPage}
  425. {block:NextPage}
  426. <a href="{NextPage}">next</a>
  427. {/block:NextPage}
  428. </div>
  429. {/block:Pagination}
  430. </div>
  431.  
  432.  
  433.  
  434. <div id="stuffcontainer">
  435.  
  436. {block:Posts}
  437.  
  438.  
  439. <div id="stuff">
  440.  
  441. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  442.  
  443. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  444.  
  445. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>{block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  446.  
  447. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448.  
  449. {block:Photoset}<center>{Photoset-500}</center>
  450. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452.  
  453. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  454.  
  455. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  456.  
  457. {block:Answer}
  458. <div id="ask"><i>{Asker}</i>: {Question}</div> <img src="{AskerPortraitURL-40}" style="margin-top:-40px; position:absolute;"><p>
  459. {Answer}
  460. {/block:Answer}
  461.  
  462. {block:Audio}
  463. <div class="audio">
  464. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  465. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  466.  
  467. <div class="audio-info">
  468. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  469. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  470. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  471. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  472. </div></div>
  473. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  474. {/block:Audio}
  475.  
  476. <div id="postinfo">{block:Date}<a href="{Permalink}">{TimeAgo} </a>{/block:Date}{block:NoteCount}</a> <a href="{Permalink}">{NoteCount} ♥</a>{/block:NoteCount}
  477.  
  478.  
  479. {block:HasTags}
  480. <div class="tags">
  481. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  482. {/block:HasTags}
  483. </div>
  484. {/block:Posts}
  485.  
  486. <div class="note">
  487. {block:PostNotes}{PostNotes}{/block:PostNotes}
  488. </div>
  489.  
  490.  
  491.  
  492. </div>
  493.  
  494.  
  495.  
  496. </div>
  497. </div>
  498. </div>
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement