Advertisement
dottiekazatori

LET ME DOWN GENTLY BY REDPANDARPS

Jul 20th, 2014
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.36 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.  
  6. <!-------------
  7.  
  8. © REDPANDARPS.TUMBLR.COM | "LET ME DOWN GENTLY" #10
  9.  
  10. + Base code by lavvie@bluenaegi.tumblr.com
  11. + Don't remove the credit. Moving it to an faq page is alright, anything else is not.
  12. + Editing of any sort is of course allowed, as long as you don't remove credit or repost the code.
  13. + Sidebar images are 300px by 230px
  14. + If you have any questions or concerns, just contact me!
  15. + Thanks for using my theme!
  16. --------------->
  17.  
  18. <meta name="image:bg" content=""/>
  19. <meta name="image:sidebarbg" content=""/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:sidebar2" content=""/>
  22.  
  23. <meta name="text:Link1" content="" />
  24. <meta name="text:Link1 Title" content="" />
  25. <meta name="text:Link2" content="" />
  26. <meta name="text:Link2 Title" content="" />
  27. <meta name="text:Link3" content="" />
  28. <meta name="text:Link3 Title" content="" />
  29. <meta name="text:subtitle" content="subtitle" />
  30. <meta name="text:desc2" content="" />
  31.  
  32. <meta name="font:Title" content="georgia"/>
  33. <meta name="font:subtitle" content="georgia"/>
  34.  
  35. <meta name="color:title" content=""/>
  36. <meta name="color:title bg" content=""/>
  37. <meta name="color:text" content=""/>
  38. <meta name="color:link" content=""/>
  39. <meta name="color:bg" content=""/>
  40. <meta name="color:posts" content=""/>
  41. <meta name="color:desc" content=""/>
  42. <meta name="color:border" content=""/>
  43. <meta name="color:sidelinksbg" content=""/>
  44. <meta name="color:sidelinkshoverbg" content=""/>
  45. <meta name="color:sidelinks" content=""/>
  46. <meta name="color:sidelinkshover" content=""/>
  47. <meta name="color:sidebarbg" content=""/>
  48. <meta name="color:blockquote" content=""/>
  49. <meta name="color:desc link" content=""/>
  50. <meta name="color:desc link hover" content=""/>
  51. <meta name="color:scrollbar" content=""/>
  52. <meta name="color:scrollbar bg" content=""/>
  53. <meta name="color:ask bg" content=""/>
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}</title>
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <link rel="shortcut icon" href="{Favicon}" />
  59. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61. <style type="text/css">
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}}}; height:auto;}
  64. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:10px !important;}
  65. ::-webkit-scrollbar {height:7px; width:5px; background-color:{color:scrollbar bg};}
  66.  
  67.  
  68. body {
  69. background:{color:bg};
  70. font-family: georgia;
  71. font-size:10px;
  72. line-height:16px;
  73. color:{color:text};
  74. background-attachment:fixed;
  75. text-align:justify;
  76. background-image:url('{image:bg}');
  77. }
  78.  
  79. #streetcred {
  80. position: fixed;
  81. z-index:9999;
  82. bottom:5px;
  83. padding:3px;
  84. background:white;
  85. color:black;
  86. left:5px;
  87. color:{color:link};
  88. text-decoration:normal;
  89. font-family:'Arial';
  90. font-size:20px;
  91. border: 1px solid {color:border};
  92. }
  93.  
  94. #streetcred a, a:active, a:hover, a:visited {
  95. color:black;
  96. font-style:normal;
  97. text-decoration:none;
  98. }
  99.  
  100. a, a:active, a:visited {
  101. text-decoration:none;
  102. color:{color:link};
  103. }
  104.  
  105. a:hover {
  106. font-style:italic;
  107. color:{color:link};
  108. }
  109.  
  110. #sidebar {
  111. position:fixed;
  112. top:100px;
  113. left:50px;
  114. width:518px;
  115. background-color:{color:sidebarbg};
  116. padding:10px 10px;
  117. border:1px solid {color:border};
  118. text-align:center;
  119. background-attachment:fixed;
  120. background-image:url('{image:sidebarbg}');
  121. }
  122.  
  123. #titlebar {
  124. font-family:{font:Title};
  125. font-size: 18px;
  126. background-color: {color:title bg};
  127. color:{color:title};
  128. width:512px;
  129. margin-top:10px;
  130. height:30px;
  131. float:left;
  132. padding: 3px;
  133. border:1px solid {color:border};
  134. }
  135.  
  136. .subtitle {
  137. font-family:{font:Subtitle};
  138. font-size:10px;
  139. letter-spacing:2px;
  140. }
  141.  
  142.  
  143. .sidebarimg {
  144. width:300px;
  145. height:230px;
  146. margin-top:-15px;
  147. float:right;
  148. background:transparent;
  149. }
  150.  
  151. .sidebarimg img {
  152. border:1px solid {color:border};
  153. background:transparent;
  154. width:300px;
  155. height:230px;
  156. }
  157.  
  158.  
  159.  
  160. .sidebarimg2 {
  161. width:300px;
  162. height:230px;
  163. margin-top:10px;
  164. float:right;
  165. background:transparent;
  166. }
  167.  
  168. .sidebarimg2 img {
  169. border:1px solid {color:border};
  170. background:transparent;
  171. width:300px;
  172. height:230px;
  173. }
  174.  
  175. #slinks {
  176. text-align:center;
  177. float:left;
  178. margin-right:0px;
  179. margin-left:0px;
  180. }
  181.  
  182. #slinks a {
  183. text-decoration:none;
  184. border:1px solid {color:border};
  185. color:{color:sidelinks};
  186. font-size:10px;
  187. width:91px;
  188. padding: 3px;
  189. display:inline-block;
  190. height:12px;
  191. background-color:{color:sidelinksbg};
  192. margin-top:1px;
  193. margin-bottom:1px;
  194. }
  195.  
  196. #slinks a:hover {
  197. font-style:italic;
  198. background:{color:sidelinkshoverbg};
  199. color:{color:sidelinkshover};
  200. }
  201.  
  202. img {
  203. max-width:100%;
  204. }
  205.  
  206. ol, ul {
  207. list-style-type:square;
  208. margin-left:12px;
  209. }
  210.  
  211. blockquote {
  212. border-left:1px solid {color:blockquote};
  213. padding:0px 6px;
  214. }
  215.  
  216. #container {
  217. position:absolute;
  218. top:0px;
  219. left:380px;
  220. }
  221.  
  222. #posts {
  223. width:500px;
  224. padding:10px;
  225. border:1px solid {color:border};
  226. margin-top:20px;
  227. margin-bottom:20px;
  228. margin-left:248px;
  229. background-color:{color:posts};
  230. }
  231.  
  232. #posts a {
  233. text-decoration:none;
  234. font-style:none;
  235. color:{color:link};
  236. }
  237.  
  238. #posts a:hover {
  239. background:transparent;
  240. color:{color:link};
  241. }
  242.  
  243. #permalink{
  244. border-top:1px solid {color:border};
  245. text-align:right;
  246. font-size:8px;
  247. }
  248.  
  249. #permalink a {
  250. font-style:none;
  251. color:{color:link};
  252. }
  253.  
  254. #permalink a:hover {
  255. font-style:italic;
  256. color:{color:link};
  257. }
  258.  
  259. #note {
  260. margin-left:238px;
  261. width:500px;
  262. margin-top:-8px;
  263. }
  264.  
  265. #note img {
  266. margin-right: 10px;
  267. width: 16px;
  268. height: 16px;
  269. }
  270.  
  271. #note a, a:active, a:visited {
  272. text-decoration:none;
  273. color:{color:link};
  274. }
  275.  
  276. #note a:hover {
  277. font-style:italic;
  278. color:{color:text};
  279. }
  280.  
  281. #titles {
  282. font-family:georgia;
  283. font-size:16px;
  284. text-align:center;
  285. }
  286.  
  287. #titles a {
  288. font-style:normal;
  289. }
  290.  
  291. #titles a:hover {
  292. font-style:none;
  293. background:transparent;
  294. }
  295.  
  296. #desc {
  297. background-color:{color:desc};
  298. border:1px solid {color:border};
  299. float:left;
  300. width:200px;
  301. text-align:left;
  302. padding: 3px;
  303. height:224px;
  304. }
  305.  
  306. #desc a {
  307. color:{color:desc link};
  308. font-style:normal;
  309. text-decoration:none;
  310. }
  311.  
  312. #desc a:hover {
  313. color:{color:desc link hover};
  314. font-style:italic;
  315. }
  316.  
  317. #linkbox {
  318. background-color:{color:desc};
  319. border:1px solid {color:border};
  320. float:left;
  321. width:200px;
  322. text-align:left;
  323. padding: 3px;
  324. height:66px;
  325. margin-top:10px;
  326. }
  327.  
  328.  
  329.  
  330. #desc2 {
  331. background-color:{color:desc};
  332. border:1px solid {color:border};
  333. float:left;
  334. width:200px;
  335. text-align:left;
  336. margin-top:10px;
  337. padding: 3px;
  338. height:140px;
  339. }
  340.  
  341. #pagination {
  342. font-size:29px;
  343. font-family:georgia;
  344. text-align:center;
  345. line-height:30px;
  346. text-decoration:none;
  347. color:{color:sidelinks};
  348. }
  349.  
  350. #ask {
  351. background-color:{color:ask bg};
  352. font-size:12px;
  353. text-align:center;
  354. }
  355.  
  356. </style>
  357.  
  358. </head>
  359. <body>
  360. <div id="container">
  361. {block:Posts}
  362. <div id="posts">
  363.  
  364.  
  365. {block:Text}
  366. {block:Title}<div id="titles">{Title}</div>{/block:Title}
  367. {Body}
  368. {/block:Text}
  369.  
  370.  
  371. {block:Quote}
  372. <div id="titles">{Quote}</div>
  373. <br />— {Source}
  374. {/block:Quote}
  375.  
  376.  
  377. {block:Link}
  378. <div id="titles"><a href="{URL}">{Name}</a></div>
  379. {block:Description}{Description}{/block:Description}
  380. {/block:Link}
  381.  
  382. {block:Photo}
  383. <center><img src="{PhotoURL-500}"/></center>
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Photo}
  386.  
  387.  
  388. {block:Photoset}
  389. <center>{Photoset-500}</center>
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Photoset}
  392.  
  393. {block:Chat}
  394. {block:Title}<div id="titles">{Title}</div>{/block:Title}
  395. {block:Lines}
  396. {block:Label}<b>{Label}</b>{/block:Label}
  397. {Line}<br />
  398. {/block:Lines}
  399. {/block:Chat}
  400.  
  401.  
  402. {block:Video}
  403. {Video-500}
  404. {block:Caption}{Caption}{/block:Caption}
  405. {/block:Video}
  406.  
  407. {block:Answer}
  408. <div id="ask">{Asker} asked:<br> {Question}</div><br />
  409. {Answer}
  410. {/block:Answer}
  411.  
  412. {block:Audio}
  413. {AudioPlayerWhite}
  414. {block:Caption}{Caption}{/block:Caption}
  415. {/block:Audio}
  416.  
  417. {block:ContentSource}
  418. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  419. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  420. {/block:SourceLogo}
  421. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  422. {/block:ContentSource}
  423.  
  424. {block:IndexPage}
  425. {block:Date}<div id="permalink">Posted
  426. <a href="{Permalink}">{Timeago}</a> with
  427. <a href="{Permalink}">{NoteCountWithLabel}</a>
  428. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}, source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  429. <br>{block:HasTags}{block:Tags}
  430. <a href="{TagURL}">#{Tag}</a>
  431. {/block:Tags}{/block:HasTags}</div>{/block:Date}
  432. {/block:IndexPage}
  433.  
  434.  
  435. {block:PermalinkPage}
  436. {block:Date}<div id="permalink">Posted
  437. <a href="{Permalink}">{Timeago}</a> with
  438. <a href="{Permalink}">{NoteCountWithLabel}</a>
  439. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}, source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  440. <br>{block:HasTags}{block:Tags}
  441. <a href="{TagURL}">#{Tag}</a>
  442. {/block:Tags}{/block:HasTags}</div>{/block:Date}
  443. {/block:PermalinkPage}
  444.  
  445.  
  446. </div>
  447. {/block:Posts}
  448. {block:PostNotes}
  449. <div id="note">{PostNotes}
  450. </div>{/block:PostNotes}
  451. </div>
  452.  
  453. <div id="sidebar">
  454.  
  455.  
  456. <div id="desc">
  457. <div style="overflow:auto; height:224px;background-color: transparent;">{Description}</div>
  458.  
  459. </div><br />
  460.  
  461.  
  462. <div class="sidebarimg">
  463. <img src="{image:sidebar}">
  464. </div><div id="titlebar">{title}<br>
  465. <div class="subtitle">{text:subtitle}</div>
  466. </div>
  467. <div class="sidebarimg2"><img src="{image:sidebar2}">
  468. </div>
  469. <div id="linkbox">
  470. <div id="slinks">
  471. <a href="/">index</a>
  472. <a href="/ask">message</a><br>
  473. <a href="/archive">archive</a>
  474. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br>{/block:ifLink1}
  475. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  476. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br>{/block:ifLink3}
  477. </div>
  478. </div>
  479. <div id="desc2">
  480. <div style="overflow:auto; height:115px; background-color: transparent;">
  481. {text:desc2}
  482. </div>
  483. <div id="pagination"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage} {/block:Pagination}
  484. </div></div>
  485.  
  486.  
  487.  
  488.  
  489. </div>
  490. <div id="streetcred"><a href="http://REDPANDARPS.tumblr.com/tagged/mine:_theme">⊗</a></div>
  491.  
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement