Advertisement
LeviathanThemes

Fallen

Oct 27th, 2012
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Descripton}
  6. <link rel="shortcut icon" href="{Favicon}" />
  7.  
  8.  
  9. <!----
  10.  
  11. THEME #001 - "FALLEN" - BY LEVIATHAN
  12.  
  13.  
  14. PLEASE:
  15. - DO NOT STEAL
  16. - DO NOT USE AS A BASE
  17. - DO NOT REMOVE THE THEME CREDIT
  18.  
  19.  
  20. IF ANY PROBLEMS ARISE, FEEL FREE TO MESSAGE ME AT LEVIATHAN.TUMBLR.COM
  21.  
  22.  
  23. THANKS AND ENJOY c:
  24.  
  25. --->
  26.  
  27. <!-- DEFAULT VARIABLES -->
  28.  
  29. <meta name="color:background" content="#ededed"/>
  30. <meta name="color:link" content="#919191"/>
  31. <meta name="color:link hover" content="#c8c8c8"/>
  32. <meta name="image:side1" content="http://static.tumblr.com/yzxvsol/EYwmc6csv/cas.gif"/>
  33. <meta name="image:side2" content="http://24.media.tumblr.com/tumblr_mbg3h2loxH1qbby7co4_250.gif"/>
  34. <meta name="text:title1" content="you have fallen"/>
  35. <meta name="text:title2" content="in every way imaginable"/>
  36. <meta name="text:link1" content="link 1"/>
  37. <meta name="text:link1 url" content=" "/>
  38. <meta name="text:link2" content="link 2"/>
  39. <meta name="text:link2 url" content=" "/>
  40. <meta name="text:link3" content="link 3"/>
  41. <meta name="text:link3 url" content=" "/>
  42.  
  43. <!-- END DEFAULT VARIABLES -->
  44.  
  45. <style type="text/css">
  46.  
  47. @import url(http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica+SC);
  48. @import url(http://fonts.googleapis.com/css?family=Carrois+Gothic);
  49.  
  50. iframe#tumblr_controls {
  51. right:3px !important;
  52. position: fixed !important;
  53. -webkit-transition: opacity 0.7s linear;
  54. opacity: 0.2;
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. }
  59.  
  60. body {
  61. background-color:{color:background};
  62. }
  63.  
  64. hr {
  65. border: 0;
  66. height: 0;
  67. border-top: 1px solid rgba(0, 0, 0, 0.1);
  68. border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  69. }
  70.  
  71. #outside {
  72. margin-left:500px;
  73. margin-bottom:70px;
  74. }
  75.  
  76. #posts {
  77. opacity:.85;
  78. width:500px;
  79. font-size:11px;
  80. font-family:calibri;
  81. padding:20px;
  82. background-color:white;
  83. margin-top:40px;
  84. color:#bbb;
  85. box-shadow:0px 10px 10px -10px #ccc;
  86. -webkit-transition: all 0.6s ease-in-out;
  87. -moz-transition: all 0.6s ease-in-out;
  88. -o-transition: all 0.6s ease-in-out;
  89. -ms-transition: all 0.6s ease-in-out;
  90. transition: all 0.6s ease-in-out;
  91. }
  92.  
  93. a, a:visited, a:active {
  94. text-decoration:none;
  95. color:{color:link};
  96. }
  97.  
  98. a:hover {
  99. color:{color:link hover};
  100. }
  101.  
  102. #music {
  103. margin-top:30px;
  104. }
  105.  
  106. #info {
  107. position:absolute;
  108. left:508px;
  109. width:518px;
  110. margin-top:-40px;
  111. padding:10px;
  112. opacity:0;
  113. text-transform:uppercase;
  114. font-family:carrois gothic;
  115. background-color:rgba(255, 255, 255, .9);
  116. border: solid 1px #dbdbdb;
  117. display:block;
  118. font-size:10px;
  119. text-align:center;
  120. -webkit-transition: all 0.6s ease-in-out;
  121. -moz-transition: all 0.6s ease-in-out;
  122. -o-transition: all 0.6s ease-in-out;
  123. -ms-transition: all 0.6s ease-in-out;
  124. transition: all 0.6s ease-in-out;
  125. }
  126.  
  127. #posts:hover #info {
  128. margin-top:-20px;
  129. opacity:1;
  130. -webkit-transition: all 0.6s ease-in-out;
  131. -moz-transition: all 0.6s ease-in-out;
  132. -o-transition: all 0.6s ease-in-out;
  133. -ms-transition: all 0.6s ease-in-out;
  134. transition: all 0.6s ease-in-out;
  135. }
  136.  
  137. #posts:hover {
  138. opacity:.5;
  139. -webkit-transition: all 0.6s ease-in-out;
  140. -moz-transition: all 0.6s ease-in-out;
  141. -o-transition: all 0.6s ease-in-out;
  142. -ms-transition: all 0.6s ease-in-out;
  143. transition: all 0.6s ease-in-out;
  144. }
  145.  
  146. #tags {
  147. margin-left:-50px;
  148. height:12px;
  149. width:500px;
  150. overflow:hidden;
  151. font-family:carrois gothic;
  152. font-size:10px;
  153. width:530px;
  154. opacity:0;
  155. margin-top:3px;
  156. margin-bottom:-12px;
  157. background-color:transparent;
  158. -webkit-transition: all 0.6s ease-in-out;
  159. -moz-transition: all 0.6s ease-in-out;
  160. -o-transition: all 0.6s ease-in-out;
  161. -ms-transition: all 0.6s ease-in-out;
  162. transition: all 0.6s ease-in-out;
  163. }
  164.  
  165.  
  166.  
  167. #posts:hover #tags {
  168. margin-left:-10px;
  169. opacity:1;
  170. -webkit-transition: all 0.6s ease-in-out;
  171. -moz-transition: all 0.6s ease-in-out;
  172. -o-transition: all 0.6s ease-in-out;
  173. -ms-transition: all 0.6s ease-in-out;
  174. transition: all 0.6s ease-in-out;
  175. }
  176.  
  177. #note img {
  178. width:10px;
  179. position:relative;
  180. top:1px;
  181. }
  182.  
  183. ol#note, #note li {
  184. width:490px;
  185. list-style:none;
  186. margin:0px 0 -1px 5px;
  187. padding:0px;
  188. }
  189.  
  190. #note {
  191. width:500px;
  192. font-size:9px;
  193. font-family:calibri;
  194. margin-top:40px;
  195. margin-bottom:20px;
  196. color:#ababab;
  197. }
  198.  
  199. #sidebar {
  200. position:fixed;
  201. left:140px;
  202. top:150px;
  203. }
  204.  
  205. #sidebar img {
  206. width:220px;
  207. }
  208.  
  209. #one {
  210. z-index:9;
  211. }
  212.  
  213. #one img {
  214. position:absolute;
  215. clip:rect(0px,300px,220px,0px);
  216. opacity:1;
  217. transform: rotate(0deg) scale(1);
  218. -webkit-transform: rotate(0deg) scale(1);
  219. -moz-transform: rotate(0deg) scale(1);
  220. -o-transform: rotate(0deg) scale(1);
  221. -ms-transform: rotate(0deg) scale(1);
  222. -webkit-transition: all 0.6s ease-in-out;
  223. -moz-transition: all 0.6s ease-in-out;
  224. -o-transition: all 0.6s ease-in-out;
  225. -ms-transition: all 0.6s ease-in-out;
  226. transition: all 0.6s ease-in-out;
  227. }
  228.  
  229. #two {
  230. position:fixed;
  231. opacity:.4;
  232. top:150px;
  233. left:140px;
  234. z-index:-9;
  235. }
  236.  
  237. #sidebar:hover #one img {
  238. opacity:0;
  239. transform: rotate(360deg) scale(0.1);
  240. -webkit-transform: rotate(360deg) scale(0.1);
  241. -moz-transform: rotate(360deg) scale(0.1);
  242. -o-transform: rotate(360deg) scale(0.1);
  243. -ms-transform: rotate(360deg) scale(0.1);
  244. -webkit-transition: all 0.6s ease-in-out;
  245. -moz-transition: all 0.6s ease-in-out;
  246. -o-transition: all 0.6s ease-in-out;
  247. -ms-transition: all 0.6s ease-in-out;
  248. transition: all 0.6s ease-in-out;
  249. }
  250.  
  251. #aboutt {
  252. position:fixed;
  253. opacity:0;
  254. left:175px;
  255. top:180px;
  256. padding:10px;
  257. width:130px;
  258. height:130px;
  259. font-family:calibri;
  260. text-align:center;
  261. font-size:10px;
  262. line-height:9px;
  263. color:#ababab;
  264. background-color:rgba(255, 255, 255, .7);
  265. border: solid 1px #dbdbdb;
  266. -webkit-transition: all 0.6s ease-in-out;
  267. -moz-transition: all 0.6s ease-in-out;
  268. -o-transition: all 0.6s ease-in-out;
  269. -ms-transition: all 0.6s ease-in-out;
  270. transition: all 0.6s ease-in-out;
  271. }
  272.  
  273. #sidebar:hover #aboutt {
  274. opacity:1;
  275. -webkit-transition: all 0.6s ease-in-out;
  276. -moz-transition: all 0.6s ease-in-out;
  277. -o-transition: all 0.6s ease-in-out;
  278. -ms-transition: all 0.6s ease-in-out;
  279. transition: all 0.6s ease-in-out;
  280. }
  281.  
  282. blockquote {
  283. margin:5px 10px;
  284. padding:5px;
  285. border-left:solid 3px #f8f8f8;
  286. }
  287.  
  288. blockquote p {
  289. margin:3px 0px;
  290. padding:0px;
  291. }
  292.  
  293. blockquote img {
  294. max-width:450px;
  295. }
  296.  
  297.  
  298. #next {
  299. position:fixed;
  300. left:200px;
  301. top:390px;
  302. font-family:calibri;
  303. text-align:center;
  304. width:100px;
  305. height:40px;
  306. font-size:35px;
  307. }
  308.  
  309. #linkz {
  310. position:absolute;
  311. bottom:25px;
  312. left:0px;
  313. width:100%;
  314. }
  315.  
  316. #linkz a {
  317. color:#ccc;
  318. display:inline;
  319. background-color:white;
  320. padding:10px;
  321. text-align:center;
  322. letter-spacing:0px;
  323. opacity:.7;
  324. text-decoration:none;
  325. font-family:carrois gothic;
  326. text-transform:uppercase;
  327. font-size:9px;
  328. line-height:-20px;
  329. }
  330.  
  331. #fallen {
  332. position:fixed;
  333. left:135px;
  334. top:90px;
  335. font-family:IM Fell DW Pica SC;
  336. font-size:23px;
  337. line-height:12px;
  338. letter-spacing:-1px;
  339. transform: rotate(-6deg);
  340. -webkit-transform: rotate(-6deg);
  341. -moz-transform: rotate(-6deg)
  342. }
  343.  
  344. #question {
  345. padding:40px;
  346. text-align:center;
  347. }
  348.  
  349. #asker {
  350. font-size:14px;
  351. font-family:IM Fell DW Pica SC;
  352. }
  353.  
  354. #pic {
  355. margin-top:-25px;
  356.  
  357. }
  358.  
  359. #from {
  360. text-align:right;
  361. font-family:IM Fell DW Pica SC;
  362. text-transform:lowercase;
  363. font-size:14px;
  364. }
  365.  
  366. #link {
  367. font-family:IM Fell DW Pica SC;
  368. font-size:20px;
  369. text-transform:lowercase;
  370. }
  371.  
  372. #mine {
  373. position:fixed;
  374. right:25px;
  375. bottom:20px;
  376. opacity:.4;
  377. }
  378.  
  379. #mine img {
  380. max-width:30px;
  381. }
  382. </style>
  383.  
  384. </head>
  385.  
  386. <body>
  387.  
  388. <!--begin main stuff -->
  389.  
  390. <div id="mine">
  391. <a href="http://leviathan.tumblr.com/">
  392. <img src="http://static.tumblr.com/yzxvsol/621mch9t2/theme.png">
  393. </a>
  394. </div>
  395.  
  396. <div id="fallen">
  397. <a href="/">{text:title1}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{text:title2}</a><span style="text-decoration:blink; font-size:15px;"> |</span>
  398. </div>
  399.  
  400. <div id="sidebar">
  401.  
  402. <div id="aboutt">
  403. {description}
  404. <div id="linkz">
  405. <a href="{text:link1 url}">{text:link1}</a><a href="{text:link2 url}">{text:link2}</a><a href="{text:link3 url}">{text:link3}</a>
  406. </div>
  407. </div>
  408.  
  409. <div id="one">
  410. <img src="{image:side1}">
  411. </div>
  412.  
  413. <div id="two">
  414. <img src="{image:side2}">
  415. </div>
  416.  
  417. </div>
  418.  
  419.  
  420. <div id="next">
  421. {block:Pagination}
  422. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  423. {block:NextPage}<a href="{NextPage}">+</a>
  424. {/block:NextPage}
  425. {/block:Pagination}
  426. </div>
  427.  
  428. <div id="outside">
  429.  
  430. {block:Posts}
  431.  
  432. <div id="posts">
  433.  
  434.  
  435. <div id="info">{block:RebloggedFrom}<a href="{ReblogParentURL}">via </a>- {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©</a> - {/block:ContentSource}{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} - <a href="{ReblogURL}">reblog</a></div>
  436.  
  437. {block:Text}
  438. {block:Title}<h1>{Title}</h1>{/block:Title}
  439. {Body}
  440. {/block:Text}
  441.  
  442. {block:Photo}
  443. <img src="{PhotoURL-500}" />
  444. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  445. {/block:Photo}
  446.  
  447. {block:Photoset}
  448. {Photoset-500}
  449. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  450. {/block:Photoset}
  451.  
  452. {block:Quote}<div id="quote">
  453. {Quote}</div>
  454. <div id="from">
  455. {block:Source}- {Source}{/block:Source}</div>
  456. {/block:Quote}
  457.  
  458. {block:Link}
  459. <div id="link"><a href="{URL}" target="{Target}">{Name}</a></div>
  460. {block:Description}{Description}{/block:Description}
  461. {/block:Link}
  462.  
  463. {block:Chat}
  464. {block:Title}<h1>{Title}</h1>{/block:Title}
  465. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  466. {/block:Chat}
  467.  
  468. {block:Audio}<div id="music">{AudioPlayerWhite}</div>
  469. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  470. {/block:Audio}
  471.  
  472. {block:Video}
  473. {Video-500}
  474. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  475. {/block:Video}
  476.  
  477. {block:Answer}<div id="question"><div id="asker">{Asker} asked:</div>{Question}<br><br>
  478. <div id="ask"><hr><div id="pic"><img src="{AskerPortraitURL-40}"></div></div></div>
  479. {Answer}
  480. {/block:Answer}
  481.  
  482. <div id="tags">
  483.  
  484. {block:Tags}
  485. <a href="{TagURL}">#{Tag} </a>
  486. {/block:Tags}
  487.  
  488. </div>
  489.  
  490. </div>
  491.  
  492.  
  493.  
  494.  
  495.  
  496. {block:PermalinkPage}
  497. {block:PostNotes}
  498. <div id="note">{PostNotes}</div>
  499. {/block:PostNotes}
  500. {block:PermalinkPage}
  501. {/block:Posts}
  502.  
  503. </div>
  504.  
  505.  
  506. <!-- end main stuff -->
  507. </body>
  508. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement