fallenvvings

C'est La Vie (theme #4)

Oct 5th, 2014
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 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. <!--
  4. THIS THEME WAS CREATED BY: NATALIE (FALLENVVINGS; PREV. ROSYSTARLINGTHEMES)
  5. You can edit this theme as much as you want.
  6. Please DO NOT remove the credit.
  7. Please like or reblog the post if you use this theme.
  8. THANKS! Enjoy!
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:Link" content="#aaaaaa"/>
  21. <meta name="color:Tags" content="#cccccc"/>
  22. <meta name="color:Hover" content="#f1f1f1"/>
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:posts" content="#ffffff"/>
  25. <meta name="color:details" content="#ededed"/>
  26.  
  27. <meta name="if:infinite scroll" content="0"/>
  28. <meta name="if:tags on hover" content="1"/>
  29. <meta name="if:inverted colors" content="0"/>
  30.  
  31. <meta name="text:link 1" content="home">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="link">
  34. <meta name="text:link 2 url" content="/">
  35. <meta name="text:link 3" content="link">
  36. <meta name="text:link 3 url" content="/">
  37. <meta name="text:link 4" content="link">
  38. <meta name="text:link 4 url" content="/">
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar {width: 7px;height: 5px;}
  43. ::-webkit-scrollbar-track-piece {background-color: {color:background}; color:black;}
  44. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: black; border:2px solid {color:background};}
  45.  
  46.  
  47. body {
  48. {block:ifInvertedColors}
  49. background:black;
  50. {/block:ifInvertedColors}
  51. {block:ifnotInvertedColors}
  52. background:white;
  53. {/block:ifnotInvertedColors}
  54. margin:0px;
  55. {block:ifInvertedColors}
  56. color:white;
  57. {/block:ifInvertedColors}
  58. {block:ifnotInvertedColors}
  59. color:gray;
  60. {/block:ifnotInvertedColors}
  61. font-family:Helvetica;
  62. font-size:11px;
  63. line-height:120%;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. -moz-outline-style:none;
  69. {block:ifInvertedColors}
  70. color:white;
  71. {/block:ifInvertedColors}
  72. {block:ifnotInvertedColors}
  73. color:gray;
  74. {/block:ifnotInvertedColors}
  75. }
  76.  
  77. blockquote img {
  78. border:none;
  79. width:350px;
  80. }
  81.  
  82. h1 {
  83. font-size:12px;
  84. text-transform:uppercase;
  85. }
  86.  
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. width:350px;
  92. }
  93.  
  94. blockquote blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. width:300px;
  98. }
  99.  
  100. blockquote pre{
  101. height:auto;
  102. white-space:pre-line;
  103. max-width:420px;
  104. font-size:12px;
  105. background-color:rgba(166,166,166,0.1);
  106. padding:5px;
  107. }
  108.  
  109.  
  110. a:hover {
  111. opacity:1;
  112. color:{color:hover};
  113. -webkit-transition: all 0.5s ease;
  114. -moz-transition: all 0.5s ease;
  115. -o-transition: all 0.5s ease;
  116. }
  117.  
  118. #all {
  119. padding:10px;
  120. width:400px;
  121. margin-left:450px;
  122. margin-top:-15px;
  123. font-size:13px;
  124. }
  125.  
  126. #posts {
  127. width:400px;
  128. padding-bottom:20px;
  129. padding:10px;
  130. margin-top:70px;
  131. {block:ifInvertedColors}
  132. background-color:rgba(255,255,255,0.3);
  133. {/block:ifInvertedColors}
  134. {block:ifnotInvertedColors}
  135. background-color:rgba(224,224,224,0.3);
  136. {/block:ifnotInvertedColors}
  137. }
  138.  
  139. #details {
  140. text-align:right;
  141. text-transform:uppercase;
  142. font-size:11px;
  143. height:20px;
  144. background-color:{color:details};
  145. padding:5px 7px 0px 7px;
  146. }
  147.  
  148.  
  149. .quo {
  150. font-size:17px;
  151. line-height:130%;
  152. font-style:italic;
  153. text-align:center;
  154. }
  155.  
  156. #tags {
  157. font-family:cambria;
  158. text-transform:none;
  159. font-size:12px;
  160. font-style:italic;
  161. text-align:center;
  162. position:absolute;
  163. margin-left:-12px;
  164. width:400px;
  165. margin-top:23px;
  166. padding:3px;
  167. }
  168. {block:iftagsonhover}
  169. #posts:hover #tags a{
  170. visibility:visible;
  171. opacity:1;
  172. -webkit-transition: all 0.4s ease-in-out;
  173. -moz-transition: all 0.4s ease-in-out;
  174. -o-transition: all 0.4s ease-in-out;
  175. -ms-transition: all 0.4s ease-in-out;
  176. -transition: all 0.4s ease-in-out;
  177. }
  178. {block:iftagsonhover}
  179.  
  180. #tags a {
  181. display:inline-block;
  182. {block:iftagsonhover}
  183. visibility:hidden;
  184. opacity:0;
  185. {block:iftagsonhover}
  186. padding:-3px;
  187. color:{color:tags};
  188. }
  189.  
  190. #tags a:hover {color:{color:hover};}
  191.  
  192. #question {
  193. padding:8px;
  194. font-family:cambria;
  195. letter-spacing:2px;
  196. text-align:right;
  197. font-style:italic;
  198. border:3px {color:border} solid;
  199. }
  200.  
  201. #button {float:left;
  202. margin-left:-5px;
  203. }
  204.  
  205. #sidebar {
  206. position:fixed;
  207. width:150px;
  208. margin-left:250px;
  209. margin-top:500px;
  210. }
  211.  
  212. .desc {
  213. position:fixed;
  214. margin-top:22px;
  215. font-family:cambria;
  216. line-height:125%;
  217. font-size:11px;
  218. max-height:100px;
  219. margin-left:-1px;
  220. font-style:italic;
  221. padding:5px;
  222. width:140px;
  223. text-align:right;
  224. color:{color:text};
  225. overflow:auto;
  226. }
  227.  
  228. .desc a
  229. {color:{color:text};
  230. -moz-transition-duration:0.6s;
  231. -webkit-transition-duration:0.6s;
  232. -o-transition-duration:0.6s;
  233. }
  234.  
  235.  
  236. .links {
  237. position:fixed;
  238. width:140px;
  239. margin-left:-1px;
  240. padding: 5px;
  241. word-spacing:5px;
  242. text-align:right;
  243. text-transform:uppercase;
  244. font-size: 11px;
  245. }
  246.  
  247. .links a:hover {color:{color:Hover}}
  248.  
  249. #pagi{
  250. width:146px;
  251. font-size:10px;
  252. margin-top:-15px;
  253. text-align:right;
  254. font-family:cambria;
  255. letter-spacing:0px;
  256. }
  257.  
  258. #title {
  259. width:146px;
  260. position:fixed;
  261. margin-top:-40px;
  262. font-size:20px;
  263. text-align:right;
  264. font-family:{TitleFont};
  265. }
  266.  
  267. #cred {
  268. {block:ifinvertedcolors}
  269. -webkit-filter: invert(100%);
  270. filter: invert(100%);
  271. {/block:ifinvertedcolors}
  272. }
  273.  
  274. {CustomCSS}</style>{block:IfInfiniteScroll}
  275. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  276. {/block:IfInfiniteScroll}</head><body>
  277.  
  278. <div id="sidebar"><div id="title">{Title}</div>
  279. <div class="desc">
  280. {Description}
  281. </div>
  282. <div class="links">
  283. {block:Iflink1}
  284. <a href="{text:link 1 url}">{text:link 1}</a>
  285. {/block:Iflink1}
  286. {block:Iflink2}
  287. <a href="{text:link 2 url}">{text:link 2}</a>
  288. {/block:Iflink2}
  289. {block:Iflink3}
  290. <a href="{text:link 3 url}">{text:link 3}</a>
  291. {/block:Iflink3}
  292. {block:Iflink4}
  293. <a href="{text:link 4 url}">{text:link 4}</a>
  294. {/block:Iflink4}
  295. </div>
  296.  
  297. {block:IfNotInfiniteScroll}
  298. {block:Pagination}<div id="pagi">
  299. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  300. {block:JumpPagination length="3"}
  301. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  302. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  303. {/block:JumpPagination}
  304. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  305. </div>{/block:Pagination}
  306. {/block:IfNotInfiniteScroll}
  307. </div>
  308. </div>
  309.  
  310. <div id="all">
  311. <div class="autopagerize_page_element">{block:Posts}<div id="posts">
  312.  
  313. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  314.  
  315. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  320.  
  321. {block:Quote}<div class="quo">"{Quote}"</div></br><center>{block:Source}- {Source}{/block:Source}</center></br>{/block:Quote}
  322.  
  323. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  324. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  325. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  326. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  327. {/block:Audio}
  328.  
  329. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  330.  
  331. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  332.  
  333.  
  334. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  335.  
  336. <div id="details">
  337. <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
  338. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  339. {block:ContentSource}<a title="original" href="{SourceURL}">©</a>{/block:ContentSource}&nbsp;&nbsp;//&nbsp;&nbsp;
  340. <a href="{Permalink}">{NoteCountWithLabel}</a>
  341. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
  342. <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16"}</span>
  343. <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16"}</span>
  344. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  345. {/block:Posts}</div></div></div>
  346.  
  347.  
  348. <div style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="80px;" src="http://static.tumblr.com/nuxi7mr/94Rnqk1a2/tumblr_mh9l7xhvq11s0c2c9o1_500.png"></a></div>
  349.  
  350.  
  351. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment