Advertisement
joshdevime

theme 21

May 2nd, 2014
2,095
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 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:arial;
  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:-200px;
  138. margin-top:200px;
  139. width:125px;
  140. }
  141.  
  142. #sidebarim {margin-bottom:-92px;
  143. margin-left:-105px;
  144. width:50px;
  145. }
  146.  
  147. #sidebarim img {width:90px;
  148. height:90px;
  149. border-radius:80px;}
  150.  
  151. #blogt {font-size:20px;
  152. margin-bottom:-15px;
  153. text-align:justify;
  154. letter-spacing:-1px;
  155. font-weight:bold;}
  156.  
  157. #links {
  158. text-transform:lowercase;
  159. font-weight:bold;
  160. letter-spacing:-1px;
  161. margin-top:-15px;
  162. }
  163.  
  164. #links a {
  165. margin-right:5px;
  166. margin-bottom:5px;
  167. width:50px;
  168. }
  169.  
  170. #description {
  171. margin:20px 0;
  172. padding-top:-20px;
  173. text-align:justify;
  174. }
  175.  
  176.  
  177. /*pagination*/
  178. #pagination {
  179. margin:50px 0;
  180. text-transform:lowercase;
  181. font-weight:bold;
  182. }
  183. #pagination a {
  184. padding:0 15px;
  185. }
  186.  
  187. /*container*/
  188. #con {
  189. left:50%;
  190. margin-left:-100px;
  191. position:absolute;
  192. }
  193.  
  194.  
  195.  
  196. /*posts*/
  197.  
  198. #entries {
  199. margin-top:75px;
  200. width:400px;
  201. padding-bottom:-5px;
  202. }
  203.  
  204.  
  205.  
  206. #posts {
  207. width:400px;
  208. padding-bottom:40px;
  209. {block:IndexPage}
  210. margin-bottom:55px;
  211. {/block:IndexPage}
  212. {block:PermalinkPage}
  213. margin-bottom:50px;
  214. {/block:PermalinkPage}
  215.  
  216. }
  217. #posts img {
  218. max-width:400px;
  219. }
  220.  
  221. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  222. .caption {width:100%;
  223. margin-top:10px;
  224.  
  225. }
  226.  
  227. /*quote*/
  228.  
  229. #titlequote{text-align:left;
  230. font-size:14px;
  231. line-height:18px;
  232. font-weight:bold;
  233. }
  234. #source {
  235. margin-top:15px;
  236. margin-left:15px;}
  237.  
  238. /*audio*/
  239.  
  240. .player {
  241. width:25px;
  242. height:25px;
  243. overflow:hidden;
  244. position:absolute;
  245. background:white;}
  246.  
  247. .audioinfo {
  248. margin-left:50px;
  249. }
  250.  
  251.  
  252. /*asks*/
  253. .q {margin-bottom:10px;
  254. }
  255. .as {
  256. font-weight:bold;}
  257.  
  258. .a {
  259. margin-top:10px;
  260. }
  261.  
  262.  
  263. /*chat*/
  264.  
  265. .chat ol {
  266. padding:0;
  267. list-style:none;
  268. }
  269. .line {padding:5px 0;}
  270.  
  271. .label {font-weight:bold;
  272. }
  273.  
  274.  
  275.  
  276.  
  277.  
  278. /*permalink and notes*/
  279.  
  280. #permalink {
  281. margin-top:15px;
  282. font-size:9px;
  283. text-transform:uppercase;
  284. padding-top:10px;
  285. border-top:1px solid #f4f4f4;
  286. }
  287. #permalink a {margin-right:10px;
  288. }
  289.  
  290.  
  291. .tags {
  292. word-break:break-all;
  293. font-size:9px;
  294. text-transform:none;
  295. }
  296.  
  297. .pagenotes {
  298. {block:IndexPage}
  299. display: none!important;
  300. {/block:IndexPage}
  301. width:400px;
  302. text-align:left;
  303. }
  304. .pagenotes img {
  305. display:none!important;}
  306. .pagenotes li {
  307. list-style-type:none;
  308. padding:5px 0px;
  309. text-align:left;
  310. margin:0 0 0 -40px;
  311. }
  312.  
  313.  
  314.  
  315.  
  316. {CustomCSS}
  317.  
  318.  
  319. </style>
  320.  
  321.  
  322.  
  323. </head>
  324.  
  325. <body>
  326.  
  327. <div id="con">
  328.  
  329. <div id="sidebar">
  330. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  331. <div id="blogt"><a href="/">{text:Title}</a></div>
  332. <div id="description">{Description}</div>
  333. <div id="links">
  334. {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  335. {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  336. {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  337. {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
  338. {block:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:IfLink5}
  339. {block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:IfLink6}
  340. </div>
  341.  
  342.  
  343.  
  344.  
  345. </div>
  346.  
  347.  
  348.  
  349.  
  350. <div id="entries">
  351.  
  352. {block:Posts}
  353. <div id="posts">
  354.  
  355. {block:ContentSource}
  356.  
  357. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  358.  
  359. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  360.  
  361. {/block:SourceLogo}
  362.  
  363. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  364.  
  365. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  366.  
  367. {block:Quote}
  368.  
  369.  
  370. <div id="titlequote">“{Quote}”</div>
  371. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  372. {/block:Quote}
  373.  
  374.  
  375.  
  376. {block:Text}
  377.  
  378. {block:Title}
  379. <div id="title">{Title}</div>{/block:Title}
  380. {Body}
  381. {/block:Text}
  382.  
  383. {block:Link}
  384. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  385. {/block:Link}
  386.  
  387. {block:Chat}
  388. {block:Title}
  389. <h1>{Title}</h1>
  390. {/block:Title}
  391. <div class="chat">
  392. <ol>{block:Lines}
  393. <li class="line {Alt}">
  394. {block:Label}
  395. <span class="label">
  396. {Label}</span>
  397. {/block:Label}{Line}</li>
  398. {/block:Lines}
  399. </ol></div>
  400. {/block:Chat}
  401.  
  402. {block:Photo}
  403. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  404. {/block:Photo}
  405.  
  406. {block:Photoset}
  407. {Photoset-400}
  408. {/block:Photoset}
  409.  
  410. {block:Video}
  411. {Video-500}
  412. {/block:Video}
  413.  
  414. {block:Audio}
  415. <div class="player">{AudioPlayerWhite}</div>
  416. <div class="audioinfo">
  417. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  418. </div>
  419. {/block:Audio}
  420.  
  421. {block:Answer}
  422. <div class="q">
  423. <div class="as">{Asker} said: </div>
  424. {Question}</div>
  425. <div class="a">{Answer}</div>
  426. {/block:Answer}
  427.  
  428. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  429.  
  430. {block:Date}
  431. <div id="permalink">
  432. <a href="{Permalink}"><b>{12Hour}:{Minutes} {AmPm}</b></a>{block:NoteCount}+ {NoteCount}{/block:NoteCount}&nbsp;&nbsp;&nbsp;<a href="{ReblogUrl}">reblog</a>
  433. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  434. </div>
  435. {/block:Date}
  436.  
  437.  
  438.  
  439. </div>
  440.  
  441.  
  442. {block:PostNotes}
  443. <div class="pagenotes">
  444. {PostNotes}
  445. </div>
  446. {/block:PostNotes}
  447.  
  448.  
  449. {/block:Posts}
  450.  
  451. <div id="pagination">
  452. {block:Pagination}
  453. {block:PreviousPage}
  454. <a href="{PreviousPage}">&larr; previous </a>
  455. {/block:PreviousPage}
  456.  
  457.  
  458. {block:NextPage}
  459. <a href="{NextPage}">next &rarr;</a>
  460. {/block:NextPage}
  461. {/block:Pagination}
  462. </div>
  463.  
  464.  
  465.  
  466. </div>
  467.  
  468. </div>
  469.  
  470. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  471. <a href="http://izzysthemcs.tumblr.com/"><big>♥</big></a>
  472. </div>
  473.  
  474. {block:ContentSource}
  475. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  476. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  477. {/block:SourceLogo}
  478. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  479. {/block:ContentSource}
  480.  
  481. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement