fallenvvings

for maria

May 22nd, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 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="#eeeeee"/>
  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="#000066"/>
  24. <meta name="color:posts" content="#ffffff"/>
  25. <meta name="color:details" content="#ededed"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:background" content=""/>
  29.  
  30. <meta name="text:link 1" content="home">
  31. <meta name="text:link 1 url" content="/">
  32. <meta name="text:link 2" content="link">
  33. <meta name="text:link 2 url" content="/">
  34. <meta name="text:link 3" content="link">
  35. <meta name="text:link 3 url" content="/">
  36. <meta name="text:link 4" content="link">
  37. <meta name="text:link 4 url" content="/">
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {width: 7px;height: 5px;}
  42. ::-webkit-scrollbar-track-piece {background-color: {color:background}; color:black;}
  43. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: white; border:1px solid {color:background};}
  44.  
  45.  
  46. body {
  47. background:#000066;
  48. margin:0px;
  49. color:{color:text};
  50. font-family:Helvetica;
  51. font-size:14px;
  52. line-height:120%;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. -webkit-transition: all 0.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. -o-transition: all 0.5s ease;
  62. }
  63.  
  64. blockquote img {
  65. border:none;
  66. width:350px;
  67. }
  68.  
  69. h1 {
  70. font-size:19px;
  71. text-align:center;
  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-left:401px;
  110. margin-top:200px;
  111. font-size:13px;
  112. }
  113.  
  114. #posts {
  115. width:500px;
  116. padding-bottom:20px;
  117. padding:10px;
  118. margin-top:70px;
  119. background-color:#0000ff;
  120. }
  121.  
  122. #posts a {color:#000066;}
  123.  
  124. #details {
  125. text-align:right;
  126. text-transform:uppercase;
  127. font-size:11px;
  128. height:20px;
  129. background-color:#0080ff;
  130. padding:5px 7px 0px 7px;
  131. }
  132.  
  133. #tags {
  134. font-family:cambria;
  135. text-transform:none;
  136. font-size:13px;
  137. font-style:italic;
  138. text-align:center;
  139. position:absolute;
  140. margin-left:-12px;
  141. width:500px;
  142. margin-top:23px;
  143. padding:3px;
  144. }
  145.  
  146. #tags a {
  147. display:inline-block;
  148. padding:-3px;
  149. color:{color:tags};
  150. }
  151.  
  152. #tags a:hover {color:{color:hover};}
  153.  
  154. #question {
  155. padding:8px;
  156. font-family:cambria;
  157. letter-spacing:2px;
  158. text-align:right;
  159. font-style:italic;
  160. border:3px {color:border} solid;
  161. color:{color:text};
  162. background-color:{color:background}
  163. }
  164.  
  165. .quo {
  166. font-size:20px;
  167. font-style:italic;
  168. text-align:center;
  169. }
  170.  
  171. #button {float:left;}
  172.  
  173. #head {
  174. width:540px;
  175. height:220px;
  176. position:fixed;
  177. top:0px;
  178. left:400px;
  179. background-color:#e0e0e0;
  180. z-index:34572398452345;
  181.  
  182. }
  183.  
  184. #head img {
  185. width:540px;
  186. height:220px;
  187. opacity:0.9;
  188. }
  189.  
  190. #links {
  191. width:530px;
  192. height:25px;
  193. position:fixed;
  194. left:400px;
  195. top:220px;
  196. padding:5px;
  197. background-color:#0080ff;
  198. z-index:34572398452345;
  199. }
  200.  
  201. a .link{color:#eeeeee;}
  202. a .link:hover{color:white; background-color:#0000ff}
  203.  
  204. #headi img{
  205. border-radius:200px;
  206. width:130px;
  207. height:130px;
  208. z-index:457230457234;
  209. position:fixed;
  210. margin-left:30px;
  211. margin-top:40px;
  212. }
  213.  
  214. #ti {
  215. font-size:30px;
  216. color:black;
  217. position:fixed;
  218. z-index:4572304572394587234;
  219. margin-left:190px;
  220. margin-top:30px;
  221. }
  222.  
  223. #desc {
  224. text-align:center;
  225. font-size:16px;
  226. color:black;
  227. width:310px;
  228. padding:5px;
  229. max-height:100px;
  230. margin-top:60px;
  231. margin-left:190px;
  232. overflow:auto;
  233. z-index:4572304572394587234;
  234. position:fixed;
  235. background-color:rgba(255,255,255,0.5);
  236. }
  237.  
  238.  
  239. .link {
  240. padding:5px 0px 0px 0px;
  241. width:120px;
  242. margin-top:0px;
  243. height:20px;
  244. display:inline-block;
  245. text-align:center;
  246. margin-left:5px;
  247. font-size:18px;
  248. }
  249.  
  250.  
  251. .sfm input {background-color: #f5f5f5;
  252. font-size: 10px;
  253. z-index:4572304572394587234;
  254. border: 0px;
  255. text-transform: uppercase;
  256. margin-left:5px;
  257. color: #999;
  258. width:123px;
  259. letter-spacing: 1px;
  260. padding: 4px 8px;
  261. font-family: calibri, helvetica, arial;}
  262.  
  263. #sf {background: url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #f5f5f5 left center no-repeat; background-size: 15px 15px;}
  264.  
  265. #search {
  266. margin-top:-23px;
  267. }
  268.  
  269. #credit img{
  270. -webkit-filter: invert(100%);
  271. filter: invert(100%);
  272. }
  273.  
  274.  
  275. {CustomCSS}</style>{block:IfInfiniteScroll}
  276. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  277. {/block:IfInfiniteScroll}</head><body>
  278.  
  279. <div id="head">
  280. <div id="headi"><img src="{PortraitURL-128}"></div><div id="ti">{title}</div><div id="desc">{description}</div>
  281. <img src="https://fitnessbuff1.wordpress.com/wp-content/themes/pub/fruit-shake/images/headers/header-blueberry.png?m=1391151262g">
  282. </div>
  283.  
  284. <div id="links">
  285. <a href="/"><div style="margin-left:150px;" class="link">home</div></a>
  286. <a href="/ask"><div class="link">ask</div></a>
  287. <a href="/contact"><div class="link">contact</div></a>
  288. <div id="search"> <script language="javascript">
  289. function send()
  290. {document.theform.submit()}
  291. </script>
  292.  
  293. <form action="/search" method="get" class="sfm" name="theform">
  294. <input type="text" name="q" value="" id="sf"/>
  295. </form></div>
  296. </div>
  297.  
  298. <div id="all">
  299. <div class="autopagerize_page_element">{block:Posts}<div id="posts">
  300.  
  301. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  302.  
  303. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  304.  
  305. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  306.  
  307. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  308.  
  309. {block:Quote}<div class="quo">"{Quote}"</div></br><center>{block:Source}- {Source}{/block:Source}</center>{/block:Quote}
  310.  
  311. {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>
  312. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  313. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  314. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  315. {/block:Audio}
  316.  
  317. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  320.  
  321.  
  322. {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}
  323.  
  324. <div id="details">
  325. <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
  326. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  327. {block:ContentSource}<a title="original" href="{SourceURL}">©</a>{/block:ContentSource}&nbsp;&nbsp;//&nbsp;&nbsp;
  328. <a href="{Permalink}">{NoteCountWithLabel}</a>
  329. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
  330. <span id="button" style="margin-top:-45px; margin-left:38px;">{likebutton size="16" color="white"}</span>&nbsp;&nbsp;&nbsp;&nbsp;
  331. <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16" color="white"}</span>
  332. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  333. {/block:Posts}</div></div></div>
  334.  
  335. <div id="credit" 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>
  336.  
  337.  
  338. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment