fallenvvings

Panic (theme #11)

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