xmisa0923

Theme [02] pizza-desu

Dec 2nd, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 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. <!--- Theme [02] by pizza-desu
  5.  
  6. please don't remove credit --->
  7.  
  8. <head>
  9. <title>{Title}</title>
  10.  
  11. {block:description}<meta name="description" content="{metadescription}"/>{/block:description}
  12.  
  13. <meta name="image:sidebar pic" content="http://31.media.tumblr.com/d710a8cfff0e858c71d36d64c563e27d/tumblr_mu7o541zKV1rmazn2o1_500.jpg"/>
  14. <meta name="text:link1" content=""/>
  15. <meta name="text:link1 url" content="/"/>
  16. <meta name="text:link2" content=""/>
  17. <meta name="text:link2 url" content="/"/>
  18. <meta name="text:link3" content=""/>
  19. <meta name="text:link3 url" content="/"/>
  20. <meta name="text:link4" content=""/>
  21. <meta name="text:link4 url" content="/"/>
  22. <meta name="text:link5" content=""/>
  23. <meta name="text:link5 url" content="/"/>
  24. <meta name="text:link6" content=""/>
  25. <meta name="text:link6 url" content="/"/>
  26. <meta name="text:link7" content=""/>
  27. <meta name="text:link7 url" content="/"/>
  28.  
  29.  
  30.  
  31.  
  32.  
  33. <link rel="shortcut icon" href="{favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Oxygen:300' rel='stylesheet' type='text/css'>
  37.  
  38. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  40.  
  41.  
  42. <style type="text/css">
  43. {CustomCSS}
  44.  
  45.  
  46. body, a {cursor: url(http://i.imgur.com/QCKHgTQ.gif), auto;}
  47. a:hover {cursor: url(http://i.imgur.com/QCKHgTQ.gif), auto;}
  48.  
  49.  
  50.  
  51. img{
  52. -webkit-transition: opacity 0.8s linear;
  53. opacity: 1
  54. }
  55.  
  56.  
  57.  
  58.  
  59. img:hover{
  60. -webkit-transition: opacity 0.7s linear;
  61. opacity: 0.60;
  62. }
  63.  
  64.  
  65.  
  66.  
  67.  
  68. iframe.photoset {
  69. opacity: 1;
  70. }
  71. iframe.photoset:hover {
  72. opacity: .9
  73. }
  74.  
  75.  
  76.  
  77.  
  78. #s-m-t-tooltip {
  79. position:relative;
  80. overflow:hidden;
  81. z-index:999;
  82. max-width:100px;
  83. margin:6px 2px 2px 6px;
  84. padding:2px 5px 2px 5px;
  85. font:7px arial;
  86. line-height:11px;
  87. text-transform:uppercase;
  88. letter-spacing:1px;
  89. color:#fff;
  90. border:1px solid #fff;
  91. background:#000;
  92. -webkit-transition: all 0.25s ease;
  93. -moz-transition: all 0.25s ease;
  94. -o-transition: all 0.25s ease;
  95. }
  96.  
  97. body {
  98. font:10px arial;
  99. text-align:justify;
  100. line-height:120%;
  101. color:#111;
  102. background:#fff;
  103. text-align:justify;
  104. }
  105.  
  106. .title {
  107. margin-top:200px;
  108. right:50px;
  109. font-family:arial;
  110. font-size:32px;
  111. color:#000;
  112. -webkit-transition: all {text:hover time} 3s;
  113. -moz-transition: all {text:hover time} 3s;
  114. -o-transition: all {text:hover time} 3s;
  115. }
  116.  
  117. h2 {
  118. font:13px verdana;
  119. color:#000;
  120. }
  121.  
  122. .pom:hover .title{
  123. margin-top:-50px;
  124. opacity:0;
  125. -webkit-transition: all {text:hover time} 0.7s;
  126. -moz-transition: all {text:hover time} 0.7s;
  127. -o-transition: all {text:hover time} 0.7s;
  128. }
  129.  
  130. a:link, a:visited, a:active {
  131. color:#8d8d8d;
  132. text-decoration:none;
  133. -webkit-transition: all {text:hover time} 0.7s;
  134. -moz-transition: all {text:hover time} 0.7s;
  135. -o-transition: all {text:hover time} 0.7s;
  136. }
  137.  
  138. a:hover{
  139. color:#f1f1f1;
  140. -webkit-transition: all {text:hover time} 0.7s;
  141. -moz-transition: all {text:hover time} 0.7s;
  142. -o-transition: all {text:hover time} 0.7s;
  143. }
  144.  
  145. .thms {
  146. position:fixed;
  147. right:100px;
  148. top: 500px;
  149. width:210px;
  150. height:160px;
  151. overflow:auto;
  152. padding-top:5px;
  153. border:0px solid #000;
  154. }
  155.  
  156. .pom {
  157. top:350px;
  158. left:300px;
  159. width:200px;
  160. }
  161.  
  162. .bara {
  163. position:fixed;
  164. top:500px;
  165. left:325px;
  166. width:5px;
  167. height:60px;
  168. text-align:center;
  169. background:#000;
  170. -webkit-transition: all 0.7s ease;
  171. -moz-transition: all 0.7s ease;
  172. -o-transition: all 0.7s ease;
  173. }
  174.  
  175. .bara:hover {
  176. background:#efefef;
  177. -webkit-transition: all 0.7s ease;
  178. -moz-transition: all 0.7s ease;
  179. -o-transition: all 0.7s ease;
  180. }
  181.  
  182. .barb {
  183. position:fixed;
  184. top:500px;
  185. left:332px;
  186. width:8px;
  187. height:60px;
  188. text-align:center;
  189. background:#000;
  190. -webkit-transition: all 0.7s ease;
  191. -moz-transition: all 0.7s ease;
  192. -o-transition: all 0.7s ease;
  193. }
  194.  
  195. .barb:hover {
  196. background:#efefef;
  197. -webkit-transition: all 0.7s ease;
  198. -moz-transition: all 0.7s ease;
  199. -o-transition: all 0.7s ease;
  200. }
  201.  
  202. .barc {
  203. position:fixed;
  204. top:500px;
  205. left:343px;
  206. width:4px;
  207. height:60px;
  208. text-align:center;
  209. background:#000;
  210. -webkit-transition: all 0.7s ease;
  211. -moz-transition: all 0.7s ease;
  212. -o-transition: all 0.7s ease;
  213. }
  214.  
  215. .barc:hover {
  216. background:#efefef;
  217. -webkit-transition: all 0.7s ease;
  218. -moz-transition: all 0.7s ease;
  219. -o-transition: all 0.7s ease;
  220. }
  221.  
  222. .bard {
  223. position:fixed;
  224. top:500px;
  225. left:350px;
  226. width:11px;
  227. height:60px;
  228. text-align:center;
  229. background:#000;
  230. -webkit-transition: all 0.7s ease;
  231. -moz-transition: all 0.7s ease;
  232. -o-transition: all 0.7s ease;
  233. }
  234.  
  235. .bare {
  236. position:fixed;
  237. top:500px;
  238. left:366px;
  239. width:9px;
  240. height:60px;
  241. text-align:center;
  242. background:#000;
  243. -webkit-transition: all 0.7s ease;
  244. -moz-transition: all 0.7s ease;
  245. -o-transition: all 0.7s ease;
  246. }
  247.  
  248. .bare:hover {
  249. background:#efefef;
  250. -webkit-transition: all 0.7s ease;
  251. -moz-transition: all 0.7s ease;
  252. -o-transition: all 0.7s ease;
  253. }
  254.  
  255. .barf {
  256. position:fixed;
  257. top:500px;
  258. left:377px;
  259. width:5px;
  260. height:60px;
  261. text-align:center;
  262. background:#000;
  263. -webkit-transition: all 0.7s ease;
  264. -moz-transition: all 0.7s ease;
  265. -o-transition: all 0.7s ease;
  266. }
  267.  
  268. .barf:hover {
  269. background:#efefef;
  270. -webkit-transition: all 0.7s ease;
  271. -moz-transition: all 0.7s ease;
  272. -o-transition: all 0.7s ease;
  273. }
  274.  
  275. .barg {
  276. position:fixed;
  277. top:500px;
  278. left:387px;
  279. width:5px;
  280. height:60px;
  281. text-align:center;
  282. background:#000;
  283. -webkit-transition: all 0.7s ease;
  284. -moz-transition: all 0.7s ease;
  285. -o-transition: all 0.7s ease;
  286. }
  287.  
  288. .barg:hover {
  289. background:#efefef;
  290. -webkit-transition: all 0.7s ease;
  291. -moz-transition: all 0.7s ease;
  292. -o-transition: all 0.7s ease;
  293. }
  294.  
  295. .barh {
  296. position:fixed;
  297. top:500px;
  298. left:394px;
  299. width:15px;
  300. height:60px;
  301. text-align:center;
  302. background:#000;
  303. -webkit-transition: all 0.7s ease;
  304. -moz-transition: all 0.7s ease;
  305. -o-transition: all 0.7s ease;
  306. }
  307.  
  308. .barh:hover {
  309. background:#efefef;
  310. -webkit-transition: all 0.7s ease;
  311. -moz-transition: all 0.7s ease;
  312. -o-transition: all 0.7s ease;
  313. }
  314.  
  315. .bari {
  316. position:fixed;
  317. top:500px;
  318. left:415px;
  319. width:5px;
  320. height:60px;
  321. text-align:center;
  322. background:#000;
  323. -webkit-transition: all 0.7s ease;
  324. -moz-transition: all 0.7s ease;
  325. -o-transition: all 0.7s ease;
  326. }
  327.  
  328. .bari:hover {
  329. background:#efefef;
  330. -webkit-transition: all 0.7s ease;
  331. -moz-transition: all 0.7s ease;
  332. -o-transition: all 0.7s ease;
  333. }
  334.  
  335. .barj {
  336. position:fixed;
  337. top:500px;
  338. left:423px;
  339. width:3px;
  340. height:60px;
  341. text-align:center;
  342. background:#000;
  343. -webkit-transition: all 0.7s ease;
  344. -moz-transition: all 0.7s ease;
  345. -o-transition: all 0.7s ease;
  346. }
  347.  
  348. .barj:hover {
  349. background:#efefef;
  350. -webkit-transition: all 0.7s ease;
  351. -moz-transition: all 0.7s ease;
  352. -o-transition: all 0.7s ease;
  353. }
  354.  
  355. .bark {
  356. position:fixed;
  357. top:500px;
  358. left:428px;
  359. width:7px;
  360. height:60px;
  361. text-align:center;
  362. background:#000;
  363. -webkit-transition: all 0.7s ease;
  364. -moz-transition: all 0.7s ease;
  365. -o-transition: all 0.7s ease;
  366. }
  367.  
  368. .bark:hover {
  369. background:#efefef;
  370. -webkit-transition: all 0.7s ease;
  371. -moz-transition: all 0.7s ease;
  372. -o-transition: all 0.7s ease;
  373. }
  374.  
  375. .desc {
  376. width:150px;
  377. top:590px;
  378. left:305px;
  379. position:fixed;
  380. opacity:0;
  381. -webkit-transition: all 0.7s ease;
  382. -moz-transition: all 0.7s ease;
  383. -o-transition: all 0.7s ease;
  384. }
  385.  
  386. .bard:hover .desc {
  387. opacity:1;
  388. -webkit-transition: all 0.7s ease;
  389. -moz-transition: all 0.7s ease;
  390. -o-transition: all 0.7s ease;
  391.  
  392. }
  393.  
  394. .entry {margin-top:40px; height: 100%; margin-left: 580px; width:600px; padding-left: 0px;{block:PermalinkPage}padding-top:50px; height:1000px;{/block:PermalinkPage};}
  395.  
  396. .post {
  397. width: 250px;
  398. margin-bottom: 20px;
  399.  
  400. }
  401.  
  402.  
  403.  
  404.  
  405. .purr {
  406. background-color:#eee;
  407. opacity:0;
  408. padding-top:3px;
  409. padding-bottom:3px;
  410. padding-left:5px;
  411. margin-top:5px;
  412. margin-left:-80px;
  413. text-align:left;
  414. -webkit-transition: all 0.6s ease;
  415. -moz-transition: all 0.6s ease;
  416. -o-transition: all 0.6s ease;
  417. }
  418.  
  419. .post:hover .purr {
  420. opacity:1;
  421. margin-left:0px;
  422. -webkit-transition: all 0.6s ease;
  423. -moz-transition: all 0.6s ease;
  424. -o-transition: all 0.6s ease;
  425. }
  426.  
  427. ::-webkit-scrollbar {width: 6px; height: 3px; background: #FFFFFF;}
  428. ::-webkit-scrollbar-thumb {background-color:#000 ;}
  429.  
  430. .question {
  431. background-color:#efefef;
  432. padding-top:5px;
  433. padding-right:5px;
  434. padding-bottom:5px;
  435. padding-left:5px;
  436. }
  437.  
  438. .pic {
  439. margin-top:295px;
  440. margin-left:310px;
  441. position:fixed;
  442. }
  443.  
  444. .re {
  445. background-color:#eee;
  446. opacity:0;
  447. padding-top:3px;
  448. padding-bottom:3px;
  449. padding-right:5px;
  450. margin-top:5px;
  451. margin-right:-80px;
  452. text-align:right;
  453. -webkit-transition: all 0.6s ease;
  454. -moz-transition: all 0.6s ease;
  455. -o-transition: all 0.6s ease;
  456. }
  457.  
  458. .post:hover .re {
  459. opacity:1;
  460. margin-right:0px;
  461. -webkit-transition: all 0.6s ease;
  462. -moz-transition: all 0.6s ease;
  463. -o-transition: all 0.6s ease;
  464. }
  465.  
  466. </style>
  467.  
  468. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  469. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  470.  
  471. </head>
  472. <body>
  473.  
  474. <div class="pom">
  475.  
  476. <a href="/" title="index"><div class="bara"></div></a>
  477. <a href="/ask" title="contact"><div class="barb"></div></a>
  478. <a href="/archive" title="history"><div class="barc"></div></a>
  479. <a href="{text:link1 url}" class="bare" title="{text:link1}"></a>
  480. <a href="{text:link2 url}" class="barf" title="{text:link2}"></a>
  481. <a href="{text:link3 url}" class="barg" title="{text:link3}"></a>
  482. <a href="{text:link4 url}" class="barh" title="{text:link4}"></a>
  483. <a href="{text:link5 url}" class="bari" title="{text:link5}"></a>
  484. <a href="{text:link6 url}" class="barj" title="{text:link6}"></a>
  485. <a href="{text:link7 url}" class="bark" title="{text:link7}"></a>
  486. <div class="bard" title="description">
  487.  
  488. <div class="desc">{Description}</div>
  489.  
  490. </div>
  491.  
  492. <div class="pic"><img src="{Image:sidebar pic}" style="width:130px"></div>
  493.  
  494.  
  495. <div class="entry">
  496. {block:Posts}
  497. <div class="post">
  498.  
  499. {block:Text}
  500. {block:Title}<h2>{Title}</h2>{/block:Title}
  501. {Body}
  502. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  503. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  504. {/block:Text}
  505.  
  506. {block:Answer}
  507. <div class="question">
  508. {Asker}: {Question}
  509. </div>
  510. {Answer}
  511. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  512. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  513. {/block:Answer}
  514.  
  515. {block:Quote}
  516. <div class="quote">
  517. <div class="quotetext_{Length}">"{Quote}"</div>
  518. {block:Source}<div class="source">{Source}</div>{/block:Source}
  519. </div>
  520. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  521. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  522. {/block:Quote}
  523.  
  524. {block:Link}
  525. <h2><a href="{URL}">{Name}</a></h2>
  526. {block:Description}{Description}{/block:Description}
  527. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  528. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  529. {/block:Link}
  530.  
  531. {block:Chat}
  532. {block:Title}<h2>{Title}</h2>{/block:Title}
  533. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  534. {Line}</li>{/block:Lines}</ul>
  535. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  536. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  537. {/block:Chat}
  538.  
  539. {block:Audio}
  540. {block:AudioPlayer}
  541. {AudioPlayerBlack}
  542. {block:TrackName}
  543. {TrackName}
  544. {/block:TrackName}
  545. {block:Artist}
  546. {Artist}
  547. {/block:Artist}
  548. {/block:AudioPlayer}
  549. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  550. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  551. {/block:Audio}
  552.  
  553. {block:Photo}
  554. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px"></a>{LinkCloseTag}
  555. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Date}<div class="re"><a href="{ReblogURL}">reblog</a></div>
  556. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  557. {/block:Photo}
  558.  
  559. {block:Photoset}
  560. {Photoset-250}
  561. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  562. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  563. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  564. {/block:Photoset}
  565.  
  566. {block:Video}
  567. {Video-250}
  568. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  569. <div class="re"><a href="{ReblogURL}">reblog</a></div>
  570. {block:Date}<div class="purr"><a href="{Permalink}">{TimeAgo}{/block:Date}</a> with <a href="{Permalink}">{block:NoteCount}{NoteCount} ライクス{/block:NoteCount}</a></div>
  571. {/block:Video}
  572. </div>
  573.  
  574. {/block:Posts}
  575.  
  576. </div></div>
  577.  
  578. <div class="thms">
  579. </div>
  580.  
  581.  
  582.  
  583.  
  584.  
  585. </body>
  586. </html>
Advertisement
Add Comment
Please, Sign In to add comment