Advertisement
jewist

Rosa Theme

Aug 14th, 2013
8,763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6. Rosa Theme by Jewist
  7. http://jewistthemes.tumblr.com/
  8. if you choose to remove the credit please put it in your links
  9. -->
  10.  
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link href='http://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet' type='text/css'>
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  16. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  17. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  18. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  19.  
  20. <meta name="color:background" content="#000000" />
  21. <meta name="color:navigation" content="#ffffff" />
  22. <meta name="color:navigation hover" content="#ffffff" />
  23. <meta name="color:navigation hover background" content="#ffffff" />
  24. <meta name="color:body" content="#ffffff" />
  25.  
  26. <meta name="text:nav font size" content="10px">
  27. <meta name="text:body font size" content="12px">
  28.  
  29. <meta name="if:home link" content="1" />
  30. <meta name="if:ask link" content="1" />
  31. <meta name="if:archive link" content="1" />
  32. <meta name="if:caption" content="1" />
  33. <meta name="if:centered posts" content="0" />
  34. <meta name="if:faded images" content="1" />
  35.  
  36. <meta name="image:background" content="">
  37. <meta name="font:body" content="(default)">
  38.  
  39. <style>
  40.  
  41.  
  42.  
  43. #navigation {
  44. font-size: 8px;
  45. margin-top: 40px;
  46. text-align: center;}
  47.  
  48. #navigation a {
  49. margin-left: 10px;
  50. margin-right: 10px;
  51. color: rgb(100,100,100);
  52. text-shadow: 0px 1px 0px white;
  53. font-size: 8px;
  54. text-decoration: none;}
  55.  
  56. #navigation a:hover {
  57. text-decoration: none;
  58. background-color: #fff;}
  59.  
  60.  
  61.  
  62. body {
  63. background: {color:background};
  64. background-image:url({image:background});
  65. background-size: cover;
  66. background-attachment: fixed;
  67. background-repeat: no-repeat;
  68. padding: 0; margin: 0;
  69. font-family: {font:body};
  70. font-size: {text:nav font size};
  71. color: {color:body};
  72. padding-bottom:10px;
  73. line-height:15px;
  74. }
  75.  
  76. iframe#tumblr_controls {right:3px; position: fixed;-webkit-transition: opacity 1s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  77.  
  78. img {
  79. width: 250px;
  80. border: 1;
  81. vertical-align: bottom;
  82. }
  83.  
  84.  
  85. #posts {
  86. width: 520px;
  87. margin-left: auto;
  88. margin-right: auto;
  89. margin-top: 55px;
  90. {block:ifcenteredposts}
  91. padding-left: 0px;
  92. {/block:ifcenteredposts}
  93. {block:ifnotcenteredposts}
  94. padding-left: 250px;
  95. {/block:ifnotcenteredposts}
  96. }
  97.  
  98. #navigator {
  99. position: fixed;
  100. bottom: 120px;
  101. width: 500px;
  102. height: 100px;
  103. line-height: 25px;
  104. padding-left: 80px;
  105. color: black;
  106. color: rgba(0,0,0,0.7);
  107. margin-top: -100px;
  108. padding: 0; }
  109.  
  110.  
  111. #container {
  112. position: relative;
  113. width: 500px;
  114. margin-left: auto;
  115. margin-right: auto;
  116. }
  117.  
  118. #navigator a.title {
  119. display: inline-block;
  120. font-weight: bold;
  121. border-bottom: 1px solid rgba(0,0,0,0.3);
  122. body-shadow: 0px 1px 0px rgba(255,255,255,0.9);
  123. padding-bottom: 5px;
  124. padding-top: 5px;
  125. margin-bottom: 5px;}
  126.  
  127. #navigator a {
  128. text-decoration: none;
  129. {block:ifcenteredposts}
  130. margin-left: -100px;
  131. {/block:ifcenteredposts}
  132. {block:ifnotcenteredposts}
  133. padding-left: 10px;
  134. padding-right: 10px;
  135. {/block:ifnotcenteredposts}
  136. display: block;
  137. -webkit-transition: 0.3s ease-in;
  138. -moz-transition: 0.3s ease-in;
  139. -o-transition: 0.3s ease-in;
  140. transition: 0.3s ease-in;
  141. width: 140px;
  142. color: {color:navigation};}
  143.  
  144. #navigator a:hover {
  145. height: 100%; width: 50px; color: {color:navigation hover};
  146. text-decoration: none;
  147. -webkit-transition: 0.3s ease-in;
  148. -moz-transition: 0.3s ease-in;
  149. -o-transition: 0.3s ease-in;
  150. transition: 0.3s ease-in;
  151. background-color: {color:navigation hover background};
  152. }
  153.  
  154. blockquote {
  155. border-left: 2px dotted rgb(100,100,100);
  156. margin: 5px 10px 5px 10px;
  157. padding: 0px 0px 0px 15px;}
  158.  
  159. .quote-source {
  160. margin-top: -10px;
  161. margin-left: 20px;
  162. font-size: 10px;
  163. color: {color:body};
  164. padding-bottom: 15px;
  165. }
  166.  
  167. .post {
  168. background: transparent;
  169. margin-top: 105px;
  170. font-size: {text:body font size};
  171. position: relative;
  172. }
  173.  
  174. .post a {text-decoration: none;}
  175.  
  176. .post.photo {
  177. margin-left: 3px;
  178. margin-right: 3px;
  179. }
  180.  
  181. .post .title {
  182. font-size: {text:body font size};
  183. font-weight: bold;
  184. }
  185.  
  186. p {
  187. margin: 0;
  188. padding: 0;
  189. }
  190. .post .link,
  191. .post .answer,
  192. .post .caption,
  193. .post .quote,
  194. .post .text {
  195. padding: 15px;
  196. }
  197.  
  198. .chat .line {
  199. padding: 10px;
  200. }
  201.  
  202. .chat .line.odd {
  203. background: transparent;
  204. }
  205.  
  206. .post img {
  207. width: 100%;
  208. }
  209.  
  210. .caption {
  211. {block:IndexPage} display: none;
  212. opacity: 0; {/block:IndexPage}
  213. font-size: {text:body font size};
  214. overflow: hidden;
  215. }
  216.  
  217. a {color: black;}
  218.  
  219. .overlay {
  220. background: transparent;
  221. display: none;
  222. font-size: {text:body font size};
  223. box-shadow: inset 0px 1px 1px rgba(0,0,0,0.12);
  224. }
  225.  
  226. .overlay:hover {
  227. background: rgb(230,230,230)
  228. }
  229.  
  230. .overlay * {
  231. text-decoration: none;
  232. }
  233.  
  234. .overlay-inner {
  235. padding: 3px 10px;
  236. color: black;
  237. text-align: center;
  238. }
  239.  
  240. .player {
  241. padding: 5px 15px;
  242. padding-top: 7px;
  243. }
  244.  
  245.  
  246. .question {
  247. margin-top: 0px;
  248. margin-bottom: 7px;
  249. padding-top: 0px; padding-bottom: 7px;
  250. }
  251.  
  252.  
  253.  
  254. .post .permalink {
  255. font-size: 8px;
  256. padding: 10px;
  257. text-decoration: none;
  258. }
  259.  
  260.  
  261. {block:iffadedimages}
  262. img {
  263. padding: 0px;
  264. filter: alpha (opacity=100);
  265. opacity: 0.6;
  266. -webkit-transition: all 0.3s ease-out;
  267. -moz-transition: all 0.3s ease-out;
  268. transition: all 0.3s ease-out;cursor: }
  269.  
  270. img:hover {
  271. filter: alpha (opacity=80);
  272. opacity: 1.0;
  273. -webkit-transition: all 0.5s ease-out;
  274. -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;cursor: }
  275. {/block:iffadedimages}
  276. </style>
  277.  
  278. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  279. </head>
  280.  
  281.  
  282. <body><div id="container">
  283.  
  284. <div id="navigator"><div style="position: relative; padding-left: 20px; padding-right: 20px;">
  285.  
  286. <div id="links">
  287. {block:ifhomelink}<a href="/">home</a>{/block:ifhomelink}
  288. {block:ifasklink}<a href="/ask">ask</a>{/block:ifasklink}
  289. {block:ifarchivelink}<a href="/archive">archive</a>{/block:ifarchivelink}
  290. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><br>{/block:Pages}{/block:HasPages}</div>
  291.  
  292. </div></div>
  293. </div>
  294.  
  295.  
  296. <center> <div id="posts"><div id="post-centerer">
  297.  
  298. {block:Posts}<div class="post {PostType}">
  299.  
  300. {block:Photo}
  301. {block:IndexPage}
  302. <a href="{Permalink}">
  303. {block:Post1}
  304. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 250px;" class="big"/>
  305. {/block:Post1}
  306. {block:Post2}
  307. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 250px;" class="big"/>
  308. {/block:Post2}
  309. {block:Post3}
  310. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 350px;" class="big"/>
  311. {/block:Post3}
  312. {block:Post4}
  313. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 200px;" class="big"/>
  314. {/block:Post4}
  315. {block:Post5}
  316. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 350px;" class="big"/>
  317. {/block:Post5}
  318. {block:Post6}
  319. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 150px;" class="big"/>
  320. {/block:Post6}
  321. {block:Post7}
  322. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 250px;" class="big"/>
  323. {/block:Post7}
  324. {block:Post8}
  325. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 250px;" class="big"/>
  326. {/block:Post8}
  327. {block:Post9}
  328. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 300px;" class="big"/>
  329. {/block:Post9}
  330. {block:Post10}
  331. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 450px;" class="big"/>
  332. {/block:Post10}
  333. {block:Post11}
  334. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 350px;" class="big"/>
  335. {/block:Post11}
  336. {block:Post12}
  337. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 150px;" class="big"/>
  338. {/block:Post12}
  339. {block:Post13}
  340. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 150px;" class="big"/>
  341. {/block:Post13}
  342. {block:Post14}
  343. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 450px;" class="big"/>
  344. {/block:Post14}
  345. {block:Post15}
  346. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width: 350px;" class="big"/>
  347. {/block:Post15}
  348. </a>
  349. {/block:IndexPage}
  350.  
  351. {block:PermalinkPage}
  352. <img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small"/>
  353. {/block:PermalinkPage}
  354. {block:Caption}
  355. <div class="caption">{Caption}</div>
  356.  
  357. {/block:Caption}
  358. {/block:Photo}
  359.  
  360. {block:Photoset}
  361. {Photoset-250}
  362. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  363. {block:ifcaption}
  364. <div class="caption">{Caption}</div>
  365. {/block:ifcaption}
  366. {/block:Photoset}
  367.  
  368. {block:Link}
  369. <div class="link">
  370. <a href="{URL}">{Name} &#8594;</a>
  371. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  372. </div>
  373. {/block:Link}
  374.  
  375. {block:Answer}
  376. <div class="answer">
  377. {Asker} asked:
  378. <div class="question">{Question}</div>
  379. <div class="reply">{Answer}</div>
  380. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  381. </div>
  382. {/block:Answer}
  383.  
  384. {block:Text}
  385. <div class="text">
  386. {block:Title}
  387. <div class="title">{Title}</div>
  388. {/block:Title}
  389. {Body}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  390. </div>
  391. {/block:Text}
  392.  
  393. {block:Quote}
  394. <div class="quote">
  395. "{quote}"
  396. </div>
  397. {block:Source}
  398. <div class="quote-source"> - {source}</div>
  399. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  400. {/block:Source}
  401. {/block:Quote}
  402.  
  403. {block:Chat}
  404. {block:Title}
  405. <div class="title">{Title}</div>
  406. {/block:Title}
  407. <div class="chat">
  408. {block:Lines}
  409. <div class="line {Alt} user_{UserNumber}">
  410. {block:Label}
  411. <span class="label">{Label}</span>
  412. {/block:Label}
  413. {Line}
  414.  
  415. </div>
  416. {/block:Lines}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  417. </div>
  418. {/block:Chat}
  419.  
  420. {block:Video}
  421.  
  422. <div class="video">
  423. {block:PermalinkPage}
  424. {Video-250}
  425. {/block:PermalinkPage}
  426. {block:IndexPage}
  427. {VideoEmbed-250}
  428. {/block:IndexPage}
  429. {block:Caption}
  430. <div class="caption">{Caption}</div>
  431. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  432. {/block:Caption}
  433. </div>
  434.  
  435. {/block:Video}
  436.  
  437.  
  438. {block:Audio}
  439.  
  440. <div class="audio">
  441. <div class="player" style="background: transparent;">
  442. {AudioPlayerBlack}
  443. </div>
  444. {block:Caption}
  445. <div class="caption">{Caption}</div>
  446. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>
  447. {/block:Caption}
  448. </div>
  449.  
  450. {/block:Audio}
  451.  
  452. {block:IndexPage}
  453. {block:Date}
  454. <a href="{Permalink}" style="text-decoration: none !important;">
  455. <div class="overlay">
  456. <div class="overlay-inner">
  457. <div class="date">{TimeAgo} {block:NoteCount} &middot; {NoteCountWithLabel} {/block:NoteCount} </div>
  458. </div>
  459. </div>
  460. </a>
  461. {/block:Date}
  462. {/block:IndexPage}
  463.  
  464.  
  465.  
  466. </div>
  467.  
  468. {block:PermalinkPage}
  469. {block:Date}
  470. <div id="permatext"><span id="permatextinside">
  471. {TimeAgo} {block:NoteCount} &middot; {NoteCountWithLabel} {/block:NoteCount}
  472. </span></div>
  473. {/block:Date}
  474.  
  475. {/block:PermalinkPage}
  476.  
  477.  
  478.  
  479. {block:ContentSource}
  480. {ShowNotes}
  481. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  482.  
  483.  
  484. {/block:Posts}
  485.  
  486. <div id="navigation" class="navigation">
  487.  
  488. </div>
  489.  
  490. </div><div style="clear: both;"></div></div>
  491.  
  492. <div style="position:fixed; right:5px; bottom:5px;">
  493. <a href="http://jewistthemes.tumblr.com">&copy</a></div>
  494.  
  495. </div></body>
  496.  
  497. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement