keciasthemes

theme 04: asschlinthemes

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