Advertisement
joshdevime

theme 18

Apr 12th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.24 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:scrollbar}; 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:-80px;
  158. margin-top:100px;
  159. }
  160.  
  161. #sidebar img {
  162. width:80px;
  163. height:80px;
  164. background:#fff;
  165. margin-top:0px;
  166. margin-left:-100px;
  167. border-left:10px solid #fff;
  168. border-right:10px solid #fff;
  169. border-top:10px solid #fff;
  170. -webkit-transition: all 0.8s ease;
  171. -moz-transition: all 0.8s ease;
  172. -o-transition: all 0.8s ease;
  173. }
  174.  
  175. #sidebar img:hover{
  176. opacity:1;
  177. -webkit-transition: all 0.8s ease;
  178. -moz-transition: all 0.8s ease;
  179. -o-transition: all 0.8s ease;
  180. }
  181.  
  182. #title {font-size:18px;
  183. line-height:18px;
  184. margin-bottom:-255px;
  185. text-transform:lowercase;
  186. background:#fff;
  187. text-align:left;}
  188.  
  189. #links {
  190. text-transform:uppercase;
  191. text-align:left;
  192. font-size:10px;
  193. position:fixed;
  194. margin-top:0px;
  195. width:180px;
  196. padding-left:23px;
  197. margin-left:-28px;
  198. }
  199.  
  200. #links a {
  201. font-size:11px;
  202. font-family:calibri;
  203. font-style:bold;
  204. padding-bottom:5px;
  205. text-align:center;
  206. padding:5px;
  207. background:transparent;
  208. color:{color:nav text};
  209. height:10px;
  210. -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;
  211. }
  212. #links a:hover {
  213. -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;
  214. }
  215.  
  216. .desc {
  217. opacity:1;
  218. position:fixed;
  219. width:150px;
  220. margin-top:-85px;
  221. margin-left:110px;
  222. text-align:left;
  223. font-size:11px;
  224. font-weight:none;
  225. text-transform:none;
  226. padding:5px;
  227. padding-top:0px;
  228. padding-left:8px;
  229. color:{color:text};
  230. letter-spacing:0px;
  231. line-height:130%;
  232. filter:alpha(opacity=60);
  233. -webkit-transition: .8s ease-in-out;
  234. -moz-transition: .8s ease-in-out;
  235. -o-transition: .8s ease-in-out;
  236. }
  237.  
  238. #sidebar:hover
  239. .pagi{
  240. opacity:1;
  241. -webkit-transition: .8s ease-in-out;
  242. -moz-transition: .8s ease-in-out;
  243. -o-transition: .8s ease-in-out;
  244. }
  245.  
  246. .pagi {
  247. margin-top:100px;
  248. opacity:1;
  249. width:213px;
  250. text-align:right;
  251. background-color:transparent;
  252. font-size:9px;
  253. font-family:arial;
  254. color:#444;
  255. margin-left:360px;
  256. padding:5px;
  257. border-bottom:0px solid #ffffff;
  258. letter-spacing:1px;
  259. -webkit-transition: .8s ease-in-out;
  260. -moz-transition: .8s ease-in-out;
  261. -o-transition: .8s ease-in-out;
  262. }
  263.  
  264.  
  265. .pagi a {
  266. opacity:1;
  267. color:{color:link};
  268. }
  269.  
  270.  
  271. #stuffcontainer {
  272. margin-left:550px;
  273. margin-top:100px;
  274. text-align:left;
  275. color:{color:text};
  276. margin-bottom: 35px;
  277. }
  278.  
  279. #stuff {
  280. width:400px;
  281. margin-top:0px;
  282. text-align:justify;
  283. font-size:10px;
  284. line-height:100%;
  285. padding-left:8px;
  286. padding-top:8px;
  287. padding-right:8px;
  288. padding-bottom:40px;
  289. font-family:calibri;
  290. letter-spacing:0px;
  291. color:{color:text};
  292. margin-bottom:30px;
  293. }
  294.  
  295. .caption {
  296. background:#fff;
  297. width:400px;
  298. text-align:justify;
  299. font-size:10px;
  300. line-height:120%;
  301. }
  302.  
  303. #ask {
  304. font-family:cambria;
  305. background-color:#eee;
  306. padding:2px;
  307. text-align:left;
  308. color:{color:text};
  309. padding-bottom:3px;
  310. border-bottom:1px dotted #e3e3e3;
  311. }
  312.  
  313. #ans {
  314. background:#fff;
  315. text-align:left;
  316. padding:10px;
  317. color:{color:text};
  318. }
  319.  
  320. .audio {
  321. width:400px;
  322. padding-bottom:10px;
  323. background-color:{color:infobg};
  324. }
  325.  
  326. .albumart {
  327. float:left;
  328. padding:0px 10px 10px 0px;
  329. }
  330.  
  331. .albumart img {
  332. width:45px;
  333. height:45px;
  334. }
  335.  
  336. .playercontainer {
  337. text-align:left;
  338. padding:10px;
  339. background-color:#ffffff;
  340. width:480px;
  341. }
  342.  
  343. .audioinfo {
  344. padding:10px;
  345. color:{color:text};
  346. }
  347.  
  348. #postinfo {
  349. width:400px;
  350. font-family:calibri;
  351. text-transform:none;
  352. padding:5px;
  353. padding-left:10px;
  354. margin-left:-10px;
  355. font-size:10px;
  356. text-align:center;
  357. padding-top:10px;
  358. color:{color:text};
  359. -moz-transition-duration:0.5s;
  360. -webkit-transition-duration:0.5s;
  361. -o-transition-duration:0.5s;
  362. {block:PermalinkPage}text-align:left;
  363. {/block:PermalinkPage}}
  364.  
  365. #postinfo a:hover {
  366. color:{color:linkhover};
  367. }
  368.  
  369. #postinfo a {
  370. text-decoration:none;
  371. }
  372.  
  373. .note {
  374. text-transform:uppercase;
  375. font-style:normal;
  376. letter-spacing:0px;
  377. font-size: 9px;
  378. text-align:left;
  379. line-height:90%;
  380. margin-left:-40px;
  381. }
  382.  
  383. .note li {
  384. list-style-type:none;
  385. border-bottom:1px solid {color:border};
  386. padding:10px 25px 10px 25px;
  387. text-align:left;
  388. margin:0px;
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. #stuff:hover #tags {
  395. opacity:0;
  396. -webkit-transition:0.5s;
  397. }
  398.  
  399. #s-m-t-tooltip {
  400. padding:5px;
  401. padding-left:7px;
  402. padding-right:7px;
  403. text-align:center;
  404. margin-top:10px;
  405. background-color:#fff; /* change the background color */
  406. border:#ececec 1px solid;
  407. font-family:calibri; /* change the font */
  408. font-size:8px; /* change the font size */
  409. font-style:none; /* can be italic, normal, etc. */
  410. letter-spacing:0px; /* change the letter spacing */
  411. text-transform:; /* can be uppercase, lowercase, none*/
  412. color:#000; /* change the text color */
  413. z-index:999999999999999999999999999999999999;
  414. }
  415.  
  416. .tags {
  417. font-family:calibri;
  418. font-style:normal;
  419. width:410px;
  420. text-transform:normal;
  421. font-style:normal;
  422. padding-top:5px;
  423. font-size:10px;
  424. text-align:center;
  425. -moz-transition-duration:0.2s;
  426. -webkit-transition-duration:0.2s;
  427. -o-transition-duration:0.2s;
  428. }
  429. .tags a{
  430. margin-right:6px;
  431. color:{color:link};
  432. opacity:1;
  433. }
  434.  
  435. .tags a:hover{
  436. color:{color:link hover};
  437. opacity:1;
  438. }
  439.  
  440. ul.chat, .chat ol, .chat li {
  441. list-style:none;
  442. margin:0px;
  443. padding:2px;
  444. }
  445.  
  446. .label {
  447. text-decoration:underline;
  448. font-weight:700;
  449. background-color:{color:infobg};
  450. margin-right:5px;
  451. }
  452.  
  453. #credit {
  454. font-size:8px;
  455. }
  456.  
  457. {CustomCSS}
  458.  
  459. </style></head>
  460. <body>
  461. <div id="theme">
  462. <div id="sidebar">
  463. <div id="sidebarimg">
  464. <a href="/"><img src="{image:sidebar}"></a></div>
  465. <div class="desc">
  466. {Description}
  467. <div id="links">
  468. <a href="/"><b>home</a>
  469. <a href="/hmu">ask</a>
  470. <div class="links_list">
  471. <p class="links_head">navi</b></p>
  472. <div class="links_body">
  473. <center>
  474. <a href="{text:link one}">{text:link one title}</a>
  475. <a href="{text:link two}">{text:link two title}</a>
  476. <a href="{text:link three}">{text:link three title}</a>
  477.  
  478. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  479. <script type="text/javascript">
  480. $(document).ready(function(){
  481. $(".links_body").hide();
  482. $(".links_head").click(function(){
  483. $(this).next(".links_body").slideToggle('slow');
  484. }); }); </script>
  485. <style type="text/css">
  486. .links_list { margin-left:85px; margin-top:-24px; padding:0px; width:20px; text-align:left; font-size: 9px;}
  487. .links_head { padding-top:10px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; margin-left:-5px; margin-top:-15px; text-align:left; font-style: calibri; font-size: 11px; color: {color:text};}
  488. .links_body { padding:10px; padding-top:0px; margin-left:-137px; text-transform:uppercase; text-align:left; color: #fff; display:none; width:200px;}</style>
  489. </center>
  490. </div>
  491. </div></div></div>
  492. </center>
  493.  
  494.  
  495. </div>
  496. </div>
  497. </div></div>
  498.  
  499. <div id="stuffcontainer">
  500.  
  501. {block:Posts}
  502.  
  503.  
  504. {block:ContentSource}
  505. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  506. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  507. {/block:SourceLogo}
  508. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  509. {/block:ContentSource}
  510.  
  511. <div id="stuff">
  512.  
  513. {block:ContentSource}
  514. <!-- {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}
  515.  
  516. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  517.  
  518. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  519.  
  520. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  521. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  522.  
  523. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  524.  
  525. {block:Photoset}<center>{Photoset-400}</center>
  526. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  527.  
  528. {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}
  529.  
  530. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  531.  
  532.  
  533. {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}
  534.  
  535. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  536. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  537. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  538. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  539. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  540.  
  541. {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>
  542.  
  543. {/block:NoteCount}
  544.  
  545. {/block:Date}
  546. {block:HasTags}
  547. <div class="tags">
  548. {block:Tags} <a href="{TagURL}"> {Tag}&nbsp; </a> {/block:Tags}</div>
  549. {/block:HasTags}
  550. {block:PostNotes}{PostNotes}{/block:PostNotes}
  551. </div></div>
  552. {/block:Posts}
  553.  
  554. </div>
  555.  
  556. {block:Pagination}
  557. <div class="pagi">
  558. {block:PreviousPage}
  559. <a href="{PreviousPage}">← back </a> //
  560. {/block:PreviousPage}
  561. {block:JumpPagination length="0"}
  562. {block:CurrentPage}
  563. <span class="current_page">{PageNumber}</span>
  564. {/block:CurrentPage}
  565. {block:JumpPage}
  566. <a class="jump_page" href="{URL}">{PageNumber}</a>
  567. {/block:JumpPage}
  568. {/block:JumpPagination}
  569. {block:NextPage}
  570. <a href="{NextPage}"> next →</a>
  571. {/block:NextPage}
  572. </div>
  573. {/block:Pagination}
  574.  
  575.  
  576. </div>
  577. </div>
  578. </div>
  579.  
  580. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  581.  
  582. <div id="credit">
  583. <a href="http://izzysthemcs.tumblr.com/"><big>♥</big></a>
  584.  
  585. </div></div>
  586.  
  587. </div>
  588.  
  589. </body>
  590. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement