Advertisement
aryasnark

aryasnark - Theme 1

Feb 3rd, 2013
9,585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- theme by aryasnark oh what fun -->
  6.  
  7. <head>
  8. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=IM+Fell+English' rel='stylesheet' type='text/css'>
  15.  
  16.  
  17. <meta name="color:background" content="#ffffff">
  18. <meta name="color:bottompost bg" content="#ffffff">
  19. <meta name="color:bottompost link" content="#7a7a7a">
  20. <meta name="color:bottompost link hover" content="#7a7a7a">
  21. <meta name="color:title" content ="#4a4a4a">
  22. <meta name="color:text" content="#4a4a4a">
  23. <meta name="color:tags" content="#b6b6b6">
  24. <meta name="color:link" content="#7a7a7a">
  25. <meta name="color:link hover" content="#4a4a4a">
  26. <meta name="color:sidelink" content="#4a4a4a">
  27. <meta name="color:sidelink hover" content="#4a4a4a">
  28. <meta name="color:border" content="#f0f0f0">
  29. <meta name="color:scrollbar" content="#dfdfdf">
  30. <meta name="color:scrollbar bg" content="#ffffff">
  31.  
  32. <meta name="image:sidebar"
  33. content=""/>
  34.  
  35. <meta name="if:small posts" content="0">
  36. <meta name="if:regular posts" content="1">
  37. <meta name="text:link 1 title" content="link 1"/>
  38. <meta name="text:link 1" content="link 1"/>
  39. <meta name="text:link 2 title" content="link 2"/>
  40. <meta name="text:link 2" content="link 2"/>
  41. <meta name="text:link 3 title" content="link 3"/>
  42. <meta name="text:link 3" content="link 3"/>
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
  47. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  48. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  49. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  50.  
  51. body {
  52. margin:0px;
  53. padding:0px;
  54. font-family: 'IM Fell English', serif;
  55. font-size:10px;
  56. color:{color:text};
  57. background:{color:background};
  58. {block:ifsmallposts}
  59. font-size:9px;
  60. {/block:ifsmallposts}
  61. }
  62.  
  63. a:link, a, a:active, a:visited {
  64. text-decoration:none;
  65. color:{color:link};
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. -ms-transition: all 0.5s ease-in-out;
  70. transition: all 0.5s ease-in-out;
  71. }
  72. a:hover {
  73. color:{color:link hover};
  74. }
  75.  
  76. #post {
  77. width:500px;
  78. padding:10px;
  79. padding-top:40px;
  80. padding-bottom:50px;
  81. margin-left:575px;
  82. font-family:'IM Fell English', serif;
  83. color:{color:text};
  84. {block:ifsmallposts}
  85. width:400px;
  86. margin-left:485px;
  87. {/block:ifsmallposts}
  88. }
  89. #post a {
  90. color:{color:link};
  91. }
  92. #post a:hover {
  93. text-decoration:none;
  94. color:{color:link hover};
  95. }
  96.  
  97. h1 {
  98. font-size:14px;
  99. font-family:'IM Fell English', serif;
  100. text-transform:none;
  101. padding-left:10px;
  102. color:{color:title};
  103. {block:ifsmallposts}
  104. font-size:12px;
  105. {/block:ifsmallposts}
  106.  
  107. }
  108. h1 a {
  109. color:{color:title};
  110. text-transform:none;
  111. }
  112.  
  113. #sidebar {
  114. width:420px;
  115. margin-left:75px;
  116. margin-top:230px;
  117. position:fixed;
  118. overflow:hidden;
  119. padding:3px;
  120. background-color:{color:background};
  121. {block:ifsmallposts}
  122. width:360px;
  123. margin-left:65px;
  124. margin-top:200px;
  125. {/block:ifsmallposts}
  126. }
  127.  
  128. #blogtitle {
  129. width:300px;
  130. margin-left:55px;
  131. font-family:'IM Fell English', serif;
  132. text-transform:uppercase;
  133. font-size:14px;
  134. line-height:12px;
  135. font-weight:normal;
  136. letter-spacing:3px;
  137. text-align:center;
  138. padding:3px;
  139. {block:ifsmallposts}
  140. width:280px;
  141. font-size:12px;
  142. margin-left:40px;
  143. padding:0px;
  144. {/block:ifsmallposts}
  145. }
  146. #blogtitle a {
  147. color:{color:title};
  148. }
  149.  
  150. #sidelink {
  151. display:navigate;
  152. font-size:11px;
  153. text-align:center;
  154. font-style:italic;
  155. font-weight:lighter;
  156. letter-spacing:1px;
  157. text-transform:lowercase;
  158. font-family:'IM Fell English', serif;
  159. padding:5px 7px 5px 7px;
  160. {block:ifsmallposts}
  161. font-size:9px;
  162. {/block:ifsmallposts}
  163. }
  164. #sidelink a {
  165. color:{color:sidelink};
  166. }
  167. #sidelink a:hover {
  168. color:{color:sidelink hover};
  169. }
  170.  
  171. #description {
  172. width:300px;
  173. margin-left:55px;
  174. margin-bottom:2px;
  175. padding:5px;
  176. font-family:'IM Fell English', serif;
  177. font-size:10px;
  178. letter-spacing:1px;
  179. text-align:center;
  180. {block:ifsmallposts}
  181. width:250px;
  182. font-size:9px;
  183. padding:0px;
  184. {/block:ifsmallposts}
  185. }
  186.  
  187. #pagination {
  188. font-size:10px;
  189. font-family:'IM Fell English', serif;
  190. text-align:center;
  191. {block:ifsmallposts}
  192. font-size:9px;
  193. {/block:ifsmallposts}
  194. }
  195. #pagination a {
  196. color:{color:text};
  197. }
  198. .jump_page {
  199. padding:10px;
  200. color:{color:text};
  201. {block:ifsmallposts}
  202. padding:9px;
  203. {/block:ifsmallposts}
  204. }
  205. .current_page, .jump_page:hover {
  206. padding:10px;
  207. color:{color:text};
  208. {block:ifsmallposts}
  209. padding:9px;
  210. {/block:ifsmallposts}
  211. }
  212.  
  213. #bottompost {
  214. width:490px;
  215. margin-bottom:2px;
  216. margin-top:5px;
  217. font-family:'IM Fell English', serif;
  218. font-size:8px;
  219. text-align: center;
  220. text-transform:uppercase;
  221. letter-spacing:1px;
  222. padding:5px;
  223. border-top:1px solid {color:border};
  224. background-color:{color:bottompost bg};
  225. {block:ifsmallposts}
  226. width:390px;
  227. font-size:7px;
  228. {/block:ifsmallposts}
  229. }
  230.  
  231. #bottompost a {
  232. color:{color:bottompost link};
  233. }
  234. #bottompost a:hover {
  235. color:{color:bottompost link hover};
  236. }
  237.  
  238. #tags {
  239. font-size:8px;
  240. padding:3px;
  241. font-family:'IM Fell English', serif;
  242. text-transform: none;
  243. color:{color:tags};
  244. }
  245. #tags a {
  246. color:{color:tags};
  247. }
  248. #tags a:hover {
  249. color:{color:tags};
  250. }
  251.  
  252. .quote {
  253. font-family:'IM Fell English', serif;
  254. font-size:18px;
  255. font-style:italic;
  256. text-align:right;
  257. line-height:110%;
  258. padding-right:5px;
  259. padding-left:5px;
  260. padding-bottom:3px;
  261. {block:ifsmallposts}
  262. font-size:16px;
  263. {/block:ifsmallposts}
  264. }
  265.  
  266. #source {
  267. text-align:left;
  268. padding-left:20px;
  269. padding-right:5px;
  270. }
  271.  
  272. .audiobox {
  273. width:500px;
  274. opacity:0.5;
  275. background-color:{color:border};
  276. {block:ifsmallposts}
  277. width:400px;
  278. {/block:ifsmallposts}
  279. }
  280.  
  281. .audio {
  282. height:26px;
  283. width:26px;
  284. margin-left:237px;
  285. overflow:hidden;
  286. {block:ifsmallposts}
  287. margin-left:187px;
  288. {/block:ifsmallposts}
  289. }
  290.  
  291. .caption {
  292. text-align:left;
  293. padding-left:10px;
  294. padding-right:5px;
  295. font-family:'IM Fell English', serif;
  296. display:block;
  297. {block:ifsmallposts}
  298. padding-left:5px;
  299. {/block:ifsmallposts}
  300. }
  301. .caption img {
  302. max-width:490px;
  303. {block:ifsmallposts}
  304. max-width:390px;
  305. {/block:ifsmallposts}
  306. }
  307.  
  308. blockquote {
  309. padding-left:5px;
  310. border-left:1px solid {color:border};
  311. }
  312.  
  313. #asker {
  314. text-align:left;
  315. margin-top:0px;
  316. margin-bottom:3px;
  317. font-size:10px;
  318. {block:ifsmallposts}
  319. font-size:9px;
  320. {/block:ifsmallposts}
  321. }
  322.  
  323. #asked, #asker a {
  324. font-size:14px;
  325. font-style:italic;
  326. font-family:'IM Fell English', serif;
  327. letter-spacing:0px;
  328. background:none;
  329. border-bottom:none;
  330. {block:ifsmallposts}
  331. font-size:12px;
  332. {/block:ifsmallposts}
  333. }
  334.  
  335. #asker a:hover {
  336. color:{color:link hover};
  337. }
  338.  
  339.  
  340. ol.notes {
  341. padding-left:620px;
  342. padding-bottom:2%;
  343. width:450px;
  344. text-align:left;
  345. list-style-type:lower-roman;
  346. {block:ifsmallposts}
  347. width:350px;
  348. padding-left:535px;
  349. {/block:ifsmallposts}
  350. }
  351.  
  352. ol.notes li.note{
  353. border-bottom:1px solid {color:border};
  354. padding:2%;
  355. }
  356.  
  357. ol.notes li.note img.avatar{
  358. width:0px;
  359. height:0px;}
  360.  
  361. #credit {
  362. text-transform:lowercase;
  363. position:fixed;
  364. right:7px;
  365. bottom:7px;
  366. text-align:center;
  367. font-size:9px;
  368. letter-spacing:1px;
  369. font-family:'IM Fell English', serif;
  370. opacity:.60;
  371. width:30px;
  372. }
  373.  
  374.  
  375.  
  376.  
  377.  
  378. </style></head><body>
  379. <div id="credit"><a href="http://aryasnark.tumblr.com/">credit</a></div>
  380. <div id="sidebar">
  381. <table>
  382. <tr>
  383. {block:ifregularposts}
  384. <td width="430" background="{image:sidebar}" style="background-repeat:no-repeat;background-size:420px">{/block:ifregularposts}
  385. {block:ifsmallposts}
  386. <td width="370" background="{image:sidebar}" style="background-repeat:no-repeat;background-size:360px;">{/block:ifsmallposts}
  387. <div id="blogtitle"><a href="/">{Title}</a></div>
  388. <div id="sidelink">
  389. <a href="/ask">write</a>&nbsp;&nbsp;.&nbsp;
  390. <a href="/archive">explore</a>
  391. {block:iflink1}&nbsp;.&nbsp;&nbsp;<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  392. {block:iflink2}&nbsp;.&nbsp;&nbsp;<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  393. {block:iflink3}&nbsp;.&nbsp;&nbsp;<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  394. </div>
  395. <div id="description">{block:Description}{Description}{/block:Description}</div>
  396. <br>
  397. <br>
  398. <div id="pagination">
  399. {block:IndexPage}
  400. {block:Pagination}
  401. {block:PreviousPage}
  402. <a href="{PreviousPage}">☜</a>&nbsp;&nbsp;&nbsp;
  403. {/block:PreviousPage}
  404. {block:JumpPagination length="4"}
  405. {block:CurrentPage}<span class="current_page"><font color = "000000">{PageNumber}</font></span>{/block:CurrentPage}
  406. {block:JumpPage}<a class="jump_page" href="{URL}"><font color = "000000">{PageNumber}</font></a>{/block:JumpPage}
  407. {/block:JumpPagination}
  408. {block:NextPage}
  409. &nbsp;&nbsp;&nbsp;<a href="{NextPage}">☞</a>
  410. {/block:NextPage}
  411. {/block:Pagination}
  412. {/block:IndexPage}
  413. </div>
  414. </td></tr>
  415. </table>
  416. </div>
  417.  
  418. {block:Posts}
  419. <div id="post">
  420.  
  421. {block:Text}
  422. {block:Title}<h1>{Title}</h1>{/block:Title}
  423. {Body}
  424. {/block:Text}
  425.  
  426.  
  427. {block:Photo}
  428. {block:ifsmallposts}
  429. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  430. {/block:ifsmallposts}
  431. {block:ifregularposts}
  432. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  433. {/block:ifregularposts}
  434. {block:Caption}
  435. <span class="caption">{Caption}</span>
  436. {/block:Caption}
  437. {/block:Photo}
  438.  
  439.  
  440. {block:Photoset}
  441. {block:ifregularposts}
  442. {Photoset-500}
  443. {/block:ifregularposts}
  444. {block:ifsmallposts}
  445. {Photoset-400}
  446. {/block:ifsmallposts}
  447. {block:Caption}
  448. <span class="caption">{Caption}</span>
  449. {/block:Caption}
  450. {/block:Photoset}
  451.  
  452. {block:Quote}
  453. <div class="quote">❝ {Quote} ❞</div>
  454. {block:Source}
  455. <div id="source">—— {Source}</div>
  456. {/block:Source}
  457. {/block:Quote}
  458.  
  459.  
  460. {block:Link}
  461. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  462. {block:Description}
  463. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  464. {/block:Description}
  465. {/block:Link}
  466.  
  467.  
  468. {block:Chat}
  469. {block:Title}<h1>{Title}</h1>{/block:Title}
  470. {block:Lines}
  471. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  472. {/block:Lines}
  473. {/block:Chat}
  474.  
  475.  
  476. {block:Audio}
  477. <div class="audiobox"><div class="audio"><center>{AudioPlayerWhite}</center></div></div><div style="border-top:2px solid {color:#f5f5f5};"></div>
  478. {block:Caption}
  479. <span class="caption">{Caption}</span>
  480. {/block:Caption}
  481. {/block:Audio}
  482.  
  483.  
  484. {block:Video}
  485. {Video-500}
  486. {block:Caption}
  487. <span class="caption">{Caption}</span>
  488. {/block:Caption}
  489. {/block:Video}
  490.  
  491.  
  492. {block:Answer}
  493.  
  494. <div id="asker">{Asker} <font id="asked">asked:</font>
  495. <br><center>{Question}</center></div>
  496. <p style="border-top:1px solid {color:border};"><font style="margin-left:5px;margin-right:5px;">{Answer}</font></p>
  497. {/block:Answer}
  498.  
  499.  
  500. {block:IndexPage}
  501. <div id="bottompost"><a href="{Permalink}"title="{NoteCountWithLabel}">{DayOfWeek}, {DayOfMonth}{DayOfMonthSuffix} of {Month}</a></span><br><div id="tags">{block:HasTags}{block:Tags}
  502. <span style="opacity:0.5;">#</span><a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}</div></div>
  503. {/block:IndexPage}
  504.  
  505.  
  506. {block:PermalinkPage}
  507. <div id="bottompost">
  508. {block:Date}{DayOfWeek}, {DayofMonth} of {Month}, {Year}{/block:Date}
  509. <font style="text-transform:lowercase;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  510. {block:ContentSource}<br>by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} &nbsp; via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a></font><br>
  511. <div id="tags">{block:HasTags}{block:Tags}<span style="opacity:0.5;">#</span><a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}{/block:HasTags}
  512. </div>
  513. {/block:PermalinkPage}
  514.  
  515. </div>
  516. </div>
  517. {/block:Posts}
  518.  
  519. {block:PermalinkPage}
  520. {block:PostNotes}
  521. <div id="notes">{PostNotes}</div>
  522. {/block:PostNotes}
  523. {/block:permalinkpage}
  524.  
  525.  
  526. </body>
  527. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement