Advertisement
glam0urkills

theme #6 tylersequins

Sep 16th, 2014
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme #06 © imjaebumx
  9.  
  10.  
  11. yes this is a theme made by me (ノ◕ヮ◕)ノ*:・゚✧
  12.  
  13.  
  14. feel free to edit away, but please don't remove the credits!
  15. it's very tiny, see? :) it won't hurt to leave it there
  16. thanks for using this code! ilu (◕‿◕✿)
  17.  
  18.  
  19.  
  20. (no srsly i really do ♡) --->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#838282"/>
  24. <meta name="color:Link" content="#464646"/>
  25. <meta name="color:hover" content="#c7c7c7"/>
  26. <meta name="color:bold" content="#464646"/>
  27. <meta name="color:italic" content="#c7c7c7"/>
  28. <meta name="color:border" content="#f0f0f0"/>
  29. <meta name="color:scrollbar" content="#464646"/>
  30.  
  31. <meta name="if:Sidebar image" content="1"/>
  32.  
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="link" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="link" />
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Title" content="link" />
  39. <meta name="image:sidebar image" content=""/>
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42.  
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44. <script>
  45. (function($){
  46. $(document).ready(function(){
  47. $("[title]").style_my_tooltips({
  48. tip_follows_cursor:true,
  49. tip_delay_time:200,
  50. tip_fade_speed:300
  51. }
  52. );
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:trebuchet ms;
  65. font-size:10px;
  66. line-height:100%;
  67. }
  68.  
  69. iframe#tumblr_controls {
  70. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  71. }
  72. #tumblr_controls{
  73. position:fixed !important;
  74. -webkit-filter: invert(100%)
  75. }
  76.  
  77. b, bold, strong {
  78. color:{color:bold};
  79. font-style:bold;
  80. }
  81.  
  82. i, em {
  83. color:{color:italic};
  84. font:10px 'Georgia';
  85. font-style:italic;
  86. }
  87.  
  88. #s-m-t-tooltip {
  89. max-width:300px;
  90. background-color:{color:link};
  91. font-family:Trebuchet MS;
  92. font-size:7px;
  93. color:{color:background};
  94. letter-spacing:1px;
  95. text-transform:uppercase;
  96. padding:3px;
  97. margin:20px 0px 0px 20px;
  98. z-index:999999999999999999999999999999999999;
  99. }
  100.  
  101. ::-webkit-scrollbar {height: auto;width: 3px;}
  102. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  103. ::-webkit-scrollbar-track{background-color:{color:background};}
  104.  
  105. ::-moz-selection {color:{color:text};cursor: crosshair;background-color:{color:border};}
  106. ::selection{color:{color:text};cursor: crosshair;background-color:{color:border};}
  107.  
  108. a {
  109. text-decoration:none;
  110. outline:none;
  111. -moz-outline-style:none;
  112. color:{color:link};
  113. -webkit-transition: all 0.7s ease;
  114. -moz-transition: all 0.7s ease;
  115. -o-transition: all 0.7s ease;
  116. }
  117.  
  118. a:hover {
  119. color:{color:hover};
  120. -webkit-transition: all 0.7s ease;
  121. -moz-transition: all 0.7s ease;
  122. -o-transition: all 0.7s ease;
  123. }
  124.  
  125. img {
  126. border:none;
  127. }
  128.  
  129. blockquote {
  130. padding-left:5px;
  131. border-left:1px dotted {color:bold};
  132. }
  133.  
  134.  
  135. h1 {
  136. font-size:15px;
  137. text-transform:uppercase;
  138. letter-spacing:1px;
  139. }
  140.  
  141. .quote {
  142. font:12px 'Trebuchet MS';
  143. letter-spacing:2px;
  144. line-height:15px;
  145. }
  146.  
  147. .chat {
  148. line-height: 12px;
  149. list-style: none }
  150.  
  151. .chat ul {
  152. line-height: 15px;
  153. list-style: none;
  154. padding: 0px;
  155. line-height:20px;}
  156.  
  157. .person1 {
  158. background-color:{color:border};
  159. color: {color:Text};}
  160.  
  161. .person1 .label {
  162. font:8px 'Trebuchet MS';
  163. font-style:none;
  164. text-transform:uppercase;
  165. padding: 0px;
  166. margin-left: 5px;
  167. color:{color:bold};}
  168.  
  169. .person2 {
  170. background-color:{color:background};
  171. color: {color:text}; }
  172.  
  173. .person2 .label {
  174. font:8px 'Trebuchet MS';
  175. font-style:none;
  176. text-transform:uppercase;
  177. padding: 0px;
  178. margin-left: 5px;
  179. color:{color:italic};}
  180.  
  181.  
  182. #entries {
  183. padding-top:80px;
  184. width:500px;
  185. margin-left:450px;
  186. margin-top:0px;
  187. }
  188.  
  189. #post {
  190. width:500px;
  191. padding-bottom:20px;
  192. }
  193.  
  194. #sidebar {
  195. width:245px;
  196. position:fixed;
  197. margin-left:100px;
  198. margin-top:200px;
  199. }
  200.  
  201. #title {
  202. font: 20px 'Arial';
  203. font-style:bold;
  204. line-height:17px;
  205. padding-bottom:5px;
  206. font-weight:bold;
  207. text-align:left;
  208. letter-spacing:-1px;
  209. color:{color:link};
  210. text-transform:uppercase;
  211. margin-bottom:5px;
  212. border-bottom:1px solid {color:border};
  213. }
  214.  
  215. #linkage {
  216. text-align:left;
  217. word-spacing:5px;
  218. padding-top:10px;
  219. line-height:20px;
  220. }
  221.  
  222. #linkage a {
  223. font:10px 'Arial';
  224. font-style:bold;
  225. font-weight:bold;
  226. color:{color:link};
  227. text-transform:uppercase;
  228. padding:3px;
  229. -webkit-transition: all 0.7s ease;
  230. -moz-transition: all 0.7s ease;
  231. -o-transition: all 0.7s ease;
  232. }
  233.  
  234. #linkage a:hover {
  235. font:10px 'Arial';
  236. font-style:bold;
  237. font-weight:bold;
  238. color:{color:background};
  239. text-transform:uppercase;
  240. background-color:{color:link};
  241. padding:3px;
  242. -webkit-transition: all 0.7s ease;
  243. -moz-transition: all 0.7s ease;
  244. -o-transition: all 0.7s ease;
  245. }
  246.  
  247. #sidebarimage {
  248. width: 245px;
  249. }
  250.  
  251. #sidebarimage img {
  252. width:245px;
  253. }
  254.  
  255. {block:IfNotSidebarimage}
  256. {/block:IfNotSidebarimage}
  257.  
  258. #description {
  259. padding-top:10px;
  260. text-align:left;
  261. }
  262.  
  263. #pagination {
  264. padding-top:20px;
  265. font-size:8px;
  266. font-family:trebuchet ms;
  267. text-transform:uppercase;
  268. text-align:center;
  269. }
  270.  
  271. #audio {
  272. height:auto;
  273. min-height:60px;
  274. padding-bottom:13px;
  275. }
  276.  
  277. .cover {
  278. position:absolute;
  279. z-index:1;
  280. width:60px;
  281. height:60px;
  282. border-radius:100px;
  283. }
  284.  
  285. .cover img {
  286. float:left;
  287. width:60px;
  288. height:60px;
  289. background-color:{color:border};
  290. padding:5px;
  291.  
  292. border-radius:100px;
  293. }
  294.  
  295. .button {
  296. width:19px;
  297. height:20px;
  298. overflow:hidden;
  299. position:relative;
  300. z-index:1000;
  301. margin-top:22px;
  302. margin-left:21px;
  303. text-align:center;
  304. margin-top:4px;
  305. margin-left:5px;
  306. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  307. }
  308.  
  309. .box {
  310. opacity:0.8;
  311. width:35px;
  312. height:35px;
  313. margin-top:18px;
  314. margin-left:18px;
  315. background:#fff;
  316. position:absolute;
  317. z-index:1000;
  318. -webkit-border-radius:100px;
  319. -moz-border-radius:100px;
  320. border-radius:100px;
  321. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  322. }
  323.  
  324. .box:hover {
  325. opacity:1.0;
  326. width:35px;
  327. height:35px;
  328. margin-top:18px;
  329. margin-left:18px;
  330. background:#fff;
  331. position:absolute;
  332. z-index:1000;
  333. -webkit-border-radius:100px;
  334. -moz-border-radius:100px;
  335. border-radius:100px;
  336. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  337. }
  338.  
  339. .capbox {
  340. padding:20px;
  341. margin-left:82px;
  342. height:auto;
  343. min-height:35px;
  344. background-color: {color:background};
  345. border-left: 1px solid {color:border};
  346. text-align:left;
  347. width:320px;
  348. }
  349.  
  350. .line {margin-left:0px;margin-top:20px;height:1px;background-color:{color:border};width:100px;}
  351.  
  352. .info {margin-left:80px;margin-top:-5px;text-transform:uppercase;font-size:7px;text-align:left;letter-spacing:1px;font-family:trebuchet ms;}
  353.  
  354. .info img {
  355. border-radius:100px;
  356. -webkit-filter: grayscale(100%);
  357. -moz-filter: grayscale(100%);
  358. filter: grayscale(100%);
  359. background-color: {color:border};
  360. padding:3px;
  361. float:right;
  362. -webkit-transition: all 0.7s ease;
  363. -moz-transition: all 0.7s ease;
  364. -o-transition: all 0.7s ease;
  365. }
  366.  
  367. .info img:hover {
  368. -webkit-filter: grayscale(0%);
  369. -moz-filter: grayscale(0%);
  370. filter: grayscale(0%);
  371. -webkit-transition: all 0.7s ease;
  372. -moz-transition: all 0.7s ease;
  373. -o-transition: all 0.7s ease;
  374. }
  375.  
  376. .tags {text-align:right; margin-top:-10px;color:{color:link}; padding-top:5px; padding-bottom:20px; padding-right:10px; font:7px 'Trebuchet MS'; letter-spacing:1px; text-transform:uppercase; opacity:1; -webkit-transition: all 0.5s ease;
  377. -moz-transition: all 0.5s ease;
  378. -o-transition: all 0.5s ease}
  379. .tags a { color:{color:link}; background-color:{color:border}; -webkit-transition: all 0.7s ease;
  380. -moz-transition: all 0.7s ease;
  381. -o-transition: all 0.7s ease;}
  382. .tags a:hover {color:{color:link}; -webkit-transition: all 0.7s ease;
  383. -moz-transition: all 0.7s ease;
  384. -o-transition: all 0.7s ease;}
  385.  
  386. .question {
  387. padding:9px;
  388. text-align:left;
  389. color:{color:text};
  390. background-color: {color:border};
  391. line-height:120%;
  392. }
  393.  
  394. .question img {
  395. border:2px solid #d7d7d7;
  396. }
  397.  
  398. .answer {
  399. text-align:left;
  400. padding:7px;
  401. color:{color:text};
  402. }
  403.  
  404. #cred a {
  405. color:{color:text};
  406. background-color:{color:background};
  407. padding:4px;
  408. border-radius:100px;
  409. border:1px solid {color:border};
  410. font-family:"calibri";
  411. }
  412.  
  413. #cred a:hover {
  414. color:{color:link};
  415. background-color:{color:border};
  416. border:1px solid {color:border};
  417. padding:4px;
  418. border-radius:100px;
  419. font-family:"calibri";
  420. text-decoration:none;
  421. }
  422.  
  423. #cred {
  424. width:auto;
  425. height:auto;
  426. bottom:15px;
  427. right:15px;
  428. padding:4px;
  429. z-index:1000000;
  430. font-size:8px;
  431. letter-spacing:1px;
  432. position:fixed;
  433. text-align:center;
  434. font-family:"calibri";
  435. text-transform:uppercase;
  436. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  437. }
  438.  
  439. {CustomCSS}</style></head><body>
  440.  
  441. <div id="sidebar">
  442.  
  443. <div id="title">{Title}</div>
  444.  
  445. {block:IfSidebarimage}<div id="sidebarimage"><img src="{image:sidebar image}"></div>{/block:IfSidebarimage}
  446.  
  447. <div id="description">{Description}</div>
  448.  
  449. <div id="linkage">
  450. <a title="main" href="/">home</a>
  451. <a title="message" href="/ask">ask</a>
  452. <a title="past" href="/archive">memories</a>
  453. {block:ifLink1}<a title="{text:Link1 Title}" href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  454. {block:ifLink2}<a title="{text:Link2 Title}" href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  455. {block:ifLink3}<a title="{text:Link3 Title}" href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  456. </div>
  457.  
  458. <div id="pagination">
  459. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">future</a>{/block:PreviousPage}
  460. {block:NextPage}<a href="{NextPage}">past</a>{/block:NextPage}{/block:Pagination}
  461. </div>
  462.  
  463. </div>
  464.  
  465. <div id="cred"><a title="©theme by imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
  466.  
  467. <div id="entries">{block:Posts}<div id="post">
  468.  
  469. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  470.  
  471. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  472.  
  473. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  474.  
  475. {block:Quote}<div class="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  476.  
  477. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  478.  
  479. {block:Chat}
  480. {block:Title}
  481. <h1>{Title}</h1>
  482. {/block:Title}
  483. <div class="chat"><ul>{block:Lines}
  484. <li class="person{UserNumber}">{block:Label}
  485. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  486.  
  487. {/block:Chat}
  488.  
  489. {block:Audio}
  490. <div id="audio">
  491. <div class="cover">
  492. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  493. </div>
  494. {block:AlbumArt}
  495. <div class="cover">
  496. <img src="{AlbumArtURL}"></div>
  497. {/block:AlbumArt}
  498. <div class="box">
  499. <div class="button">
  500. {block:AudioPlayer}
  501. {AudioPlayerWhite}
  502. {/block:AudioPlayer}
  503. </div></div>
  504. <div class="capbox">
  505. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  506. <b><font color="{color:italic}">Title:</font></b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  507. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  508. </span>
  509. </div></div>
  510. {/block:Audio}
  511.  
  512. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  513.  
  514. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;" hspace="3"><span style="font-family:trebuchet ms; font-size:7px; text-transform:uppercase; letter-spacing:1px; padding-left:10px;">{Asker}:</span><br><span style="padding-left:10px;">{Question}</span></div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:answer}
  515.  
  516. <div align="left" class="line"></div>
  517.  
  518. <center><div align="left" class="info">
  519. {block:Date}<span style="background-color:{color:background};padding:3px;"><a title="{Month} {DayOfMonth}{DayOfMonthSuffix}" href="{Permalink}" style="font-family:trebuchet ms;letter-spacing:1px;font-weight:normal;background-color:{color:background};padding:2px;padding-left:3px;color:{color:link}; border:1px solid {color:border};">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}{block:NoteCount}&nbsp;·&nbsp;(<span style="color:{color:bold};font-family:arial;">♥</span><a title="{NoteCountWithLabel}" href="{Permalink}">{NoteCount}</a>){/block:NoteCount}&nbsp;&nbsp;<br><p align="left">{block:RebloggedFrom}
  520. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  521. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}</p></div></center>
  522. <div class="tags">{block:HasTags}{block:Tags}<a title="{Tag}" href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  523.  
  524. </div>
  525. {block:PostNotes}{PostNotes}{/block:PostNotes}
  526. {/block:Posts}</div>
  527.  
  528. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement