Advertisement
joshdevime

theme 19

Apr 19th, 2014
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.32 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. <!--
  4.  
  5. THEME BY IZZYSTHEMCS
  6. DO NOT REMOVE THE CREDIT
  7. & REMEMBER TO LIKE/REBLOG THE POST :)
  8.  
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17. <meta name="color:bg" content="#FFFFFF">
  18. <meta name="color:link" content="#CCCCCC">
  19. <meta name="color:hover" content="#454545">
  20. <meta name="color:infobg" content="#FCFCFC">
  21. <meta name="color:text" content="#9A9A9A">
  22. <meta name="color:tags" content="#CCCCCC">
  23. <meta name="color:scrollbar" content="#D6D5D5">
  24. <meta name="color:border" content="#FAFAFA">
  25. <meta name="if:Full Bkg Img" content=""/>
  26. <meta name="color:sblink" content="#030303">
  27.  
  28. <meta name="image:background" content""/>
  29. <meta name="image:sidebar" content=""/>
  30.  
  31.  
  32. <meta name="text:Link One Title" content=""/>
  33. <meta name="text:Link One" content=""/>
  34. <meta name="text:Link Two Title" content= >
  35. <meta name="text:Link Two" content=""/>
  36. <meta name="text:Link Three Title" content=""/>
  37. <meta name="text:Link Three" content="" />
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("a[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:1,
  52. tip_fade_speed:100,
  53. attribute:"title"
  54. });
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. a {
  64. color:{color:link};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71. a:hover {
  72. color:{color:hover};
  73. text-decoration:none;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  80. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar} ; height:50px}
  81. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollba r}; height:8px!important}
  82.  
  83.  
  84. img{
  85. opacity: 1.0;
  86. -webkit-transition: all 0.3s linear 0s;
  87. -moz-transition: all 0.3s linear 0s;
  88. -o-transition: all 0.3s linear 0s;
  89. transition: all 0.3s linear 0s;}
  90. img:hover{opacity: 0.9;
  91. -webkit-transition: all 0.3s linear 0s;
  92. -moz-transition: all 0.3s linear 0s;
  93. -o-transition: all 0.3s linear 0s;
  94. transition: all 0.3s linear 0s;}
  95.  
  96.  
  97. body {
  98. background-color: {color:Background};
  99. background-image: url({image:Background});
  100. background-attachment: fixed;
  101. background-repeat: repeat;
  102. background-position: center;
  103. {block:ifFullBkgImg}
  104. background-width:100px
  105. {/block:ifFullBkgImg}
  106. background-color:{color:bg};
  107. font-weight:normal;
  108. font-family:calibri;
  109. cursor:url(http://i.imgur.com/V12mRmx.png),auto;
  110. }
  111.  
  112.  
  113. h1 {
  114. font-weight:normal;
  115. font-size:9px;
  116. text-align:center;
  117. font-style:normal;
  118. line-height:80%;
  119. letter-spacing:1px;
  120. text-transform:uppercase;
  121. color:{color:text};
  122. }
  123.  
  124. h2 {
  125. font-size:15px;
  126. text-align:center;
  127. line-height:100%;
  128. letter-spacing:-0.5px;
  129. color:{color:text};
  130. font-style:bold;
  131. text-transform:lowercase;
  132. padding:5px;
  133. padding-bottom:2px;
  134. }
  135.  
  136.  
  137. blockquote {
  138. border-left:1.5px solid {color:text};
  139. padding-left:5px;
  140. padding-top:5px;
  141. padding-bottom:5px;
  142. margin:5px;
  143. }
  144.  
  145. #theme {
  146. background-color:{color:bg};
  147. width:700px;
  148. margin: 0 auto -12px auto;
  149. text-align: center;
  150. }
  151.  
  152. #sidebar {
  153. color:{color:text};
  154. position:fixed;
  155. width:245px;
  156. height:600px;
  157. margin-left:-50px;
  158. margin-top:0px;
  159. }
  160.  
  161. #sidebar img {
  162. width:180px;
  163. background:#fff;
  164. margin-bottom:90px;
  165. margin-left:-115px;
  166. border-left:10px solid #fff;
  167. border-right:10px solid #fff;
  168. border-top:10px solid #fff;
  169. -webkit-transition: all 0.8s ease;
  170. -moz-transition: all 0.8s ease;
  171. -o-transition: all 0.8s ease;
  172. }
  173.  
  174. #sidebar img:hover{
  175. opacity:1;
  176. -webkit-transition: all 0.8s ease;
  177. -moz-transition: all 0.8s ease;
  178. -o-transition: all 0.8s ease;
  179. }
  180.  
  181. #title {font-size:18px;
  182. line-height:18px;
  183. margin-bottom:-255px;
  184. text-transform:lowercase;
  185. background:#fff;
  186. text-align:left;}
  187.  
  188. #links {
  189. text-transform:lowercase;
  190. text-align:center;
  191. position:fixed;
  192. margin-top:-80px;
  193. width:140px;
  194. padding-left:23px;
  195. margin-left:-30px;
  196. }
  197.  
  198. #links a {
  199. font-size:11px;
  200. font-family:calibri;
  201. font-style:underline;
  202. padding-bottom:5px;
  203. text-align:center;
  204. padding:5px;
  205. background:transparent;
  206. color:{color:nav text};
  207. height:10px;
  208. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms -transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  209. }
  210. #links a:hover {
  211. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms -transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  212. }
  213.  
  214. .desc {
  215. opacity:1;
  216. position:fixed;
  217. width:120px;
  218. margin-top:10px;
  219. margin-left:3px;
  220. text-align:center;
  221. font-size:10px;
  222. font-weight:none;
  223. text-transform:none;
  224. padding:5px;
  225. padding-top:0px;
  226. padding-left:8px;
  227. color:{color:text};
  228. letter-spacing:0px;
  229. line-height:130%;
  230. filter:alpha(opacity=60);
  231. -webkit-transition: .8s ease-in-out;
  232. -moz-transition: .8s ease-in-out;
  233. -o-transition: .8s ease-in-out;
  234. }
  235.  
  236. #sidebar:hover
  237. .pagi{
  238. opacity:1;
  239. -webkit-transition: .8s ease-in-out;
  240. -moz-transition: .8s ease-in-out;
  241. -o-transition: .8s ease-in-out;
  242. }
  243.  
  244. .pagi {
  245. margin-top:100px;
  246. opacity:1;
  247. width:213px;
  248. text-align:center;
  249. background-color:transparent;
  250. font-size:9px;
  251. font-family:arial;
  252. color:#444;
  253. margin-left:650px;
  254. padding:5px;
  255. border-bottom:0px solid #ffffff;
  256. letter-spacing:1px;
  257. -webkit-transition: .8s ease-in-out;
  258. -moz-transition: .8s ease-in-out;
  259. -o-transition: .8s ease-in-out;
  260. }
  261.  
  262.  
  263. .pagi a {
  264. opacity:1;
  265. color:{color:link};
  266. }
  267.  
  268.  
  269. #stuffcontainer {
  270. margin-left:550px;
  271. margin-top:100px;
  272. text-align:left;
  273. color:{color:text};
  274. margin-bottom: 35px;
  275. }
  276.  
  277. #stuff {
  278. width:400px;
  279. margin-top:0px;
  280. text-align:justify;
  281. font-size:10px;
  282. line-height:100%;
  283. padding-left:8px;
  284. padding-top:8px;
  285. padding-right:8px;
  286. padding-bottom:40px;
  287. font-family:calibri;
  288. letter-spacing:0px;
  289. color:{color:text};
  290. margin-bottom:30px;
  291. }
  292.  
  293. .caption {
  294. background:#fff;
  295. width:400px;
  296. text-align:justify;
  297. font-size:10px;
  298. line-height:120%;
  299. }
  300.  
  301. #ask {
  302. font-family:cambria;
  303. background-color:#eee;
  304. padding:2px;
  305. text-align:left;
  306. color:{color:text};
  307. padding-bottom:3px;
  308. border-bottom:1px dotted #e3e3e3;
  309. }
  310.  
  311. #ans {
  312. background:#fff;
  313. text-align:left;
  314. padding:10px;
  315. color:{color:text};
  316. }
  317.  
  318. .audio {
  319. width:400px;
  320. padding-bottom:10px;
  321. background-color:{color:infobg};
  322. }
  323.  
  324. .albumart {
  325. float:left;
  326. padding:0px 10px 10px 0px;
  327. }
  328.  
  329. .albumart img {
  330. width:45px;
  331. height:45px;
  332. }
  333.  
  334. .playercontainer {
  335. text-align:left;
  336. padding:10px;
  337. background-color:#ffffff;
  338. width:480px;
  339. }
  340.  
  341. .audioinfo {
  342. padding:10px;
  343. color:{color:text};
  344. }
  345.  
  346. #postinfo {
  347. width:400px;
  348. font-family:calibri;
  349. text-transform:none;
  350. padding:5px;
  351. padding-left:10px;
  352. margin-left:-10px;
  353. font-size:10px;
  354. text-align:center;
  355. padding-top:10px;
  356. color:{color:text};
  357. -moz-transition-duration:0.5s;
  358. -webkit-transition-duration:0.5s;
  359. -o-transition-duration:0.5s;
  360. {block:PermalinkPage}text-align:left;
  361. {/block:PermalinkPage}}
  362.  
  363. #postinfo a:hover {
  364. color:{color:linkhover};
  365. }
  366.  
  367. #postinfo a {
  368. text-decoration:none;
  369. }
  370.  
  371. .note {
  372. text-transform:uppercase;
  373. font-style:normal;
  374. letter-spacing:0px;
  375. font-size: 9px;
  376. text-align:left;
  377. line-height:90%;
  378. margin-left:-40px;
  379. }
  380.  
  381. .note li {
  382. list-style-type:none;
  383. border-bottom:1px solid {color:border};
  384. padding:10px 25px 10px 25px;
  385. text-align:left;
  386. margin:0px;
  387. -moz-transition-duration:0.5s;
  388. -webkit-transition-duration:0.5s;
  389. -o-transition-duration:0.5s;
  390. }
  391.  
  392. #stuff:hover #tags {
  393. opacity:0;
  394. -webkit-transition:0.5s;
  395. }
  396.  
  397. #s-m-t-tooltip {
  398. padding:5px;
  399. padding-left:7px;
  400. padding-right:7px;
  401. text-align:center;
  402. margin-top:10px;
  403. background-color:#fff; /* change the background color */
  404. border:#ececec 1px solid;
  405. font-family:calibri; /* change the font */
  406. font-size:8px; /* change the font size */
  407. font-style:none; /* can be italic, normal, etc. */
  408. letter-spacing:0px; /* change the letter spacing */
  409. text-transform:; /* can be uppercase, lowercase, none*/
  410. color:#000; /* change the text color */
  411. z-index:999999999999999999999999999999999999;
  412. }
  413.  
  414. .tags {
  415. font-family:calibri;
  416. font-style:normal;
  417. width:410px;
  418. text-transform:normal;
  419. font-style:normal;
  420. padding-top:5px;
  421. font-size:10px;
  422. text-align:center;
  423. -moz-transition-duration:0.2s;
  424. -webkit-transition-duration:0.2s;
  425. -o-transition-duration:0.2s;
  426. }
  427. .tags a{
  428. margin-right:6px;
  429. color:{color:link};
  430. opacity:1;
  431. }
  432.  
  433. .tags a:hover{
  434. color:{color:link hover};
  435. opacity:1;
  436. }
  437.  
  438. ul.chat, .chat ol, .chat li {
  439. list-style:none;
  440. margin:0px;
  441. padding:2px;
  442. }
  443.  
  444. .label {
  445. text-decoration:underline;
  446. font-weight:700;
  447. background-color:{color:infobg};
  448. margin-right:5px;
  449. }
  450.  
  451. #credit {
  452. font-size:8px;
  453. }
  454.  
  455. {CustomCSS}
  456.  
  457. </style></head>
  458. <body>
  459. <div id="theme">
  460. <div id="sidebar">
  461. <div id="sidebarimg">
  462. <a href="/"><img src="{image:sidebar}"></a></div>
  463. <div id="links">
  464. <a href="{text:link one}"><u>{text:link one title}</u></a>
  465. <a href="{text:link two}"><u>{text:link two title}</u></a>
  466. <a href="{text:link three}"><u>{text:link three title}</u></a>
  467. <div class="desc">
  468. {Description}
  469. </div>
  470. </div>
  471. </div></div>
  472.  
  473. <div id="stuffcontainer">
  474.  
  475. {block:Posts}
  476.  
  477.  
  478. {block:ContentSource}
  479. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  480. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  481. {/block:SourceLogo}
  482. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  483. {/block:ContentSource}
  484.  
  485. <div id="stuff">
  486.  
  487. {block:ContentSource}
  488. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  489.  
  490. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  491.  
  492. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  493.  
  494. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  495. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  496.  
  497. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  498.  
  499. {block:Photoset}<center>{Photoset-400}</center>
  500. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  501.  
  502. {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}
  503.  
  504. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  505.  
  506.  
  507. {block:Answer}<div id="ask"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:100px;margin-top:-11px;margin-left:-15px;">&nbsp;&nbsp; <i><big><b>{Asker}</b></big> asked: {Question}</i></div><div id="ans">{Answer}</div>{/block:answer}
  508.  
  509. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  510. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  511. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  512. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  513. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  514.  
  515. {block:Date}<div id="postinfo"><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAMPM}</b></a> {block:NoteCount}&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCount} NOTES</a>
  516.  
  517. {/block:NoteCount}
  518.  
  519. {/block:Date}
  520. {block:HasTags}
  521. <div class="tags">
  522. {block:Tags} <a href="{TagURL}"> {Tag}&nbsp; </a> {/block:Tags}</div>
  523. {/block:HasTags}
  524. {block:PostNotes}{PostNotes}{/block:PostNotes}
  525. </div></div>
  526. {/block:Posts}
  527.  
  528. </div>
  529.  
  530. {block:Pagination}
  531. <div class="pagi">
  532. {block:PreviousPage}
  533. <a href="{PreviousPage}">← back </a> //
  534. {/block:PreviousPage}
  535. {block:JumpPagination length="0"}
  536. {block:CurrentPage}
  537. <span class="current_page">{PageNumber}</span>
  538. {/block:CurrentPage}
  539. {block:JumpPage}
  540. <a class="jump_page" href="{URL}">{PageNumber}</a>
  541. {/block:JumpPage}
  542. {/block:JumpPagination}
  543. {block:NextPage}
  544. <a href="{NextPage}"> next →</a>
  545. {/block:NextPage}
  546. </div>
  547. {/block:Pagination}
  548.  
  549.  
  550. </div>
  551. </div>
  552. </div>
  553.  
  554. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  555.  
  556. <div id="credit">
  557. <a href="http://izzysthemcs.tumblr.com/"><big>♥</big></a>
  558.  
  559. </div></div>
  560.  
  561. </div>
  562.  
  563. </body>
  564. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement