Advertisement
polymanica

theme06

Aug 28th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. Codes by artificialrogue.tumblr.com
  8. Please do not remove credits or claim them as your own!
  9. You are free to edit though.
  10.  
  11. -->
  12.  
  13. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <link rel="shortcut icon" href="{Favicon}" />
  17.  
  18. <meta name="image:Sidebar" content="/" />
  19.  
  20. <meta name="if:Disable Captions" content="0" />
  21.  
  22. <meta name="color:Background" content="#FFFFFF" />
  23. <meta name="color:Border" content="#ededed" />
  24. <meta name="color:Font" content="#000000" />
  25. <meta name="color:Link" content="#333333" />
  26. <meta name="color:Hover" content="#666666" />
  27. <meta name="color:Heart" content="#F03C54" />
  28.  
  29. <meta name="text:Link 1" content="Link 1" />
  30. <meta name="text:Link 1 URL" content="/Link 1 URL" />
  31. <meta name="text:Link 2" content="Link 2" />
  32. <meta name="text:Link 2 URL" content="/Link 2 URL" />
  33. <meta name="text:Link 3" content="Link 3" />
  34. <meta name="text:Link 3 URL" content="/Link 3 URL" />
  35. <meta name="text:Link 4" content="Link 4" />
  36. <meta name="text:Link 4 URL" content="/Link 4 URL" />
  37.  
  38. <style type="text/css">
  39.  
  40. body {
  41. background-color: {color:Background};
  42. font-family: helvetica, arial;
  43. color:{color:Font};
  44. font-size: 11px;
  45. line-height: 1.2;
  46. }
  47.  
  48. ::-webkit-scrollbar {
  49. width: 6px;
  50. height: 6px;
  51. background-color: {color:Background};
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. background-color: {color:Border};
  56. }
  57.  
  58. a {
  59. text-decoration: none;
  60. color:{color:Link};
  61. -webkit-transition: 0.5s ease-in-out;
  62. -moz-transition: all 0.5s ease-in-out;
  63. -o-transition: all 0.5s ease-in-out;
  64. }
  65.  
  66. a:hover {
  67. color: {color:Hover};
  68. -webkit-transition: 0.5s ease-in-out;
  69. -moz-transition: all 0.5s ease-in-out;
  70. -o-transition: all 0.5s ease-in-out;
  71. }
  72.  
  73. small, sub, sup {
  74. font-size: 9px;
  75. }
  76.  
  77. big {
  78. font-size: 11px;
  79. }
  80.  
  81. pre {
  82. overflow: auto;
  83. max-width: 99.99%;
  84. padding: 0px;
  85. }
  86.  
  87. #sidebar {
  88. width: 220px;
  89. position: fixed;
  90. float: left;
  91. left: 0px;
  92. top: 0px;
  93. height: 100%;
  94. text-align: center;
  95. padding: 25px;
  96. border-right: 1px solid {color:Border};
  97. }
  98.  
  99. #sidebar #sidebarimg {
  100. width: 100px;
  101. height: 100px;
  102. padding: 3px;
  103. -webkit-border-radius: 100px;
  104. -moz-border-radius: 100px;
  105. border-radius: 100px;
  106. top: 150px;
  107. position: relative;
  108. }
  109.  
  110. #sidebar .desc .sidelinks {
  111. text-align: center;
  112. font-family: tahoma;
  113. text-transform: lowercase;
  114. font-size: 11px;
  115. line-height: 1.3;
  116. padding-bottom: 5px;
  117. padding-top: 4px;
  118. text-decoration: none;
  119. }
  120.  
  121. #sidebar .desc .sidelinks a {
  122. margin-right: 3px; margin-left: 3px;
  123. border-bottom: 1px dotted {color:Link};
  124. padding: 1px;
  125. text-decoration: none;
  126. }
  127.  
  128. #sidebar .desc {
  129. color:{color:Font};
  130. text-align: justify;
  131. padding: 3px;
  132. font-family: tahoma;
  133. position: relative;
  134. top: 150px;
  135. }
  136.  
  137. #sidebar .desc a {
  138. text-decoration: underline;
  139. color:{color:Font};
  140. }
  141.  
  142. #sidebar .desc .pagi {
  143. text-align: center;
  144. padding: 8px;
  145. color:{color:Font};
  146. font-size: 10px;
  147. font-family: verdana;
  148. text-decoration: none;
  149. }
  150.  
  151. #sidebar .desc .pagi a {
  152. color:{color:Font};
  153. text-decoration: none;
  154. }
  155.  
  156. #sidebar .desc .pagi a:hover {
  157. color:{color:Hover};
  158. }
  159.  
  160. #container {
  161. position: absolute;
  162. left: 350px;
  163. top: 15px;
  164. }
  165.  
  166. #post {
  167. background-color:{color:Background};
  168. width: 500px;
  169. padding: 10px 10px 6px 10px;
  170. margin-bottom: 70px;
  171. color:{color:Font};
  172. }
  173.  
  174. #post a {
  175. color:{color:Link};
  176. }
  177.  
  178. #post a:hover {
  179. color:{color:Hover};
  180. }
  181.  
  182. #subject {
  183. font-family: verdana;
  184. text-align: center;
  185. font-size: 13px;
  186. letter-spacing: 1px;
  187. word-spacing: 2px;
  188. padding-top: 0px;
  189. margin-left: 1px; margin-right: 1px;
  190. text-transform: uppercase;
  191. line-height: 1.1;
  192. }
  193.  
  194. #subject a {
  195. text-decoration: none;
  196. color:{color:Link};
  197. }
  198.  
  199. .postbody {
  200. font-size: 10px;
  201. }
  202.  
  203. .postbody img {
  204. max-width: 100%;
  205. height: auto;
  206. }
  207.  
  208. blockquote {
  209. border-left: 1px dotted {color:Border};
  210. margin-left: 15px;
  211. padding: 0px 5px 0px 25px;
  212. }
  213.  
  214. blockquote img {
  215. max-width: 100%;
  216. height: auto;
  217. }
  218.  
  219. #quote {
  220. font-size: 13px;
  221. font-family: tahoma;
  222. color:{color:Font};
  223. text-align: center;
  224. margin-left: 20px;
  225. margin-right: 20px;
  226. line-height: 1.2;
  227. -webkit-transform: rotate(-0.1deg);
  228. -moz-transform: rotate(-0.1deg);
  229. -o-transform: rotate(-0.1deg);
  230. -ms-transform: rotate(-0.1deg);
  231. }
  232.  
  233. .quotesource {
  234. text-align: left;
  235. font-size: 10px;
  236. color:{color:Font};
  237. margin-top: 15px;
  238. margin-bottom: 5px;
  239. }
  240.  
  241. .caption {
  242. {block:ifNotDisableCaptions}
  243. font-size: 10px;
  244. color:{color:Font};
  245. padding: 1px 0px 0px 0px;
  246. {/block:ifNotDisableCaptions}
  247. {block:ifDisableCaptions}display: none;{/block:ifDisableCaptions}
  248. }
  249.  
  250. .caperma {
  251. {block:ifDisableCaptions}
  252. font-size: 10px;
  253. color:{color:Font};
  254. padding: 1px 0px 1px 0px;
  255. {/block:ifDisableCaptions}
  256. {block:ifNotDisableCaptions}display: none;{/block:ifNotDisableCaptions}
  257. }
  258.  
  259. .caption img, .caperma img {
  260. max-width: 100%;
  261. height: auto;
  262. }
  263.  
  264. .caption a, .caperma a {
  265. border-bottom: 1px dotted {color:Link};
  266. }
  267.  
  268. .caption a:hover, .caperma a:hover {
  269. border-bottom: 1px dotted {color:Hover};
  270. }
  271.  
  272. #ask {
  273. font-weight: normal;
  274. text-align: justify;
  275. font-family: tahoma;
  276. margin-left: 60px;
  277. margin-top: 3px;
  278. min-height: 50px;
  279. }
  280.  
  281. .asker {
  282. font-weight: bold;
  283. }
  284.  
  285. .askerimg img {
  286. position: absolute;
  287. overflow: hidden;
  288. padding: 5px;
  289. }
  290.  
  291. .answer {
  292. text-align: left;
  293. font-size: 10px;
  294. }
  295.  
  296. .answer img {
  297. max-width: 100%;
  298. height: auto;
  299. }
  300.  
  301. .audio {
  302. position: relative;
  303. display: inline-block;
  304. }
  305.  
  306. .audioplayer {
  307. background-color: black;
  308. width: 80px;
  309. height: 80px;
  310. opacity: .2;
  311. filter: alpha(opacity=10);
  312. -moz-opacity: 0.1;
  313. -khtml-opacity: 0.1;
  314. position: absolute;
  315. transition: opacity .8s ease-in-out;
  316. -moz-transition: opacity .8s ease-in-out;
  317. -webkit-transition: opacity .8s ease-in-out;
  318. left: 10px;
  319. top: 10px;
  320. }
  321.  
  322. .audioplayer:hover {
  323. opacity: .7;
  324. filter: alpha(opacity=70);
  325. -moz-opacity: 0.7;
  326. -khtml-opacity: 0.7;
  327. transition: opacity .8s ease-in-out;
  328. -moz-transition: opacity .8s ease-in-out;
  329. -webkit-transition: opacity .8s ease-in-out;
  330. }
  331.  
  332. .audioplayer1 {
  333. position: relative;
  334. width: 30px;
  335. height: 30px;
  336. overflow: hidden;
  337. left: 25px;
  338. top:26px;
  339. }
  340.  
  341. .albumart {
  342. position: absolute;
  343. overflow: hidden;
  344. }
  345.  
  346. .albumart img {
  347. width: 100px;
  348. height: 100px;
  349. }
  350.  
  351. .audioinfo {
  352. margin-top: 20px;
  353. width: auto;
  354. display: inline-block;
  355. min-height: 80px;
  356. margin-left: 110px;
  357. font-family: tahoma;
  358. text-transform: capitalize;
  359. font-size: 11px;
  360. }
  361.  
  362. .label {
  363. font-weight: bold;
  364. font-family: tahoma;
  365. }
  366.  
  367. #info {
  368. font-weight: normal;
  369. width: 500px;
  370. margin-top: 4px;
  371. padding-bottom: 3px;
  372. text-align: center;
  373. font-family: verdana;
  374. font-size: 11px;
  375. }
  376.  
  377. #info a {
  378. line-height: 1.2;
  379. }
  380.  
  381. .info {
  382. overflow: hidden;
  383. color: {color:Font};
  384. }
  385.  
  386. .info a {
  387. color:{color:Font};
  388. }
  389.  
  390. .tags {
  391. text-align: center;
  392. color:{color:Link};
  393. margin-top: 3px;
  394. display: inline;
  395. }
  396.  
  397. .tags a {
  398. color:{color:Link};
  399. }
  400.  
  401. .tags a:hover {
  402. color:{color:Hover};
  403. }
  404.  
  405. #permanotes {
  406. text-transform: lowercase;
  407. width: 500px;
  408. padding-top: 10px;
  409. text-align: left;
  410. font-family: arial;
  411. }
  412.  
  413. #permanotes ul, ol.notes {
  414. list-style-type: none;
  415. list-style: none;
  416. margin: 0; padding: 0;
  417. font-family: arial;
  418. }
  419.  
  420. #permanotes li {
  421. list-style-type: none;
  422. list-style: none;
  423. display: block;
  424. font-family: arial;
  425. }
  426.  
  427. #permanotes img, #permanotes img.avatar {
  428. display: yes;
  429. }
  430.  
  431. .source {
  432. display: none;
  433. }
  434.  
  435. .cred {
  436. position:fixed;
  437. bottom: 3px;
  438. right: 5px;
  439. color:{color:Font};
  440. font-size: 11px;
  441. }
  442.  
  443.  
  444. </style>
  445.  
  446. </head>
  447. <body>
  448.  
  449. <div class="cred"><a href="http://artificialrogue.tumblr.com/">✿</a></div>
  450.  
  451. <div id="sidebar">
  452.  
  453. {block:ifSidebarImage}<a href="/" title="{Title}"><img src="{image:Sidebar}" id="sidebarimg"></a>{/block:ifSidebarImage}
  454.  
  455. <div class="desc">
  456.  
  457. <div class="sidelinks"><a href="/">index</a> <a href="/archive">archive</a> <a href="/ask">message</a> <a href="/submit">submit</a></div>
  458.  
  459. {block:Description}{Description}{/block:Description}
  460.  
  461. <div class="sidelinks">
  462.  
  463. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3} {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  464.  
  465. </div>
  466.  
  467. {block:Pagination}
  468. <div class="pagi">{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
  469. {CurrentPage} of {TotalPages} {block:NextPage}
  470. <a href="{NextPage}">+</a>{/block:NextPage}</div>
  471. {/block:Pagination}
  472.  
  473. </div>
  474.  
  475. </div>
  476.  
  477. <div id="container">
  478.  
  479. {block:Posts}
  480.  
  481. {block:ContentSource}
  482. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  483. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  484. {/block:SourceLogo}
  485. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  486. {/block:ContentSource}
  487.  
  488. <!-- {block:NoRebloggedFrom}
  489. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  490. {/block:NoRebloggedFrom} -->
  491.  
  492. <div id="post">
  493.  
  494. {block:Text}{block:Title}<div id="subject">{Title}</div>{/block:Title}
  495. <div class="postbody">{Body}</div>
  496. {/block:Text}
  497.  
  498. {block:Photo}
  499. <center><img src="{PhotoURL-500}" align="center" /></center>
  500. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  501. {/block:Photo}
  502.  
  503. {block:PhotoSet}{PhotoSet-500}
  504. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PhotoSet}
  505.  
  506. {block:Quote}
  507. <div id="quote">{Quote}</div>
  508. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  509. {/block:Quote}
  510.  
  511. {block:Link}
  512. <div id="subject"><a href="{URL}" target="{Target}">{Name}</a></div>
  513. {block:Description}<div class="caption">{Description}</div>{block:Description}
  514. {/block:Link}
  515.  
  516. {block:Chat}
  517. {block:Title}<div id="subject">{Title}</div>{/block:Title}
  518. {block:Lines}{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}<br>{/block:Lines}
  519. {/block:Chat}
  520.  
  521. {block:Audio}
  522. {block:AudioPlayer}
  523. <div class="audio">
  524. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" border="0" /></div>{/block:AlbumArt}
  525.  
  526. <div class="audioplayer"><div class="audioplayer1">{AudioPlayerBlack}</div></div>
  527.  
  528. <div class="audioinfo">
  529.  
  530. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  531. {block:Artist}{Artist}{/block:Artist}<br/>
  532. {block:Album}{Album}{/block:Album}<br/>
  533. {PlayCountWithLabel}
  534.  
  535. </div>
  536.  
  537. </div>
  538. {/block:AudioPlayer}
  539.  
  540. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  541.  
  542. {/block:Audio}
  543.  
  544. {block:Video}
  545. {Video-500}
  546. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  547. {/block:Video}
  548.  
  549. {block:Answer}
  550. <span class="askerimg"><img src="{AskerPortraitURL-48}" /></span>
  551. <div id="ask"><span class="asker">{Asker} said:</span><br>{Question}</div>
  552. <div class="answer">{Answer}</div>
  553. {/block:Answer}
  554.  
  555. {block:PermalinkPage}
  556. {block:Caption}<div class="caperma">{Caption}</div>{/block:Caption}
  557. {/block:PermalinkPage}
  558.  
  559. <div id="info">
  560.  
  561. <div class="info">
  562.  
  563. {block:Date}
  564. <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
  565. {/block:Date}
  566.  
  567. {block:NoteCount}
  568. <font color="{color:Heart}">♥</font><a href="{Permalink}">{NoteCount}</a>
  569. {/block:NoteCount}
  570. {block:RebloggedFrom}
  571. <a href="{ReblogRootURL}">©{ReblogRootName}</a>
  572. {/block:RebloggedFrom}
  573.  
  574. </div>
  575.  
  576. {block:HasTags}
  577. {block:Tags}&nbsp;<div class="tags"><a href="{TagURL}">#{Tag}</a></div>&nbsp;{/block:Tags}
  578. {/block:HasTags}
  579.  
  580. {block:PermalinkPage}
  581. {block:PostNotes}
  582. <div id="permanotes">{PostNotes-16}</div>
  583. {/block:PostNotes}
  584. {/block:PermalinkPage}
  585.  
  586. </div>
  587. </div>
  588. {/block:Posts}
  589. </div>
  590.  
  591. </body>
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement