Advertisement
lostmemento

05 | The Cell - Ego

Mar 25th, 2013
3,806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.57 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. 05: THE CELL - Ego
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. --------------------------------------------->
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  11. <meta name="description" content="" />
  12. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14.  
  15. <script src="http://static.tumblr.com/f1skqpy/XNlmk88gr/1.7.1.jquery.min.js"></script>
  16. <script>
  17. $().ready(function() {
  18. $("[title]").style_my_tooltips({
  19. tip_follows_cursor: "on", //on/off
  20. tip_delay_time: 200 //milliseconds
  21. });
  22. });
  23. </script>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  26.  
  27.  
  28. <!--------------------------------------------
  29. DEFAULT APPEARANCE OPTIONS
  30. --------------------------------------------->
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:background" content=""/>
  33.  
  34. <meta name="if:Show Reblog Info" content="1"/>
  35. <meta name="if:Show Post Notes Symbol" content="0"/>
  36. <meta name="if:Show Photo Captions Permalink Only" content="0"/>
  37. <meta name="if:Show Photo Captions on Hover" content="0"/>
  38. <meta name="if:AudioPlayerWhite" content="1"/>
  39. <meta name="if:AudioPlayerGrey" content="0"/>
  40. <meta name="if:AudioPlayerBlack" content="0"/>
  41.  
  42. <meta name="if:Lowercase" content="1"/>
  43. <meta name="if:Uppercase" content="1"/>
  44. <meta name="if:Italic" content="1"/>
  45.  
  46. <meta name="color:Scrollbar" content="#7ccdca"/>
  47. <meta name="color:Scrollbar Background" content="#f8f8f8"/>
  48.  
  49. <meta name="color:bg" content="#ffffff"/>
  50. <meta name="color:Accent" content="#7ccdca"/>
  51. <meta name="color:Post" content="#fcfcfc"/>
  52. <meta name="color:Post Font" content="#222222"/>
  53. <meta name="color:Post Info Links" content="#999999"/>
  54. <meta name="color:Light Border" content="#f8f8f8"/>
  55.  
  56. <meta name="text:Post Font Size" content="11px"/>
  57. <meta name="text:Post Heading Font Size" content="14px"/>
  58. <meta name="text:Small Font Size" content="9px"/>
  59. <meta name="text:Post Info Font Size" content="10px"/>
  60.  
  61. <meta name="text:Background Position" content=""/>
  62. <meta name="text:Notes Symbol" content="&hearts;"/>
  63. <meta name="text:Sidebar Text Align" content="center"/>
  64. <meta name="text:Ask Action" content="asked"/>
  65.  
  66. <meta name="text:Main Font" content="Calibri, Candara, Segoe, Optima, Arial, sans-serif"/>
  67. <meta name="text:Secondary Font" content="Fjalla One"/>
  68.  
  69. <meta name="text:Link1 Url" content="http://"/>
  70. <meta name="text:Link1 Name" content=""/>
  71. <meta name="text:Link2 Url" content="http://"/>
  72. <meta name="text:Link2 Name" content=""/>
  73. <meta name="text:Link3 Url" content="http://"/>
  74. <meta name="text:Link3 Name" content=""/>
  75. <meta name="text:Link4 Url" content="http://"/>
  76. <meta name="text:Link4 Name" content=""/>
  77. <meta name="text:Link5 Url" content="http://"/>
  78. <meta name="text:Link5 Name" content=""/>
  79. <meta name="text:Link6 Url" content="http://"/>
  80. <meta name="text:Link6 Name" content=""/>
  81. <meta name="text:Link7 Url" content="http://"/>
  82. <meta name="text:Link7 Name" content=""/>
  83. <meta name="text:Link8 Url" content="http://"/>
  84. <meta name="text:Link8 Name" content=""/>
  85. <meta name="text:Link9 Url" content="http://"/>
  86. <meta name="text:Link9 Name" content=""/>
  87. <meta name="text:Link10 Url" content="http://"/>
  88. <meta name="text:Link10 Name" content=""/>
  89.  
  90. <style type="text/css">
  91. body {
  92. font-family: {text:Main Font};
  93. margin: 0px;
  94. font-size: {text:Post Font Size};
  95. background-color: {color:bg};
  96. background-image: url('{image:background}');
  97. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  98. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  99. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  100.  
  101. img {display: block;}
  102.  
  103. a img {border: 0px;}
  104.  
  105. a, a:hover {text-decoration: none;
  106. transition-duration: 0.6s;
  107. -moz-transition-duration: 0.6s;
  108. -webkit-transition-duration: 0.6s;
  109. -o-transition-duration: 0.6s;}
  110.  
  111. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scrollbar}; height: 10px;}
  112. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scrollbar}; height:10px!important;}
  113. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:8px; width:5px;}
  114.  
  115. #s-m-t-tooltip{
  116. position:absolute;
  117. z-index:90000;
  118. color: {color:Accent};
  119. display:inline-block;
  120. background-color: {color:bg};
  121. border: 1px solid {color:Light Border};
  122. padding: 1px 6px;
  123. max-width:100px;
  124. font-size: {text:Small Font Size};
  125. {color:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  126. word-wrap: break-word;
  127. word-break: break-all;
  128. line-height: 120%;
  129. font-family: {text:Main Font};}
  130.  
  131. .container {margin: auto; width: 900px;}
  132.  
  133. .left {
  134. position: fixed;
  135. width: 440px;
  136. padding: 10px;
  137. border-right: 1px solid {color:Post};
  138. border-left: 1px solid {color:Post};
  139. height: 100%;
  140. z-index: 0;
  141. top: 0px;}
  142.  
  143. .nav {
  144. position: fixed;
  145. width: 440px;
  146. padding: 10px;
  147. z-index: 5;
  148. bottom: 0px;
  149. background-color: {color:bg};
  150. margin-left: 1px;
  151. text-align: center;
  152. font-size: {text:Small Font Size};}
  153.  
  154. .nav a {
  155. padding: 2px 5px;
  156. background-color: {color:Post};
  157. border-radius:3px;
  158. margin: 0px 2px;
  159. color: {color:Post Info Links};}
  160.  
  161. .nav a:hover {color: {color:Post Font};}
  162.  
  163. .current_page {
  164. padding: 2px 5px;
  165. background-color: {color:Accent};
  166. border-radius:3px;
  167. color: {color:bg};
  168. margin: 0px 2px;}
  169.  
  170. .post {
  171. width: 400px;
  172. padding: 20px;
  173. background-color: {color:Post};
  174. margin-bottom: 10px;
  175. position: relative;
  176. z-index: 1;
  177. text-align: justify;
  178. color: {color:Post Font};}
  179.  
  180. .post h1 {
  181. font-family: {text:Secondary Font};
  182. font-size: {text:Post Heading Font Size};
  183. letter-spacing: 1px;
  184. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  185. font-weight: normal;}
  186.  
  187. .post h1 a {font-size: {text:Post Heading Font Size}; text-align: center; display: block;}
  188.  
  189. .post li {list-style: square;}
  190.  
  191. .post blockquote {border-left: 2px solid {color:Post Font}; padding-left: 10px;}
  192.  
  193. .ques {margin-bottom: 10px; min-height: 60px;}
  194.  
  195. .ques img {
  196. float:left;
  197. padding: 10px;
  198. background-color: {color:bg};
  199. border: 1px solid {color:Light Border};
  200. margin-right: 10px;
  201. height: 40px;
  202. display:inline-block;}
  203.  
  204. .qu {padding-top: 5px;}
  205.  
  206. .post a, .qu a,.ar, .ifo a {
  207. color: {color:Accent};
  208. font-family: {text:Secondary Font};
  209. font-size: {text:Small Font Size};
  210. letter-spacing: 1px;
  211. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  212.  
  213. .post img, .post blockquote, .post ul, .post ol {max-width: 100%}
  214.  
  215. .post a:hover, .qu a:hover,.ar:hover, .ifo a:hover {background-color: {color:Accent}; color: {color:bg};}
  216.  
  217. .hid {display: none;}
  218. .post:hover .hid {display:block;}
  219.  
  220. /* --------------------------------------
  221. QUOTE
  222. -------------------------------------- */
  223. .quote {width: 70%; margin: 20px auto; line-height: 150%; font-family: {text:Secondary Font};}
  224.  
  225. .source {text-align: right;
  226. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  227. letter-spacing: 1px;
  228. margin-top: 10px;
  229. font-family: {text:Main Font};}
  230.  
  231. .quote_short {font-size: 18px;}
  232. .quote_medium {font-size: 14px;}
  233. .quote_long {font-size: {text:Post Font Size};}
  234.  
  235.  
  236. /* --------------------------------------
  237. CHAT
  238. -------------------------------------- */
  239. .chat ul {padding-left: 0px;}
  240.  
  241. .chat li {list-style: none;}
  242.  
  243. .chat .line {padding: 4px 0px; border-bottom: 1px solid {color:bg};}
  244.  
  245. .chat .line:last-child {border-bottom: 0px;}
  246.  
  247. .chat .label, .mlabel {
  248. font-family: {text:Secondary Font};
  249. font-size: {text:Small Font Size};
  250. letter-spacing: 1px;
  251. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  252.  
  253.  
  254. /* --------------------------------------
  255. ASK
  256. -------------------------------------- */
  257.  
  258. .rep {
  259. background-color: {color:bg};
  260. padding: 10px;
  261. clear: both;
  262. border: 1px solid {color:Light Border};}
  263.  
  264. /* --------------------------------------
  265. AUDIO
  266. -------------------------------------- */
  267. .mus {
  268. min-height: 100px;
  269. display: table;
  270. background-color: {color:bg};
  271. width: 360px;
  272. padding: 20px;
  273. border: 1px solid {color:Light Border};
  274. position: relative;}
  275.  
  276. .mus img {height: 100px; position: absolute;}
  277.  
  278. .cover {z-index: 10;}
  279.  
  280. .mlabel {font-size: 12px; color: {color:Accent};}
  281.  
  282. .musiclabel {
  283. padding-left: 110px;
  284. display: table-cell;
  285. vertical-align: middle;
  286. text-align: center;}
  287.  
  288. .audioverlay {opacity: 0.3;
  289. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  290. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  291. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  292. position: absolute;
  293. z-index: 10;
  294. margin-top: 25px; margin-left: 25px;
  295. transition-duration: 0.6s;
  296. -moz-transition-duration: 0.6s;
  297. -webkit-transition-duration: 0.6s;
  298. -o-transition-duration: 0.6s;
  299. z-index: 100;}
  300.  
  301. .mus:hover .audioverlay {opacity: 0.8;
  302. transition-duration: 0.6s;
  303. -moz-transition-duration: 0.6s;
  304. -webkit-transition-duration: 0.6s;
  305. -o-transition-duration: 0.6s;}
  306.  
  307. .audioarrow {width: 20px; height: 30px; overflow: hidden; margin:10px 19px 10px 12px;}
  308.  
  309.  
  310. /* --------------------------------------
  311. POST INFO
  312. -------------------------------------- */
  313.  
  314. .pn {
  315. padding: 10px;
  316. background-color: {color:bg};
  317. margin-top: 10px;
  318. border: 1px solid {color:Light Border};
  319. min-height: 15px;
  320. font-size: {text:Post Info Font Size};}
  321.  
  322. .pn a {
  323. font-size: {text:Post Info Font Size};
  324. font-family: {text:Main Font};
  325. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  326. color: {color:Post Info Links};
  327. letter-spacing:
  328. 0px; margin: 0px 2px;
  329. word-break:break-all;
  330. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  331.  
  332. .pn a:hover {
  333. color: {color:Accent};
  334. background-color: {color:bg};}
  335.  
  336. .rbg {text-align: right;}
  337. .rbg img {display: inline-block; border-radius: 3px; height: 12px;}
  338.  
  339. ol.notes {
  340. padding: 0px;
  341. margin: 25px 0px;
  342. list-style-type: none;
  343. border-bottom: solid 1px {color:Light Border};
  344. color: {color:Post Info Links};}
  345.  
  346. ol.notes li {list-style: none;}
  347.  
  348. ol.notes li.note {border-top: solid 1px {color:Light Border}; padding: 10px;}
  349.  
  350. ol.notes li.note img.avatar {
  351. vertical-align: -4px;
  352. margin-right: 10px;
  353. width: 16px;
  354. height: 16px;
  355. display: inline-block;}
  356.  
  357. ol.notes li.note span.action {font-weight: normal;}
  358.  
  359. ol.notes li.note .answer_content {font-weight: normal;}
  360.  
  361. ol.notes li.note blockquote {
  362. background-color: {color:bg};
  363. padding: 4px 10px;
  364. margin: 10px 0px 0px 25px;}
  365.  
  366. ol.notes li.note blockquote a {text-decoration: none;}
  367.  
  368. /* --------------------------------------
  369. SIDEBAR
  370. -------------------------------------- */
  371. .right {
  372. position: fixed;
  373. margin-left: 462px;
  374. background-color: {color:Post};
  375. padding: 10px;
  376. height: 100%;
  377. top: 0px;
  378. width: 400px;}
  379.  
  380. .sbi {max-width: 400px;}
  381.  
  382. #rs {color: {color:Accent}; border: 1px solid {color:Accent};}
  383.  
  384. #rs:hover {color: {color:bg}; background-color: {color:Accent}; border: 1px solid {color:Accent};}
  385.  
  386. .rl {
  387. margin: 20px 0px;
  388. text-align: center;
  389. margin-bottom: 10px;}
  390.  
  391. .rl a {
  392. padding: 5px;
  393. background-color: {color:bg};
  394. border: 1px solid {color:bg};
  395. width: 100px;
  396. display: inline-block;
  397. color: {color:Post Info Links};
  398. font-size: {text:Post Info Font Size};
  399. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  400. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  401.  
  402. .rl a:hover {border: 1px solid {color:Accent}; color: {color:Accent};}
  403.  
  404. .rll {
  405. display: inline-block;
  406. padding: 10px 5px;
  407. background-color: {color:bg};
  408. width: 30%;
  409. margin-bottom: 4px;}
  410.  
  411. .ifo {
  412. padding: 20px;
  413. background-color: {color:bg};
  414. margin: 10px 0px;
  415. color: {color:Post Font};
  416. font-size: {text:Post Info Font Size};
  417. line-height: 100%;
  418. text-align: {text:Sidebar Text Align};}
  419.  
  420. .ddown {
  421. width: 350px;
  422. border: 0px solid;
  423. padding: 5px;
  424. color: {color:Post Font};
  425. background-color: {color:Post};
  426. font-family: {text:Main Font};
  427. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  428. font-size: {text:Post Info Font Size};
  429. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  430.  
  431. iframe#tumblr_controls {top: 0% !important; right:0% !important; position: fixed !important;}
  432.  
  433. /* --------------------------------------
  434. CUSTOM CSS
  435. -------------------------------------- */
  436. {CustomCSS}
  437. </style>
  438. </head>
  439.  
  440.  
  441. <body>
  442.  
  443. <div class="container">
  444. <div class="left"></div>
  445.  
  446.  
  447. {block:Pagination}<div class="nav">
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}" style="font-family: arial;">&#8592;</a>
  450. {/block:PreviousPage}
  451.  
  452. {block:JumpPagination length="5"}
  453. {block:CurrentPage}
  454. <span class="current_page">{PageNumber}</span>
  455. {/block:CurrentPage}
  456.  
  457. {block:JumpPage}
  458. <a class="jump_page" href="{URL}">{PageNumber}</a>
  459. {/block:JumpPage}
  460. {/block:JumpPagination}
  461. {block:NextPage}
  462. <a href="{NextPage}" style="font-family: arial;">&#8594;</a>
  463. {/block:NextPage}
  464. </div>{/block:Pagination}
  465.  
  466. <div style="margin-left: 10px; margin-top: 10px;">
  467. {block:Posts}
  468. {block:ContentSource}
  469.  
  470. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  471.  
  472. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  473.  
  474. {/block:SourceLogo}
  475.  
  476. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  477.  
  478. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  479.  
  480. <div class="post">
  481.  
  482. <!--------------------------------------------
  483. PHOTO POSTS
  484. --------------------------------------------->
  485. {block:Photo}
  486. {LinkOpenTag}
  487. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  488. {block:IfNotShowPhotoCaptionsPermalinkOnly}{block:IndexPage}{block:Caption}<div {block:IfShowPhotoCaptionsOnHover}class="hid"{/block:IfShowPhotoCaptionsOnHover}>{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotShowPhotoCaptionsPermalinkOnly}
  489. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  490. {/block:Photo}
  491.  
  492. <!--------------------------------------------
  493. PHOTOSET POSTS
  494. --------------------------------------------->
  495. {block:Photoset}
  496. {Photoset-400}
  497. {block:IfNotShowPhotoCaptionsPermalinkOnly}{block:IndexPage}{block:Caption}<div {block:IfShowPhotoCaptionsOnHover}class="hid"{/block:IfShowPhotoCaptionsOnHover}>{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotShowPhotoCaptionsPermalinkOnly}
  498. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  499. {/block:Photoset}
  500.  
  501.  
  502. <!--------------------------------------------
  503. TEXT POSTS
  504. --------------------------------------------->
  505. {block:Text}
  506. {block:Title}<h1>{Title}</h1>{/block:Title}
  507. {Body}
  508. {/block:Text}
  509.  
  510. <!--------------------------------------------
  511. ANSWER POSTS
  512. --------------------------------------------->
  513. {block:Answer}
  514. <div class="ques">
  515. <img src="{AskerPortraitURL-40}"> <div class="qu"><span class="ar">{Asker}</span> {text:Ask Action}: {Question}</div>
  516. </div>
  517. <div class="rep">{Answer}</div>
  518. {/block:Answer}
  519.  
  520. <!--------------------------------------------
  521. QUOTE POSTS
  522. --------------------------------------------->
  523. {block:Quote}
  524. <div class="quote">
  525. <div class="quote_{Length}">“{Quote}”</div>
  526. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  527. </div>
  528. {/block:Quote}
  529.  
  530.  
  531. <!--------------------------------------------
  532. VIDEO POSTS
  533. --------------------------------------------->
  534. {block:Video}
  535. {Video-400}
  536. {block:Caption}{Caption}{/block:Caption}
  537. {/block:Video}
  538.  
  539.  
  540. <!--------------------------------------------
  541. LINK POSTS
  542. --------------------------------------------->
  543. {block:Link}
  544. <h1><a href="{URL}">{Name}</a></h1>
  545. {block:Description}{Description}{/block:Description}
  546. {/block:Link}
  547.  
  548.  
  549.  
  550.  
  551. <!--------------------------------------------
  552. CHAT POSTS
  553. --------------------------------------------->
  554. {block:Chat}
  555. {block:Title}<h1>{Title}</h1>{/block:Title}
  556. <div class="chat"><ul>{block:Lines}
  557. <li class="line">{block:Label}
  558. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  559. {/block:Chat}
  560.  
  561. <!--------------------------------------------
  562. AUDIO POSTS
  563. --------------------------------------------->
  564. {block:Audio}
  565. <div class="mus">
  566. {block:AudioPlayer}
  567. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  568. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  569. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  570. {/block:AudioPlayer}
  571.  
  572. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
  573. {block:AlbumArt}
  574. <img class="cover" src="{AlbumArtURL}" />
  575. {/block:AlbumArt}
  576.  
  577. <div class="musiclabel">
  578. {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
  579. {block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
  580. {block:Playcount}{Playcount} Plays{/block:Playcount}
  581. </div></div>
  582.  
  583. {block:Caption}{Caption}{/block:Caption}
  584. {/block:Audio}
  585.  
  586. <!--------------------------------------------
  587. POST INFO
  588. --------------------------------------------->
  589. {block:Date}<div class="pn"><div style="float:left"><a href="{Permalink}">{block:IndexPage}{TimeAgo}{/block:IndexPage} {block:PermalinkPage}{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}{/block:PermalinkPage} {block:NoteCount}& {block:IfNotShowPostNotesSymbol}{NoteCountWithLabel}{/block:IfNotShowPostNotesSymbol} {block:IfShowPostNotesSymbol}{NoteCount} {text:Notes Symbol} {block:IfShowPostNotesSymbol}{/block:NoteCount}</a></div>
  590.  
  591. {block:IfShowReblogInfo}{block:IndexPage}<div class="rbg">{block:RebloggedFrom}
  592. <a href="{ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-40}"></a>
  593. <a href="{ReblogRootURL}" title="{ReblogRootName}"><img src="{ReblogRootPortraitURL-40}"></a>
  594. {/block:RebloggedFrom}</div>{/block:IndexPage}{/block:IfShowReblogInfo}
  595.  
  596. {block:PermalinkPage}<div class="rbg">{block:RebloggedFrom}
  597. <a href="{ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-40}"></a>
  598. <a href="{ReblogRootURL}" title="{ReblogRootName}"><img src="{ReblogRootPortraitURL-40}"></a>
  599. {/block:RebloggedFrom}</div>{/block:PermalinkPage}
  600.  
  601. {block:HasTags}<div style="clear:both">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  602. </div>{/block:Date}
  603. {PostNotes}
  604. </div>
  605. {/block:Posts}
  606. </div>
  607. <div class="right"><a href="/">
  608. <img src="{image:sidebar}" class="sbi">
  609. </a>
  610. <div style="clear:both"></div>
  611. <div class="rl">
  612. <div class="rll"><a href="/">INDEX</a></div>
  613. <div class="rll"><a href="/ask">MESSAGE</a></div>
  614. <div class="rll"><a href="/archive">ARCHIVE</a></div><br>
  615. {block:IfLink1Name}<div class="rll"><a href="{text:Link1 Url}">{text:Link1 Name}</a></div>{/block:IfLink1Name}
  616. {block:IfLink2Name}<div class="rll"><a href="{text:Link2 Url}">{text:Link2 Name}</a></div>{/block:IfLink2Name}
  617. {block:IfLink3Name}<div class="rll"><a href="{text:Link3 Url}">{text:Link3 Name}</a></div>{/block:IfLink3Name}
  618. </div>
  619.  
  620. <div class="ifo">
  621. {Description}
  622. </br></br>
  623.  
  624.  
  625. <select class="ddown" onChange="location.href=this.options[this.selectedIndex].value;"><br />
  626. <option value="/">navigation</option><br/>
  627. {block:IfLink4Name}<option value="{text:Link4 Url}">{text:Link4 Name}</option><br/>{/block:IfLink4Name}
  628. {block:IfLink5Name}<option value="{text:Link5 Url}">{text:Link5 Name}</option><br/>{/block:IfLink5Name}
  629. {block:IfLink6Name}<option value="{text:Link6 Url}">{text:Link6 Name}</option><br/>{/block:IfLink6Name}
  630. {block:IfLink7Name}<option value="{text:Link7 Url}">{text:Link7 Name}</option><br/>{/block:IfLink7Name}
  631. {block:IfLink8Name}<option value="{text:Link8 Url}">{text:Link8 Name}</option><br/>{/block:IfLink8Name}
  632. {block:IfLink9Name}<option value="{text:Link9 Url}">{text:Link9 Name}</option><br/>{/block:IfLink9Name}
  633. {block:IfLink10Name}<option value="{text:Link10 Url}">{text:Link10 Name}</option><br/>{/block:IfLink10Name}
  634. {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option><br/>{/block:Pages}{/block:HasPages}
  635. </select>
  636.  
  637. </div>
  638.  
  639. </div>
  640.  
  641. </div>
  642.  
  643. </body>
  644. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement