Advertisement
Jessicakim

Aotogurei - theme #011

Sep 3rd, 2012
3,418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 KB | None | 0 0
  1. <!---- aotogurei theme made by madarathemes
  2. don't take off the credits
  3. don't steal any code
  4. don't use this theme as a base ---->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. <!-- DEFAULTS -->
  15. <meta name="if:Caption" content="1"/>
  16. <meta name="if:EndlessScrolling" content="0"/>
  17. <meta name="if:1 Column 500px" content="0"/>
  18. <meta name="if:1 Column 400px" content="0"/>
  19. <meta name="if:1 Column 250px" content="0"/>
  20.  
  21. <!-- DEFAULTS LINKS -->
  22. <meta name="text:URL 01" content="http://"/>
  23. <meta name="text:URL 01 Title" content="Link 1"/>
  24. <meta name="text:URL 02" content="/"/>
  25. <meta name="text:URL 02 Title" content="Link 2"/>
  26. <meta name="text:URL 03" content="http://"/>
  27. <meta name="text:URL 03 Title" content="Link 3"/>
  28. <meta name="text:URL 04" content="/"/>
  29. <meta name="text:URL 04 Title" content="Link 4"/>
  30. <meta name="text:URL 05" content="http://"/>
  31. <meta name="text:URL 05 Title" content="Link 5"/>
  32. <meta name="text:URL 06" content="/"/>
  33. <meta name="text:URL 06 Title" content="Link 6"/>
  34.  
  35. <!-- DEFAULTS COLORS -->
  36. <meta name="color:Background" content="#eee"/>
  37. <meta name="color:Scrollbar" content="#77bbcc"/>
  38. <meta name="color:Text" content="#444"/>
  39. <meta name="color:Link" content="#77bbcc"/>
  40. <meta name="color:Link Hover" content="#ccaabb"/>
  41. <meta name="color:Blockquote Border" content="#99eeff"/>
  42. <meta name="color:Postbox" content="#ffffff"/>
  43. <meta name="color:Postbox Border" content="#eeeeee"/>
  44. <meta name="color:Title" content="#5080a8"/>
  45. <meta name="color:Title Hover" content="#ccaabb"/>
  46. <meta name="color:Asker BG" content="#ddd"/>
  47. <meta name="color:Ask BG" content="#eeeeee"/>
  48. <meta name="color:Question" content="#000000"/>
  49. <meta name="color:Whispered" content="#333333"/>
  50. <meta name="color:Permalink Box" content="#aadddd"/>
  51. <meta name="color:Permalink Text" content="#ffffff"/>
  52. <meta name="color:Bottom Band" content="#f9f9f9"/>
  53. <meta name="color:1 and 10 Navi" content="#77bbcc"/>
  54. <meta name="color:Navigation" content="#eeeeee"/>
  55. <meta name="color:1 10 Navi Hover" content="#eeeeee"/>
  56. <meta name="color:Navigation Hover" content="#aadddd"/>
  57. <meta name="color:Navi Text" content="#000000"/>
  58. <meta name="color:Navi Text Hover" content="#888888"/>
  59. <meta name="color:Description" content="#000000"/>
  60. <meta name="color:Selection" content="#eeeeee"/>
  61. <meta name="color:Selection letter" content="#8877bb"/>
  62.  
  63. <!-- DEFAULT IMAGE -->
  64. <meta name="image:Background" content="http://static.tumblr.com/z9nrs6q/DLAm9sx23/light_wool.png"/>
  65. <meta name="image:Sidebar" content="http://static.tumblr.com/z9nrs6q/pyom9swt2/tumblr_m9r2mmvn171rd7ovco1_500.jpg"/>
  66. <meta name="image:BottomBand" content="http://static.tumblr.com/z9nrs6q/j9mm9swuh/dust.png"/>
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. @font-face {
  72. font-family: "04b03";
  73. src: url('https://dl.dropboxusercontent.com/u/109376002/tinytots.ttf');
  74. }
  75.  
  76. @font-face {
  77. font-family: "futura";
  78. src: url('https://dl.dropboxusercontent.com/u/109376002/futura__light_.ttf');
  79. }
  80.  
  81. @font-face {
  82. font-family: "ubuntu";
  83. src: url('https://dl.dropboxusercontent.com/u/109376002/ubuntu_condensed.ttf');
  84. }
  85.  
  86. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  87.  
  88. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  89.  
  90. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  91. #infscr-loading {display:none;}
  92. .navigation {display:none!important;}
  93.  
  94. ::-webkit-scrollbar-thumb {
  95. background-color: {color:Scrollbar};
  96. height:100px;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. height:25px;
  101. width:7px;
  102. background-color: #fff;
  103. }
  104.  
  105. body {
  106. font-family:tahoma;
  107. font-size:10px;
  108. color:{color:Text};
  109. background-color:{color:Background};
  110. background-image:url('{image:Background}');
  111. background-position: fixed;
  112. background-attachment:fixed;
  113. background-repeat:repeat;}
  114.  
  115. ::-moz-selection { color: {color:Selection letter}; background: {color:Selection};}
  116. ::selection { color:{color:Selection letter}; background: {color:Selection}; }
  117.  
  118.  
  119. a:link,a:active,a:visited {
  120. text-decoration: none;
  121. color: {color:Link};
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;
  124. -o-transition: all 0.5s ease-out;
  125. }
  126.  
  127. a:hover {
  128. color: {color:Link Hover};
  129. -webkit-transition: all 0.5s ease-out;
  130. -moz-transition: all 0.5s ease-out;
  131. -o-transition: all 0.5s ease-out;
  132. }
  133.  
  134. blockquote {
  135. font: 11px arial;
  136. padding:0px;
  137. padding-left:5px;
  138. letter-spacing: 1px;
  139. margin-right: 3px;
  140. margin-left: 3px;
  141. border-left:2px solid {color:Blockquote Border};
  142. color:{color:Text};
  143. }
  144.  
  145. #postar{
  146. width:535px;
  147. {block:IndexPage}
  148. {block:If1Column500px}max-width:535px;{/block:If1Column500px}
  149. {block:If1Column400px}max-width:435px;{/block:If1Column400px}
  150. {block:If1Column250px}max-width:285px;{/block:If1Column250px}
  151. {/block:IndexPage}
  152. padding: 1px;
  153. margin-top: 10px;
  154. margin-left: 520px;
  155. }
  156.  
  157. .posts img{
  158. {block:IndexPage}
  159. max-width:250px;
  160. {block:If1Column500px}max-width:500px;{/block:If1Column500px}
  161. {block:If1Column400px}max-width:400px;{/block:If1Column400px}
  162. {block:If1Column250px}max-width:250px;{/block:If1Column250px}
  163. {/block:IndexPage}
  164. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
  165. }
  166.  
  167. .posts blockquote img{
  168. {block:IndexPage}
  169. max-width:220px;
  170. {block:If1Column500px}max-width:450px;{/block:If1Column500px}
  171. {block:If1Column400px}max-width:350px;{/block:If1Column400px}
  172. {block:If1Column250px}max-width:220px;{/block:If1Column250px}
  173. {/block:IndexPage}
  174. {block:PermalinkPage}max-width:450px;{/block:PermalinkPage}
  175. }
  176.  
  177. .posts{
  178. float:left;
  179. {block:IndexPage}
  180. width:250px;
  181. {block:If1Column500px}width:500px;{/block:If1Column500px}
  182. {block:If1Column400px}width:400px;{/block:If1Column400px}
  183. {block:If1Column250px}width:250px;{/block:If1Column250px}
  184. {/block:IndexPage}
  185. {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
  186. padding: 5px;
  187. margin-left:5px;
  188. margin-bottom:5px;
  189. border:1px solid {color:Postbox Border};
  190. color: {color:Text};
  191. background: {color:Postbox};
  192. }
  193.  
  194. .titulo{
  195. font: 17px 'cambria';
  196. text-align:center;
  197. margin-left:3px;
  198. border-bottom:1px dashed {color:Title};
  199.  
  200. }
  201.  
  202. .titulo a{
  203. color:{color:Title};
  204. text-decoration:none;
  205. -webkit-transition: all 0.5s ease-in;
  206. -moz-transition: all 0.5s ease-in;
  207. -o-transition: all 0.5s ease-in;
  208. }
  209.  
  210. .titulo a:hover{
  211. color:{color:Title Hover};
  212. -webkit-transition: all 0.6s ease-in;
  213. -moz-transition: all 0.6s ease-in;
  214. -o-transition: all 0.6s ease-in;
  215. }
  216.  
  217. .quote{
  218. font:18px 'Times New Roman';
  219. text-align: center;
  220. display:block;
  221. }
  222.  
  223. #audio{
  224. width:30px;
  225. height:30px;
  226. overflow:hidden;
  227. -moz-border-radius:30px;
  228. -webkit-border-radius: 30px;
  229. border-radius: 30px;
  230. background:#e5e5e5;
  231. overflow:hidden;
  232. padding:10px;
  233. position:absolute;
  234. margin-left:30px;
  235. margin-top:25px;
  236. opacity: 0.9;filter:alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;
  237. }
  238.  
  239. #audiopic{
  240. float:left;
  241. margin:0px 3px;
  242. }
  243.  
  244. #ask {
  245. text-align: left;
  246. background: {color:Ask BG};
  247. padding: 10px;
  248. position: relative;
  249. font: 12px 'trebuchet ms';
  250. color: {color:Question};
  251. margin-bottom:3px;
  252. }
  253.  
  254. #ask p {margin:1px 1px;}
  255.  
  256. .asker{
  257. padding: 3px;
  258. background:{color:Asker BG};
  259. position:relative;
  260. font:8px '04b03';
  261. color:{color:Whispered};
  262. text-transform:uppercase;
  263. }
  264.  
  265. {block:PermalinkPage}
  266. .notes {
  267. width:500px;
  268. padding: 0px;
  269. color: {color:Text};
  270. margin-top: 5px;
  271. margin-left: 10px;
  272. line-height: 15px;
  273. float:left;
  274. letter-spacing: 0px;
  275. font-family: trebuchet ms;
  276. font-size: 10px;}
  277.  
  278. li.notes {
  279. list-style:decimal;
  280. padding: 2px;
  281. margin: 2px;
  282. letter-spacing: 0px;
  283. text-transform:lowercase;
  284. }
  285.  
  286. #notes a{
  287. color:{color:Link};
  288. letter-spacing: 0px;
  289. text-transform:lowercase;
  290. font-family: trebuchet ms;
  291. font-size: 10px;}
  292. {/block:PermalinkPage}
  293.  
  294. #sidebar{
  295. float:left;
  296. bottom:0px;
  297. width:518px;
  298. left:0px;
  299. position:fixed;
  300. height:120px;
  301. background:{color:Bottom Band};
  302. padding:8px;
  303. background-image:url('{image:BottomBand}');
  304. background-position: fixed;
  305. background-attachment:fixed;
  306. background-repeat:repeat;
  307. }
  308.  
  309. #sidebar2{
  310. float:left;
  311. bottom:0px;
  312. width:1000px;
  313. {block:IndexPage}left:1063px;
  314. {block:If1Column500px}left:1046px;{/block:If1Column500px}
  315. {block:If1Column400px}left:945px;{/block:If1Column400px}
  316. {block:If1Column250px}left:796px;{/block:If1Column250px}{/block:IndexPage}
  317. {block:PermalinkPage}left:1046px;{/block:PermalinkPage}
  318. position:fixed;
  319. height:120px;
  320. background:{color:Bottom Band};
  321. padding:8px;
  322. background-image:url('{image:BottomBand}');
  323. background-position: fixed;
  324. background-attachment:fixed;
  325. background-repeat:repeat;
  326. }
  327.  
  328. #descri{
  329. float:left;
  330. bottom: 15px;
  331. left: 265px;
  332. position:fixed;
  333. color:{color:Description};
  334. text-align:center;
  335. }
  336.  
  337. .left{
  338. float:left;
  339. position:fixed;
  340. bottom:120px;
  341. left: 265px;
  342. width:300px;
  343. height:150px;
  344. }
  345.  
  346. .pic{
  347. position:fixed;
  348. float:left;
  349. bottom:0px;
  350. left:10px;
  351. background:{color:Bottom Band};
  352. padding:10px;
  353. margin:5px;
  354. background-image:url('{image:BottomBand}');
  355. background-position: fixed;
  356. background-attachment:fixed;
  357. background-repeat:repeat;
  358. }
  359.  
  360. .menu a{
  361. float:left;
  362. width:100px;
  363. height:12px;
  364. background:{color:Navigation};
  365. color:{color:Navi Text};
  366. font: 11px 'consolas';
  367. margin-left:15px;
  368. margin-bottom:5px;
  369. padding:3px;
  370. padding-top:4px;
  371. text-align:center;
  372. text-transform:uppercase;
  373. overflow:hidden;
  374. webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  375.  
  376. .menu a:hover{
  377. float:left;
  378. background:{color:Navigation Hover};
  379. color:{color:Navi Text Hover};
  380. text-transform:lowercase;
  381. webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  382.  
  383. #home a{background:{color:1 and 10 Navi}; color:{color:1 10 Navi Hover};}
  384. #home a:hover{background:{color:1 10 Navi Hover}; color:{color:1 and 10 Navi};}
  385.  
  386. #permalink {
  387. float: right;
  388. width: 210px;
  389. height: auto;
  390. font-size: 8px;
  391. padding: 3px;
  392. font-family: '04b03';
  393. color:{color:Permalink Text};
  394. text-transform: uppercase;
  395. background-color: {color:Permalink Box};
  396. margin-left: 1px;
  397. {block:If1Column500px}margin-left: 121px;{/block:If1Column500px}
  398. {block:If1Column400px}margin-left: 91px;{/block:If1Column400px}
  399. {block:If1Column250px}margin-left: 1px;{/block:If1Column250px}
  400. bottom:5px;
  401. padding-left: 1px;
  402. position: absolute;
  403. letter-spacing: 1px;
  404. text-align: center;
  405. -webkit-transition: all 0.5s ease-out;
  406. -moz-transition: all 0.5s ease-out;
  407. -o-transition: all 0.5s ease-out; opacity:0; filter: alpha(opacity = 0); zoom: 1;}
  408.  
  409. #permalink a{
  410. color: {color:Permalink Text};
  411. font-size: 8px;
  412. letter-spacing: 0px;
  413. font-family: '04b03';
  414. letter-spacing: 1px;
  415. text-transform: uppercase;
  416. -webkit-transition: color 3s linear;
  417. -moz-transition: color 3s linear;
  418. -o-transition: color 3s linear;
  419. transition: color 3s linear;}
  420.  
  421. .posts:hover #permalink {
  422. margin-left: 41px;
  423. {block:If1Column500px}margin-left: 291px;{/block:If1Column500px}
  424. {block:If1Column400px}margin-left: 191px;{/block:If1Column400px}
  425. {block:If1Column250px}margin-left: 41px;{/block:If1Column250px}
  426. opacity: 0.9;
  427. filter: alpha(opacity = 90);
  428. zoom: 1;}
  429.  
  430. .ido{
  431. width:250px;
  432. height:100px;
  433. padding:1px;
  434. background:transparent;
  435. font-family:'verdana';
  436. font-size:10px;
  437. }
  438.  
  439. .pagina a{
  440. width: 20px;
  441. height:23px;
  442. padding:5px;
  443. padding-top:1px;
  444. font: 20px 'arial';
  445. text-align:center;
  446. display:block;
  447. border:1px solid {color:1 and 10 Navi};
  448. margin-top:10px;
  449. margin-bottom:3px;
  450. color: {color:Navi Text};
  451. text-decoration: none;
  452. -webkit-transition: all 0.5s ease-in;
  453. -moz-transition: all 0.5s ease-in;
  454. -o-transition: all 0.5s ease-in;
  455. }
  456.  
  457. .pagina a:hover{
  458. width: 20px;
  459. height:23px;
  460. padding:5px;
  461. padding-top:1px;
  462. font: 20px 'arial';
  463. text-align:center;
  464. display:block;
  465. margin-bottom:3px;
  466. color: {color:1 10 Navi Hover};
  467. text-decoration: none;
  468. -webkit-transition: all 0.5s ease-in;
  469. -moz-transition: all 0.5s ease-in;
  470. -o-transition: all 0.5s ease-in;
  471. border-radius: 150px;
  472. }
  473.  
  474. {CustomCSS}
  475.  
  476. </style>
  477.  
  478. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  479. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  480. {block:IfEndlessScrolling}<script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:IfEndlessScrolling}
  481. <script type="text/javascript">
  482. $(window).load(function () {
  483. $('#postar').masonry(),
  484. $('.masonryWrap').infinitescroll({
  485. itemSelector : ".posts",
  486. navSelector : "div.navigation",
  487. nextSelector : ".navigation a#next",
  488. bufferPx : 10000,
  489. extraScrollPx: 10000,
  490. loadingImg : "",
  491. loadingText : "",
  492. },
  493. function() { $('#postar').masonry({ appendedContent: $(this) });
  494. });
  495. });</script>
  496.  
  497. </head>
  498.  
  499. <body>
  500. <div id="sidebar"></div>
  501. <div id="sidebar2">
  502. {block:IfNotEndlessScrolling}<div class="pagina">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div><br><br><div class="pagina">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:IfNotEndlessScrolling}</div>
  503. <img src="{image:Sidebar}" width="220" class="pic">
  504. <div class="left">
  505. <div class="menu" id="home"><a href="/">Index</a></div>
  506. <div class="menu"><a href="/ask">message</a></div>
  507. <div class="menu"><a href="/archive">archive</a></div>
  508. {block:IfURL01}<div class="menu"><a href="{text:URL 01}">{text:URL 01 Title}</a></div>{/block:IfURL01}
  509. {block:IfURL02}<div class="menu"><a href="{text:URL 02}">{text:URL 02 Title}</a></div>{/block:IfURL02}
  510. {block:IfURL03}<div class="menu"><a href="{text:URL 03}">{text:URL 03 Title}</a></div>{/block:IfURL03}
  511. {block:IfURL04}<div class="menu"><a href="{text:URL 04}">{text:URL 04 Title}</a></div>{/block:IfURL04}
  512. {block:IfURL05}<div class="menu"><a href="{text:URL 05}">{text:URL 05 Title}</a></div>{/block:IfURL05}
  513. {block:IfURL06}<div class="menu"><a href="{text:URL 06}">{text:URL 06 Title}</a></div>{/block:IfURL06}
  514. <div class="menu" id="home"><a href="http://madarathemes.tumblr.com/">Theme</a></div>
  515. </div>
  516. <div id="descri">
  517. <div class="ido"style="overflow:auto; line-height:120%">
  518. {description}
  519. </div></div>
  520.  
  521. <div id="postar">
  522. {block:Posts}
  523. <div class="posts">
  524.  
  525. {block:IndexPage}<div id="permalink"><a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  526. {/block:IndexPage}
  527.  
  528. {block:Text}
  529. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  530. {Body}
  531. {/block:Text}
  532.  
  533. {block:Photo}
  534. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="500px"/></a>{/block:IndexPage}
  535. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  536. {block:IfCaption} {block:Caption}
  537. {Caption}
  538. {/block:Caption}{/block:IfCaption}
  539.  
  540. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  541. {Caption}
  542. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  543. {/block:Photo}
  544.  
  545. {block:Photoset}
  546.  
  547. {block:IndexPage}{block:IfNot1Column500px}{block:IfNot1Column400px}{block:IfNot1Column250px}{Photoset-250}{/block:IfNot1Column250px}{/block:IfNot1Column400px}{/block:IfNot1Column500px}
  548. {block:If1Column500px}{Photoset-500}{/block:If1Column500px}
  549. {block:If1Column400px}{Photoset-400}{/block:If1Column400px}
  550. {block:If1Column250px}{Photoset-250}{/block:If1Column250px}
  551. {/block:IndexPage}
  552. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  553.  
  554. {block:IfCaption} {block:Caption}
  555. {Caption}
  556. {/block:Caption}{/block:IfCaption}
  557.  
  558. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  559. {Caption}
  560. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  561. {/block:Photoset}
  562.  
  563. {block:Quote}
  564. <div class="quote">"{Quote}"</div>
  565. {block:Source}
  566. <div align="right">- {Source}</div>
  567. {/block:Source}
  568. {/block:Quote}
  569.  
  570. {block:Link}
  571. <div class="titulo"><a href="{URL}" class="link" {Target}>{Name} →</a></div>
  572. {block:Description}
  573. {Description}
  574. {/block:Description}
  575. {/block:Link}
  576.  
  577. {block:Chat}
  578. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  579. <div style="margin-left:16px;">{block:Lines}{block:Label}<b><span style="color:{color:Title};">{Label}</span></b>{/block:Label} {Line}<br>{/block:Lines}</div>
  580. {/block:Chat}
  581.  
  582. {block:Audio}
  583.  
  584. <div id= "audio">{AudioPlayerGrey}</div>
  585. <div id="audiopic">{block:AlbumArt}
  586. <img src="{AlbumArtURL}" width="100">
  587. {/block:AlbumArt}</div>
  588.  
  589. {block:Caption}
  590. {Caption}
  591. {/block:Caption}
  592.  
  593. {/block:Audio}
  594.  
  595. {block:Video}
  596.  
  597. {block:IndexPage}
  598. {block:IfNot1Column500px}{block:IfNot1Column400px}{block:IfNot1Column250px}{Video-250}{/block:IfNot1Column250px}{/block:IfNot1Column400px}{/block:IfNot1Column500px}
  599. {block:If1Column500px}{Video-500}{/block:If1Column500px}
  600. {block:If1Column400px}{Video-400}{/block:If1Column400px}
  601. {block:If1Column250px}{Video-250}{/block:If1Column250px}{/block:IndexPage}
  602. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  603.  
  604. {block:IfCaption} {block:Caption}
  605. {Caption}
  606. {/block:Caption}{/block:IfCaption}
  607.  
  608. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  609. {Caption}
  610. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  611. {/block:Video}
  612.  
  613. {block:Answer}
  614. <div class="asker">{Asker} whispered : </div>
  615. <div id="ask" align="right">{Question}</div>
  616. <div style="margin-left:10px;"> {Answer}</div>
  617. {/block:Answer}
  618.  
  619. </div>
  620.  
  621. {block:PermalinkPage}{block:Date}<div class="notes">
  622. <div style="background:{color:Postbox}; padding:5px; width:500px; margin-left:-3px;margin-bottom:10px;">
  623.  
  624. <div style="background:#eee; width:490px;padding:5px;font-family: 'cambria'; font-size:16px;">
  625. {Month} {DayOfMonthWithZero}, {Year} - {12Hour}:{Minutes}{AmPm} [{TimeAgo}] </div><br>
  626.  
  627. <div style="margin-top: -5px;margin-left:3px;font-family: 'cambria'; font-size: 12px; text-transform:lowercase;">
  628. {NoteCountWithLabel}<br>
  629. {block:RebloggedFrom}
  630. <b>via:</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <br>
  631. <b>source:</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> <br>{/block:RebloggedFrom}
  632. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  633. </div></div>{/block:Date}
  634.  
  635. <div id="notes" style="margin-left:10px; width:490px;">
  636. {block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>{/block:PermalinkPage}
  637.  
  638. {block:Posts}
  639. </div>
  640. </div>
  641.  
  642. <div class="navigation">
  643. {block:Pagination}
  644. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  645. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  646. {/block:Pagination}
  647. </div>
  648.  
  649. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement