enchantingly

Theme 23 - Rose Red

Oct 22nd, 2013
1,930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!----
  5. Theme 23 - "Rose Red" by Elowen (theghostoflove.tumblr.com)
  6.  
  7. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  8. --->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Ask and Link Bg" content="#f5e1bc">
  18. <meta name="color:Background" content="#fdf5e6">
  19. <meta name="color:Body" content="#990303">
  20. <meta name="color:Border" content="#ad0202">
  21. <meta name="color:Chat1" content="#fff8ec">
  22. <meta name="color:Chat2" content="#f3e0bc">
  23. <meta name="color:Entries" content="#ebd7b2">
  24. <meta name="color:Link" content="#b88b36">
  25. <meta name="color:Link Hover" content="#dbbc81">
  26. <meta name="color:Navlinks" content="#990303">
  27. <meta name="color:Navlinks Hover" content="#810202">
  28. <meta name="color:Navlinks Bg" content="#f3d49d">
  29. <meta name="color:Navlinks Bg Hover" content="#e7ba72">
  30. <meta name="color:Post" content="#f5e8d1">
  31. <meta name="color:Scroll" content="#b90404">
  32. <meta name="color:Scroll Bg" content="#ebd7b2">
  33. <meta name="color:Sidebar" content="#ebd7b2">
  34. <meta name="color:Title" content="#b90404">
  35.  
  36. <meta name="if:Cursive Fonts" content="1">
  37. <meta name="if:Hover Links" content="1">
  38. <meta name="if:Infinite Scroll" content="0">
  39. <meta name="if:Posts 400" content="0">
  40.  
  41. <meta name="image:Background" content="https://31.media.tumblr.com/a8e43bf4cf3ff30a6312091563d3842b/tumblr_mj3oqzFjFU1qcdtsho1_1280.jpg">
  42. <meta name="image:Sidebar" content="https://static.tumblr.com/b8332727aec9fe210ceab71ae7883b42/ougxdjo/iCHmv124y/tumblr_static_nina.jpg">
  43.  
  44. <meta name="text:Link 1" content="">
  45. <meta name="text:Link 1 URL" content="http://">
  46. <meta name="text:Link 2" content="">
  47. <meta name="text:Link 2 URL" content="http://">
  48. <meta name="text:Link 3" content="">
  49. <meta name="text:Link 3 URL" content="http://">
  50. <meta name="text:Link 4" content="">
  51. <meta name="text:Link 4 URL" content="http://">
  52. <meta name="text:Link 5" content="">
  53. <meta name="text:Link 5 URL" content="http://">
  54. <meta name="text:Link 6" content="">
  55. <meta name="text:Link 6 URL" content="http://">
  56. <meta name="text:Link 7" content="">
  57. <meta name="text:Link 7 URL" content="http://">
  58. <meta name="text:Link 8" content="">
  59. <meta name="text:Link 8 URL" content="http://">
  60. <meta name="text:Sidebar Image Height" content="250px">
  61.  
  62. <style type="text/css">
  63.  
  64. /**BASICS**/
  65.  
  66. body {
  67. text-align:justify;
  68. font-family:cambria;
  69. font-size:12px;
  70. margin-left:20px;
  71. width:500px;
  72. margin:0 auto;
  73. background:{color:Background} url('{image:Background}');
  74. background-attachment:fixed;
  75. color:{color:Body};
  76. }
  77.  
  78. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  79.  
  80. ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:scroll bg}}
  81. ::-webkit-scrollbar-thumb:vertical {-moz-border-radius-topleft: 6px 6px;border-top-left-radius: 6px 6px; -moz-border-radius-topright: 6px 6px;border-top-right-radius: 6px 6px;-moz-border-radius-bottomleft: 6px 6px;border-bottom-left-radius: 6px 6px; -moz-border-radius-bottomright: 6px 6px;border-bottom-right-radius: 6px 6px;background:{color:scroll};}
  82. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  83.  
  84. ::selection {color:{color:post};background-color: {color:body};}
  85. ::-moz-selection {color:{color:post};background-color: {color:body};}::-webkit-selection {color:{color:post};background-color:{color:body};}
  86.  
  87. b {font-weight:bold;color:{color:body};}
  88. i {font-weight:italic;color:{color:body};}
  89. u {text-decoration:underline;}
  90.  
  91. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  92. a:hover {color:{color:link hover}}
  93.  
  94. h1 {font-family:book antiqua;margin-top:-10px;{block:IfCursiveFonts}font-size:21px;{/block:ifCursiveFonts} {block:ifNotCursiveFonts}font-size:14px;{/block:ifNotCursiveFonts}}
  95. h2 {font-family:book antiqua; font-size:20px; text-align:center;margin:-1px 0px -1px; line-height:100%;{block:ifNotCursiveFonts}font-size:18px;{/block:ifNotCursiveFonts}{block:ifCursiveFonts}font-size:24px;{/block:ifCursiveFonts}}
  96. h3 {font-family:lora, serif;font-size:15px;}
  97.  
  98. #container {width:100%;{block:ifNotPosts400}margin: 0 -220px auto;{/block:ifNotPosts400} {block:ifPosts400}margin: 0 -170px auto{/block:ifPosts400}}
  99.  
  100. #title {
  101. padding:2px;
  102. font-weight:normal;
  103. text-align:center;
  104. width:205px;
  105. color:{color:Title};
  106. {block:ifNotCursiveFonts}font-family:Garamond;font-size:24px;
  107. margin:0px 0px 9px 0px;{/block:ifNotCursiveFonts}
  108. {block:ifCursiveFonts}
  109. font-family:'Montez', cursive; font-size:30px;
  110. margin:-5px 0px 2px 0px;{/block:ifCursiveFonts}
  111. }
  112.  
  113. #title a {
  114. color:{color:Title}
  115. }
  116.  
  117. #sidebar {
  118. width:205px;
  119. height:110%;
  120. position:fixed;
  121. margin-top:8px;
  122. margin-left:77px;
  123. padding:15px;
  124. background-color:{color:sidebar};
  125. border-left:1px dashed {color:border};
  126. border-right:1px dashed {color:border};
  127. }
  128.  
  129. #sidebar img {
  130. margin-top:5px;
  131. width:205px;
  132. height:{text:Sidebar Image Height};
  133. }
  134.  
  135. #sidebar:hover #links {opacity:1;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;transition: all .8s ease-in-out;}
  136.  
  137. #links {
  138. opacity:0;
  139. overflow:hidden;
  140. text-align:center;
  141. position:fixed;
  142. top:60px;
  143. width:205px;
  144. height:{text:Sidebar Image Height};
  145. background-color:{color:post};
  146. -webkit-transition: all .8s ease-in-out;
  147. -moz-transition: all .8s ease-in-out;
  148. -o-transition: all .8s ease-in-out;
  149. transition: all .8s ease-in-out;;
  150. }
  151. #links a {
  152. display:inline-block;
  153. width:140px;
  154. margin:2px;
  155. padding:3px;
  156. border-left:20px solid {color:Navlinks};
  157. border-right:20px solid {color:Navlinks};
  158. color:{color:Navlinks};
  159. background-color:{color:Navlinks Bg};
  160. }
  161. #links a:hover {
  162. width:110px;
  163. border-left:35px solid {color:Navlinks Hover};
  164. border-right:35px solid {color:Navlinks Hover};
  165. color:{color:Navlinks hover};
  166. background-color:{color:Navlinks Bg Hover}
  167. }
  168.  
  169. #entries {
  170. padding:15px;
  171. margin-left:312px;
  172. margin-top:-8px;
  173. background-color:{color:entries};
  174. border-right:1px dashed {color:border};
  175. width: {block:ifNotPosts400}520px;{/block:ifNotPosts400} {block:ifPosts400}420px{/block:ifPosts400};
  176. }
  177.  
  178. #post {
  179. padding:10px;
  180. margin-top:15px;
  181. margin-bottom:15px;
  182. background-color:{color:post};
  183. width: {block:IfNotPosts400}500px;{/block:ifNotPosts400} {block:ifPosts400}400px;{/block:ifPosts400}
  184. }
  185.  
  186. #desc {
  187. margin:10px 0px 10px;
  188. padding:0px;
  189. width:205px;
  190. height:205px;
  191. }
  192.  
  193. #pagination {
  194. text-align:center;
  195. width:205px;
  196. }
  197.  
  198. /**POST INFO**/
  199.  
  200. #info {
  201. border-top:1px solid {color:border};
  202. padding-top:10px;
  203. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  204. {block:ifPosts400}width:400px;{/block:ifPosts400}
  205. }
  206.  
  207. #tags {
  208. margin-top:3px;
  209. margin-bottom:-5px;
  210. position:relative;
  211. padding-top:0px;
  212. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  213. {block:ifPosts400}width:400px;{/blockifPosts400}
  214. }
  215.  
  216. .note {
  217. text-transform:normal;
  218. font-style:normal;
  219. letter-spacing:0px;
  220. text-align:left;
  221. line-height:100%;
  222. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  223. {block:ifPosts400}width:400px;{/blockifPosts400}
  224. margin-left:-10px;
  225. }
  226. .note li {
  227. list-style-type:none;
  228. text-align:left;
  229. padding-top:5px;
  230. padding-bottom:5px;
  231. margin-left:-20px;
  232. }
  233.  
  234. /**POST TYPES**/
  235.  
  236. #linkposts {
  237. padding-bottom:10px;
  238. padding-top:10px;
  239. font-family:book antiqua;
  240. font-size:16px;
  241. border:2px dotted {color:Border};
  242. background-color:{color:Ask and Link Bg};
  243. }
  244.  
  245. #question {
  246. font-size:13px;
  247. letter-spacing:1px;
  248. padding:10px;
  249. border:2px dotted {color:Border};
  250. background-color:{color:Ask and Link Bg}
  251. }
  252. #asker {
  253. text-align:right;
  254. font-size:12px;
  255. letter-spacing:1px;
  256. padding-bottom:0px;
  257. margin-top:20px;
  258. }
  259. #asker img {
  260. vertical-align:left;
  261. float:right;
  262. margin-left:10px;
  263. margin-right:10px;
  264. margin-top:-10px;
  265. border:1px solid {color:Border};
  266. }
  267.  
  268. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  269. .album img {width:120px; height:120px}
  270. .audio {position:absolute;margin-left:130px;background-color:#fff;}
  271. .audiobox {height:120px;z-index:10; margin-left:130px;}
  272. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  273.  
  274. .chat {margin:3px 3px 10px 3px;}
  275. .chat .lines {margin-left:1px;}
  276. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  277. .chat .lines .line.even{background-color:{color:Chat2};}
  278.  
  279. </style>
  280.  
  281. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  282.  
  283. {block:ifCursiveFonts}
  284.  
  285. <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
  286.  
  287. <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script>
  288. <script src="https://static.tumblr.com/ougxdjo/Ubpmt2nud/cookie_400.font.js" type="text/javascript"></script>
  289. <script type="text/javascript"> Cufon.replace('h1'); </script>
  290. <script type="text/javascript"> Cufon.replace('h2'); </script>
  291. {/block:ifCursiveFonts}
  292.  
  293. </head>
  294.  
  295. <body>
  296.  
  297. <div id="container">
  298. <div id="sidebar">
  299. <div id="title"><a href="/">{Title}</a></div>
  300. <img src="{image:Sidebar}">
  301. {block:ifHoverLinks}<div id="links">
  302. <a href="/ask">ask</a>
  303. {block:ifLink1}
  304. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  305. {/block:ifLink1}
  306. {block:ifLink2}
  307. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  308. {/block:ifLink2}
  309. {block:ifLink3}
  310. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  311. {/block:ifLink3}
  312. {block:ifLink4}
  313. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  314. {/block:ifLink4}
  315. {block:ifLink5}
  316. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  317. {/block:ifLink5}
  318. {block:ifLink6}
  319. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  320. {/block:ifLink6}
  321. {block:ifLink7}
  322. <a href="{text:Link 7 URL}">{text:Link 7}</a>
  323. {/block:ifLink7}
  324. {block:ifLink8}
  325. <a href="{text:Link 8 URL}">{text:Link 8}</a>
  326. {/block:ifLink8}
  327. {block:HasPages}{block:Pages}
  328. <a href="{URL}" class="page">{Label}</a>
  329. {/block:Pages}{/block:HasPages}
  330. <a href="https://theghostoflove.tumblr.com" title="theghostoflove">theme</a>
  331. </div>{/block:ifHoverLinks}
  332. <div id="desc"><div id="pagination">{block:ifNotHoverLinks}<center>
  333. {block:ifLink1}
  334. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  335. {/block:ifLink1}
  336. {block:ifLink2}·
  337. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  338. {/block:ifLink2}
  339. {block:ifLink3}·
  340. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  341. {/block:ifLink3}
  342. {block:ifLink4}·
  343. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  344. {/block:ifLink4}
  345. {block:ifLink5}·
  346. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  347. {/block:ifLink5}
  348. {block:ifLink6}·
  349. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  350. {/block:ifLink6}
  351. {block:ifLink7}·
  352. <a href="{text:Link 7 URL}">{text:Link 7}</a>
  353. {/block:ifLink7}
  354. {block:ifLink8}·
  355. <a href="{text:Link 8 URL}">{text:Link 8}</a>
  356. {/block:ifLink8}
  357. · <a href="https://theghostoflove.tumblr.com" title="theghostoflove">theme</a>
  358. {block:HasPages}{block:Pages}·
  359. <a href="{URL}" class="page">{Label}</a>
  360. {/block:Pages}{/block:HasPages}{/block:ifNotHoverLinks}</center>
  361. <p>{block:PreviousPage}<a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}</div></p>
  362. <p>{Description}</div></div>
  363.  
  364. <div id="entries">
  365. {block:TagPage}
  366. <h2>Posts tagged "{Tag}"</h2>
  367. {/block:TagPage}
  368. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  369. {block:Posts}
  370. <div id="post">
  371. <!--Text Posts-->
  372. {block:Text}
  373. {block:Title}<h2>{Title}</h2>{/block:Title}
  374. {Body}
  375. {/block:Text}
  376.  
  377. <!--Photo Posts-->
  378. {block:ifNotPosts400}
  379. {block:Photo}<center>
  380. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  381. {LinkCloseTag}</center>
  382. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383. {/block:ifNotPosts400}
  384.  
  385. {block:ifPosts400}
  386. {block:Photo}<center>
  387. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  388. {LinkCloseTag}</center>
  389. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  390. {/block:ifPosts400}
  391.  
  392. <!--Photosets-->
  393. {block:ifNotPosts400}
  394. {block:Photoset}<center>
  395. {Photoset-500}</center>
  396. {block:Caption}{Caption}{/block:Caption}
  397. {/block:Photoset}
  398. {/block:ifNotPosts400}
  399.  
  400. {block:ifPosts400}
  401. {block:Photoset}<center>
  402. {Photoset-400}</center>
  403. {block:Caption}{Caption}{/block:Caption}
  404. {/block:Photoset}
  405. {/block:ifPosts400}
  406.  
  407. <!--Quotes-->
  408. {block:Quote}
  409. <h3>“{Quote}”</h3>
  410. <div align="right">{block:Source}<h1>- {Source}</h1>{/block:Source}</div>
  411. {/block:Quote}
  412.  
  413. <!--Video Posts-->
  414. {block:ifNotPosts400}
  415. {block:Video}{Video-500}
  416. {block:Caption}{Caption}{/block:Caption}
  417. {/block:Video}
  418. {/block:ifNotPosts400}
  419.  
  420. {block:ifPosts400}
  421. {block:Video}{Video-400}
  422. {block:Caption}{Caption}{/block:Caption}
  423. {/block:Video}
  424. {/block:ifPosts400}
  425.  
  426. <!--Link Posts-->
  427. {block:Link}
  428. <div id="linkposts">
  429. <a href="{URL}" class="link" {Target}>
  430. <center>{Name} →</center></a><BR>
  431. <center>
  432. <small><small>{URL}</small></small>
  433. </center>
  434. </div> <!--linkposts-->
  435. {block:Description}{Description}{/block:Description}
  436. {/block:Link}
  437.  
  438. <!--Chat-->
  439. {block:Chat}
  440. {block:Title}<h4>{Title}</h4>{/block:Title}
  441. <div class="chat">
  442. <div class="lines">
  443. {block:Lines}
  444. <div class="line {Alt}">
  445. {block:Label}
  446. <strong>{Label}</strong>{/block:Label} {Line}
  447. </div> <!--line alt-->
  448. {/block:Lines}
  449. </div> <!--lines-->
  450. </div><!--chat-->
  451. {/block:Chat}
  452.  
  453. <!--Audio Posts -->
  454. {block:Audio}
  455. {block:AlbumArt}
  456. <div class="album"><img src="{AlbumArtURL}"></div>
  457. {/block:AlbumArt}
  458.  
  459. <div class="audio">{AudioPlayerWhite}</div>
  460.  
  461. <div class="audiobox">
  462. <div class="audiotext">
  463. {block:TrackName}<br><big><b>Track name:</b>
  464. "{TrackName}"{/block:TrackName}
  465. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  466. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  467. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  468. </big>
  469. </div><!--audiotext-->
  470. </div><!--audiobox-->
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Audio}
  473.  
  474. <!--Asks-->
  475. {block:Answer}
  476. <div id="question">
  477. {Question}
  478. <div id="asker">
  479. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  480. </div> <!--question-->
  481. <br>{Answer}<br>
  482. {/block:Answer}
  483.  
  484. {block:Date}
  485. <div id="info">
  486. <a href="{Permalink}"><a href="{Permalink}">
  487. {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  488. at {12Hour}.{Minutes}{ampm}</a> |
  489. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  490. <div style="text-align:right;margin-top:-14px;">{block:RebloggedFrom} &nbsp;&nbsp;&nbsp;
  491. <a href="{ReblogParentURL}" title="{ReblogParentName}">
  492. via </a> {/block:RebloggedFrom}
  493. {block:Reblog} /
  494. <a href="{ReblogRootURL}" title="{ReblogRootName}">
  495. origin</a>{/block:Reblog} |{/block:RebloggedFrom}
  496. <a href="{ReblogURL}" target="_blank"> reblog</a></div>
  497. <!--right-->
  498.  
  499.  
  500. {block:HasTags}
  501. <div style="margin-top:5px;">
  502. {block:Tags}
  503. <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
  504. {/block:Tags}
  505. </div>
  506. {/block:HasTags}
  507.  
  508. </div><!--info-->
  509. {/block:Date}
  510.  
  511. {block:PostNotes}
  512. <div class="note">{PostNotes}</div>
  513. {/block:PostNotes}
  514. </div><!--post-->
  515. {/block:Posts}
  516. </div> <!--entries-->
  517.  
  518. </body>
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment