Advertisement
dracarysthemes

Flower Garden Theme

Dec 12th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.14 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html>
  8. <head>
  9.  
  10.  
  11. <!--
  12. Flower Garden THEME BY WESTERUS FOR DRACARYS THEMES
  13. please tell me if there's any problem with the code, I'll be glad to help you fix it
  14.  
  15. http://westerus.tumblr.com/
  16. -->
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <meta name="color:Background" content="#cccccc" />
  24. <meta name="color:Links" content="#000" />
  25. <meta name="color:Primary Colour" content="#03999b" />
  26. <meta name="color:Secondary Colour" content="#4cc3c5" />
  27. <meta name="font:Body" content="Cambria" />
  28. <meta name="image:Left Background" content=""/>
  29. <meta name="image:Right Background" content="" />
  30. <meta name="if:Infinite Scroll" content="0">
  31. <meta name="if:Custom Font" content="">
  32. <meta name="image:Sidebar Background Image" content="http://24.media.tumblr.com/tumblr_mc7a5vYGDO1r0f5k4o3_250.jpg">
  33.  
  34. <meta name="text:Link1 Url" content="/" />
  35. <meta name="text:Link1 Title" content="Link 1" />
  36. <meta name="text:Link2 Url" content="/" />
  37. <meta name="text:Link2 Title" content="Link 2" />
  38. <meta name="text:Link3 Url" content="/" />
  39. <meta name="text:Link3 Title" content="Link 3" />
  40. <meta name="text:Link4 Url" content="/" />
  41. <meta name="text:Link4 Title" content="Link 4" />
  42.  
  43.  
  44.  
  45.  
  46.  
  47. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50.  
  51. <!--Custom font-->
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  54. <link href='http://fonts.googleapis.com/css?family=MedievalSharp' rel='stylesheet' type='text/css'>
  55. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61.  
  62.  
  63. body {
  64. background-color: {color:Background};
  65. font-family: {font:Body};
  66. background-image: url({image:Left Background}), url({image:Right Background});
  67. background-attachment:fixed;
  68. background-size: 400px, 500px;
  69. background-repeat:no-repeat, no-repeat;
  70. background-position:bottom 0px left 40px, bottom -20px right -60px;
  71. margin: 0;
  72. word-wrap: break-word;
  73. font-family:cambria;
  74. font-size:12px;
  75. }
  76.  
  77.  
  78. #theme{
  79. position:fixed;
  80. color:#aaa;
  81. right:10px;
  82. bottom:10px;
  83. text-transform:lowercase;
  84. font-family:helvetica;
  85. font-size:9px;}
  86.  
  87.  
  88. #sidebar {
  89. background-color: transparent;
  90. background-image:url({image:Sidebar Background Image});
  91. width: 260px;
  92. border:1px #aaa solid;
  93. height:170px;
  94. position: fixed;
  95. top:80px;
  96. {block:ifsidebarimage}
  97. top:100px;
  98. {/block:ifsidebarimage}
  99. left: 150px;
  100. border-radius:40px;
  101. overflow:hidden;
  102. }
  103.  
  104. #links {width:170px;
  105. background-color:transparent;
  106. display:inline-block;
  107. padding:7px;
  108. margin-bottom:-90px;
  109. margin-top:-10px;
  110. margin-left:40px;
  111. text-decoration:none;
  112. float:left;
  113. text-align:center;
  114. font-size:18px;
  115. font-family:cambria;}
  116.  
  117. #links a {
  118. text-decoration:none;
  119. margin-left:10px;
  120. color:{color:Links};
  121. }
  122.  
  123.  
  124.  
  125.  
  126. #sidebar .title {
  127. {block:ifcustomfont}
  128. font-family: 'Great Vibes', cursive;
  129. {/block:ifcustomfont}
  130. text-decoration:none;
  131. border-bottom:2px;
  132. font-size: 25px;
  133. margin-bottom:-270px;
  134. {block:ifsidebarimage}
  135. margin-bottom:0px;
  136. {/block:ifsidebarimage}
  137. text-align: center;
  138. padding: 10px;
  139. }
  140.  
  141. #sidebar .title a {
  142. color: {color:Primary Colour};
  143. text-decoration: none;
  144. }
  145.  
  146. #sidebar .title a:hover {
  147. color: {color:Secondary Colour};
  148. text-decoration:none;
  149. }
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. #sidebar .description {
  157. color: black;
  158. font-size: 11px;
  159. text-align: center;
  160. padding:10px;
  161. margin-bottom:0px;
  162. margin-top:250px;
  163. line-height:100%;
  164. overflow:hidden;
  165. }
  166.  
  167. #sidebar .description a {
  168. color: {color:Primary Colour};
  169. text-decoration: none;
  170. font-size:16px;
  171. padding:10px;
  172. }
  173.  
  174. #sidebar .description a:hover {
  175. color: {color:Secondary Colour};
  176. }
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. #content {
  184. width:300px;
  185. background-color: transparent;
  186. margin: 0px 0 60px 490px;
  187. padding: 20px 10px;
  188. color: black;
  189. }
  190.  
  191.  
  192.  
  193. #content a {
  194. color: {color:Primary Colour};
  195. text-decoration: none;
  196. }
  197.  
  198. #content a:hover {
  199. color: {color:Secondary Colour};
  200. }
  201.  
  202. #content blockquote {
  203. border-left: solid 2px black;
  204. margin: 0;
  205. padding-left: 10px;
  206. }
  207.  
  208. img {
  209. margin-bottom:-7px;
  210. max-width: 100%;
  211. }
  212.  
  213. #content
  214. #posts {
  215. background-color: transparent;
  216. {block:ifsmallerposts}
  217. width:250px;
  218. {/block:ifsmallerposts}
  219. width:300px;
  220. margin:0 auto 20px;
  221. margin-bottom:10px;
  222. margin-top:0px;
  223. padding:10px;
  224. padding:4px;
  225. }
  226.  
  227. #content #posts .perma a{
  228. color:;}
  229.  
  230. .permalink {
  231. display: block;
  232. border-top: 1px solid #ddd;
  233. padding: 3px;
  234. margin: 4px 8px 0px 8px;
  235. font-family: cambria;
  236. font-size: 8px;
  237. color: #424242;
  238. line-height: 18px;
  239. text-align: center;
  240. text-decoration: none;
  241. -webkit-transition: color 0.9s ease-out;
  242. -moz-transition: color 0.9s ease-out;
  243. }
  244.  
  245. #content #posts .perma a{
  246. color:;
  247. -webkit-transition: color 0.9s ease-out;
  248. -moz-transition: color 0.9s ease-out;
  249. }
  250.  
  251.  
  252. #content #posts .perma{
  253. width:100px;
  254. height: 10px;
  255. font-family:cambria;
  256. font-size: 10px;
  257. text-transform:lowercase;
  258. position: absolute;
  259. line-height: 15px;
  260. text-align: center;
  261. overflow:hidden;
  262. opacity: 0.7;
  263. background-color:#fff;
  264. letter-spacing:0px;
  265. margin-top:10px;
  266. margin-left: 170px;
  267. {block:ifsmallerposts}
  268. margin-left:120px;
  269. {/block:ifsmallerposts}
  270. padding-bottom:1px;
  271. padding:3px;padding:5px;
  272. border-radius: 20px;
  273. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  274. -webkit-transition: all 0.5s linear;
  275. -moz-transition: all 0.5s linear;
  276. transition: all 0.5s linear;
  277. }
  278.  
  279. #content #posts:hover .perma{
  280. overflow:hidden;
  281. opacity:0.7;
  282. height:10px;
  283. margin-top:10px;
  284. border-top-right-radius: 20px;
  285. border-bottom-left-radius: 20px;
  286. -webkit-transition: all 0.5s linear; opacity: 1;
  287. -webkit-transition: all 0.5s linear;
  288. -moz-transition: all 0.5s linear;
  289. transition: all 0.5s linear;
  290. }
  291. .permalinktext {
  292. width:80px;
  293. height: 70px;
  294. font-family:cambria;
  295. font-size: 10px;
  296. text-transform:lowercase;
  297. position: absolute;
  298. line-height: 15px;
  299. text-align: center;
  300. overflow:hidden;
  301. opacity: 0.0;
  302. background-color:transparent;
  303. letter-spacing:0px;
  304. margin-top:-60px;
  305. {block:ifsmallerposts}
  306. margin-left: 250px;
  307. {/block:ifsmallerposts}
  308. margin-left:300px;
  309. padding-bottom:1px;
  310. padding:3px;padding:5px;
  311. border-radius: 20px;
  312. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  313. -webkit-transition: all 0.5s linear;
  314. -moz-transition: all 0.5s linear;
  315. transition: all 0.5s linear;
  316. }
  317.  
  318. #content #posts:hover .permalinktext{
  319. overflow:hidden;
  320. height:70px;
  321. margin-top:-60px;
  322. border-top-right-radius: 20px;
  323. border-bottom-left-radius: 20px;
  324. -webkit-transition: all 0.5s linear; opacity: 1;
  325. -webkit-transition: all 0.5s linear;
  326. -moz-transition: all 0.5s linear;
  327. transition: all 0.5s linear;
  328. }
  329.  
  330. #content #posts .title {
  331. font-size:15px;
  332. font-family:'Grand Hotel',cursive;
  333. }
  334.  
  335. #content #posts .text {
  336. font-size:11px;
  337. font-family:cambria;
  338. }
  339.  
  340. #content #posts #permalink {
  341. font-size:9px;
  342. margin-top:10px;
  343.  
  344.  
  345. #content #posts #tags {
  346. font-size:9px;
  347. }
  348.  
  349. #content #posts #tags .comma:last-child {
  350. display: none;
  351. }
  352.  
  353.  
  354.  
  355. #content #notecontainer {
  356. margin: 20px auto;
  357. width: 500px;
  358. font-size: 11px;
  359. }
  360.  
  361. #content #notecontainer ol.notes {
  362. list-style-type: none;
  363. margin: 0;
  364. padding: 0;
  365. }
  366.  
  367. #content #notecontainer img.avatar {
  368. margin-right: 10px;
  369. width: 16px;
  370. height: 16px;
  371. }
  372.  
  373. #sidebar .pagination {
  374. width: 260px;
  375. text-align: center;
  376. padding: 3px 0;
  377. }
  378.  
  379. #sidebar .pagination a {
  380. color: {color:Primary Colour};
  381. text-decoration: none;
  382. }
  383.  
  384. #sidebar .pagination a:hover {
  385. color: {color:Secondary Colour};
  386. }
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395. </style>
  396.  
  397. {block:IfInfiniteScroll}
  398. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  399. {/block:IfInfiniteScroll}
  400.  
  401. </head>
  402. <body>
  403.  
  404.  
  405. <div id="sidebar">
  406. <div class="title"><a href="/">{Title}</a></div>
  407. <div class="description">{Description}<p><img width="240" height="10" src="http://i128.photobucket.com/albums/p165/charmroyal/graphics/dividers/43.gif"></p>
  408. <br>
  409. <p><a href="{text:Link1 Url}" title="{text:Link1 Title}">I</a> <a href="{text:Link3 Url}" title="{text:Link2 Title}">II</a>
  410. <a href="{text:Link3 Url}" title="{text:Link3 Title}">III</a>
  411. <a href="{text:Link4 Url}" title="{text:Link4 Title}">IV</a></p></div>
  412. <div id="links">
  413. </div>
  414. </div>
  415.  
  416.  
  417. </div>
  418.  
  419.  
  420.  
  421.  
  422.  
  423. {block:IfNotInfiniteScroll}
  424. <div class="pagination">
  425. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  426. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  427. </div>
  428. {/block:IfNotInfiniteScroll}
  429.  
  430.  
  431.  
  432. </div> <!--sidebar-->
  433.  
  434. <div id="content">
  435.  
  436. <div class="autopagerize_page_element">
  437.  
  438.  
  439.  
  440.  
  441.  
  442. {block:Posts}
  443.  
  444.  
  445.  
  446. <div id="posts">
  447.  
  448.  
  449.  
  450.  
  451.  
  452. {block:Photo}{block:IndexPage}
  453. <div class="perma">
  454. <a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  455. {/block:IndexPage}
  456. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifsmallerposts} width=250px {/block:ifsmallerposts} width=300px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=300px/>{LinkCloseTag}{/block:PermalinkPage}
  457. {/block:Photo}
  458.  
  459. {block:Video}
  460. {Video-500}
  461. {block:Caption}{Caption}{/block:Caption}
  462. {/block:Video}
  463.  
  464. {block:Audio}
  465. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  466. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  467. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}"> </div>
  468. {/block:Audio}
  469.  
  470. {block:Quote}
  471. <div class="title">{Quote}</div>
  472. {/block:Quote}
  473.  
  474. {block:Photoset}
  475. {block:IndexPage}{Photoset-300}{/block:IndexPage}
  476. {block:PermalinkPage}{PhotoSet-700}{/block:PermalinkPage}
  477. <div class="permalinktext"><a href="{ReblogUrl}">↻</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  478. {/block:Photoset}
  479.  
  480.  
  481. {block:Text}
  482. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  483. <div style="margin-bottom:-10px"></div>
  484. <span class="text">{Body}</span>
  485. <div class="permalinktext"> <a href="{Permalink}">{TimeAgo}</a><br>
  486. <a href="{Permalink}">{NotecountWithLabel}</a><br>
  487. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  488. {/block:Text}
  489.  
  490. {block:Answer}
  491. <div style="font-size:12px"><div class="ask"><b>{Asker}:</b> {Question}</div></div>
  492. <div class="answer">{Answer}</div>
  493. {block:IndexPage}<div class="permalinktext">
  494. <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}
  495. {/block:Answer}
  496.  
  497. {block:Chat}
  498. {block:Title}{Title}<br />{/block:Title}
  499. {block:Lines}
  500. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  501. {/block:Lines}
  502. {/block:Chat}
  503.  
  504. {block:Link}
  505. <a style="font-family:'Grand Hotel'; font-size:16px" href="{URL}" >{Name}</a>
  506. {block:Description}<br />{Description}{/block:Description}
  507. {/block:Link}
  508.  
  509.  
  510. <div id="permalink">
  511. <a href="{Permalink}">
  512.  
  513.  
  514. </a>
  515. </div>
  516.  
  517. {block:HasTags}<div id="tags">
  518. {block:Tags}
  519.  
  520. {/block:Tags}
  521. </div>
  522. {/block:HasTags}
  523.  
  524. </div>
  525.  
  526.  
  527. {block:PostNotes}
  528. {PostNotes}
  529. {/block:PostNotes}
  530.  
  531.  
  532.  
  533.  
  534.  
  535. {/block:Posts}
  536. </div>
  537.  
  538.  
  539.  
  540. </body>
  541. <div id="theme"><a href="http://westerus.tumblr.com/">theme</a></div>
  542. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement