keciasthemes

theme 06: IGGY

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