fallenvvings

Unlit (theme #9)

May 16th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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 (FALLENVVINGSTHEMES)
  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="#f7c282"/>
  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. <meta name="color:title" content="#c27a25"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30.  
  31. <meta name="if:infinite scroll" content="0"/>
  32. <meta name="if:black and white icon" content="0"/>
  33. <meta name="if:tags on hover" content="1"/>
  34.  
  35. <meta name="text:link 1" content="home">
  36. <meta name="text:link 1 url" content="/">
  37. <meta name="text:link 2" content="link">
  38. <meta name="text:link 2 url" content="/">
  39. <meta name="text:link 3" content="link">
  40. <meta name="text:link 3 url" content="/">
  41. <meta name="text:link 4" content="link">
  42. <meta name="text:link 4 url" content="/">
  43.  
  44. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:200,
  51. tip_fade_speed:300
  52. }
  53. );
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60. #s-m-t-tooltip{
  61. max-width:300px;
  62. margin:15px;
  63. padding:2px 8px;
  64. border:1px solid #DDD;
  65. border-radius:4px;
  66. background:#FFF;
  67. color:#AAA;
  68. z-index:999999;
  69. font-size:8px;
  70. font-style:italic;
  71. text-transform:lowercase;
  72. }
  73.  
  74. ::-webkit-scrollbar {width: 7px;height: 5px;}
  75. ::-webkit-scrollbar-track-piece {background-color: {color:background}; color:black;}
  76. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: black; border:2px solid {color:background};}
  77.  
  78.  
  79. body {
  80. background:{color:background};
  81. background-image:url('{image:background}');
  82. margin:0px;
  83. color:{color:text};
  84. font-family:Helvetica;
  85. font-size:12px;
  86. line-height:120%;
  87. }
  88.  
  89. a {
  90. text-decoration:none;
  91. -moz-outline-style:none;
  92. color:{color:link};
  93. -webkit-transition: all 0.5s ease;
  94. -moz-transition: all 0.5s ease;
  95. -o-transition: all 0.5s ease;
  96. }
  97.  
  98. blockquote img {
  99. border:none;
  100. width:350px;
  101. }
  102.  
  103. h1 {
  104. font-size:12px;
  105. text-transform:uppercase;
  106. }
  107.  
  108.  
  109. blockquote {
  110. padding-left:5px;
  111. border-left:2px solid;
  112. width:350px;
  113. }
  114.  
  115. blockquote blockquote {
  116. padding-left:5px;
  117. border-left:2px solid;
  118. width:300px;
  119. }
  120.  
  121. blockquote pre{
  122. height:auto;
  123. white-space:pre-line;
  124. max-width:420px;
  125. font-size:12px;
  126. background-color:rgba(166,166,166,0.1);
  127. padding:5px;
  128. }
  129.  
  130.  
  131. a:hover {
  132. opacity:1;
  133. color:{color:hover};
  134. -webkit-transition: all 0.5s ease;
  135. -moz-transition: all 0.5s ease;
  136. -o-transition: all 0.5s ease;
  137. }
  138.  
  139. #all {
  140. padding:10px;
  141. width:500px;
  142. margin-left:550px;
  143. margin-top:-15px;
  144. font-size:13px;
  145. }
  146.  
  147. #posts {
  148. width:500px;
  149. padding-bottom:20px;
  150. padding:10px;
  151. margin-top:70px;
  152. background-color:{color:posts};
  153. }
  154.  
  155. #details {
  156. text-align:right;
  157. margin-top:10px;
  158. text-transform:uppercase;
  159. font-size:11px;
  160. height:35px;
  161. background-color:{color:details};
  162. padding:5px 7px 0px 7px;
  163. }
  164.  
  165. #tags {
  166. font-family:cambria;
  167. text-transform:none;
  168. font-size:12px;
  169. font-style:italic;
  170. text-align:center;
  171. position:absolute;
  172. margin-left:-12px;
  173. width:500px;
  174. margin-top:23px;
  175. padding:3px;
  176. }
  177. {block:iftagsonhover}
  178. #posts:hover #tags a{
  179. visibility:visible;
  180. opacity:1;
  181. -webkit-transition: all 0.4s ease-in-out;
  182. -moz-transition: all 0.4s ease-in-out;
  183. -o-transition: all 0.4s ease-in-out;
  184. -ms-transition: all 0.4s ease-in-out;
  185. -transition: all 0.4s ease-in-out;
  186. }
  187. {block:iftagsonhover}
  188.  
  189. #tags a {
  190. display:inline-block;
  191. {block:iftagsonhover}
  192. visibility:hidden;
  193. opacity:0;
  194. {block:iftagsonhover}
  195. padding:-3px;
  196. color:{color:tags};
  197. }
  198.  
  199. #tags a:hover {color:{color:hover};}
  200.  
  201. #question {
  202. padding:8px;
  203. font-family:cambria;
  204. letter-spacing:2px;
  205. text-align:right;
  206. font-style:italic;
  207. border:3px {color:border} solid;
  208. color:{color:text};
  209. background-color:{color:background}
  210. }
  211.  
  212. .quo {
  213. font-size:20px;
  214. font-style:italic;
  215. text-align:center;
  216. }
  217.  
  218. #button {float:left; margin-top:-10px;}
  219.  
  220. #sidebar {
  221. position:fixed;
  222. width:150px;
  223. margin-left:200px;
  224. margin-top:250px;
  225. max-height:350px;
  226. }
  227.  
  228. #sidebar img{
  229. width:110px;
  230. height:110px;
  231. border:8px solid {color:text};
  232. border-radius:200px;
  233. padding:8px;
  234. {block:Ifblackandwhiteicon}
  235. -webkit-filter: grayscale(100%); filter: grayscale(100%);
  236. {/block:Ifblackandwhiteicon}
  237. }
  238.  
  239. .desc {
  240. position:absolute;
  241. margin-top:35px;
  242. {block:IfNotInfiniteScroll}
  243. margin-top:50px;
  244. {/block:IfNotInfiniteScroll}
  245. font-family:cambria;
  246. line-height:110%;
  247. font-size:12px;
  248. font-style:italic;
  249. padding:5px;
  250. width:130px;
  251. text-align:center;
  252. color:{color:text};
  253. }
  254.  
  255. .desc a
  256. {color:{color:text};
  257. -moz-transition-duration:0.6s;
  258. -webkit-transition-duration:0.6s;
  259. -o-transition-duration:0.6s;
  260. }
  261.  
  262. .ti {
  263. position:absolute;
  264. font-size:35px;
  265. width:130px;
  266. margin-top:-175px;
  267. color:{color:title};
  268. text-align:center;
  269. font-family:{TitleFont};
  270. }
  271.  
  272.  
  273. .links {
  274. width:130px;
  275. position:absolute;
  276. padding: 5px;
  277. word-spacing:2px;
  278. text-align:center;
  279. text-transform:uppercase;
  280. font-size: 15px;
  281. margin-top:10px;
  282. {block:IfNotInfiniteScroll}
  283. margin-top:25px;
  284. {/block:IfNotInfiniteScroll}
  285. letter-spacing:2px;
  286. }
  287.  
  288. .links a:hover {color:{color:Hover}}
  289.  
  290.  
  291. #pagi{
  292. width:140px;
  293.  
  294.  
  295. font-size:11px;
  296. text-align:center;
  297. margin-top:5px;
  298. position:fixed;
  299. font-family:cambria;
  300. letter-spacing:0px;
  301. }
  302.  
  303. {CustomCSS}</style>{block:IfInfiniteScroll}
  304. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  305. {/block:IfInfiniteScroll}</head><body>
  306.  
  307. <div id="sidebar"><img src="{image:sidebar}">
  308. <div class="ti">{Title}</div>
  309. <div class="desc">
  310. {Description}
  311. </div>
  312. <div class="links">
  313. {block:Iflink1}
  314. <a title="{text:link 1}" href="{text:link 1 url}">I</a>
  315. {/block:Iflink1}
  316. {block:Iflink2}
  317. <a title="{text:link 2}" href="{text:link 2 url}">II</a>
  318. {/block:Iflink2}
  319. {block:Iflink3}
  320. <a title="{text:link 3}" href="{text:link 3 url}">III</a>
  321. {/block:Iflink3}
  322. {block:Iflink4}
  323. <a title="{text:link 4}" href="{text:link 4 url}">IV</a>
  324. {/block:Iflink4}
  325. </div>
  326.  
  327. {block:IfNotInfiniteScroll}
  328. {block:Pagination}<div id="pagi">
  329. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  330. {block:JumpPagination length="3"}
  331. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  332. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  333. {/block:JumpPagination}
  334. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  335. </div>{/block:Pagination}
  336. {/block:IfNotInfiniteScroll}
  337. </div>
  338. </div>
  339.  
  340. <div id="all">
  341. <div class="autopagerize_page_element">{block:Posts}<div id="posts">
  342.  
  343. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  344.  
  345. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  350.  
  351. {block:Quote}<div class="quo">"{Quote}"</div></br><center>{block:Source}- {Source}{/block:Source}</center>{/block:Quote}
  352.  
  353. {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>
  354. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  355. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  356. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  357. {/block:Audio}
  358.  
  359. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  360.  
  361. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  362.  
  363.  
  364. {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}
  365.  
  366. <div id="details">
  367. <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
  368. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  369. {block:ContentSource}<a title="source" href="{SourceURL}">©</a>{/block:ContentSource}</br>
  370. <a href="{Permalink}">{NoteCountWithLabel}</a>
  371. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
  372. <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16"}</span>
  373. <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16"}</span>
  374. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  375. {/block:Posts}</div></div></div>
  376.  
  377. <div style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="80px;" src="http://fc03.deviantart.net/fs70/f/2012/318/3/2/stock_black_flying_birds_3___silhouette_by_jassy2012-d5l1xqo.png"></a></div>
  378.  
  379.  
  380. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment