fallenvvings

Congregation (pt. 4) [theme #8]

Apr 26th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 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. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <meta name="color:Text" content="#68BDEF"/>
  22. <meta name="color:Link" content="#042B43"/>
  23. <meta name="color:Tags" content="#ffffff"/>
  24. <meta name="color:Hover" content="#A7DBF9"/>
  25. <meta name="color:Background" content="#A7DBF9"/>
  26. <meta name="color:posts" content="#ffffff"/>
  27. <meta name="color:details" content="#A7DBF9"/>
  28.  
  29. <meta name="if:tags on hover" content="1"/>
  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: 5px;height: 5px;}
  43. ::-webkit-scrollbar-track-piece {color:black;}
  44. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: #0E547E;}
  45.  
  46.  
  47. body {
  48. margin:0px;
  49. color:{color:text};
  50. background-color:#A7DBF9; /*background color*/
  51. font-family:corbel; /*font for entire page*/
  52. font-size:12px;
  53. line-height:100%;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. -moz-outline-style:none;
  59. color:{color:link};
  60. -webkit-transition: all 0.5s ease;
  61. -moz-transition: all 0.5s ease;
  62. -o-transition: all 0.5s ease;
  63. }
  64.  
  65. blockquote img {
  66. border:none;
  67. width:350px;
  68. }
  69.  
  70. h1 {
  71. font-size:12px;
  72. text-transform:uppercase;
  73. }
  74.  
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. width:350px;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. width:300px;
  86. }
  87.  
  88. blockquote pre{
  89. height:auto;
  90. white-space:pre-line;
  91. max-width:420px;
  92. font-size:12px;
  93. background-color:rgba(166,166,166,0.1);
  94. padding:5px;
  95. }
  96.  
  97.  
  98. a:hover {
  99. opacity:1;
  100. color:{color:hover};
  101. -webkit-transition: all 0.5s ease;
  102. -moz-transition: all 0.5s ease;
  103. -o-transition: all 0.5s ease;
  104. }
  105.  
  106. #all {
  107. padding:10px;
  108. width:500px;
  109. margin-top:-45px;
  110. font-size:13px;
  111. }
  112.  
  113. #posts {
  114. width:500px;
  115. padding-bottom:20px;
  116. padding:10px;
  117. margin-top:50px;
  118. background-color:{color:posts};
  119. }
  120.  
  121. #details {
  122. text-align:right;
  123. margin-top:10px;
  124. text-transform:uppercase;
  125. font-size:11px;
  126. height:35px;
  127. background-color:{color:details};
  128. padding:5px 7px 0px 7px;
  129. }
  130.  
  131. #tags {
  132. font-family:cambria;
  133. text-transform:none;
  134. font-size:12px;
  135. font-style:italic;
  136. text-align:center;
  137. position:absolute;
  138. margin-left:-12px;
  139. width:500px;
  140. margin-top:23px;
  141. padding:3px;
  142. }
  143. {block:iftagsonhover}
  144. #posts:hover #tags a{
  145. visibility:visible;
  146. opacity:1;
  147. -webkit-transition: all 0.4s ease-in-out;
  148. -moz-transition: all 0.4s ease-in-out;
  149. -o-transition: all 0.4s ease-in-out;
  150. -ms-transition: all 0.4s ease-in-out;
  151. -transition: all 0.4s ease-in-out;
  152. }
  153. {block:iftagsonhover}
  154.  
  155. #tags a {
  156. display:inline-block;
  157. {block:iftagsonhover}
  158. visibility:hidden;
  159. opacity:0;
  160. {block:iftagsonhover}
  161. padding:-3px;
  162. color:{color:tags};
  163. }
  164.  
  165. #tags a:hover {color:{color:hover};}
  166.  
  167. #question {
  168. padding:8px;
  169. font-family:cambria;
  170. letter-spacing:2px;
  171. text-align:right;
  172. font-style:italic;
  173. border:3px {color:border} solid;
  174. color:{color:text};
  175. background-color:{color:background}
  176. }
  177.  
  178. #button {float:left;}
  179.  
  180.  
  181. #pagi{
  182. font-size:10px;
  183. text-align:center;
  184. margin-left:15px;
  185. margin-top:-195px;
  186. position:fixed;
  187. font-family:cambria;
  188. letter-spacing:0px;
  189. }
  190.  
  191. #cont {
  192. position:fixed;
  193. left:360px;
  194. top:10px;
  195. width:555px;
  196. height:500px;
  197. padding:5px;
  198. overflow:auto;
  199. background-color:#68BDEF; /*the color of the border around the box*/
  200. border:15px solid #2A90CC; /*make sure these have the same color!!!*/
  201. }
  202.  
  203. .ti {
  204. font-family:'Pacifico', corbel;
  205. font-size:40px;
  206. position:fixed;
  207. color:black;
  208. bottom:45px;
  209. left:450px;
  210. color:#042B43;
  211. }
  212.  
  213. .img img {
  214. width:75px;
  215. height:75px;
  216. position:fixed;
  217. bottom:10px;
  218. left:360px;
  219. }
  220.  
  221. #bottom {
  222. height:45px;
  223. position:fixed;
  224. width:300px;
  225. bottom:10px;
  226. left:685px;
  227. }
  228.  
  229. a {
  230. text-decoration:none;
  231. font-family:corbel; /*link font family*/
  232. color: #0E547E; /*link colors*/
  233. }
  234.  
  235. #links a{
  236. font-size:18px; /*size of links at the bottom*/
  237. border-top:1px solid gray;
  238. border-bottom:1px solid gray;
  239. margin-left:15px;
  240. padding:3px;
  241. }
  242.  
  243.  
  244. {CustomCSS}</style>
  245. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  246.  
  247. <div class="ti">{Title}</div>
  248. <div class="img"><img src="{PortraitURL-96}"></div>
  249. <div id="bottom">
  250. <div id="links">{block:Iflink1}
  251. <a href="{text:link 1 url}">{text:link 1}</a>
  252. {/block:Iflink1}
  253. {block:Iflink2}
  254. <a href="{text:link 2 url}">{text:link 2}</a>
  255. {/block:Iflink2}
  256. {block:Iflink3}
  257. <a href="{text:link 3 url}">{text:link 3}</a>
  258. {/block:Iflink3}
  259. {block:Iflink4}
  260. <a href="{text:link 4 url}">{text:link 4}</a>
  261. {/block:Iflink4}
  262. </div>
  263.  
  264. </div></div></div>
  265.  
  266. <div id="cont"><div id="cont2">
  267. <div id="all">
  268. <div class="autopagerize_page_element">{block:Posts}<div id="posts">
  269.  
  270. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  271.  
  272. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  273.  
  274. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  275.  
  276. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  277.  
  278. {block:Quote}{Quote}{/block:Quote}
  279.  
  280. {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>
  281. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  282. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  283. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  284. {/block:Audio}
  285.  
  286. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  287.  
  288. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  289.  
  290.  
  291. {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}
  292.  
  293. <div id="details">
  294. <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
  295. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  296. {block:ContentSource}<a title="source" href="{SourceURL}">©</a>{/block:ContentSource}</br>
  297. <a href="{Permalink}">{NoteCountWithLabel}</a>
  298. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
  299. <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16"}</span>
  300. <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16"}</span>
  301. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  302. {/block:Posts}</div></div></div>
  303. </div></div>
  304.  
  305.  
  306. <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>
  307.  
  308. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment