Advertisement
joshdevime

theme 20

Apr 25th, 2014
889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. <!--
  2. THEME BY IZZYSTHEMCS
  3. DO NOT STEAL OR USE AS A BASE
  4. REMEMBER TO LIKE OR REBLOG THE POST
  5. THANKS :+)
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <head>
  10.  
  11.  
  12. <title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!--Default Variables-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#aaaaaa"/>
  22. <meta name="color:Link" content="#000000"/>
  23.  
  24. <meta name="image:Sidebar Image" content=""/>
  25.  
  26. <meta name="text:title" content="" />
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 4 URL" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 5 URL" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 6 URL" content="" />
  38. <meta name="text:Link 6" content="" />
  39.  
  40.  
  41. <!-- jquery for tooltips-->
  42.  
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45.  
  46. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47.  
  48. <script>
  49.  
  50. (function($){
  51.  
  52. $(document).ready(function(){
  53.  
  54. $("a[title]").style_my_tooltips({
  55.  
  56. tip_follows_cursor:true,
  57.  
  58. tip_delay_time:30,
  59.  
  60. tip_fade_speed:300,
  61.  
  62. attribute:"title"
  63.  
  64. });
  65.  
  66. });
  67.  
  68. })(jQuery);
  69.  
  70. </script>
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <!--CSS customization here. -->
  78.  
  79. <style type="text/css">
  80.  
  81. #s-m-t-tooltip{
  82. position:absolute;
  83. margin-top: 15px;
  84. z-index:9999;
  85. background:{color:background};
  86. }
  87.  
  88.  
  89.  
  90. /*basics*/
  91. blockquote {padding:5px 0 5px 30px;
  92. border-left:1px solid {color:text};
  93. margin-left:30px;
  94. }
  95.  
  96. body {
  97. background:{color:background};
  98. color:{color:text};
  99. font-family:times;
  100. font-size:11px;
  101. text-align:justify;
  102. margin:0;
  103. line-height:16px;}
  104.  
  105.  
  106. a {
  107. color:{color:link};
  108. text-decoration:none;
  109. }
  110.  
  111. a:hover {
  112. text-decoration:underline;}
  113.  
  114. img{opacity:1;
  115. border:none;
  116. text-decoration:none}
  117.  
  118.  
  119. small {
  120. font-size:9px;}
  121.  
  122. big {
  123. font-size:12px;}
  124.  
  125.  
  126. #title {font-size:12px;
  127. line-height:18px;
  128. font-weight:bold;
  129. margin-bottom:10px;
  130. text-transform:uppercase;
  131. text-align:left;}
  132.  
  133.  
  134. /*sidebar*/
  135. #sidebar {text-align:left;
  136. position:fixed;
  137. margin-left:-225px;
  138. margin-top:100px;
  139. width:125px;
  140. }
  141.  
  142. #sidebarim {margin-bottom:20px}
  143.  
  144. #sidebarim img {width:125px}
  145.  
  146. #blogt {font-size:18px;
  147. font-weight:bold;}
  148.  
  149. #links {
  150. line-height:16px;
  151. text-transform:lowercase;
  152. text-align:left;
  153. padding-top:-5px;
  154. }
  155.  
  156.  
  157. #links a {
  158. margin-right:5px;
  159. display:inline-block;
  160. margin-bottom:5px;
  161. width:50px;
  162. }
  163.  
  164. #description {
  165. margin:20px 0;
  166. }
  167.  
  168.  
  169. /*pagination*/
  170. #pagination {
  171. margin:50px 0;
  172. text-transform:lowercase;
  173. font-weight:bold;
  174. }
  175. #pagination a {
  176. padding:0 15px;
  177. }
  178.  
  179. /*container*/
  180. #con {
  181. left:50%;
  182. margin-left:-250px;
  183. position:absolute;
  184. }
  185.  
  186.  
  187.  
  188. /*posts*/
  189.  
  190. #entries {
  191. margin-top:75px;
  192. width:400px;
  193. padding-bottom:-5px;
  194. }
  195.  
  196.  
  197.  
  198. #posts {
  199. width:400px;
  200. padding-bottom:40px;
  201. {block:IndexPage}
  202. margin-bottom:55px;
  203. {/block:IndexPage}
  204. {block:PermalinkPage}
  205. margin-bottom:50px;
  206. {/block:PermalinkPage}
  207.  
  208. }
  209. #posts img {
  210. max-width:400px;
  211. }
  212.  
  213. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  214. .caption {width:100%;
  215. margin-top:10px;
  216.  
  217. }
  218.  
  219. /*quote*/
  220.  
  221. #titlequote{text-align:left;
  222. font-size:14px;
  223. line-height:18px;
  224. font-weight:bold;
  225. }
  226. #source {
  227. margin-top:15px;
  228. margin-left:15px;}
  229.  
  230. /*audio*/
  231.  
  232. .player {
  233. width:25px;
  234. height:25px;
  235. overflow:hidden;
  236. position:absolute;
  237. background:white;}
  238.  
  239. .audioinfo {
  240. margin-left:50px;
  241. }
  242.  
  243.  
  244. /*asks*/
  245. .q {margin-bottom:10px;
  246. }
  247. .as {
  248. font-weight:bold;}
  249.  
  250. .a {
  251. margin-top:10px;
  252. }
  253.  
  254.  
  255. /*chat*/
  256.  
  257. .chat ol {
  258. padding:0;
  259. list-style:none;
  260. }
  261. .line {padding:5px 0;}
  262.  
  263. .label {font-weight:bold;
  264. }
  265.  
  266.  
  267.  
  268.  
  269.  
  270. /*permalink and notes*/
  271.  
  272. #permalink {
  273. margin-top:15px;
  274. font-size:9px;
  275. text-transform:uppercase;
  276. padding-top:10px;
  277. border-top:1px solid #f4f4f4;
  278. }
  279. #permalink a {margin-right:10px;
  280. }
  281.  
  282.  
  283. .tags {
  284. word-break:break-all;
  285. font-size:9px;
  286. text-transform:none;
  287. }
  288.  
  289. .pagenotes {
  290. {block:IndexPage}
  291. display: none!important;
  292. {/block:IndexPage}
  293. width:400px;
  294. text-align:left;
  295. }
  296. .pagenotes img {
  297. display:none!important;}
  298. .pagenotes li {
  299. list-style-type:none;
  300. padding:5px 0px;
  301. text-align:left;
  302. margin:0 0 0 -40px;
  303. }
  304.  
  305.  
  306. #credit {
  307. font-size:8px;
  308. }
  309.  
  310.  
  311. {CustomCSS}
  312.  
  313.  
  314. </style>
  315.  
  316.  
  317.  
  318. </head>
  319.  
  320. <body>
  321.  
  322. <div id="con">
  323.  
  324. <div id="sidebar">
  325. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  326. <div id="blogt"><a href="/">{text:Title}</a></div>
  327. <div id="description">{Description}</div>
  328. <div id="links">
  329. {block:ifLink1}<a href="{text:Link 1 URL}"><b>{text:Link 1}</b></a>{/block:ifLink1}
  330. {block:ifLink2}<a href="{text:Link 2 URL}"><b>{text:Link 2}</b></a>{/block:ifLink2}
  331. {block:ifLink3}<a href="{text:Link 3 URL}"><b>{text:Link 3}</b></a> {/block:ifLink3}
  332. {block:ifLink4}<a href="{text:Link 4 URL}"><b>{text:Link 4}</b></a>{/block:ifLink4}
  333. {block:ifLink5}<a href="{text:Link 5 URL}"><b>{text:Link 5}</b></a>{/block:ifLink5}
  334. {block:ifLink6}<a href="{text:Link 6 URL}"><b>{text:Link 6}</b></a> {/block:ifLink6}
  335. </div>
  336.  
  337.  
  338.  
  339.  
  340. </div>
  341.  
  342.  
  343.  
  344.  
  345. <div id="entries">
  346.  
  347. {block:Posts}
  348. <div id="posts">
  349.  
  350. {block:ContentSource}
  351.  
  352. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  353.  
  354. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  355.  
  356. {/block:SourceLogo}
  357.  
  358. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  359.  
  360. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  361.  
  362. {block:Quote}
  363.  
  364.  
  365. <div id="titlequote">“{Quote}”</div>
  366. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  367. {/block:Quote}
  368.  
  369.  
  370.  
  371. {block:Text}
  372.  
  373. {block:Title}
  374. <div id="title">{Title}</div>{/block:Title}
  375. {Body}
  376. {/block:Text}
  377.  
  378. {block:Link}
  379. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  380. {/block:Link}
  381.  
  382. {block:Chat}
  383. {block:Title}
  384. <h1>{Title}</h1>
  385. {/block:Title}
  386. <div class="chat">
  387. <ol>{block:Lines}
  388. <li class="line {Alt}">
  389. {block:Label}
  390. <span class="label">
  391. {Label}</span>
  392. {/block:Label}{Line}</li>
  393. {/block:Lines}
  394. </ol></div>
  395. {/block:Chat}
  396.  
  397. {block:Photo}
  398. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  399. {/block:Photo}
  400.  
  401. {block:Photoset}
  402. {Photoset-400}
  403. {/block:Photoset}
  404.  
  405. {block:Video}
  406. {Video-500}
  407. {/block:Video}
  408.  
  409. {block:Audio}
  410. <div class="player">{AudioPlayerWhite}</div>
  411. <div class="audioinfo">
  412. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  413. </div>
  414. {/block:Audio}
  415.  
  416. {block:Answer}
  417. <div class="q">
  418. <div class="as">{Asker} said: </div>
  419. {Question}</div>
  420. <div class="a">{Answer}</div>
  421. {/block:Answer}
  422.  
  423. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  424.  
  425. {block:Date}
  426. <div id="permalink">
  427. <a href="{Permalink}"><b>{12Hour}:{Minutes} {AmPm}</b></a>{block:NoteCount}+ {NoteCount}{/block:NoteCount}&nbsp;&nbsp;&nbsp;<a href="{ReblogUrl}">reblog</a>
  428. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  429. </div>
  430. {/block:Date}
  431.  
  432.  
  433.  
  434. </div>
  435.  
  436.  
  437. {block:PostNotes}
  438. <div class="pagenotes">
  439. {PostNotes}
  440. </div>
  441. {/block:PostNotes}
  442.  
  443.  
  444. {/block:Posts}
  445.  
  446. <div id="pagination">
  447. {block:Pagination}
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}">&larr; previous </a>
  450. {/block:PreviousPage}
  451.  
  452.  
  453. {block:NextPage}
  454. <a href="{NextPage}">next &rarr;</a>
  455. {/block:NextPage}
  456. {/block:Pagination}
  457. </div>
  458.  
  459. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  460. <div id="credit">
  461. <a href="http://izzysthemcs.tumblr.com/"><big>♥</big></a>
  462. </div></div>
  463.  
  464. </div></div>
  465.  
  466.  
  467. {block:ContentSource}
  468. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  469. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  470. {/block:SourceLogo}
  471. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  472. {/block:ContentSource}
  473.  
  474. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement