Advertisement
Kaiju-Koi

Junji Ito Theme #3

Jun 2nd, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 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">
  3.  
  4. <head>
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>{title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <meta name="text:text thing" content="Text here if you want"/>
  12.  
  13.  
  14.  
  15. <meta name="image:background" />
  16.  
  17. <meta name="color:links" content="#666">
  18. <meta name="color:link hover color" content="#fff">
  19.  
  20. <meta name="text:Link1URL" content=""/>
  21.  
  22. <meta name="text:Link2URL" content=""/>
  23.  
  24. <meta name="text:Link3URL" content=""/>
  25.  
  26. <meta name="text:Link4URL" content=""/>
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. </head>
  34. <style>
  35. body {
  36. background:url(http://i.imgur.com/na7xNZK.jpg);
  37. padding:0px;
  38. margin:0px;
  39. font-family:Arial, Helvetica, sans-serif;
  40. color:#666;
  41. font-size:12px;
  42. }
  43.  
  44. a {
  45. color:{color:links};
  46. text-decoration:none;
  47.  
  48. }
  49.  
  50. a:hover {
  51. color:{color:link hover color};
  52. }
  53.  
  54. blockquote {
  55. border-left:5px solid #666666;
  56. padding-left:5px;
  57. }
  58.  
  59. header {
  60. background:#000000;
  61. display:block;
  62. text-align:center;
  63. }
  64.  
  65. img {
  66.  
  67. margin:0px;
  68. max-width:100%;
  69. }
  70.  
  71. /* main menu styling */
  72.  
  73. /* menu container */
  74. menu {
  75. background:url(http://i.imgur.com/Je53zDG.gif);
  76. padding:5px;
  77. text-align:center;
  78. color:#666;
  79. margin:0px;
  80. font-size:12px;
  81. font-weight:700;
  82. }
  83.  
  84.  
  85.  
  86. header img {
  87. -moz-border-radius: 15px;
  88. border-radius: 70px;
  89. -webkit-filter: contrast(130%);
  90. height="100px";
  91. width="100px";
  92. -webkit-filter: opacity(0.7);
  93. }
  94.  
  95.  
  96.  
  97. header img:hover {
  98.  
  99.  
  100. -webkit-filter: contrast(1.1) opacity(1);
  101.  
  102.  
  103. }
  104.  
  105.  
  106.  
  107. /* posts container */
  108.  
  109. #content {
  110. margin-top:25px;
  111. margin-left:auto;
  112. margin-right:auto;
  113. width:650px;
  114. }
  115.  
  116. /* posts style */
  117. .post {
  118. padding:25px;
  119. width:500px;
  120. display:block;
  121. background:url(http://i.imgur.com/9jA4pLz.png);
  122. display:inline-block;
  123. }
  124.  
  125. /* post title */
  126. h2 {
  127. font-size:20px;
  128. font-weight:700;
  129. margin:0px 0px 10px 0px;
  130. color:#666;
  131. }
  132.  
  133. a. h2 {
  134. color:#666;
  135. }
  136.  
  137. /* posts info style */
  138.  
  139. .information {
  140. height:100%;
  141. background:url(http://i.imgur.com/Je53zDG.gif);
  142. repeat-Y:no-repeat;
  143. repeat-x:no-repeat;
  144. color:#666;
  145. width:100px;
  146. text-align:center;
  147.  
  148. }
  149.  
  150.  
  151.  
  152. .information a {
  153. color:#666;
  154. }
  155.  
  156. /* note count */
  157.  
  158. .notec {
  159. text-align:center;
  160. padding:3px;
  161.  
  162. margin-top:10px;
  163. display:block;
  164. }
  165.  
  166.  
  167. /* date and month style */
  168. .date {
  169. font-size:20px;
  170. font-weight:700;
  171. display:block;
  172. font-family:monospace;
  173. }
  174.  
  175. .month {
  176. display:block;
  177. text-transform:lowercase;
  178. font-size:11px;
  179. font-weight:700;
  180. margin-top:10px;
  181. }
  182.  
  183. /* reblog and like button positioning */
  184.  
  185. .reblog {
  186. display:inline-block;
  187. margin:5px;
  188. margin-top:20px;
  189. }
  190.  
  191. /* quote posts style */
  192.  
  193. .quote {
  194. font-size:20px;
  195. }
  196.  
  197. /* ask posts style */
  198.  
  199. .ask {
  200. padding:5px;
  201. background:#333;
  202. }
  203.  
  204. /* chat posts style */
  205. .chat ul {
  206. display:block;
  207. list-style:none;
  208. margin-left:-40px;
  209. }
  210.  
  211. /* chat lines style */
  212. .chat li {
  213. padding:3px;
  214. display:block;
  215. }
  216.  
  217. /* odd lines style */
  218. .chat .odd {
  219. background:#222;
  220. }
  221.  
  222. /* even lines style */
  223. .chat .even {
  224. background:#333;
  225. }
  226.  
  227.  
  228.  
  229. #content table tr td {
  230. vertical-align:top;
  231. }
  232.  
  233. /* pagination styles */
  234.  
  235. #pagination {
  236. text-align:center;
  237. margin:20px;
  238. }
  239.  
  240. /* current page number */
  241.  
  242. #pagination span {
  243. background:#333;
  244. color:#666;
  245. padding:5px;
  246. width:15px;
  247. height:15px;
  248. display:inline-block;
  249. margin-left:2px;
  250. }
  251.  
  252. /* other page numbers styles */
  253.  
  254. #pagination a {
  255. background:#666;
  256. color:#999;
  257. padding:5px;
  258. width:15px;
  259. height:15px;
  260. display:inline-block;
  261. margin-left:2px;
  262. }
  263.  
  264. /* footer style */
  265.  
  266. footer {
  267. background:url(http://i.imgur.com/Je53zDG.gif);
  268. padding:10px;
  269. text-align:center;
  270. color:#666;
  271. display:block;
  272. margin:0px;
  273. }
  274. </style>
  275. <body>
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307. <!-- header -->
  308. <header>
  309. <center>
  310. <!-- header image -->
  311. <br><br>
  312. <a href="/"><img src="http://i3.photobucket.com/albums/y81/NinjaGirlSango/Junji%20Ito%20avatars/21.jpg"></a>
  313.  
  314. <a href="/ask"><img src="http://i3.photobucket.com/albums/y81/NinjaGirlSango/Junji%20Ito%20avatars/16.jpg" alt=""></a>
  315.  
  316. <a href="{text:link1url}"> <img src="http://i3.photobucket.com/albums/y81/NinjaGirlSango/Junji%20Ito%20avatars/88.jpg"></a>
  317.  
  318. <a href="{text:link2url}"> <img src="http://i3.photobucket.com/albums/y81/NinjaGirlSango/Junji%20Ito%20avatars/122_zpseca0c6b8.png"></a>
  319.  
  320. <a href="{text:link3url}"> <img src="http://i3.photobucket.com/albums/y81/NinjaGirlSango/Junji%20Ito%20avatars/13.jpg"></a>
  321.  
  322. <a href="{text:link4url}"><img src="http://i.imgur.com/zbgbuoB.png"></a>
  323.  
  324. </center>
  325. <br>
  326. </header>
  327.  
  328. <!-- main menu -->
  329. <menu>
  330. {text:text thing}
  331.  
  332. </menu>
  333.  
  334. <!-- content container -->
  335. <div id="content">
  336.  
  337.  
  338.  
  339. <!-- posts start -->
  340. {block:posts}
  341. <table>
  342. <tr>
  343. <!-- posts information -->
  344. <td class="information">
  345. <!-- posts's date -->
  346. {block:Date}
  347. <span class="month">{Month}</span>
  348. <a class="date" href="{permalink}">{DayOfMonthWithZero}<sup></sup></a>
  349. <span class="month">{Year}</span>
  350. {/block:Date}
  351.  
  352. <!-- reblog and like button -->
  353. <div class="reblog">{ReblogButton}</div>
  354. <div class="reblog">{LikeButton}</div>
  355. </center>
  356. </td>
  357.  
  358. <td class="post">
  359.  
  360. <!-- text post -->
  361. {block:Text}
  362. {block:Title}
  363. <a href="{Permalink}">
  364. <h2>{Title}</h2>
  365. </a>
  366. {/block:Title}
  367. {Body}
  368. {/block:Text}
  369.  
  370. <!-- quote post -->
  371. {block:Quote}
  372. <div class="quote">
  373. “{Quote}” — <b><i>{Source}</i></b>
  374. </div>
  375. {/block:Quote}
  376.  
  377. <!-- link post -->
  378. {block:Link}
  379. <a href="{URL}">
  380. <h2>{Name} »</h2>
  381. </a>
  382. {block:Description}{Description}{/block:Description}
  383. {/block:Link}
  384.  
  385. <!-- photo post -->
  386. {block:Photo}
  387. <center>
  388. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}"/></a>
  389. </center>
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Photo}
  392.  
  393. <!-- photoset post -->
  394. {block:Photoset}
  395. <center>
  396. {Photoset-500}
  397. </center>
  398. {block:Caption}{Caption}{/block:Caption}
  399. {/block:Photoset}
  400.  
  401. <!-- chat post -->
  402. {block:Chat}
  403. <div class="chat">
  404. <ul>
  405. {block:Lines}
  406. <li class="{Alt}">
  407. {block:Label}<b>{Label}</b>{/block:Label}
  408. {Line}
  409. </li>
  410. {/block:Lines}
  411. </ul>
  412. </div>
  413. {/block:Chat}
  414.  
  415. <!-- video post -->
  416. {block:Video}
  417. {Video-500}
  418. {block:Caption}{Caption}{/block:Caption}
  419. {/block:Video}
  420.  
  421. <!-- audio post -->
  422. {block:Audio}
  423. {block:AlbumArt}
  424. <img src="{AlbumArtURL}" width="100" align="left" style="margin-right:5px">
  425. {/block:AlbumArt}
  426. {AudioPlayerBlack}
  427. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  428. {block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}
  429. {block:Caption}{Caption}{/block:Caption}
  430. {/block:Audio}
  431.  
  432. <!-- ask post -->
  433. {block:Answer}
  434. <div class="ask">
  435. <b>{Asker} asked:</b> {question}
  436. </div>
  437. {Answer}
  438. {/block:Answer}
  439.  
  440.  
  441. </td>
  442. </tr>
  443. </table>
  444. <br><br>
  445.  
  446. {block:PostNotes}{PostNotes}{/block:PostNotes}
  447.  
  448. {/block:posts}
  449. <!-- end posts -->
  450.  
  451. <!-- pagination -->
  452. {block:Pagination}
  453. <div id="pagination">
  454. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  455. {block:JumpPagination length="6"}
  456. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  457. {block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
  458. {/block:JumpPagination}
  459. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  460. </div>
  461. {/block:Pagination}
  462.  
  463. </div>
  464. <!-- posts container ends -->
  465.  
  466. <!-- footer -->
  467. <footer>
  468. {CopyrightYears}<br>
  469. base code © <a href="http://hellolittlered.org">hellolittlered</a> ☢ Junji Ito themed by Kaiju Koi
  470. <!-- you can delete that part, but I would really appreciate it if you keep it! -->
  471. </footer>
  472.  
  473. </body>
  474.  
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement