fallenvvings

Clepsydra (theme #5)

Mar 15th, 2015
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 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 (FALLENVVINGS; PREV. ROSYSTARLINGTHEMES)
  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:Link" content="#aaaaaa"/>
  21. <meta name="color:Tags" content="#cccccc"/>
  22. <meta name="color:Hover" content="#f1f1f1"/>
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:posts" content="#ffffff"/>
  25. <meta name="color:details" content="#ededed"/>
  26. <meta name="color:sidebar" content="#000000"/>
  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:left links" 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.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar {width: 7px;height: 5px;}
  47. ::-webkit-scrollbar-track-piece {background-color: white;}
  48. ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: black; border:2px solid {color:background};}
  49.  
  50.  
  51. body {
  52. background:{color:background};
  53. background-image:url('{image:background}');
  54. margin:0px;
  55. color:{color:text};
  56. font-family:Helvetica;
  57. font-size:13px;
  58. line-height:120%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. -moz-outline-style:none;
  64. color:{color:link};
  65. }
  66.  
  67. blockquote img {
  68. border:none;
  69. margin-left:-10px;
  70. width:350px;
  71. }
  72.  
  73. h1 {
  74. font-size:12px;
  75. text-transform:uppercase;
  76. }
  77.  
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. width:350px;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. width:300px;
  89. }
  90.  
  91. blockquote pre{
  92. height:auto;
  93. white-space:pre-line;
  94. max-width:420px;
  95. font-size:12px;
  96. background-color:rgba(166,166,166,0.1);
  97. padding:5px;
  98. }
  99.  
  100.  
  101. a:hover {
  102. opacity:1;
  103. color:{color:hover};
  104. -webkit-transition: all 0.5s ease;
  105. -moz-transition: all 0.5s ease;
  106. -o-transition: all 0.5s ease;
  107. }
  108.  
  109. #all {
  110. padding:10px;
  111. width:400px;
  112. margin-left:575px;
  113. margin-top:-15px;
  114. font-size:13px;
  115. }
  116.  
  117. #posts {
  118. width:400px;
  119. padding-bottom:20px;
  120. padding:10px;
  121. margin-top:70px;
  122. background-color:{color:posts};
  123. }
  124.  
  125. #details {
  126. text-align:right;
  127. margin-top:10px;
  128. text-transform:uppercase;
  129. font-size:11px;
  130. height:35px;
  131. background-color:{color:details};
  132. padding:5px 7px 0px 7px;
  133. }
  134.  
  135. #tags {
  136. font-family:cambria;
  137. text-transform:none;
  138. font-size:12px;
  139. font-style:italic;
  140. text-align:center;
  141. position:absolute;
  142. margin-left:-12px;
  143. width:400px;
  144. margin-top:23px;
  145. padding:3px;
  146. }
  147. {block:iftagsonhover}
  148. #posts:hover #tags a{
  149. visibility:visible;
  150. opacity:1;
  151. -webkit-transition: all 0.4s ease-in-out;
  152. -moz-transition: all 0.4s ease-in-out;
  153. -o-transition: all 0.4s ease-in-out;
  154. -ms-transition: all 0.4s ease-in-out;
  155. -transition: all 0.4s ease-in-out;
  156. }
  157. {block:iftagsonhover}
  158.  
  159. #tags a {
  160. display:inline-block;
  161. {block:iftagsonhover}
  162. visibility:hidden;
  163. opacity:0;
  164. {block:iftagsonhover}
  165. padding:-3px;
  166. color:{color:tags};
  167. }
  168.  
  169. #tags a:hover {color:{color:hover};}
  170.  
  171. #question {
  172. padding:8px;
  173. font-family:cambria;
  174. letter-spacing:2px;
  175. text-align:right;
  176. font-style:italic;
  177. border:3px {color:border} solid;
  178. color:{color:text};
  179. background-color:{color:background}
  180. }
  181.  
  182. #button {float:left;}
  183.  
  184. #sidebar {
  185. position:fixed;
  186. width:150px;
  187. margin-left:245px;
  188. margin-top:200px;
  189. max-height:350px;
  190. }
  191.  
  192. #sidebar a{color:gray;
  193. }
  194.  
  195. #sidebar img{
  196. width:125px;
  197. height:125px;
  198. border-radius:200px;
  199. margin-top:30px;
  200. border:5px solid {color:sidebar};
  201. }
  202.  
  203. .desc {
  204. margin-top:10px;
  205. font-family:cambria;
  206. line-height:110%;
  207. font-size:12px;
  208. font-style:italic;
  209. padding:5px;
  210. width:150px;
  211. margin-left:-20px;
  212. position:fixed;
  213. text-align:center;
  214. color:{color:text};
  215. }
  216.  
  217. .desc a
  218. {color:{color:text};
  219. -moz-transition-duration:0.6s;
  220. -webkit-transition-duration:0.6s;
  221. -o-transition-duration:0.6s;
  222. }
  223.  
  224.  
  225. .links {
  226. padding: 5px;
  227. word-spacing:2px;
  228. text-align:left;
  229. line-height:150%;
  230. text-transform:uppercase;
  231. font-size: 11px;
  232. margin-top:-215px;
  233. position:fixed;
  234. width:200px;
  235. margin-left:85px;
  236. {block:ifleftlinks}
  237. margin-left:-160px;
  238. text-align:right;
  239. {/block:ifleftlinks}
  240. }
  241.  
  242. .links a:hover {color:{color:Hover}}
  243.  
  244.  
  245. #pagi{
  246. font-size:10px;
  247. text-align:center;
  248. margin-left:45px;
  249. margin-top:0px;
  250. position:fixed;
  251. font-family:cambria;
  252. letter-spacing:0px;
  253. }
  254.  
  255. .side {
  256. position:fixed;
  257. background-color: {color:sidebar};
  258. border:1px solid {color:sidebar};
  259. width:20px;
  260. top:0px;
  261. height:50%;
  262. left:300px;
  263. }
  264.  
  265. .one {
  266. opacity:0;
  267. }
  268.  
  269. #sidebar:hover .one {
  270. opacity:1;
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. -ms-transition: all 0.5s ease-in-out;
  275. -transition: all 0.5s ease-in-out;
  276. }
  277.  
  278. .up img {
  279. -webkit-filter: grayscale(0%);
  280. -moz-filter: grayscale(0%);
  281. filter: grayscale(0%);
  282. width:110px;
  283. position:fixed;
  284. bottom:-5px;
  285. left:5px;
  286. }
  287.  
  288. .up p{
  289. font-family:calibri;
  290. font-size:12px;
  291. bottom:30px;
  292. left:120px;
  293. text-align:center;
  294. max-width:150px;
  295. max-height:300px;
  296. position:fixed;
  297. opacity:0;
  298. color:black;
  299. }
  300.  
  301. .up:hover p {
  302. opacity:1;
  303. -webkit-transition: all 0.8s ease-in-out;
  304. -moz-transition: all 0.8s ease-in-out;
  305. -o-transition: all 0.8s ease-in-out;
  306. -ms-transition: all 0.8s ease-in-out;
  307. -transition: all 0.8s ease-in-out;
  308. }
  309.  
  310. {CustomCSS}</style>{block:IfInfiniteScroll}
  311. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  312. {/block:IfInfiniteScroll}</head><body>
  313.  
  314. <div class="up"><img src="http://i50.tinypic.com/2yvnj9i.png">
  315. <!--change the link above to any image you'd like ^^^
  316. it looks best if it's transparent
  317. replace the text below with whatever you'd like.
  318. DO NOT REMOVE <P> & </P>, PUT TEXT BETWEEN THAT.-->
  319. <p><i>"Being happy isn't easy. That's not the choice. The choice is in positivity. But positivity leads to happiness."</i> <b>bolded text,</b> <big>bigger text,</big> <small>smaller text,</small></br>
  320. next line... try not to make it too long.
  321. </p>
  322. </div>
  323.  
  324.  
  325. <div class="side"></div>
  326.  
  327. <div id="sidebar"><img src="{image:sidebar}"><div class="one">
  328. <div class="desc">
  329. {Description}
  330. </div>
  331. <div class="links">
  332. {block:Iflink1}
  333. <a href="{text:link 1 url}">{text:link 1}</a></br>
  334. {/block:Iflink1}
  335. {block:Iflink2}
  336. <a href="{text:link 2 url}">{text:link 2}</a></br>
  337. {/block:Iflink2}
  338. {block:Iflink3}
  339. <a href="{text:link 3 url}">{text:link 3}</a></br>
  340. {/block:Iflink3}
  341. {block:Iflink4}
  342. <a href="{text:link 4 url}">{text:link 4}</a></br>
  343. {/block:Iflink4}
  344. </div></div>
  345.  
  346. {block:IfNotInfiniteScroll}
  347. {block:Pagination}<div id="pagi">
  348. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  349. {block:JumpPagination length="3"}
  350. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  351. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  352. {/block:JumpPagination}
  353. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  354. </div>{/block:Pagination}
  355. {/block:IfNotInfiniteScroll}
  356. </div>
  357. </div>
  358.  
  359. <div id="all">
  360. <div class="autopagerize_page_element">{block:Posts}<div id="posts">
  361.  
  362. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  363.  
  364. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  365.  
  366. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  367.  
  368. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Quote}{Quote}{/block:Quote}
  371.  
  372. {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>
  373. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  374. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  375. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  376. {/block:Audio}
  377.  
  378. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  379.  
  380. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  381.  
  382.  
  383. {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}
  384.  
  385. <div id="details">
  386. <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
  387. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  388. {block:ContentSource}<a title="source" href="{SourceURL}">©</a>{/block:ContentSource}</br>
  389. <a href="{Permalink}">{NoteCountWithLabel}</a>
  390. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
  391. <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16"}</span>
  392. <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16"}</span>
  393. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  394. {/block:Posts}</div></div></div>
  395.  
  396. <div id="credit" style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvings.co.vu/themes"><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>
  397.  
  398.  
  399. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment