Advertisement
keciasthemes

THEME 01 - asschlinthemes

Apr 18th, 2014
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!----------------------
  5. (ノ◕‿◕)ノ~『✧~*ASSCHLIN'S THEMES*~✧』
  6. ---------------------------->
  7.  
  8.  
  9. <head>
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18. <!-- DEAFULT VARIABLES -->
  19. <meta name="color:entry" content="#FFFFFF" />
  20. <meta name="color:link" content="#888888" />
  21. <meta name="color:link hover" content="#AAAAAA" />
  22. <meta name="color: accent" content="#AAAAAA" />
  23. <meta name="color:text" content="#AAAAAA" />
  24. <meta name="text:Nav Link 1" content="home">
  25. <meta name="text:Nav Link 1 Url" content="/">
  26. <meta name="text:Nav Link 2" content="ask">
  27. <meta name="text:Nav Link 2 Url" content="/ask">
  28. <meta name="text:Nav Link 3" content="link">
  29. <meta name="text:Nav Link 4" content="desc">
  30. <meta name="text:Nav Link 5" content="link">
  31. <meta name="text:Nav Link 5 Url" content="/">
  32.  
  33. <meta name="image: sidebar" content="" />
  34.  
  35. </head>
  36. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <!--jquery-->
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42. <script>
  43.  
  44. (function($){
  45.  
  46. $(document).ready(function(){
  47.  
  48. $("a[title]").style_my_tooltips({
  49.  
  50. tip_follows_cursor:true,
  51.  
  52. tip_delay_time:30,
  53.  
  54. tip_fade_speed:300,
  55.  
  56. attribute:"title"
  57.  
  58. });
  59.  
  60. });
  61.  
  62. })(jQuery);
  63.  
  64. </script>
  65.  
  66. <script>
  67. $(document).ready(function(){
  68. $("#dropdown").click(function(){
  69. $("#links").slideToggle("slow");
  70. });
  71. });
  72. </script>
  73. <style type="text/css">
  74.  
  75.  
  76. ::-webkit-scrollbar-thumb{
  77. background-color: transparent;
  78. border: 2px solid transparent;
  79. height:auto;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:auto;
  84. width:0px;
  85. background-color: transparent;
  86. border:5px solid transparent;
  87. }
  88.  
  89. #s-m-t-tooltip {
  90. max-width: 300px;
  91. margin-top: 10px;
  92. margin-left: 10px;
  93. display: inline-block;
  94. letter-spacing: 0px;
  95. font-size: 11px;
  96. color: #ababab;
  97. background: #ffffff;
  98. text-align: center;
  99. padding: 6px;
  100. padding-top: 3px;
  101. padding-bottom: 3px;
  102. font-family: helvetica;}
  103.  
  104. body {
  105. text-align:justify;
  106. font-family:arial;
  107. font-size:9px;
  108. background-color:{color:background};
  109. color:#000;
  110. }
  111.  
  112. a:link, a:visited {
  113. text-decoration: none;
  114. -webkit-transition: 0.3s linear;
  115. -moz-transition: 0.3s linear;
  116. -o-transition: 0.3s linear;
  117. transition: 0.3s linear;
  118. color:#000;
  119. }
  120.  
  121. a:hover {
  122. color:{color:link hover};
  123. -webkit-transition: 0.3s linear;
  124. -moz-transition: 0.3s linear;
  125. -o-transition: 0.3s linear;
  126. transition: 0.3s linear;
  127. }
  128.  
  129. a:link img {
  130. border:0px;
  131. background-color:transparent
  132. }
  133.  
  134. h1 {
  135. color:#222222;
  136. font-family:arial;
  137. font-size:11px;
  138. text-transform:uppercase;
  139. letter-spacing:-0px;
  140. text-align:center;
  141. font-style:normal;}
  142.  
  143.  
  144. p {margin-top:7px; margin-bottom:7px;}
  145.  
  146. ul {list-style:square}
  147.  
  148.  
  149. #sidebar {
  150. position:fixed;
  151. left:670px;
  152. top:100px;
  153. width:250px;
  154. height:100%;
  155. background:transparent;
  156. overflow:hidden;
  157. text-align:center;}
  158.  
  159. .image {
  160. text-align:left;
  161. width:245px;
  162. }
  163.  
  164. .image img {
  165. width:245px;
  166. margin-top:-2px;
  167. margin-left:-5px;
  168. }
  169.  
  170. #dropdown {
  171. width:220px;
  172. padding:5px 10px;
  173. border-bottom:1px solid #f3f3f3;
  174. font-size:20px;
  175. font-weight:bold;
  176. line-height:20px;
  177. letter-spacing:-2px;
  178. text-transform:lowercase;
  179. color:#333;
  180. background:;
  181. margin-top:10px;
  182. margin-left:1px;
  183. -webkit-transition: 0.3s linear;
  184. -moz-transition: 0.3s linear;
  185. -o-transition: 0.3s linear;
  186. transition: 0.3s linear;
  187. }
  188.  
  189. #dropdown:hover {color:{color: accent};}
  190.  
  191.  
  192. #links {
  193. width:240px;
  194. background:#eee;
  195. display:none;
  196. position:absolute;
  197. font-family:helvetica;
  198. font-size:9px;
  199. margin-left:1px;
  200. letter-spacing:1px;
  201. text-transform:lowercase;
  202. text-align:left;
  203. border-bottom:1px solid #f3f3f3;
  204. border-top:0px;}
  205.  
  206. #links a {
  207. padding:5px 10px;
  208. border-bottom:1px solid #f3f3f3;
  209. display:block;}
  210.  
  211. #links a:last-of-type {border-bottom:0px;}
  212. #links a:hover {background:{color: accent};;color:#333333;}
  213.  
  214.  
  215.  
  216. #description {
  217. width:225px;
  218. margin-top:8px;
  219. text-align:justify;
  220. font-weight:normal;
  221. background-color:#f3f3f3;
  222. color:;
  223. line-height:170%;
  224. font-family:helvetica;
  225. font-size:9px;
  226. font-weight:normal;
  227. letter-spacing:0px;
  228. text-transform:lowercase;
  229. padding:15px;}
  230.  
  231.  
  232. #box {
  233. width:500px;
  234. text-align:justify;
  235. padding:15px;
  236. font-size: 9px;
  237. height: auto;
  238. margin-left:120px;
  239. margin-top:20px;
  240. color: #000;
  241. background-color:{color:entry};
  242. }
  243.  
  244. blockquote {
  245. margin-left:5px;
  246. padding-left:5px;
  247. border-left: 2px solid #e4e4e4
  248. }
  249.  
  250. #quote {
  251. color:{color:title};
  252. font-size:10px;
  253. text-align:center;
  254. line-height:110%;
  255. padding:10px;
  256. font-style:italic;
  257. margin-bottom:5px;
  258. }
  259.  
  260. #quotesource {
  261. font-size:9px;
  262. text-align:right;
  263. }
  264.  
  265. #quotesource a:hover {
  266. color:{color:link hover};
  267. }
  268.  
  269.  
  270.  
  271.  
  272. .chat {
  273. padding:3px;
  274. background-color:{color:background};
  275. margin-bottom:3px}
  276.  
  277.  
  278. .audio{
  279. padding:5px;
  280. background-color:{color:background};
  281. height:27px;
  282. display: block;
  283. text-align:center;}
  284.  
  285. .audiotext{
  286. height:27px;
  287. width:281px;
  288. display: table-cell;
  289. vertical-align: middle;
  290. font:italic 14px arial;
  291. letter-spacing:1px;
  292. text-transform:lowercase;}
  293.  
  294. .audiotext a:hover{
  295. color:{color:link};
  296. cursor:help;}
  297.  
  298.  
  299. #asker {
  300. font-family:arial;
  301. font-size:9px;
  302. text-transform:uppercase;
  303. letter-spacing:1px;}
  304.  
  305. #question {
  306. background-color:#f9f9f9;
  307. width:480px;
  308. padding:10px;
  309. font-family:arial;
  310. font-size:9px;
  311. text-align:justify;
  312. line-height:90%;}
  313.  
  314. #answer {
  315. background-color:#f9f9f9;
  316. width:450px;
  317. padding:16px 25px 16px 26px;
  318. font-family:arial;
  319. font-size:9px;
  320. text-align:justify;
  321. margin-top:5px;
  322. line-height:90%;}
  323.  
  324. .info {
  325. text-align:left;
  326. float:left;
  327. margin: -10px 0px 0px 0px;
  328. background-color:#ffffff;
  329. padding:3px;
  330. }
  331.  
  332. .via {
  333. text-align:right;
  334. float:right;
  335. margin:-10px 0px 0px 0px;
  336. background-color:#ffffff;
  337. padding:3px;}
  338.  
  339. .border {
  340. margin-top:30px;
  341. border-top:1px solid;
  342. width:500px;
  343. border-color:#f3f3f3;}
  344.  
  345.  
  346.  
  347. .tags {
  348. width:500px;
  349. text-align:left;
  350. opacity:.05;
  351. margin-top:10px;
  352. padding-left:5px;
  353. line-height:90%;
  354. -moz-transition-duration:1s;
  355. -webkit-transition-duration:1s;
  356. -o-transition-duration:1s;}
  357.  
  358. #box:hover .tags{
  359. opacity:1;
  360. -moz-transition-duration:1s;
  361. -webkit-transition-duration:1s;
  362. -o-transition-duration:1s;}
  363.  
  364. ol.notes, .notes li {padding:2px;list-style:none; margin-top:10px;text-align:justify;}
  365. .notes img {width: 7px;padding-right:2px;}
  366.  
  367. #credit a {
  368. position:fixed;
  369. bottom:8px;
  370. right:8px;
  371. font-family:calibri;
  372. font-size:8px;
  373. color:#eee;
  374. text-transform:uppercase;
  375. background-color:#fff;
  376. padding:4px;
  377. letter-spacing:0px;}
  378.  
  379. #credit a:hover {
  380. color:#555;}
  381.  
  382. </style>
  383. <body>
  384. <div id="sidebar">
  385. <a href="/"><span class="image"><img src="{image: sidebar}"/></span></a>
  386. <div id="dropdown">{Title}</div>
  387. <div id="links">
  388. <a href="{text:Nav Link 1 Url}">{text:Nav Link 1}</a>
  389. <a href="{text:Nav Link 2 Url}">{text:Nav Link 2}</a>
  390. <a href="{text:Nav Link 3 Url}">{text:Nav Link 3}</a>
  391. <a href="{text:Nav Link 4 Url}">{text:Nav Link 4}</a>
  392. <a href="{text:Nav Link 5 Url}">{text:Nav Link 5}</a>
  393. </div>
  394. <div id="description">
  395. {Description}
  396. </div>
  397. <br>
  398. {block:Pagination}
  399. <div id="pagination">
  400. {block:PreviousPage}<a href="{PreviousPage}">next</a>{/block:PreviousPage}
  401. — {block:NextPage}<a href="{NextPage}">back</a>{/block:NextPage}
  402. </div>
  403. {/block:Pagination}
  404.  
  405. </div> <!-- sidebar -->
  406.  
  407.  
  408. <br><br>
  409. {block:Posts}
  410. <div id="box">
  411.  
  412. {block:Text}
  413. {block:Title}<h1>{title}</h1>{/block:Title}
  414. {Body}
  415. {/block:Text}
  416.  
  417. {block:Photo}
  418. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  419. {block:Caption}{Caption}{/block:Caption}
  420. {/block:Photo}
  421.  
  422. {block:Photoset}
  423. <div id="photoset">
  424. {Photoset-500}
  425. </div>
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Photoset}
  428.  
  429.  
  430. {block:Link}
  431. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  432. {block:Description}{Description}{/block:Description}
  433. {/block:Link}
  434.  
  435. {block:Chat}
  436. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  437. {block:Lines}
  438. <div class="chat">
  439. {block:Label}<b>{Label}</b>{/block:Label}
  440. {Line}<br></div>
  441. {/block:Lines}
  442. {/block:Chat}
  443.  
  444. {block:Audio}
  445. <div class="audio">
  446. <span style="float:left;">{AudioPlayerGrey}</span>
  447. <div class="audiotext">
  448. {block:TrackName}<a title="{block:Artist}by {Artist}{/block:Artist}">{TrackName}</a>{/block:TrackName}</div></div>
  449. {block:Caption}<br>{Caption}{/block:Caption}
  450. {/block:Audio}
  451.  
  452. {block:Video}
  453. {Video-500}
  454. {block:Caption}{Caption}{/block:Caption}
  455. {/block:Video}
  456.  
  457. {block:Quote}
  458. <div id="quote">{Quote}</div>
  459. <div id="quotesource">— {Source}</div>
  460. {/block:Quote}
  461.  
  462. {block:Answer}
  463. <div id="askbox">
  464. <div id="asker" align="right">{Asker} asked:</div>
  465. <div id="question">{Question}</div>
  466. <div id="answer">{Answer}</div>
  467. </div>
  468. {/block:Answer}
  469.  
  470.  
  471. <div class="border"></div>
  472. <div class="info">
  473. {block:Date}<u>{Month} {DayOfMonth}</u></a>{/block:Date}&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  474. </div>
  475.  
  476. <div class="via">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">via -</a> {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:links}">org -</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank" style="color:{color:links}">reblog</a></a>
  477. </div>
  478.  
  479. {block:HasTags}
  480. <div class="tags">
  481. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  482. {/block:HasTags}
  483.  
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. </div></div></div>
  486.  
  487. {/block:Posts}
  488.  
  489. {block:ContentSource}
  490. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  491.  
  492. <div id="credit">
  493. <a href="http://asschlinthemes.tumblr.com">KST</a>
  494. </div> <br><br><br>
  495.  
  496.  
  497. </body>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement