fallenvvings

Amalgamate (theme #6)

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