fallenvvings

Environ (theme #12)

Jul 23rd, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 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. ctrl + f, type in "updates tab" and it will lead you to the code you get to edit! <3
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  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="#8f8f8f"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:Tags" content="#cccccc"/>
  24. <meta name="color:Hover" content="#f1f1f1"/>
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:posts" content="#ededed"/>
  27. <meta name="color:details" content="#ffffff"/>
  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. <meta name="text:link 5" content="link">
  40. <meta name="text:link 5 url" content="/">
  41.  
  42. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("[title]").style_my_tooltips({
  47. tip_follows_cursor:true,
  48. tip_delay_time:200,
  49. tip_fade_speed:300
  50. }
  51. );
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56. <style type="text/css">
  57.  
  58. #s-m-t-tooltip{
  59. max-width:300px;
  60. margin:15px;
  61. padding:2px 8px;
  62. border:1px solid #DDD;
  63. border-radius:4px;
  64. background:#FFF;
  65. color:#AAA;
  66. z-index:999999;
  67. font-size:8px;
  68. font-style:italic;
  69. text-transform:lowercase;
  70. }
  71.  
  72. ::-webkit-scrollbar {width: 7px;height: 5px;}
  73. ::-webkit-scrollbar-track-piece {background-color: {color:background}; color:black;}
  74. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: black; border:2px solid {color:background};}
  75.  
  76. body {
  77. margin:0;
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:Helvetica;
  82. font-size:12px;
  83. line-height:130%;
  84. }
  85.  
  86. #contain {
  87. border:30px solid {AccentColor};
  88. border-bottom:65px solid {AccentColor};
  89. height:548px;
  90. overflow:auto;
  91. }
  92.  
  93.  
  94. a {
  95. text-decoration:none;
  96. -moz-outline-style:none;
  97. color:{color:link};
  98. -webkit-transition: all 0.5s ease;
  99. -moz-transition: all 0.5s ease;
  100. -o-transition: all 0.5s ease;
  101. }
  102.  
  103. blockquote img {
  104. border:none;
  105. width:350px;
  106. }
  107.  
  108. h1 {
  109. font-size:18px;
  110. text-transform:uppercase;
  111. }
  112.  
  113. .chat-inner ul {
  114. list-style-type:none;
  115. margin-left:-25px;
  116. }
  117.  
  118. blockquote {
  119. padding-left:5px;
  120. border-left:2px solid;
  121. width:350px;
  122. margin-left:20px;
  123. }
  124.  
  125. blockquote blockquote {
  126. padding-left:5px;
  127. border-left:2px solid;
  128. width:300px;
  129. }
  130.  
  131. blockquote pre{
  132. height:auto;
  133. white-space:pre-line;
  134. max-width:420px;
  135. font-size:12px;
  136. background-color:rgba(166,166,166,0.1);
  137. padding:5px;
  138. }
  139.  
  140.  
  141. a:hover {
  142. opacity:1;
  143. color:{color:hover};
  144. -webkit-transition: all 0.5s ease;
  145. -moz-transition: all 0.5s ease;
  146. -o-transition: all 0.5s ease;
  147. }
  148.  
  149. #all {
  150. padding:10px;
  151. width:500px;
  152. margin-left:400px;
  153. margin-top:-20px;
  154. font-size:13px;
  155. }
  156.  
  157. #posts {
  158. width:500px;
  159. padding-bottom:20px;
  160. padding:10px;
  161. margin-top:70px;
  162. background-color:{color:posts};
  163. }
  164.  
  165. #details {
  166. text-align:right;
  167. text-transform:uppercase;
  168. font-size:11px;
  169. height:20px;
  170. margin-top:5px;
  171. background-color:{color:details};
  172. padding:5px 7px 0px 7px;
  173. }
  174.  
  175. #tags {
  176. font-family:cambria;
  177. text-transform:none;
  178. font-size:12px;
  179. font-style:italic;
  180. text-align:center;
  181. margin-left:-12px;
  182. width:500px;
  183. margin-top:23px;
  184. padding:3px;
  185. }
  186. {block:iftagsonhover}
  187. #posts:hover #tags a{
  188. visibility:visible;
  189. opacity:1;
  190. -webkit-transition: all 0.4s ease-in-out;
  191. -moz-transition: all 0.4s ease-in-out;
  192. -o-transition: all 0.4s ease-in-out;
  193. -ms-transition: all 0.4s ease-in-out;
  194. -transition: all 0.4s ease-in-out;
  195. }
  196. {block:iftagsonhover}
  197.  
  198. #tags a {
  199. display:inline-block;
  200. {block:iftagsonhover}
  201. visibility:hidden;
  202. opacity:0;
  203. {block:iftagsonhover}
  204. padding:-3px;
  205. color:{color:tags};
  206. }
  207.  
  208. #tags a:hover {color:{color:hover};}
  209.  
  210. #question {
  211. padding:8px;
  212. font-family:cambria;
  213. letter-spacing:2px;
  214. text-align:right;
  215. font-style:italic;
  216. border:3px {color:border} solid;
  217. color:{color:text};
  218. background-color:{color:background}
  219. }
  220.  
  221. .quo {
  222. font-size:17px;
  223. line-height:130%;
  224. font-style:italic;
  225. text-align:center;
  226. }
  227.  
  228. #button {float:left;}
  229.  
  230. #bottom {
  231. z-index:234523542345;
  232. position:fixed;
  233. width:90.5%;
  234. height:33px;
  235. padding:10px 5px 0px 5px;
  236. bottom:10px;
  237. left:30px;
  238. }
  239.  
  240. #title {
  241. text-align:left;
  242. font-size:40px;
  243. font-family:{TitleFont};
  244. font-weight:{TitleFontWeight};
  245. color:{TitleColor};
  246. }
  247.  
  248. .links {
  249. padding: 5px;
  250. width:90.5%;
  251. text-align:center;
  252. word-spacing:5px;
  253. letter-spacing:2px;
  254. text-transform:lowercase;
  255. font-size: 18px;
  256. margin-top:-15px;
  257. position:fixed;
  258. font-family:corbel;
  259. }
  260.  
  261. .links a{color:{TitleColor};}
  262.  
  263. .links a:hover {color:{color:Hover}}
  264.  
  265. /*UPDATES TAB CREATED BY FALLENVVINGS*/
  266. .boxright {
  267. width:25px;
  268. height:25px;
  269. position:fixed;
  270. top:35px;
  271. left:70px;
  272. background-color:teal; /*color of top middle box*/
  273. -webkit-transition: all 0.5s ease;
  274. -moz-transition: all 0.5s ease;
  275. -o-transition: all 0.5s ease;
  276. }
  277.  
  278. .boxmid {
  279. width:25px;
  280. height:25px;
  281. position:fixed;
  282. top:35px;
  283. left:35px;
  284. background-color:teal; /*color of corner box*/
  285. -webkit-transition: all 0.5s ease;
  286. -moz-transition: all 0.5s ease;
  287. -o-transition: all 0.5s ease;
  288. }
  289.  
  290. .boxdown {
  291. width:25px;
  292. height:25px;
  293. position:fixed;
  294. top:70px;
  295. left:35px;
  296. background-color:teal; /*color of left middle box*/
  297. -webkit-transition: all 0.5s ease;
  298. -moz-transition: all 0.5s ease;
  299. -o-transition: all 0.5s ease;
  300. }
  301.  
  302. /*optional 2 extra boxes! delete this if you don't want them.*/
  303.  
  304. .boxright2 {
  305. width:25px;
  306. height:25px;
  307. position:fixed;
  308. top:35px;
  309. left:105px;
  310. background-color:teal; /*color of top right box*/
  311. -webkit-transition: all 0.5s ease;
  312. -moz-transition: all 0.5s ease;
  313. -o-transition: all 0.5s ease;
  314. }
  315.  
  316. .boxdown2 {
  317. width:25px;
  318. height:25px;
  319. position:fixed;
  320. top:105px;
  321. left:35px;
  322. background-color:teal; /*color of left bottom box*/
  323. -webkit-transition: all 0.5s ease;
  324. -moz-transition: all 0.5s ease;
  325. -o-transition: all 0.5s ease;
  326. }
  327.  
  328. /*end of two extra boxes*/
  329.  
  330. #box:hover {
  331. background-color:{color:background};
  332. border:1px solid teal; /*border color of boxes when you hover*/
  333. width:150px; /*the width of box when you hover over it*/
  334. height:150px; /*the height of the box when you hover over it*/
  335. z-index:2345234;
  336. -webkit-transition: all 0.5s ease;
  337. -moz-transition: all 0.5s ease;
  338. -o-transition: all 0.5s ease;
  339. }
  340.  
  341. #box:hover p{
  342. display:block;
  343. -webkit-transition: all 0.9s ease;
  344. -moz-transition: all 0.9s ease;
  345. -o-transition: all 0.9s ease;}
  346.  
  347. #box p {
  348. overflow:auto;
  349. margin-top:3px;
  350. padding:0px 5px 5px 5px;
  351. display:none;
  352. font-family:corbel; /*font of text inside the box*/
  353. -webkit-transition: all 0.9s ease;
  354. -moz-transition: all 0.9s ease;
  355. -o-transition: all 0.9s ease;
  356. }
  357.  
  358. /*END UPDATES TAB CSS*/
  359.  
  360. {CustomCSS}</style>
  361. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  362.  
  363. <!--UPDATES TAB CREATED BY FALLENVVINGS-->
  364. <div id="box" class="boxright"><p><!--write all the text you need!-->
  365. updates tab text goes here!
  366. </p></div>
  367.  
  368. <div id="box" class="boxmid"><p><!--some cool tricks \/-->
  369. <b>bolded text</b>, <i>italics</i>, <strike>strike-through</strike>. want to skip a line? add </br> and BAM.
  370. </p></div>
  371.  
  372. <div id="box" class="boxdown"><p>
  373. updates tab text goes here!
  374. </p></div>
  375.  
  376. <!--2 extra boxes! delete these if you don't want them.-->
  377. <div id="box" class="boxright2"><p>
  378. updates tab text goes here!
  379. </p></div>
  380.  
  381. <div id="box" class="boxdown2"><p>
  382. updates tab text goes here!
  383. </p></div>
  384. <!--end of two extra boxes-->
  385.  
  386. <!--END UPDATES TAB HTML-->
  387.  
  388. <div id="bottom">
  389. <div id="title">{Title}</div>
  390. <div class="links">
  391. {block:Iflink1}
  392. <a href="{text:link 1 url}">{text:link 1}</a>
  393. {/block:Iflink1}
  394. {block:Iflink2}
  395. <a href="{text:link 2 url}">{text:link 2}</a>
  396. {/block:Iflink2}
  397. {block:Iflink3}
  398. <a href="{text:link 3 url}">{text:link 3}</a>
  399. {/block:Iflink3}
  400. {block:Iflink4}
  401. <a href="{text:link 4 url}">{text:link 4}</a>
  402. {/block:Iflink4}
  403. {block:Iflink5}
  404. <a href="{text:link 5 url}">{text:link 5}</a>
  405. {/block:Iflink5}
  406. </div>
  407. </div>
  408.  
  409. <div id="contain"><div id="all">
  410. <div class="autopagerize_page_element">{block:Posts}<div id="posts">
  411.  
  412. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  413.  
  414. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  415.  
  416. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  417.  
  418. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}<div class="quo">"{Quote}"</div></br><center>{block:Source}- {Source}{/block:Source}</center></br>{/block:Quote}
  421.  
  422. {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>
  423. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  424. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  425. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  426. {/block:Audio}
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {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}
  431.  
  432.  
  433. {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}
  434.  
  435. <div id="details">
  436. <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
  437. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  438. {block:ContentSource}<a title="original" href="{SourceURL}">©</a>{/block:ContentSource}&nbsp;&nbsp;//&nbsp;&nbsp;
  439. <a href="{Permalink}">{NoteCountWithLabel}</a>
  440. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
  441. <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16" color="black"}</span>
  442. <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16" color="black"}</span>
  443. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  444. {/block:Posts}</div></div></div>
  445.  
  446.  
  447. <div style="position:fixed;bottom:13px; right:15px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="60px;" src="http://static.tumblr.com/nuxi7mr/94Rnqk1a2/tumblr_mh9l7xhvq11s0c2c9o1_500.png"></a></div></div>
  448.  
  449. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment