keciasthemes

theme 12 -asschlinthemes

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