glam0urkills

theme #4 tylersequins (with sidebar image)

Aug 28th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.22 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---- theme #04 © imjaebumx
  6.  
  7.  
  8. yes this is a theme made by me (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10.  
  11. feel free to edit away, but please don't remove the credits!
  12. it's very tiny, see? :) it won't hurt to leave it there
  13. thanks for using this code! ilu (◕‿◕✿)
  14.  
  15.  
  16.  
  17. (no srsly i really do ♡) --->
  18.  
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27.  
  28. $(document).ready(function(){
  29.  
  30. $("a[title]").style_my_tooltips({
  31.  
  32. tip_follows_cursor:true,
  33.  
  34. tip_delay_time:90,
  35.  
  36. tip_fade_speed:600,
  37.  
  38. attribute:"title"
  39.  
  40. });
  41.  
  42. });
  43.  
  44. })(jQuery);
  45.  
  46. </script>
  47.  
  48.  
  49. <title>{Title}</title>
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54.  
  55. <meta name="color:Background" content="#ffffff"/>
  56. <meta name="color:Text" content="#cecece"/>
  57. <meta name="color:Link" content="#b8b8b8"/>
  58. <meta name="image:sidebar" content=""/>
  59. <meta name="color:linkhover" content="#67d4f3"/>
  60. <meta name="color:bold" content="#838282">
  61. <meta name="color:italic" content="#67d4f3">
  62. <meta name="color:asker bg" content="#f5f5f5">
  63. <meta name="color:SelectionBg" content="#f7f7f7">
  64. <meta name="color:navborder" content="#f9f9f9">
  65. <meta name="color:scrollbar" content="#e5e5e5">
  66. <meta name="color:linkbar1" content="#eaeaea">
  67. <meta name="color:linkbar2" content="#CACACA">
  68. <meta name="color:linkbar3" content="#898989">
  69. <meta name="color:linkbar4" content="#494949">
  70. <meta name="color:linkbar hover" content="#f9f9f9">
  71. <meta name="color:title" content="#696969">
  72.  
  73. <meta name="text:Link1" content="/" />
  74. <meta name="text:Link1 Title" content="link" />
  75. <meta name="text:Link2" content="/" />
  76. <meta name="text:Link2 Title" content="link" />
  77. <meta name="text:Link3" content="/" />
  78. <meta name="text:Link3 Title" content="link" />
  79. <meta name="text:Link4" content="/" />
  80. <meta name="text:Link4 Title" content="link" />
  81.  
  82. <style type="text/css">
  83.  
  84. @font-face {
  85. font-family: "Montserrat";
  86. src: url('http://static.tumblr.com/lpfcy4l/Izuna0gtu/montserrat-regular.ttf');
  87. }
  88.  
  89. @font-face {
  90. font-family: "Montserrat Bold";
  91. src: url('http://static.tumblr.com/lpfcy4l/b4Tna0jci/montserrat-bold.ttf');
  92. }
  93.  
  94. body {
  95. background:{color:background};
  96. margin:0px;
  97. color:{color:text};
  98. font-family:"Montserrat";
  99. font-size:9px;
  100. line-height:100%;
  101. }
  102.  
  103. a {
  104. color:{color:link};
  105. text-decoration: none;
  106. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  107. }
  108.  
  109. a:hover {
  110. color:{color:linkhover};
  111. text-decoration:none;
  112. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  113.  
  114.  
  115. }
  116.  
  117. ::-moz-selection {color:{color:text};cursor: crosshair;background-color:{color:SelectionBg};}
  118. ::selection{color:{color:text};cursor: crosshair;background-color:{color:SelectionBg};}
  119.  
  120. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:5px}
  121. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  122. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  123.  
  124.  
  125. #tumblr_controls {-webkit-filter: invert(100%); opacity: 0.3;}
  126.  
  127.  
  128. blockquote {
  129. padding-left:3px;
  130. border-left:2px solid {color:linkhover};
  131. }
  132.  
  133. h1 {
  134. font-family:"Montserrat Bold";
  135. text-transform:uppercase;
  136. padding:5px;
  137. text-align:left;
  138. font-size:14px;
  139. }
  140.  
  141. h1 a {
  142. font-family:"Montserrat Bold";
  143. color:{color:linkhover};
  144. text-transform:uppercase;
  145. padding:5px;
  146. text-align:left;
  147. font-size:14px;
  148. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  149. }
  150.  
  151. h1 a:hover {
  152. color:{color:link};
  153. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  154. }
  155.  
  156. h2 {
  157. font-family:"Montserrat Bold";
  158. text-transform:uppercase;
  159. padding:5px;
  160. line-height:12px;
  161. text-align:left;
  162. font-size:14px;
  163. }
  164.  
  165. b, bold, strong {
  166. color:{color:bold};
  167. font-weight:bold;
  168. }
  169.  
  170. i, em {
  171. font-family: Georgia;
  172. font-style:italic;
  173. color:{color:italic};
  174. }
  175.  
  176.  
  177. #entries {
  178. padding:10px 10px 10px 10px
  179. width:500px;
  180. margin:0 auto;
  181. margin-top:80px;
  182. }
  183.  
  184.  
  185. #post {
  186. width:500px;
  187. padding-top:15px;
  188. margin-left:auto;
  189. margin-right:auto;
  190. padding-bottom:5px;
  191. }
  192.  
  193. #s-m-t-tooltip {
  194. max-width:300px;
  195. background-color:{color:linkhover};
  196. font-family:calibri;
  197. font-size:8px;
  198. color:{color:background};
  199. letter-spacing:0px;
  200. text-transform:uppercase;
  201. padding:3px;
  202. margin:20px 0px 0px 20px;
  203. z-index:999999999999999999999999999999999999;
  204. }
  205.  
  206. #sidebar {
  207. width:500px;
  208. margin-left:auto;
  209. padding-bottom:70px;
  210. border-bottom:1px solid {color:navborder};
  211. margin-right:auto;
  212. position:relative;
  213. }
  214.  
  215.  
  216. .nav {text-transform:uppercase; font:9px 'Montserrat Bold';-webkit-transition: all .7s linear;-moz-transition: all .7s linear;-ms-transition: all .7s linear;-o-transition: all .7s linear;transition: all .7s linear; width: 250px; background-color:{color:navborder}; word-spacing:15px; padding:5px; margin-top:10px;
  217. opacity:1;
  218. }
  219.  
  220. .nav a {
  221. color:{color:link};
  222. border-bottom:1px solid {color:linkhover};
  223. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  224. }
  225. .nav a:hover {
  226. color:{color:linkhover};
  227. border-bottom:1px solid {color:bold};
  228. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  229. }
  230.  
  231. #sidebarimage {
  232. padding-bottom: 0px;
  233. margin-left:0px;
  234. padding-top:30px;
  235. width 150px;
  236. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  237. }
  238.  
  239. #sidebarimage img {
  240. border-radius: 0px;
  241. background-color:#f9f9f9;
  242. margin-top:10px;
  243. padding:5px;
  244. opacity:1.0;
  245. width:100px;
  246. height:100px;
  247. }
  248.  
  249. #description {
  250. font-family: "Montserrat";
  251. text-align: justify;
  252. width:280px;
  253. border-top: 1px solid {color:navborder};
  254. font-size:9px;
  255. float:right;
  256. padding:10px 0px 0px 0px;
  257. margin-right:90px;
  258. margin-top:10px;
  259. }
  260.  
  261. #description img{
  262. border-radius: 0px;
  263. background-color: {color:navborder};
  264. padding: 3px;
  265. }
  266.  
  267. .linkbar { color: {color:text}; float: right; background-color: transparent; margin-bottom:50px;}
  268.  
  269. #linkbar1 {
  270. width:20px; height:120px; float:right; margin-left:10px; background-color:{color:linkbar1}; -moz-transition-duration:0.6s;
  271. -webkit-transition-duration:0.6s;
  272. -o-transition-duration:0.6s;
  273. margin-bottom:50px;
  274. }
  275.  
  276. #linkbar1:hover {
  277. width:20px; height:140px; background-color:{color:linkbar hover}; -moz-transition-duration:0.6s;
  278. -webkit-transition-duration:0.6s;
  279. -o-transition-duration:0.6s;
  280. margin-bottom:50px;
  281. }
  282.  
  283. #linkbar2 {
  284. width:20px; height:110px; float:right; background-color:{color:linkbar2}; -moz-transition-duration:0.6s;
  285. -webkit-transition-duration:0.6s;
  286. -o-transition-duration:0.6s;
  287. margin-bottom:50px;
  288. }
  289.  
  290. #linkbar2:hover {
  291. width:20px; height:130px; background-color:{color:linkbar hover}; -moz-transition-duration:0.6s;
  292. -webkit-transition-duration:0.6s;
  293. -o-transition-duration:0.6s;
  294. margin-bottom:50px;
  295. }
  296.  
  297. #linkbar3 {
  298. width:20px; height:130px; float:right; background-color:{color:linkbar3}; -moz-transition-duration:0.6s;
  299. -webkit-transition-duration:0.6s;
  300. -o-transition-duration:0.6s;
  301. margin-bottom:50px;
  302. }
  303.  
  304. #linkbar3:hover {
  305. width:20px; height:150px; background-color:{color:linkbar hover}; -moz-transition-duration:0.6s;
  306. -webkit-transition-duration:0.6s;
  307. -o-transition-duration:0.6s;
  308. margin-bottom:50px;
  309. }
  310.  
  311. #linkbar4 {
  312. width:20px; height:120px; float:right; background-color:{color:linkbar4}; -moz-transition-duration:0.6s;
  313. -webkit-transition-duration:0.6s;
  314. -o-transition-duration:0.6s;
  315. margin-bottom:50px;
  316. }
  317.  
  318. #linkbar4:hover {
  319. width:20px; height:140px; background-color:{color:linkbar hover}; -moz-transition-duration:0.6s;
  320. -webkit-transition-duration:0.6s;
  321. -o-transition-duration:0.6s;
  322. margin-bottom:50px;
  323. }
  324.  
  325.  
  326. #title {
  327. font-size:14px;
  328. color: {color:title};
  329. font-family: "Montserrat Bold";
  330. text-transform:uppercase;
  331. padding-top:60px;
  332. text-align:center;
  333. letter-spacing:0px;
  334. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  335.  
  336. }
  337.  
  338. .line {
  339. border-top:1px solid {color:navborder};
  340. }
  341.  
  342.  
  343. .jump_page {
  344. padding: 4px 8px;
  345. margin-top: 10px;
  346. background-color: {color:background};
  347. border-bottom: 5px solid {color:background};
  348. color:{color:text};
  349. font-family:calibri;
  350. font-size:10px;
  351. text-decoration:none;
  352. }
  353.  
  354. .current_page, .jump_page:hover {
  355. padding: 4px 8px;
  356. margin-top:10px;
  357. border-bottom: 5px solid {color:background};
  358. background-color: {color:navborder};
  359. color: {color:text};
  360. font-family:calibri;
  361. font-size:10px;
  362. text-decoration:none;
  363. }
  364.  
  365.  
  366. #pagination {
  367. padding-top:15px;
  368. font-size:12px;
  369. text-align:center;
  370. }
  371.  
  372. #audio {
  373. height:auto;
  374. min-height:60px;
  375. padding-bottom:13px;
  376. }
  377.  
  378. .cover {
  379. position:absolute;
  380. z-index:1;
  381. width:60px;
  382. height:60px;
  383. border-radius:100px;
  384. }
  385.  
  386. .cover img {
  387. float:left;
  388. width:60px;
  389. height:60px;
  390. background-color:{color:navborder};
  391. padding:5px;
  392.  
  393. border-radius:100px;
  394. }
  395.  
  396. .button {
  397. width:19px;
  398. height:20px;
  399. overflow:hidden;
  400. position:relative;
  401. z-index:1000;
  402. margin-top:22px;
  403. margin-left:21px;
  404. text-align:center;
  405. margin-top:4px;
  406. margin-left:5px;
  407. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  408. }
  409.  
  410. .box {
  411. opacity:0.8;
  412. width:35px;
  413. height:35px;
  414. margin-top:18px;
  415. margin-left:18px;
  416. background:#fff;
  417. position:absolute;
  418. z-index:1000;
  419. -webkit-border-radius:100px;
  420. -moz-border-radius:100px;
  421. border-radius:100px;
  422. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  423. }
  424.  
  425. .box:hover {
  426. opacity:1.0;
  427. width:35px;
  428. height:35px;
  429. margin-top:18px;
  430. margin-left:18px;
  431. background:#fff;
  432. position:absolute;
  433. z-index:1000;
  434. -webkit-border-radius:100px;
  435. -moz-border-radius:100px;
  436. border-radius:100px;
  437. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  438. }
  439.  
  440. .capbox {
  441. padding:20px;
  442. margin-left:82px;
  443. height:auto;
  444. min-height:35px;
  445. background-color: {color:background};
  446. border-left: 1px solid #e9e9e9;
  447. text-align:left;
  448. width:320px;
  449. }
  450.  
  451. .chat {
  452. line-height: 12px;
  453. list-style: none }
  454.  
  455. .chat ul {
  456. line-height: 15px;
  457. list-style: none;
  458. padding: 0px;
  459. line-height:20px;}
  460.  
  461. .person1 {
  462. background-color:{color:navborder};
  463. color: {color:Text};}
  464.  
  465. .person1 .label {
  466. font-weight: bold;
  467. padding: 0px;
  468. margin-left: 5px;
  469. color:{color:link};}
  470.  
  471. .person2 {
  472. background-color:{color:background};
  473. color: {color:link}; }
  474.  
  475. .person2 .label {
  476. font-weight: bold;
  477. padding: 0px;
  478. margin-left: 5px;
  479. color:{color:linkhover};}
  480.  
  481. #tags {
  482. text-align:center;
  483. padding-bottom:8px;
  484. }
  485. #tags a {
  486. color:{color:text}
  487. font-size:11px;
  488. text-transform:uppercase;
  489. background-color:{color:navborder};
  490. padding:3px;
  491. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  492. }
  493. #tags a:hover {
  494. color:{color:bold};
  495. padding:3px;
  496. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  497. }
  498.  
  499. #info {
  500. width:490px;
  501. padding:8px 5px 8px 5px;
  502. font-family: calibri;
  503. text-transform:uppercase;
  504. font-size:8px;
  505. background-color:{color:background};
  506. color:{color:text};
  507. margin-top:10px;
  508. margin-bottom:5px;
  509. letter-spacing:1px;
  510. border-bottom:1px solid {color:navborder};
  511. text-align:center;
  512. }
  513.  
  514. #info a {
  515. color:{color:text}
  516. font-size:11px;
  517. text-transform:uppercase;
  518. background-color:{color:navborder};
  519. padding:2px;
  520. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  521. }
  522.  
  523. #info a:hover {
  524. color:{color:bold};
  525. padding:2px;
  526. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  527. }
  528.  
  529. #asker {
  530. float:left;
  531. margin-right:5px;
  532. }
  533.  
  534. #asker img {
  535. background-color: {color:navborder};
  536. padding:5px;
  537. }
  538.  
  539. #cred a {
  540. color:{color:background};
  541. background-color:{color:linkhover};
  542. padding:4px;
  543. border-radius:100px;
  544. border:1px solid {color:background};
  545. font-family:"calibri";
  546. }
  547.  
  548. #cred a:hover {
  549. color:{color:linkhover};
  550. background-color:{color:background};
  551. border:1px solid {color:linkhover};
  552. padding:4px;
  553. border-radius:100px;
  554. font-family:"calibri";
  555. text-decoration:none;
  556. }
  557.  
  558. #cred {
  559. width:auto;
  560. height:auto;
  561. bottom:15px;
  562. right:15px;
  563. padding:4px;
  564. z-index:1000000;
  565. font-size:8px;
  566. letter-spacing:1px;
  567. position:fixed;
  568. text-align:center;
  569. font-family:"calibri";
  570. text-transform:uppercase;
  571. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  572. }
  573.  
  574.  
  575. {CustomCSS}</style></head><body>
  576. <div id="sidebar">
  577.  
  578. <div id="title">{Title}</div>
  579.  
  580. <center>
  581. <div class="nav">
  582. <a title="home" href="/">index</a>
  583. <a title="askbox" href="/ask">ask</a>
  584. <a title="memories" href="/archive">archive</a></div> </center>
  585.  
  586. <center><div id="sidebarimage" align="center"><a title="{Title}" href="/"><img src="{image:sidebar}"></a> <div align="left" id="description"><div class="linkbar">{block:ifLink4}<a title="{text:Link4 Title}" href="{text:Link4}"><div id="linkbar4"></div></a>{/block:ifLink4}{block:ifLink3}<a title="{text:Link3 Title}" href="{text:Link3}"><div id="linkbar3"></div></a>{/block:ifLink3}{block:ifLink2}<a title="{text:Link2 Title}" href="{text:Link2}"><div id="linkbar2"></div></a>{/block:ifLink2} {block:ifLink1}<a title="{text:Link1 Title}" href="{text:Link1}"><div id="linkbar1"></div></a>{/block:ifLink1}</div> {Description} </div></div></center>
  587.  
  588. </div>
  589.  
  590.  
  591. <div id="cred"><a title="©theme by imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
  592. <div id="entries">{block:Posts}<div id="post">
  593.  
  594. {block:Text}<center><h1>{block:Title}{Title}{/block:Title}</h1></center>{Body}{/block:Text}
  595.  
  596. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  597.  
  598. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  599.  
  600. {block:Quote}<h2>"{Quote}"</h2>{block:Source} —{Source}{/block:Source}{/block:Quote}
  601.  
  602. {block:Link}<h1><a title="{Name}" href="{URL}" {Target}>{Name} »</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  603.  
  604. {block:Chat}
  605. {block:Title}
  606. <h1>{Title}</h1>
  607. {/block:Title}
  608. <div class="chat"><ul>{block:Lines}
  609. <li class="person{UserNumber}">{block:Label}
  610. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  611.  
  612. {/block:Chat}
  613.  
  614. {block:Audio}
  615. <div id="audio">
  616. <div class="cover">
  617. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  618. </div>
  619. {block:AlbumArt}
  620. <div class="cover">
  621. <img src="{AlbumArtURL}"></div>
  622. {/block:AlbumArt}
  623. <div class="box">
  624. <div class="button">
  625. {block:AudioPlayer}
  626. {AudioPlayerWhite}
  627. {/block:AudioPlayer}
  628. </div></div>
  629. <div class="capbox">
  630. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  631. <b><font color={color:linkhover}>Title:</font></b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  632. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  633. </span>
  634. </div></div>
  635. {/block:Audio}
  636.  
  637.  
  638. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  639.  
  640. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><w>{Asker}:</w><br>{Question}<br><br><blockquote>{Answer}</blockquote>{/block:Answer}
  641.  
  642. <div id="info">
  643. <div id="tags">{block:HasTags}{block:Tags} <a title="{Tag}" href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{block:Date}posted {TimeAgo}{/block:Date} <font color={color:bold}>♥</font> <a title="{NoteCountWithLabel}" href="{Permalink}">
  644. {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a> ‣ <a href="{ReblogRootURL}"title="{ReblogRoottitle}">©</a>{/block:RebloggedFrom}</div>
  645.  
  646. <div align="left">{block:PostNotes}{PostNotes}{/block:PostNotes}
  647. {/block:Posts}</div>
  648. </div>
  649.  
  650. <div id="pagination">
  651. {block:Pagination}
  652. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  653. {block:JumpPagination length="3"}
  654. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  655. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  656. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  657. {/block:Pagination}
  658. </div>
  659.  
  660. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment