Advertisement
Guest User

Up in the Clouds by Rosewoodthemes

a guest
Aug 1st, 2013
1,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.  
  8. <!---Theme by Rosewoodthemes
  9. Do not remove credit.
  10. Do not edit and redistribute.
  11. Do not claim as your own.
  12. ---->
  13.  
  14. <head>
  15. <title>{Title}</title>
  16.  
  17. <meta name="color:Background" content="#f3eeee">
  18. <meta name="color:Body" content="#00000">
  19. <meta name="color:Sidebar" content="#00000">
  20. <meta name="color:Entries" content="#00000">
  21. <meta name="color:Shadow" content="#00000">
  22. <meta name="color:Links" content="#000000">
  23. <meta name="color:Link Hover" content="#FFFFFF">
  24. <meta name="color:Title" content="#000000">
  25. <meta name="color:Title 2" content="#d8d5d5">
  26. <meta name="color:Subtitle" content="#d8d5d5">
  27. <meta name="color:Circle" content="#FFFFFF">
  28. <meta name="color:Border" content="#521111">
  29. <meta name="color:Desc" content="#b9acac">
  30. <meta name="color:Desc Font" content="#b9acac">
  31. <meta name="color:Ask" content="#f3eeee">
  32. <meta name="color:Ask bg" content="#f3eeee">
  33. <meta name="color:Pagination" content="#f3eeee">
  34. <meta name="color:Scrollbar" content="#0e0e0e">
  35.  
  36. <meta name="text:Subtitle" content="this is your subtitle">
  37.  
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Title" content="LINK" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Title" content="LINK" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Title" content="LINK" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Title" content="LINK" />
  46.  
  47. <meta name="image:Background" content="http://static.tumblr.com/648224f07d16b64f1c223c563fec4433/fvhuef1/Q8Amqtsxc/tumblr_static_irongrip.png">
  48. <meta name="image:Button" content="http://static.tumblr.com/fvhuef1/MWYmqs9qm/clouds1.png">
  49. <meta name="image:Sidebar" content="http://static.tumblr.com/ee1ba69d7a5966b1007b72910179516c/fvhuef1/Tvqmqtz2c/tumblr_static_ezriaclouds.png">
  50.  
  51. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  52.  
  53. <script type="text/javascript">
  54. $(function(){
  55. $(".button").toggle(fnShow, fnHide);
  56. });
  57.  
  58.  
  59. function fnShow(){
  60. $("#sidebar").animate({top:40});
  61. $(".button").animate({top:465});
  62. }
  63. function fnHide(){
  64. $("#sidebar").animate({top:-600});
  65. $(".button").animate({top:0});
  66.  
  67. }
  68. </script>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:100px;}
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:10px !important;}
  78.  
  79. ::-webkit-scrollbar { height:5px;width:5px; background-color:transparent;}
  80.  
  81. body {
  82. -webkit-font-smoothing: antialiased;
  83. background:{color:Background};
  84. background-image:url('{image:Background}');
  85. background-attachment:fixed;
  86. font-family:calibri;
  87. color:{color:Body};
  88. font-size:11px;
  89. margin-left:20px;
  90. width:800px;
  91. margin:0 auto;
  92. }
  93.  
  94. a {
  95. font-family:'Dancing Script';
  96. font-size:12px;
  97. text-decoration:none;
  98. color:{color:links};
  99. }
  100.  
  101. h1 {
  102. font-family:'Dancing Script';
  103. text-transform:lowercase;
  104. font-size:25px;
  105. color:{color:Title};
  106. line-height:20px;
  107. -webkit-transform: rotate(-1deg);
  108. -moz-transform: rotate(-1deg);
  109. -o-transform: rotate(-1deg);
  110. }
  111.  
  112. h1 a {
  113. font-size:25px;
  114. }
  115.  
  116. blockquote {
  117. border-left:3px solid {color:border};
  118. padding:5px;
  119. }
  120.  
  121. #container {
  122. margin: 0 -250px auto;
  123. width:100%;
  124. }
  125.  
  126. .button {
  127. position: fixed;
  128. cursor: pointer;
  129. font-family: calibri;
  130. font-size: 14px;
  131. text-align: center;
  132. top:0px;
  133. margin-left:125px;
  134. }
  135.  
  136. #sidebar {
  137. position:fixed;
  138. background-color:{color:sidebar};
  139. background-image:url('{image:Sidebar}');
  140. border:1px solid {color:border};
  141. box-shadow:2px 1px 5px {color:Shadow};
  142. width:250px;
  143. height:500px;
  144. margin:auto;
  145. margin-left:140px;
  146. top:-605px;
  147. }
  148.  
  149. #sidebar img {
  150. padding:13px;
  151. max-width:225px;
  152. }
  153.  
  154. #blogtitle {
  155. font-family:'Dancing Script';
  156. font-size:35px;
  157. color:{color:border};
  158. margin-top:215px;
  159. margin-left:5px;
  160. position:fixed;
  161. -webkit-transform: rotate(-3deg);
  162. -moz-transform: rotate(-3deg);
  163. -o-transform: rotate(-3deg);
  164. }
  165.  
  166. #subtitle {
  167. position:fixed;
  168. margin-top:250px;
  169. margin-left:25px;
  170. color:{color:subtitle};
  171. font-family:calibri;
  172. text-transform:uppercase;
  173. -webkit-transform: rotate(-3deg);
  174. -moz-transform: rotate(-3deg);
  175. -o-transform: rotate(-3deg);
  176. }
  177.  
  178. #border {
  179. border-bottom:3px double {color:subtitle};
  180. width:150px;
  181. position:fixed;
  182. margin-top:265px;
  183. margin-left:25px;
  184. opacity:.4;
  185. -webkit-transform: rotate(-3deg);
  186. -moz-transform: rotate(-3deg);
  187. -o-transform: rotate(-3deg);
  188. }
  189.  
  190. #entries {
  191. position:relative;
  192. width:505px;
  193. padding:25px;
  194. margin-left:475px;
  195. margin-top:25px;
  196. }
  197.  
  198. .post {
  199. width:500px;
  200. padding:15px;
  201. margin-bottom:15px;
  202. }
  203.  
  204. .post a {
  205. color:{color:body};
  206. }
  207.  
  208. .desc {
  209. padding:10px;
  210. width:230px;
  211. height:50px;
  212. position:fixed;
  213. font-family:calibri;
  214. color:{color:Desc font};
  215. text-transform:uppercase;
  216. text-align:center;
  217. margin-top:270px;
  218. }
  219.  
  220. #navigation {
  221. position:fixed;
  222. margin-top:350px;
  223. margin-left:13px;
  224. width:240px;
  225. height:100px;
  226. }
  227.  
  228. .links a {
  229. display:inline-block;
  230. width:100px;
  231. font-family:calibri;
  232. background-color:{color:border};
  233. padding:5px;
  234. margin-bottom:5px;
  235. text-align:center;
  236. text-decoration:none;
  237. text-transform:uppercase;
  238. letter-spacing:-1px;
  239. color:{color:links};
  240. z-index:999999999;
  241. }
  242.  
  243. .links a:hover {
  244. background-color:{color:sidebar};
  245. color:{color:border};
  246. -webkit-transition: all 0.7s ease-in-out;
  247. -moz-transition: all 0.7s ease-in-out;
  248. transition: all 0.7s ease-in-out;
  249. }
  250.  
  251.  
  252. #info {
  253. padding:5px;
  254. color:{color:links};
  255. border-radius:7px;
  256. text-align:center;
  257. font-family:calibri;
  258. text-transform:uppercase;
  259. margin-top:15px;
  260. }
  261.  
  262. #info a {
  263. font-family:calibri;
  264. color:{color:links};
  265. }
  266.  
  267. #ask {
  268. padding:20px;
  269. border-radius:10px;
  270. background-color:{color:ask bg};
  271. font-family:'Dancing Script';
  272. line-height:10px;
  273. font-size:35px;
  274. text-transform:lowercase;
  275. color:{color:ask};
  276. -webkit-transform: rotate(-1deg);
  277. -moz-transform: rotate(-1deg);
  278. -o-transform: rotate(-1deg);
  279. }
  280.  
  281. #ask a {
  282. font-size:35px;
  283. font-family:'Dancing Script';
  284. font-weight:none;
  285. color:{color:ask};
  286. }
  287.  
  288. .question {
  289. padding:20px;
  290. font-family:calibri;
  291. text-transform:uppercase;
  292. margin-top:0px;
  293. margin-left:-10px;
  294. font-size:12px;
  295. }
  296.  
  297. #answer {
  298. font-size:12px;
  299. font-family:calibri;
  300. margin-top:5px;
  301. padding:5px;
  302. }
  303.  
  304. #source {
  305. font-family:'Dancing Script';
  306. text-transform:lowercase;
  307. font-size:30px;
  308. }
  309.  
  310. #source a {
  311. font-size:30px;
  312. text-transform:lowercase;
  313. }
  314.  
  315. #pagination {
  316. color:{color:pagination};
  317. padding:5px;
  318. display:block;
  319. width:100px;
  320. height:15px;
  321. position:fixed;
  322. margin-left:1125px;
  323. margin-top:300px;
  324. font-family:'Dancing Script';
  325. font-size:25px;
  326. text-align:center;
  327. z-index:9999999;
  328. }
  329.  
  330. #pagination a {
  331. font-size:25px;
  332. color:{color:pagination};
  333. }
  334.  
  335. #pagination a:hover {
  336. -webkit-transition: all 0.7s ease-out;
  337. -moz-transition: all 0.7s ease-out;
  338. transition: all 0.7s ease-out;
  339. }
  340.  
  341. .next {
  342. border-bottom:3px double {color:pagination};
  343. -webkit-transform: rotate(3deg);
  344. -moz-transform: rotate(3deg);
  345. -o-transform: rotate(3deg);
  346. }
  347.  
  348. .previous {
  349. margin-top:-25px;
  350. -webkit-transform: rotate(-3deg);
  351. -moz-transform: rotate(-3deg);
  352. -o-transform: rotate(-3deg);
  353. }
  354.  
  355. #credit a {
  356. position:fixed;
  357. bottom:-2px;
  358. right:2px;
  359. }
  360.  
  361.  
  362. </style>
  363.  
  364.  
  365. </head>
  366.  
  367. <body>
  368. <div id="container">
  369.  
  370. <div id="sidebar">
  371. <div id="blogtitle">{Title}</div>
  372. <div id="subtitle">{text:Subtitle}</div>
  373. <div id="border"></div>
  374. <div class="desc">{Description}</div>
  375. <div id="navigation">
  376. <div class="links">
  377. <a href="/">home</a>
  378. <a href="/ask">message</a>
  379. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  380. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  381. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  382. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  383. </div>
  384. </div>
  385. </div>
  386.  
  387. <div class="button">
  388. <img src="{image:Button}">
  389. </div>
  390.  
  391. <div id="pagination">
  392. {block:Pagination}{block:NextPage}<div class="next"><a href="{NextPage}"> next</a></div>{/block:NextPage}<br>{block:PreviousPage}<div class="previous"><a href="{PreviousPage}">previous</a></div>{/block:PreviousPage}{/block:Pagination}
  393. </div>
  394.  
  395. <div id="entries">{block:Posts}<div class="post">
  396. {block:ContentSource}
  397. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  398. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  399. {/block:SourceLogo}
  400. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  401. {/block:ContentSource}
  402.  
  403. {block:Text}<h1>{block:Title}<center>{Title}</center>{/block:Title}</h1>{Body}{/block:Text}
  404.  
  405. <center>{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}</center>
  406.  
  407. <center>{block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  408.  
  409. {block:Quote}"{Quote}"{block:Source} <br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  410.  
  411. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  412.  
  413. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  414.  
  415. <center>{block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio} </center>
  416.  
  417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {block:Answer}<div id="ask"><b>{Asker}</b> inquired: <div class="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  420.  
  421. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  422. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  423. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  424.  
  425.  
  426.  
  427. </div>
  428.  
  429.  
  430. </div>
  431.  
  432. {block:PostNotes}{PostNotes}{/block:PostNotes}
  433.  
  434. {/block:Posts}
  435.  
  436. </div>
  437. <div id="credit"><a href="http://rosewoodthemes.tumblr.com">©</a></div>
  438. </div>
  439.  
  440. </body>
  441. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement