farflunghopes

ivy and twine

Feb 22nd, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.25 KB | None | 0 0
  1. <!--- Theme #19 'Ivy and Twine' by Brianna @ farflunghopes.tumblr.com
  2.  
  3. Rules:
  4. 1. Do not remove the credit from the code or the theme. You may MOVE it, but leave it on the FIRST page of your blog, ie: it must be visible on the main page.
  5. 2. Do not redistribute this theme.
  6. 3. Do not steal this theme. Taking a portion of the code and adding it to your own theme/others' counts as stealing. If you want to learn how to do something, ask, and I will do my best to help you.
  7. 4. Do not use this theme as a base code.
  8. 5. If you have any problems, find glitches, or just need help, please ask me! That's not really a rule, but I'd love to help.
  9.  
  10. Help:
  11. - Theme looks best in Google Chrome.
  12. - SAVE and REFRESH the page before changing appearance options.
  13. - The background image REPEAT and POSITION can be changed under the appearance options. Select or deslect 'BackgroundImageRepeat' and enter the position in 'bgimgposition'.
  14. - The sidebar image is 130px wide by 230px tall. Smaller images will be stretched and larger ones will be compressed.
  15. - There are FIVE extra links available. Add them under the appearance options.
  16. - The BODY font SIZE can be changed under the appearance options. DO NOT add 'px' after the number.
  17. - The 'highlight' and 'highlighttext' color options refer to the background and text color that appears when you click and drag the cursor.
  18. - The post info and tags are set to align with the right side of the post. You can change this under the '#info' and '#tags' css.
  19. - Hovering over the sidebar image reveals the description and links. To have either visible at all times, DEselect 'Hidden' under the appearance options.
  20.  
  21. Enjoy!
  22.  
  23. --->
  24.  
  25. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  26. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  27. <head><title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister' rel='stylesheet' type='text/css'>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Volkhov:400' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic' rel='stylesheet' type='text/css'>
  37.  
  38. <meta name="color:background" content="#ffffff"/>
  39. <meta name="color:text" content="#888888"/>
  40. <meta name="color:sidetext" content="#000000">
  41. <meta name="color:desclink" content="#222222">
  42. <meta name="color:borders" content="#888888;">
  43. <meta name="color:link" content="#333333"/>
  44. <meta name="color:linkhover" content="#999999">
  45. <meta name="color:tags" content="#FFFFFF">
  46. <meta name="color:tagshover" content="#777777">
  47. <meta name="color:infolink" content="#555555">
  48. <meta name="color:infolinkhover" content="#999999">
  49. <meta name="color:sidelink" content="#444444">
  50. <meta name="color:sidelinkbg" content="#555555">
  51. <meta name="color:sidelinkhover" content="#CCCCCC">
  52. <meta name="color:sidelinkbghover" content="#444444">
  53. <meta name="color:title" content="#888888">
  54. <meta name="color:titlehover" content="#333333">
  55. <meta name="color:posts" content="#DDDDDD">
  56. <meta name="color:scrollbarbackground" content="#DDDDDD">
  57. <meta name="color:scrollbar" content="#999999">
  58. <meta name="color:highlight" content="#DDDDDD">
  59. <meta name="color:highlighttext" content="#111111">
  60.  
  61. <meta name="font:sidebar" content="">
  62.  
  63. <meta name="image:sidebar" content=""/>
  64. <meta name="image:background" content="">
  65.  
  66. <meta name="text:bodyfontsize" content="11">
  67. <meta name="text:bgimgposition" content="bottom right" />
  68. <meta name="text:link1" content="/">
  69. <meta name="text:link1name" content="link 1">
  70. <meta name="text:link2" content="/">
  71. <meta name="text:link2name" content="link 2">
  72. <meta name="text:link3" content="/">
  73. <meta name="text:link3name" content="link 3">
  74. <meta name="text:link4" content="/">
  75. <meta name="text:link4name" content="link 4">
  76. <meta name="text:link5" content="/">
  77. <meta name="text:link5name" content="link 5">
  78.  
  79. <meta name="if:BackgroundImageRepeat" content="" />
  80. <meta name="if:Hidden" content="1"/>
  81.  
  82. <style type="text/css">
  83.  
  84. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  85. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  86.  
  87. ::-webkit-scrollbar {
  88. width: 7px;
  89. background-color:{color:scrollbarbackground};
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. width:7px;
  94. background-color:{color:scrollbar};
  95. }
  96.  
  97. ::selection {
  98. background: {color:highlight};
  99. color: {color:highlighttext};
  100. }
  101.  
  102. body {
  103. background-color:{color:background};
  104. color:{color:text};
  105. font-size:{text:bodyfontsize}px;
  106. font-family:calibri;
  107. background-image:url('{image:background}');
  108. background-attachment:fixed;
  109. word-spacing:1px;
  110. text-align:justify;
  111. background-position:{text:bgimgposition};
  112. {block:IfBackgroundImageRepeat}
  113. background-repeat:repeat;
  114. {/block:IfBackgroundImageRepeat}
  115. {block:IfNotBackgroundImageRepeat}
  116. background-repeat:no-repeat;
  117. {/block:IfNotBackgroundImageRepeat}
  118. }
  119.  
  120. a {
  121. color:{color:link};
  122. text-decoration:none;
  123. outline:none;
  124. -moz-outline-style:none;
  125. -webkit-transition: all 0.6s ease-out;
  126. -o-transition: all 0.6s ease-out;
  127. -webkit-transition: all 0.6s ease-out;
  128. -moz-transition: all 0.6s ease-out;
  129. }
  130.  
  131. a:hover {
  132. color:{color:linkhover};
  133. -webkit-transition: all 0.6s ease-out;
  134. -o-transition: all 0.6s ease-out;
  135. -webkit-transition: all 0.6s ease-out;
  136. -moz-transition: all 0.6s ease-out;
  137. }
  138.  
  139. a:tip:title {
  140. background-color:{color:background;}
  141. }
  142.  
  143. blockquote {
  144. padding-left:3px;
  145. border-left:2px solid;
  146. }
  147.  
  148. blockquote blockquote {
  149. padding-left:3px;
  150. border-left:2px solid;
  151. }
  152.  
  153. h1 {
  154. font-size:15px;
  155. }
  156.  
  157. #theme {
  158. margin-top:20px;
  159. width:100%;
  160. margin-left:0%;
  161. }
  162.  
  163. #entries {
  164. width:500px;
  165. margin-left:405px;
  166. padding-top:50px;
  167. }
  168.  
  169. #post {
  170. width:500px;
  171. padding:10px;
  172. background-color:{color:posts};
  173. overflow:hidden;
  174. }
  175.  
  176. #sidebar2 {
  177. margin-top:200px;
  178. width:275px;
  179. overflow:hidden;
  180. position:fixed;
  181. margin-left:90px;
  182. text-align:center;
  183. height:300px;
  184. }
  185.  
  186. #title {
  187. margin-top:5px;
  188. font-size:12px;
  189. text-align:center;
  190. max-width:146px;
  191. color:{color:title};
  192. font-family: 'Cardo', serif;
  193. font-style:italic;
  194. }
  195.  
  196. #sidebarimage {
  197. float:right;
  198. height:285px;
  199. -webkit-transition: all 0.6s ease-out;
  200. -o-transition: all 0.6s ease-out;
  201. -webkit-transition: all 0.6s ease-out;
  202. -moz-transition: all 0.6s ease-out;
  203. }
  204.  
  205. #sidebarimage img {
  206. right:0px;
  207. width:130px;
  208. padding:5px;
  209. height:230px;
  210. border:3px double {color:borders};
  211. }
  212.  
  213. {block:IfHidden}
  214. #sidebarimage:hover #hover {
  215. margin-left:-129px;
  216. -webkit-transition: all 0.6s ease-out;
  217. -o-transition: all 0.6s ease-out;
  218. -webkit-transition: all 0.6s ease-out;
  219. -moz-transition: all 0.6s ease-out;
  220. }
  221.  
  222. #sidebarimage:hover #link {
  223. opacity:1;
  224. -webkit-transition: all 0.6s ease-out;
  225. -o-transition: all 0.6s ease-out;
  226. -webkit-transition: all 0.6s ease-out;
  227. -moz-transition: all 0.6s ease-out;
  228. }
  229.  
  230. #sidebarimage:hover .text {
  231. opacity:1;
  232. -webkit-transition: all 0.6s ease-out;
  233. -o-transition: all 0.6s ease-out;
  234. -webkit-transition: all 0.6s ease-out;
  235. -moz-transition: all 0.6s ease-out;
  236. }
  237. {/block:IfHidden}
  238.  
  239. #hover {
  240. {block:IfNotHidden}
  241. margin-left:-129px;
  242. {/block:IfNotHidden}
  243. width:125px;
  244. margin-top:-280px;
  245. -webkit-transition: all 0.6s ease-out;
  246. -o-transition: all 0.6s ease-out;
  247. -webkit-transition: all 0.6s ease-out;
  248. -moz-transition: all 0.6s ease-out;
  249. }
  250.  
  251. #other {
  252. height:260px;
  253. overflow:hidden;
  254. }
  255.  
  256. #link {
  257. {block:IfHidden}
  258. opacity:0;
  259. {/block:IfHidden}
  260. margin-top:7px;
  261. padding-bottom:2px;
  262. width:125px;
  263. text-align:center;
  264. -webkit-transition: all 0.6s ease-out;
  265. -o-transition: all 0.6s ease-out;
  266. -webkit-transition: all 0.6s ease-out;
  267. -moz-transition: all 0.6s ease-out;
  268. }
  269.  
  270. #link a {
  271. padding:1px;
  272. margin-top:2px;
  273. display:inline-block;
  274. width:50px;
  275. font-size:8px;
  276. font-family:georgia;
  277. font-style:italic;
  278. text-align:center;
  279. overflow:hidden;
  280. color:{color:sidelink};
  281. -webkit-transition: all 0.6s ease-out;
  282. -o-transition: all 0.6s ease-out;
  283. -webkit-transition: all 0.6s ease-out;
  284. -moz-transition: all 0.6s ease-out;
  285. }
  286.  
  287. #link a:hover {
  288. text-decoration:line-through;
  289. color:{color:sidelinkhover};
  290. background-color:{color:sidelinkbg};
  291. -webkit-transition: all 0.6s ease-out;
  292. -o-transition: all 0.6s ease-out;
  293. -webkit-transition: all 0.6s ease-out;
  294. -moz-transition: all 0.6s ease-out;
  295. }
  296.  
  297. .text {
  298. {block:IfHidden}
  299. opacity:0;
  300. {/block:IfHidden}
  301. padding:5px;
  302. margin-top:5px;
  303. text-align:justify;
  304. line-height:12px;
  305. font-size:10px;
  306. color:{color:sidetext};
  307. letter-spacing:0px;
  308. font-family:{font:sidebar};
  309. word-spacing:0px;
  310. width:115px;
  311. border-bottom:1px solid {color:borders};
  312. -webkit-transition: all 0.6s ease-out;
  313. -o-transition: all 0.6s ease-out;
  314. -webkit-transition: all 0.6s ease-out;
  315. -moz-transition: all 0.6s ease-out;
  316. }
  317.  
  318. .text a {
  319. color:{color:desclink};
  320. }
  321.  
  322. .text a:hover {
  323. color:{color:scrollbar};
  324. }
  325.  
  326. #pagination {
  327. padding-bottom:5px;
  328. width:146px;
  329. margin-top:5px;
  330. text-align:center;
  331. color:{color:sidetext};
  332. font-size:8px;
  333. font-family: 'Volkhov', serif;
  334. }
  335.  
  336. #info {
  337. font-size:10px;
  338. padding-bottom:5px;
  339. text-align:right;
  340. font-family:calibri;
  341. margin-top:10px;
  342. border-bottom:1px solid {color:borders};
  343. }
  344.  
  345. #info a{
  346. color:{color:infolink};
  347. }
  348.  
  349. #info a:hover {
  350. color:{color:infolinkhover};
  351. }
  352.  
  353. #tags {
  354. text-align:right;
  355. padding:5px;
  356. margin-top:0px;
  357. padding-left:0px;
  358. font-size:9px;
  359. font-style:italic;
  360. text-transform:none;
  361. }
  362.  
  363. #tags a {
  364. color:{color:tags};
  365. }
  366.  
  367. #tags a:hover {
  368. color:{color:tagshover};
  369. }
  370.  
  371. .quotation {
  372. font-family: 'Love Ya Like A Sister', cursive;
  373. font-size:38px;
  374. margin-top:10px;
  375. }
  376.  
  377. #asker {
  378. font-size:13px;
  379. margin-top:-20px;
  380. margin-left:30px;
  381. font-family: 'Cardo', serif;
  382. }
  383.  
  384. #question {
  385. border-bottom:1px solid {color:text};
  386. padding-bottom:7px;
  387. }
  388.  
  389. .audio{
  390. float:left;
  391. text-align: center;
  392. margin-right:5px;
  393. width: 50px;
  394. }
  395. .audio img{
  396. max-width: 50px;
  397. height: auto;
  398. }
  399.  
  400. .caption {
  401. margin-top:-3px;
  402. }
  403.  
  404. .count {
  405. padding-top:8px;
  406. }
  407.  
  408. .quote {
  409. margin-top:-35px;
  410. }
  411.  
  412. {CustomCSS}</style></head><body>
  413.  
  414. <div id="theme">
  415.  
  416. <div id="sidebar2">
  417.  
  418. <div id="sidebarimage">
  419. <img src="{image:sidebar}">
  420.  
  421. <div id="title">{Title}</div>
  422. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><span style="font-family: 'Volkhov', serif; font-size:11px">«</span></a> {/block:PreviousPage}{CurrentPage} | {TotalPages}{block:NextPage} <a href="{NextPage}"><span style="font-family: 'Volkhov', serif; font-size:11px">»</span></a>{/block:NextPage}</div>
  423.  
  424. <div id="hover">
  425.  
  426. <div id="other">
  427. <div class="text">
  428. {Description}
  429. </div>
  430.  
  431. <div id="link">
  432. <center>
  433. <a href="/">home</a>
  434. <a href="/ask">askbox</a>
  435. {block:ifLink1Name}
  436. <a href="{text:link1}">{text:link1name}</a>
  437. {/block:ifLink1Name}
  438. {block:ifLink2Name}
  439. <a href="{text:link2}">{text:link2name}</a>
  440. {/block:ifLink2Name}
  441. {block:ifLink3Name}
  442. <a href="{text:link3}">{text:link3name}</a>
  443. {/block:ifLink3Name}
  444. {block:ifLink4Name}
  445. <a href="{text:link4}">{text:link4name}</a>
  446. {/block:ifLink4Name}
  447. {block:ifLink5Name}
  448. <a href="{text:link5}">{text:link5name}</a>
  449. {/block:ifLink5Name}
  450. <a href="http://farflunghopes.tumblr.com">theme</a>
  451. </center>
  452. </div></div>
  453.  
  454. </div>
  455.  
  456. </div>
  457.  
  458. </div>
  459. <div id="entries">
  460.  
  461. {block:Posts}<div id="post">
  462.  
  463. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  464.  
  465. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  466.  
  467. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  468.  
  469. {block:Quote}<div class="quotation">"</div><div class="quote">&nbsp&nbsp&nbsp&nbsp&nbsp{Quote}"</div>{block:Source}<br>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp—{Source}{/block:Source}{/block:Quote}
  470.  
  471. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  472.  
  473. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</h1>{block:Lines}{block:Label}<strong>{Label}&nbsp</strong>{/block:Label}{Line}<br>{/Block:Lines}{/block:Chat}
  474.  
  475. {block:Audio}
  476. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"><br></div>{/block:AlbumArt}{AudioPlayerGrey}<div class="count">{PlayCount} plays</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  477. {/block:Audio}
  478.  
  479. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  480.  
  481. {block:Answer}<img src="{AskerPortraitURL-24}"><div id="asker">{Asker}:</div><br><div id="question">{Question}</div><br>{Answer}{/block:Answer}
  482.  
  483.  
  484. <div id="info">
  485. {block:Date}<a href="{Permalink}">{TimeAgo} ({ShortMonth} {DayOfMonth}, {ShortYear})</a> | {/block:Date}<a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}| <a href="{ReblogParentURL}">{ReblogParentName}</a>
  486. {block:ContentSource}(© <a href="{SourceURL}">{ReblogRootName}</a>){/block:ContentSource}
  487. {/block:RebloggedFrom}| <a href="{ReblogURL}">reblog</a>
  488. <br>
  489. </div>
  490.  
  491. {block:HasTags}<div id="tags">{block:Tags}&nbsp&nbsp&nbsp<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  492.  
  493. </div>
  494.  
  495. <br><br><br><br>
  496. {block:PostNotes}{PostNotes}{/block:PostNotes}
  497. {/block:Posts}</div>
  498. </div>
  499.  
  500. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment