Advertisement
keciasthemes

theme 03: asschlinthemes

Apr 21st, 2014
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. <!-- theme 03: asschlin, don't remove the credit, plz -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <head>
  6.  
  7.  
  8.  
  9.  
  10. <meta name="color:background"content="#ffffff">
  11. <meta name="color:text" content="#000000">
  12. <meta name="color:link"content="#cccccc">
  13. <meta name="color:linkhover"content="#000000">
  14. <meta name="color:sblink"content="#eeeeee">
  15. <meta name="color:sblinkhover"content="bbbbbb">
  16. <meta name="color:selectionbg"content="#eeeeee">
  17. <meta name="color:selectiontext" content="#000000">
  18. <meta name="color:scrollbar" content="#000000">
  19.  
  20. <meta name="text:link1" content="link1">
  21. <meta name="text:link1 url" content="/">
  22. <meta name="text:link2" content="link2">
  23. <meta name="text:link2 url" content="/">
  24. <meta name="text:link3" content="link3">
  25. <meta name="text:link3 url" content="/">
  26. <meta name="text:link4" content="link4">
  27. <meta name="text:link4 url" content="/">
  28. <meta name="text:link5" content="link5">
  29. <meta name="text:link5 url" content="/">
  30.  
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title>
  36.  
  37. <link rel="shortcut icon" href="{Favicon}" />
  38.  
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. </head>
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("a[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:90,
  52. tip_fade_speed:600,
  53. attribute:"title"
  54. });
  55. });
  56. })(jQuery);
  57. </script>
  58. <style type="text/css">
  59.  
  60.  
  61. body {
  62. font-family:arial;
  63. font-size:8px;
  64. letter-spacing:0px;
  65. background-color:{color:background};
  66. }
  67.  
  68.  
  69. a {
  70. color:{color:link};
  71. -webkit-transition: all 0.3s ease-out;
  72. -moz-transition: all 0.3s ease-out;
  73. -o-transition:all 0.3s ease-out;
  74. transition: all 0.3s ease-out;
  75. text-decoration:none;
  76. }
  77.  
  78. a:hover{
  79. color:{color:linkhover};
  80. text-decoration:none;
  81. -webkit-transition: all 0.3s ease-out;
  82. -moz-transition: all 0.3s ease-out;
  83. -o-transition:all 0.3s ease-out;
  84. transition: all 0.3s ease-out;
  85. }
  86.  
  87.  
  88. ::selection {
  89. background:{color:selectionbg};
  90. color:{color:selectiontext};
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height:03px;
  95. width:12px;
  96. background-color:{color:background};
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. background-color:{color:scrollbar};
  101. border: 5px solid {color:background};
  102. }
  103.  
  104.  
  105. #postcontainer{
  106. background-color:transparent;
  107. width: 500px;
  108. text-align: justify;
  109. margin-left:200px;
  110. margin-top:0px;
  111. height:100%;
  112. padding-left:-400px;
  113. }
  114.  
  115. #post {
  116. width:500px;
  117. padding-bottom:15px;
  118. padding:15px;
  119. margin-top:30px;
  120. margin-left:200px;
  121. margin-bottom:10px;
  122. font-family:arial;
  123. font-size:9px;
  124. font-style:normal;
  125. }
  126.  
  127. #post a {
  128. text-decoration:none;
  129. }
  130.  
  131.  
  132. #blogtitle {
  133. margin-left:110px;
  134. margin-bottom:0px;
  135. color:#444444;
  136. font-size:16px;
  137. font-family:'elephant';
  138. font-style:italic;
  139. letter-spacing:-1px;
  140. text-transform:lowercase;
  141. text-align:center;
  142. line-height:90%;
  143. width:130px;
  144. word-wrap: break-word;}
  145.  
  146.  
  147. #sidebar {
  148. background-color:{color:background};
  149. top: 200px;
  150. left:150px;
  151. padding:3px;
  152. height:100%;
  153. position:fixed;
  154. width:160px;
  155. text-align:right;
  156. font-size:14px;
  157. }
  158.  
  159. #description {
  160. width:150px;
  161. margin-left:80px;
  162. margin-top:5px;
  163. font-family:helvetica;
  164. text-align:right;
  165. font-size:9px;
  166. line-height:12px;
  167. letter-spacing:0px;
  168. background-color:#ffffff;
  169. padding-right:5px;
  170. border-right:2px solid #eee;}
  171.  
  172. .desc a {text-decoration:none;}
  173.  
  174. #links {
  175. color:{color:sblink};
  176. text-align:right;
  177. margin-top:5px;
  178. line-height:200%;
  179. left:260px;
  180. }
  181.  
  182.  
  183. blockquote {
  184. border-left:2px solid {color:borders};
  185. padding-left:5px;
  186. margin:5px;
  187. }
  188.  
  189. #links a{
  190. font-style:normal;
  191. font-size:9px;
  192. color:{color:sblink};
  193. padding:3px;
  194. text-align:right;
  195. }
  196.  
  197.  
  198. #links a:hover{
  199. color:{color:linkhover};
  200. text-decoration:none;
  201. }
  202.  
  203.  
  204. h1 {
  205. font-size:14px;
  206. text-align:left;
  207. font-style:normal;
  208. font-weight:bold;
  209. border-bottom:1px solid #eee;
  210. }
  211.  
  212. #asker {
  213. font-family:arial;
  214. font-size:9px;
  215. text-transform:uppercase;
  216. letter-spacing:1px;}
  217.  
  218. #question {
  219. background-color:#f9f9f9;
  220. width:480px;
  221. padding:10px;
  222. font-family:arial;
  223. font-size:9px;
  224. text-align:justify;
  225. line-height:90%;}
  226.  
  227. #answer {
  228. background-color:#f9f9f9;
  229. width:450px;
  230. padding:16px 25px 16px 26px;
  231. font-family:arial;
  232. font-size:9px;
  233. text-align:justify;
  234. margin-top:5px;
  235. line-height:90%;}
  236.  
  237. #postinfo {
  238. margin-top:0px;
  239. width:500px;
  240. padding-left:5px;
  241. padding-top:0px;
  242. line-height:100%;
  243. text-align:left;}
  244.  
  245. .tags {
  246. width:500px;
  247. text-align:left;
  248. opacity:.05;
  249. margin-top:10px;
  250. padding-left:5px;
  251. line-height:90%;
  252. -moz-transition-duration:1s;
  253. -webkit-transition-duration:1s;
  254. -o-transition-duration:1s;}
  255.  
  256. #post:hover .tags{
  257. opacity:1;
  258. -moz-transition-duration:1s;
  259. -webkit-transition-duration:1s;
  260. -o-transition-duration:1s;}
  261.  
  262. ol.notes, .notes li {padding:2px;list-style:none; margin-top:10px;text-align:justify;}
  263. .notes img {width: 7px;padding-right:2px;}
  264.  
  265.  
  266. .quote{
  267. text-transform:uppercase;
  268. font-style:normal;
  269. letter-spacing:-0.7px;
  270. padding-bottom:5px;
  271. }
  272.  
  273. .quotesource {
  274. font-size:9px;
  275. text-transform:none;
  276. font-style:italic;
  277. padding-left:310px;
  278. }
  279.  
  280. .audio{
  281. padding:5px;
  282. background-color:{color:background};
  283. height:27px;
  284. display: block;
  285. text-align:center;}
  286.  
  287. .audiotext{
  288. height:27px;
  289. width:281px;
  290. display: table-cell;
  291. vertical-align: middle;
  292. font:italic 14px arial;
  293. letter-spacing:1px;
  294. text-transform:lowercase;}
  295.  
  296. .audiotext a:hover{
  297. color:{color:link};
  298. cursor:help;}
  299.  
  300.  
  301. .user_1 .label {color:{color:text}; font-weight:bold}
  302. .user_2 .label {color:{color:link}; font-weight:bold}
  303. .user_3 .label {color:{color:text}; font-weight:bold}
  304. .user_4 .label {color:{color:link}; font-weight:bold}
  305. .user_5 .label {color:{color:text}; font-weight:bold}
  306. .user_6 .label {color:{color:link}; font-weight:bold}
  307. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  308.  
  309. #s-m-t-tooltip {
  310. font-size: 9px;
  311. max-width:300px;
  312. padding:3px 4px 2px 5px;
  313. margin:20px 0px 0px 20px;
  314. z-index:10;
  315. background:{color:background};
  316. border:1px solid {color:background};
  317. font-family:calibri;
  318. text-transform:lowercase;
  319. color:{color:link};
  320. z-index:999999999999999999999999999999999999;
  321. text-decoration:bold;
  322. }
  323.  
  324. #credit a {
  325. position:fixed;
  326. bottom:8px;
  327. right:8px;
  328. font-family:calibri;
  329. font-size:8px;
  330. color:#eee;
  331. text-transform:uppercase;
  332. background-color:transparent;
  333. padding:4px;
  334. letter-spacing:0px;}
  335.  
  336. #credit a:hover {
  337. color:#555;
  338. }
  339. </style>
  340.  
  341. <body>
  342. <div id="credit"><a href="http://asschlinthemes.tumblr.com">&hearts;</a></div>
  343. <div id="sidebar">
  344. <div id="blogtitle">{Title}</div>
  345. {block:Description}
  346. <div id="description">{Description}
  347.  
  348. <div id="links">
  349. <a href="{text:link1 url}">{text:link1}</a>
  350. <a href="{text:link2 url}">{text:link2}</a>
  351. <a href="{text:link3 url}">{text:link3}</a>
  352. <a href="{text:link4 url}">{text:link4}</a>
  353. <a href="{text:link5 url}">{text:link5}</a><br>
  354. <span style="text-align:center;left:45%;bottom:10px;">{block:Pagination}
  355. {block:PreviousPage}
  356. <a href="{PreviousPage}">-</a>
  357. {/block:PreviousPage}
  358. {block:NextPage}
  359. <a href="{NextPage}">+</a>
  360. {/block:NextPage}
  361. {/block:Pagination}
  362. </div>
  363. </div>
  364.  
  365. </div>
  366. {/block:Description}
  367.  
  368. <div id="postcontainer">
  369.  
  370. {Block:Posts}
  371.  
  372. <div id="post">
  373.  
  374. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  375.  
  376. {block:Photo}<img src="{PhotoURL-500}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  377.  
  378. {block:Quote}<div class="quote">"{Quote}"<p><div class="quotesource">--{Source}</div></div>{/block:Quote}
  379.  
  380. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  381. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  382.  
  383. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  386.  
  387. {block:Answer}
  388. <div id="askbox">
  389. <div id="question"><b>{Asker}</b> asked: {Question}</div>
  390. <div id="answer">{Answer}</div>
  391. </div>
  392. {/block:Answer}
  393.  
  394. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  395.  
  396. {block:Audio}
  397. <div class="audio">
  398. <span style="float:left;">{AudioPlayerGrey}</span>
  399. <div class="audiotext">
  400. {block:TrackName}<a title="{block:Artist}by {Artist}{/block:Artist}">{TrackName}</a>{/block:TrackName}</div></div>
  401. {block:Caption}<br>{Caption}{/block:Caption}
  402. {/block:Audio}
  403.  
  404.  
  405.  
  406. <div style="border-top:1px solid #f4f4f4; margin-top:5px; margin-bottom:5px;"></div>
  407.  
  408.  
  409. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} ― <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  410.  
  411. {block:RebloggedFrom}<a href="{ReblogParentURL}">source</a> /
  412. <a href="{ReblogRootURL}">via</a>{/block:RebloggedFrom} / <a href="{ReblogURL}" target="_blank">reblog</a>
  413.  
  414. </div>{/block:Date}
  415.  
  416. {block:HasTags}
  417. <div class="tags">
  418. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}</div>
  419. {/block:HasTags}
  420.  
  421. {block:PostNotes}{PostNotes}{/block:PostNotes}
  422. </div>
  423.  
  424. {/block:Posts}
  425.  
  426. {block:ContentSource}
  427. <!— {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}
  428.  
  429.  
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement