Advertisement
glam0urkills

theme #4 tylersequins (without sidebar image)

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