Advertisement
realjunko

Puella Magi theme

Feb 9th, 2014
1,722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8.  
  9. <!---puella magi theme by jolyene
  10. i dont mind if you move the credit but credit me somewhere!
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  16. <meta name="color:DescriptionText" content="#b8b8b8"/>
  17. <meta name="color:LinksHover" content="#fca3c5" />
  18. <meta name="color:Border" content="#dddddd"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:ScrollbarBg" content="#ffffff"/>
  22. <meta name="color:Post Links" content="#c0bfbf"/>
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="image:Background" content=""/>
  25. <meta name="text:Sideimg left" content="0"/>
  26. <meta name="text:Sideimg Bottom" content="0"/>
  27.  
  28.  
  29. <meta name="color:Ask Text" content="#c4c4c4" />
  30. <meta name="color:Ask Asker" content="#cebfe0" />
  31. <meta name="text:Link 1" content="" />
  32.  
  33. <meta name="text:Link 2" content="" />
  34.  
  35. <meta name="text:Link 3" content="" />
  36. <meta name="image:Side Image" content=""/>
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="if:Show Link 3" content="1" />
  40. <meta name="if:show captions" content="0">
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46.  
  47.  
  48.  
  49. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. height:auto;
  53. background-color:{color:Scrollbar};
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. height:9px;
  58. width:4px;
  59. background-color:{color:ScrollbarBg};
  60. }
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:calibri;
  67. font-size:10px;
  68. line-height:100%;
  69. letter-spacing:0px;
  70. text-align:justify;
  71. background-image:url('{image:Background}');
  72.  
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:{color:Post Links};
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. h1 {
  97. font-size:8px;
  98. letter-spacing:2px;
  99. text-transform:uppercase;
  100. font-family:'CAMBRIA';
  101. font-style:none;
  102. line-height:10px;
  103. text-align:left;
  104. padding:0px;
  105. }
  106.  
  107. a:hover {
  108. color:#000000;
  109. -moz-transition-duration:0.3s;
  110. -webkit-transition-duration:0.3s;
  111. -o-transition-duration:0.3s;
  112. }
  113.  
  114.  
  115. /*ENTRIES*/
  116.  
  117. #entries {
  118. padding:10px;
  119. width:400px;
  120. margin-left:402px;
  121. margin-top:5px;
  122. font-size:10px;
  123. font-family:'arial';
  124. letter-spacing:0px;
  125. }
  126.  
  127. #post {
  128. width:400px;
  129. padding-bottom:40px;
  130. padding:25px;
  131. margin-top:50px;
  132. }
  133.  
  134. #wrapper #content .post .link a:hover {
  135. color: {Color:LinksHover};
  136. }
  137.  
  138. /*SIDEBAR*/
  139.  
  140. #sidebar {
  141. position:fixed;
  142. margin-left:100px;
  143. margin-top:80px;
  144. margin-left:170px;
  145. }
  146. #wrapper #sidebar #top #description a:hover {
  147. color: {Color:LinksHover};
  148. -webkit-transition: all 0.2s ease-in-out;
  149. }
  150.  
  151.  
  152. #sidebarimage {
  153. width 100px;
  154. }
  155.  
  156. #sidebarimage img {
  157. width:100px;
  158. margin-top:164px;
  159. padding:3px;
  160. margin-left:-35px;
  161. }
  162.  
  163. #sidebarimage img:hover {
  164. opacity:0.7;
  165. -moz-transition-duration:0.6s;
  166. -webkit-transition-duration:0.6s;
  167. -o-transition-duration:0.6s;
  168. }
  169. #wrapper #content .post .copy a:hover {
  170. -webkit-transition: all 0.2s ease-in-out;
  171. color: {Color:LinksHover};
  172. text-decoration: strike;
  173. }
  174.  
  175. .links {
  176. width:152px;
  177. font-family:'bitxmap';
  178. padding: 4px;
  179. text-align:center;
  180. text-transform:uppercase;
  181. position:fixed;
  182. margin-top:7px;
  183. margin-left:-60px;
  184. }
  185.  
  186. .links a {
  187. width:94px;
  188. padding:3px;
  189. font-size:8px;
  190. letter-spacing:0px;
  191. color:{color:Sidebar Links};
  192. }
  193.  
  194. .links a:hover {
  195. -moz-transition-duration:0.3s;
  196. -webkit-transition-duration:0.3s;
  197. -o-transition-duration:0.3s;
  198. color:{color:Hover};
  199. }
  200.  
  201. #description {
  202. text-align:center;
  203. font-family:'bitxmap';
  204. width:110px;
  205. margin-top:7px;
  206. margin-left:25px;
  207. font-size:9px;
  208. position:fixed;
  209. text-transform:none;
  210. color:{color:DescriptionText};
  211. }
  212.  
  213.  
  214. #wrapper #content .post .link a:hover {
  215. color: {Color:LinksHover};
  216. }
  217.  
  218. /*POST INFO*/
  219.  
  220. #info {
  221. width:200px;
  222. text-align:left;
  223. font-family:'trebuchet ms';
  224. margin-top:3px;
  225. margin-left:px;
  226. letter-spacing:1px;
  227. font-size:7px;
  228. font-style:none;
  229. padding:1px;
  230. line-height:10px;
  231. text-transform:uppercase;
  232. border-top:1px solid;
  233. border-color:{color:Border};
  234. }
  235.  
  236. #info a {
  237. text-align:center;
  238. color:{color:Post Links};
  239. }
  240.  
  241. #info a:hover {
  242. -moz-transition-duration:0.3s;
  243. -webkit-transition-duration:0.3s;
  244. -o-transition-duration:0.3s;
  245. color:{color:Hover}
  246. }
  247.  
  248. #tags {
  249. float:left;
  250. width:189px;
  251. margin-top:-7px;
  252. margin-left:-5px;
  253. text-align:left;
  254. font-size:7px;
  255. padding:5px;
  256. font-size:8px;
  257. opacity:1;
  258. transition-duration: 0.5s;
  259. -moz-transition-duration: 0.5s;
  260. -webkit-transition-duration: 0.5s;
  261. -o-transition-duration: 0.5s
  262. color:{color:Post Links};
  263. }
  264.  
  265. #tags a {
  266. letter-spacing:0px;
  267. font-size:8px;
  268. text-align:center;
  269. font-family:'CALIBRI';
  270. text-decoration:none;
  271. display:inline-block;
  272. color:#ddd;
  273. }
  274.  
  275. #tags a:hover {
  276. background-color:#fff;
  277. -moz-transition-duration:0.3s;
  278. -webkit-transition-duration:0.3s;
  279. -o-transition-duration:0.3s;
  280. color:{color:Hover};
  281. }
  282.  
  283. /*QUESTION*/
  284.  
  285. .asker {
  286. color:{color:Ask Asker};
  287. font-family:times bitxmap;
  288. font-size:11px;
  289. font-style:bitxmap;
  290. letter-spacing:1px;
  291. }
  292. .asker a { color:{color:Ask Asker}; }
  293. .asker a:hover { color:{color:Links Hover}; }
  294. .asker_img img {
  295. padding:10px;
  296. float:left;
  297. }
  298.  
  299. .asker2 {
  300. color:#aaa;
  301. font-family:times bitxmap;
  302. font-size:12px;
  303. font-style:italic;
  304. font-weight:bold;
  305. letter-spacing:1px;
  306. }
  307. .asker2 a { color:#aaa; }
  308. .asker2 a:hover { color:{color:Links Hover}; }
  309.  
  310. .question {
  311. color:{color:Ask Text};
  312. font-size:11px;
  313. margin-top:2px;
  314. margin-bottom:3px;
  315. }
  316.  
  317. /*CREDIT*/
  318.  
  319. #cred {
  320. position:fixed;
  321. font-family:'Calibri';
  322. text-transform:uppercase;
  323. font-size:8px;
  324. right:9px;
  325. bottom:9px;
  326. padding:4px;
  327. letter-spacing:1px;
  328. }
  329.  
  330. {CustomCSS}</style></head><body>
  331.  
  332. <div id="sidebar">
  333.  
  334. <div id="sidebarimage">
  335. <a title="home" href="/">
  336. <img src="{image:Sidebar}">
  337. </a>
  338. </div>
  339.  
  340. <div class="links">
  341. <a href="/"><img src=http://i57.tinypic.com/292xjx0.gif </a>
  342. <a href="/ask"><img src=http://i61.tinypic.com/14c8uao.gif </a>
  343. <a href="/archive"><img src=http://i60.tinypic.com/whdv8w.gif </a>
  344. {block:IfShowLink1}<a href="{text:Link 1}"><img src=http://i62.tinypic.com/98hiiq.gif</a>{/block:IfShowLink1}
  345. {block:IfShowLink2}<a href="{text:Link 2}"><img src=http://i58.tinypic.com/2ps5e8p.gif</a>{/block:IfShowLink2}
  346. {block:IfShowLink3}<a href="{text:Link 3}"><img src=http://i58.tinypic.com/sp9qx0.gif</a>{/block:IfShowLink3}
  347.  
  348. <div id="description">{Description}
  349.  
  350. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  351. </div>
  352. </div>
  353. </div>
  354.  
  355. <div id="entries">
  356. {block:Posts}
  357. <div id="post">
  358.  
  359. {block:Text}
  360. <h1>{block:Title}{Title}{/block:Title}</h1>
  361. {Body}{/block:Text}
  362.  
  363. {block:Photo}
  364. <li class="post photo">
  365. <img src="{PhotoURL-400}" alt="{PhotoAlt}
  366. width='200px' "/>
  367.  
  368. {block:ifshowcaptions}
  369. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  370. {/block:ifshowcaptions}
  371.  
  372. {block:ifnotshowcaptions}{block:permalinkpage}
  373. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  374. {/block:permalinkpage}{/block:ifnotshowcaptions}
  375. </li>
  376. {/block:Photo}
  377.  
  378. {block:Photoset}
  379. <li class="post photoset">
  380. {Photoset-400}{block:ifshowcaptions}
  381. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  382. {/block:ifshowcaptions}
  383.  
  384. {block:ifnotshowcaptions}{block:permalinkpage}
  385. {block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  386. {/block:permalinkpage}{/block:ifnotshowcaptions}
  387. </li>
  388. {/block:Photoset}
  389.  
  390.  
  391. {block:Quote}<h2>"{Quote}"</h2>
  392. {block:Source}<div class="qsource"> —{Source}</div>
  393. {/block:Source}{/block:Quote}
  394.  
  395. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  396.  
  397. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  398.  
  399. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  400. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  401. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  402. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  403. {/block:Audio}<br>
  404.  
  405. {block:Video}
  406. <li class="post video">
  407. {Video-500}{block:Caption}<div class="texto">{Caption}</div>{/block:Caption}
  408. {/block:permalinkpage}{/block:ifnotshowcaptions}
  409. </li>
  410. {/block:Video}
  411.  
  412. {block:Answer}
  413. <div class="asker_img"><img src="{AskerPortraitURL-30}"></div>
  414. <div style="padding:10px; border:1px solid a8a8a8;">
  415. <span class="asker">{Asker} said</span>
  416. <div class="question">{Question}</div></div>
  417. {block:Answerer}
  418. <div class="asker_img"><img src="{AnswererPortraitURL-30}" style="margin-top:5px"></div>
  419. <div style=" margin-top:5px;padding:10px; border:2px solid {color:Border}">
  420. <span class="asker2">{Answerer} replied;</span>
  421. {/block:Answerer}
  422. {Answer}
  423. {block:Answerer}</div>{/block:Answerer}
  424. {/block:Answer}
  425.  
  426. <div id="info">
  427. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  428. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  429. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  430. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  431. with {NoteCountWithLabel}</a>
  432. {block:HasTags}<div id="tags">
  433.  
  434. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  435. </div>{block:HasTags}
  436. </div>
  437. </div>
  438. {/block:Posts}
  439. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  440. {/block:Posts}</div></div>
  441.  
  442. </div>
  443. <br><br><br><br>
  444.  
  445.  
  446. <div id="cred">
  447. <a href="http://jolyene.tumblr.com/"><img src=http://i61.tinypic.com/2mxhqas.gif</a> </a>
  448. </div>
  449. </div>
  450.  
  451.  
  452. <div style="position:fixed; bottom:{text:sideimg bottom}px; margin-left:{text:sideimg left}px; z-index:-10; "><img src='{image:side image}'></div>
  453. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement