Advertisement
eleanorcalder

Theme 6

Mar 4th, 2016
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.56 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- theme six by eleanee, do not remove credit! --->
  11.  
  12. <meta name="image:Sidebar" content=""/>
  13. <meta name="image:Background" content=""/>
  14.  
  15. <meta name="color:Background" content="#fff"/>
  16. <meta name="color:Title" content="#000"/>
  17. <meta name="color:Blockquote" content="#bdbdbd"/>
  18. <meta name="color:Text" content="#444"/>
  19. <meta name="color:Border" content="#fff"/>
  20. <meta name="color:Link" content="#999"/>
  21. <meta name="color:Link Hover" content="#444"/>
  22. <meta name="color:Nav" content="#fff"/>
  23. <meta name="color:Nav Hover" content="#999"/>
  24.  
  25. <meta name="font:Navigation" content="Georgia"/>
  26. <meta name="font:Body" content="Arial"/>
  27.  
  28. <meta name="text:Font Size" content="11"/>
  29. <meta name="text:Perma Font Size" content="10.5"/>
  30. <meta name="text:Blockquote" content="3"/>
  31. <meta name="text:Link 1 URL" content="/"/>
  32. <meta name="text:Link 1 Text" content="home"/>
  33. <meta name="text:Link 2 URL" content="/ask"/>
  34. <meta name="text:Link 2 Text" content="ask"/>
  35. <meta name="text:Link 3 URL" content="/"/>
  36. <meta name="text:Link 3 Text" content=""/>
  37. <meta name="text:Link 4 URL" content="/"/>
  38. <meta name="text:Link 4 Text" content=""/>
  39.  
  40. <meta name="if:Show Tags" content="0">
  41. <meta name="if:Like Button" content="0">
  42. <meta name="if:Borders" content="0">
  43. <meta name="if:Underlined Links" content="0">
  44. <meta name="if:Bold Links" content="0">
  45.  
  46. <style type="text/css">
  47.  
  48. body {
  49. background: {color:Background};
  50. background-image:url('{image:Background}');
  51. background-attachment:fixed;
  52. background-position:bottom right;
  53. background-repeat:no-repeat;
  54. background-size:cover;
  55. font-family: {font:body};
  56. font-size: {text:Font Size}px;
  57. font-weight:200;
  58. line-height:18px;
  59. text-align:justify;
  60. color: {color:Text};
  61. word-wrap:break-word;
  62. letter-spacing:0px;
  63. }
  64.  
  65. blockquote {
  66. padding-left:15px;
  67. margin-left:10px;
  68. margin-right:0px;
  69. border-left:{text:Blockquote}px solid {color:blockquote};
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. color: {color:Link};
  75. -moz-transition-duration:0.1s;
  76. -webkit-transition-duration:0.1s;
  77. -o-transition-duration:0.1s;
  78. {block:ifBoldLinks}
  79. font-weight:700;
  80. {/block:ifBoldLinks}
  81. }
  82.  
  83. a:hover {
  84. color: {color:Link Hover};
  85. -moz-transition-duration:0.1s;
  86. -webkit-transition-duration:0.1s;
  87. -o-transition-duration:0.1s;
  88. {block:ifUnderlinedLinks}
  89. text-decoration:underline;
  90. {/block:ifUnderlinedLinks}
  91. }
  92.  
  93. #sidebar {
  94. position: fixed;
  95. margin-left:200px;
  96. margin-top: 125px;
  97. width: 150px;
  98. padding: 5px;
  99. background:white;
  100. {block:ifBorders}
  101. border: 1px solid {color:Border};
  102. {/block:ifBorders}
  103. }
  104.  
  105. #sidebar img {
  106. max-width: 75px;
  107. float:left;
  108. height:auto;
  109. }
  110.  
  111. .navigation {
  112. font-family: {font:Navigation};
  113. font-size:{text:Footer Font Size}px;
  114. }
  115.  
  116. .navigation a {
  117. color:{color:text};
  118. text-decoration:none;
  119. border-bottom:0px;
  120. margin-left:75px;
  121. display:block;
  122. line-height:18px;
  123. width:75px;
  124. text-align:center;
  125. background:{color:Nav};
  126. -moz-transition-duration:0.3s;
  127. -webkit-transition-duration:0.3s;
  128. -o-transition-duration:0.3s;
  129. }
  130.  
  131. .navigation a:hover {
  132. color:{color:Nav};
  133. background:{color:Nav Hover};
  134. -moz-transition-duration:0.3s;
  135. -webkit-transition-duration:0.3s;
  136. -o-transition-duration:0.3s;
  137. }
  138.  
  139. #description {
  140. position: relative;
  141. margin: 0px;
  142. padding-left:15px;
  143. padding-right:15px;
  144. padding-bottom:10px;
  145. padding-top:10px;
  146. width: 120px;
  147. text-align: justify;
  148. background:white;
  149. }
  150.  
  151. #container {
  152. margin-top: 20px;
  153. margin-bottom: 20px;
  154. margin-left: 520px;
  155. width: 500px;
  156. }
  157.  
  158. .entry {
  159. float:left;
  160. position: relative;
  161. width:500px;
  162. padding: 10px;
  163. margin-left:-75px;
  164. margin-bottom:75px;
  165. {block:ifBorders}
  166. border: 1px solid {color:Border};
  167. {/block:ifBorders}
  168. background:white;
  169. }
  170.  
  171. #quote {
  172. font-family:georgia;
  173. font-size:20px;
  174. text-align:justify;
  175. line-height:24px;
  176. }
  177.  
  178. #link {
  179. font-family:{select:Font};
  180. font-weight:bold;
  181. font-size:18px;
  182. }
  183.  
  184. #link a {
  185. color:{color:link};
  186. text-decoration:none;
  187. }
  188.  
  189. #link a:hover {
  190. color:{color:link hover};
  191. text-decoration:none;
  192. }
  193.  
  194. #question {
  195. font-style:none;
  196. padding:10px;
  197. color:white;
  198. font-family:{font:body};
  199. background:{color:link};
  200. }
  201.  
  202. #asker {
  203. font-weight:normal;
  204. color:{color:text};
  205. font-size: 12px;
  206. font-family:{font:body};
  207. text-transform:uppercase;
  208. letter-spacing:2px;
  209. padding:5px;
  210. margin-left:255px;
  211. margin-top:-8px;
  212. }
  213.  
  214. #asker a {
  215. color:{color:link};
  216. }
  217.  
  218. #asker a:hover {
  219. color:{color:link hover};
  220. text-decoration:none;
  221. }
  222.  
  223. #answer {
  224. padding-left:10px;
  225. }
  226.  
  227. img {
  228. max-width:100%;
  229. }
  230.  
  231. img:hover {
  232. opacity:1;
  233. }
  234.  
  235. h1 {
  236. text-align: left;
  237. font-weight:700;
  238. font-size: 20px;
  239. color: {color:Title};
  240. line-height:24px;
  241. }
  242.  
  243. h2 {
  244. text-align:left;
  245. font-weight:normal;
  246. font-size:16px;
  247. padding:5px;
  248. background:{color:link};
  249. color:white;
  250. line-height:19px;
  251. }
  252.  
  253. big {
  254. font-size:12px;
  255. }
  256.  
  257. small {
  258. font-size:11px;
  259. }
  260.  
  261. .chat ul {
  262. list-style: none;
  263. margin: 0;
  264. padding: 0;
  265. }
  266.  
  267. .chat li {
  268. border: none;
  269. margin-bottom: 3px;
  270. padding: 3px;
  271. }
  272.  
  273. .chat .odd {
  274. color:white;
  275. background:{color:link};
  276. }
  277.  
  278. .chat .even {
  279. color:black;
  280. background:white;
  281. }
  282.  
  283. #pagination {
  284. position: relative;
  285. width: 150px;
  286. text-align: center;
  287. margin-top: -5px;
  288. padding-bottom:5px;
  289. background:white;
  290. font-size:{text:Footer Font Size}px;
  291. font-family:{font:body};
  292. }
  293.  
  294. #pagination a {
  295. display: inline-block;
  296. padding: 0px;
  297. margin: 4px;
  298. text-align: right;
  299. text-decoration:none;
  300. border-bottom:0px;
  301. }
  302.  
  303. #pagination a:hover {
  304. padding:0px;
  305. background:transparent;
  306. }
  307.  
  308. #note {
  309. letter-spacing:0px;
  310. line-height:18px;
  311. font-size:{text:Font Size}px;
  312. }
  313.  
  314. #note img {
  315. display:none;
  316. }
  317.  
  318. #permalink {
  319. text-align: left;
  320. position: relative;
  321. margin-top: 7px;
  322. padding: 7px;
  323. font-size:{text:Perma Font Size}px;
  324. font-family: {font:Body};
  325. letter-spacing:0px;
  326. line-height:16px;
  327. color: #fff;
  328. background:{color:Link};
  329. }
  330.  
  331. #permalink a {
  332. color: #fff;
  333. border-bottom:0px;
  334. padding:3px;
  335. }
  336.  
  337. #permalink a:hover {
  338. color:{color:link hover};
  339. text-decoration:none;
  340. padding:3px;
  341. }
  342.  
  343. #tags {
  344. text-align: left;
  345. position: relative;
  346. line-height:18px;
  347. padding:5px;
  348. margin-left:5px;
  349. font-size:{text:Perma Font Size}px;
  350. letter-spacing:0px;
  351. margin-bottom:-7px;
  352. }
  353.  
  354. #tags a {
  355. color: {color:text};
  356. }
  357.  
  358. #tags a:hover {
  359. color: {color:link};
  360. }
  361.  
  362. #credit {
  363. position:fixed;
  364. bottom:10px;
  365. left:15px;
  366. font-family:symbol;
  367. font-weight:normal;
  368. background:white;
  369. font-size:18px;
  370. padding:3px;
  371. line-height:15px;
  372. {block:ifBorders}
  373. border: 1px solid {color:Border};
  374. {/block:ifBorders}
  375. }
  376.  
  377. </style>
  378.  
  379. </head>
  380.  
  381. <body>
  382.  
  383. <div id="credit"><a href="http://eleanee.tumblr.com/" title="theme by eleanee">♡</a></div>
  384.  
  385. <div id="sidebar">
  386.  
  387. <img src="{image:Sidebar}">
  388.  
  389. <div class="navigation">
  390.  
  391. {block:ifLink1Text}<a href="{text:Link 1 URL}">{text:Link 1 Text}</a>{/block:ifLink1Text}
  392.  
  393. {block:ifLink2Text}<a href="{text:Link 2 URL}">{text:Link 2 Text}</a>{/block:ifLink2Text}
  394.  
  395. {block:ifLink3Text}<a href="{text:Link 3 URL}">{text:Link 3 Text}</a>{/block:ifLink3Text}
  396.  
  397. {block:ifLink4Text}<a href="{text:Link 4 URL}">{text:Link 4 Text}</a>{/block:ifLink4Text}
  398.  
  399. </div>
  400.  
  401. <div id="description">{Description}</div>
  402.  
  403. <div id="pagination">
  404.  
  405. {block:PreviousPage}
  406. <a href="{PreviousPage}">«</a>
  407. {/block:PreviousPage}
  408.  
  409. &nbsp; {CurrentPage} of {TotalPages} &nbsp;
  410.  
  411. {block:NextPage}
  412. <a href="{NextPage}">»</a>
  413. {/block:NextPage}
  414. </div>
  415.  
  416. </div>
  417.  
  418. </div>
  419. <div id="container">
  420. {block:Posts}
  421. <div class="entry">
  422.  
  423. {block:ContentSource}
  424. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  425. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  426. {/block:SourceLogo}
  427. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  428. {/block:ContentSource}
  429.  
  430. {block:Text}
  431. <h1>{block:Title}{Title}{/block:Title}</h1>
  432. {Body}
  433. {/block:Text}
  434.  
  435. {block:Photo}
  436. {LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. {Photoset-500}
  442. {block:Caption}{Caption}{/block:Caption}
  443. {/block:Photoset}
  444.  
  445.  
  446. {block:Quote}
  447. <div id="quote">
  448. &#8220;{Quote}&#8221;
  449. </div>
  450. {block:Source}<br><center>—{Source}</center>{/block:Source}
  451. {/block:Quote}
  452.  
  453.  
  454.  
  455.  
  456. {block:Link}
  457. <div id="link">
  458. <h1><a href="{URL}" {Target}>{Name}</a></h1></div>
  459. {block:Description}{Description}{/block:Description}
  460. {/block:Link}
  461.  
  462. {block:Chat}
  463.  
  464. <h1>{Title}</h1>
  465. <div class="chat"><font style="font-size:12px; font-family:arial;">
  466. <ul>
  467. {block:Lines}<li class="{Alt}">{block:Label} <b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  468. </ul>
  469. </div></font>
  470. {/block:Chat}
  471.  
  472. {block:Audio}
  473. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  474. {Caption}
  475. {/block:Audio}
  476.  
  477. {block:Video}
  478. {Video-500}
  479. {block:Caption}{Caption}{/block:Caption}
  480. {/block:Video}
  481.  
  482. {block:Answer}
  483. <div id="question"><big>{Question}</big></div><br>
  484. <div style="position:relative; margin-top:-20px; margin-left:230px; color:{color:link};font-size:35px">&#9701;</div><div id="asker">{Asker}</div>
  485. <div id="answer">{Answer}</div>
  486. {/block:Answer}
  487.  
  488.  
  489.  
  490. <div id="permalink">
  491. {block:Date} <a href="{Permalink}" title="{Year} — {TimeAgo}">{Month} {DayofMonthWithSuffix}</a> · <a href="{Permalink}">
  492. {NoteCountWithLabel}</a>{/block:Date}{block:RebloggedFrom} <div style="float:right"> <a href="{ReblogParentURL}"title="{ReblogParentName}">via</a> · <a href="{ReblogRootURL}"title="{ReblogRootName}">source</a></div>{/block:RebloggedFrom}</div>
  493. {block:ifShowTags}{block:HasTags} <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags}</div> {block:HasTags}{block:ifShowTags}
  494. {block:ifLikeButton}<p><center>{LikeButton size="14"}</center>{/block:ifLikeButton}
  495.  
  496.  
  497. {block:PermalinkPage}
  498. {block:PostNotes}
  499. <div id="note">{PostNotes}</div>
  500. {/block:PostNotes}
  501. {/block:PermalinkPage}
  502.  
  503.  
  504. </div> <!-- /div entry --->
  505.  
  506. {/block:Posts}
  507.  
  508. </div><!-- /div container --->
  509.  
  510.  
  511. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  512. <script type="text/javascript">
  513. window.onload = function() {
  514. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  515. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  516. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  517. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  518. }
  519. </script>
  520.  
  521. </body>
  522.  
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement