Advertisement
rosefeather

THEME #17 BY ROSEFEATHER.TUMBLR

May 16th, 2013
5,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 KB | None | 0 0
  1. <!-------------------------
  2. theme #17 by rosefeather@tumblr
  3. -------------------------->
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17.  
  18. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  19.  
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title],a[title],img[title]").style_my_tooltips({
  24. tip_follows_cursor:"true",
  25. tip_delay_time:100,
  26. tip_fade_speed:100,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Old+Standard+TT' rel='stylesheet' type='text/css'>
  34.  
  35. </head>
  36.  
  37.  
  38. <meta name="color:Background" content="#ffffff"/>
  39. <meta name="color:Text" content="#858585"/>
  40. <meta name="color:Title" content="#7a7a7a"/>
  41. <meta name="color:Link" content="#646464"/>
  42. <meta name="color:Link Hover" content="#d1d1d1"/>
  43.  
  44. <meta name="if:Icon" content="" />
  45. <meta name="image:Sbar" content=""/>
  46.  
  47. <meta name="text:Link1" content="/" />
  48. <meta name="text:Link1 Title" content="link1" />
  49. <meta name="text:Link2" content="/" />
  50. <meta name="text:Link2 Title" content="link2" />
  51. <meta name="text:Link3" content="/" />
  52. <meta name="text:Link3 Title" content="link3" />
  53. <meta name="text:Link4" content="/" />
  54. <meta name="text:Link4 Title" content="link4" />
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. body {
  61. font-family:arial;
  62. font-size:10px;
  63. text-align:justify;
  64. line-height:13px;
  65. color:{color:text};
  66. background:{color:background};
  67. }
  68.  
  69. a:link, a:visited, a:active {
  70. -moz-transition-duration:0.7s;
  71. -webkit-transition-duration:0.7s;
  72. -o-transition-duration:0.7s;
  73. text-decoration:none;
  74. color:{color:link};
  75. }
  76.  
  77. a:hover {
  78. -moz-transition-duration:0.7s;
  79. -webkit-transition-duration:0.7s;
  80. -o-transition-duration:0.7s;
  81. text-decoration:none;
  82. color:{color:link hover};
  83. }
  84.  
  85. small {
  86. font-size:10px;
  87. }
  88.  
  89. big {
  90. font-size:12px;
  91. }
  92.  
  93. b, strong {
  94. color:{color:link};
  95. }
  96.  
  97. i, em {
  98. color:{color:text};
  99. }
  100.  
  101.  
  102. p {
  103. margin-top:8px;
  104. margin-bottom:5px;
  105. }
  106.  
  107. blockquote {
  108. border-left:2px solid #e9e7e7;
  109. padding-left:10px;
  110. margin:10px;
  111. max-width:500px!important;
  112. }
  113.  
  114. h1 {
  115. text-transform:none;
  116. font-size:11px;
  117. text-align:left;
  118. line-height:130%;
  119. padding-left:15px;
  120. padding-bottom:5px;
  121. border-bottom:2px solid #f4f4f4;
  122. color:{color:title};
  123. }
  124.  
  125. h2 {
  126. font-family:times;
  127. font-weight:normal;
  128. font-style:italic;
  129. text-align:left;
  130. line-height:150%;
  131. text-transform:none;
  132. font-size:15px;
  133. padding:15px;
  134. background:#f4f4f4;
  135. color:{color:title};
  136. }
  137.  
  138. #content {
  139. margin-top:70px;
  140. margin-bottom:70px;
  141. position:relative;
  142. left:230px;
  143. width:500px;
  144. }
  145.  
  146. .posts {
  147. margin-bottom:50px;
  148. line-height:13px;
  149. width:500px;
  150. }
  151.  
  152. .posts img {
  153. max-width:500px;
  154. }
  155.  
  156. #sbar {
  157. position:fixed;
  158. left:800px;
  159. margin-top:110px;
  160. width:200px;
  161. height:auto;
  162. background:#fff;
  163. }
  164.  
  165.  
  166. .description {
  167. margin-top:10px;
  168. text-align:justify;
  169. width:132px;
  170. background:#f4f4f4;
  171. border:5px solid #fff;
  172. outline:2px double #f4f4f4;
  173. padding:10px;
  174. margin-left:auto;
  175. margin-right:auto;
  176. }
  177.  
  178. .image {
  179. text-align:center;
  180. width:200px;
  181. margin-left:auto;
  182. margin-right:auto;
  183. }
  184.  
  185. .image img {
  186. border-radius:100%;
  187. -moz-border-radius:100%;
  188. width:75px;
  189. height:75px;
  190. text-align:center;
  191. background:transparent;
  192. }
  193.  
  194. .navigation {
  195. font-size:10px;
  196. width:200px;
  197. text-align:center;
  198. word-spacing:7px;
  199. text-transform:lowercase;
  200. padding-bottom:7px;
  201. padding-top:11px;
  202. background:transparent;
  203. margin-left:auto;
  204. margin-right:auto;
  205. }
  206.  
  207. .pagination {
  208. text-transform:lowercase;
  209. letter-spacing:0px;
  210. margin-top:18%;
  211. width:200px;
  212. text-align:center;
  213. margin-left:auto;
  214. margin-right:auto;
  215. }
  216.  
  217. #info {
  218. font-family:'old standard tt';
  219. text-transform:lowercase;
  220. font-size:10px;
  221. background:#fff;
  222. padding:6px 3px 3px 7px;
  223. letter-spacing:0px;
  224. text-align:left;
  225. word-spacing:1px;
  226. }
  227.  
  228. #questions {
  229. text-align:left;
  230. text-transform:lowercase;
  231. font-size:10px;
  232. padding:14px 10px 14px 10px;
  233. background:#f4f4f4;
  234. color:{color:text};
  235. }
  236.  
  237. .answer {
  238. padding:5px 5px 0px 5px;
  239. }
  240.  
  241. #audio {
  242. width:500px;
  243. height:auto;
  244. padding-bottom:5px;
  245. display:block;
  246. }
  247.  
  248. .chat ol {
  249. padding:0px;
  250. line-height:180%;
  251. list-style:none;
  252. }
  253. .label {
  254. padding-right:1px;
  255. text-transform:uppercase;
  256. font-weight:bold;
  257. color:{color:link};
  258. }
  259. .line.odd {
  260. padding:7px;
  261. margin-bottom:6px;
  262. background:#f4f4f4;
  263. }
  264. .line.even {
  265. padding:7px;
  266. margin-bottom:6px;
  267. background:#fafafa;
  268. }
  269.  
  270.  
  271. ol.notes {
  272. padding:0px;
  273. margin:25px 0px;
  274. list-style-type:none;
  275. }
  276. ol.notes li.note {
  277. padding: 10px;
  278. }
  279. ol.notes li.note img.avatar {
  280. vertical-align:-4px;
  281. border-radius:100%;
  282. margin-right:10px;
  283. width:16px;
  284. height:16px;
  285. }
  286. ol.notes li.note span.action {
  287. font-weight:normal;
  288. }
  289. ol.notes li.note .answer_content {
  290. font-weight:normal;
  291. }
  292. ol.notes li.note blockquote {
  293. padding:9px 6px 9px 6px;
  294. margin:10px 0px 0px 25px;
  295. }
  296.  
  297.  
  298. #s-m-t-tooltip{
  299. font-family:arial;
  300. font-size:10px;
  301. text-align:center;
  302. height:10px;
  303. width:auto;
  304. padding:4px;
  305. margin-top:20px;
  306. margin-left:15px;
  307. background:#fff;
  308. border:2px solid #f4f4f4;
  309. text-transform:lowercase;
  310. line-height:120%;
  311. position:absolute;
  312. z-index:1000;
  313. display:none;
  314. color:{color:text};
  315. }
  316.  
  317. #credit {
  318. font-family:calibri;
  319. font-size:11px;
  320. text-transform:uppercase;
  321. bottom:15px;
  322. right:15px;
  323. position:fixed;
  324. width:15px;
  325. height:15px;
  326. padding:4px;
  327. display:block;
  328. text-align:center;
  329. line-height:150%;
  330. -webkit-transition:opacity 0.6s linear;
  331. opacity:0.6s;
  332. -webkit-transition:all 0.3s ease-out;
  333. -moz-transition:all 0.3s ease-out;
  334. transition:all 0.3s ease-out;
  335. }
  336.  
  337. #credit:hover {
  338. background-color:#a3a3a3;
  339. }
  340.  
  341. #credit:hover a {
  342. color:#fff;
  343. -webkit-transition:opacity 0.6s linear;
  344. opacity:0.6s;
  345. -webkit-transition:all 0.3s ease-out
  346. -moz-transition:all 0.3s ease-out;
  347. transition:all 0.3s ease-out;
  348. }
  349.  
  350.  
  351. </style>
  352.  
  353. <body>
  354.  
  355. <div id="content">
  356.  
  357.  
  358. <div id="sbar">
  359.  
  360. {block:ifNotIcon}
  361. <div class="image">
  362. <a href="/" title="home"><img src="{image:Sbar}"></a>
  363. </div>
  364. {/block:ifNotIcon}
  365.  
  366.  
  367. {block:ifIcon}
  368. <div class="image">
  369. <a href="/" title="home"><img src="{PortraitURL-96}"></a>
  370. </div>
  371. {/block:ifIcon}
  372.  
  373. <div class="navigation">
  374. <a href="/" title="home">i.</a>
  375. <a href="/ask" title="askbox">ii.</a>
  376. {block:ifLink1}<a href="{text:link1}" title="{text:link1 title}">iii.</a>{/block:ifLink1}
  377. {block:ifLink2}<a href="{text:link2}" title="{text:link2 title}">iv.</a>{/block:ifLink2}
  378. {block:ifLink3}<a href="{text:link3}" title="{text:link3 title}">v.</a>{/block:ifLink3}
  379. {block:ifLink4}<a href="{text:link4}" title="{text:link4 title}">vii</a>{/block:ifLink4}
  380. </div>
  381.  
  382.  
  383. <div class="description">
  384. {block:Description}
  385. {Description}
  386. {/block:Description}
  387. </div>
  388.  
  389.  
  390. <div class="pagination">
  391. {block:Pagination}
  392. {block:PreviousPage}
  393. <a href="{PreviousPage}">back </a>
  394. {/block:PreviousPage}
  395. {block:NextPage}
  396. <a href="{NextPage}"> forth</a>
  397. {/block:NextPage}
  398. {/block:Pagination}
  399. </div>
  400.  
  401.  
  402. </div>
  403.  
  404.  
  405. {block:Posts}
  406.  
  407. <div class="posts">
  408.  
  409. {block:Text}
  410. {block:Title}
  411. <h1>{Title}</h1>
  412. {/block:Title}
  413. {Body}
  414. {/block:Text}
  415.  
  416. {block:Quote}
  417. <h2>{Quote}</h2>
  418. <div style="text-align:right;
  419. padding-right:15px;">
  420. — {Source}</div>
  421. {/block:Quote}
  422.  
  423. {block:Link}
  424. <a href="{URL}">
  425. <h1>{Name}</h1></a>
  426. {block:Description}
  427. <p>{Description}</p>
  428. {/block:Description}
  429. {/block:Link}
  430.  
  431. {block:Photo}
  432. <center>
  433. <img src="{PhotoURL-500}"/>
  434. </center>
  435. {block:Caption}
  436. {Caption}
  437. {/block:Caption}
  438. {/block:Photo}
  439.  
  440. {block:Photoset}
  441. <center>
  442. {Photoset-500}
  443. </center>
  444. {block:Caption}
  445. {Caption}
  446. {/block:Caption}
  447. {/block:Photoset}
  448.  
  449. {block:Chat}
  450. {block:Title}
  451. <h1>{Title}</h1>
  452. {/block:Title}
  453. <div class="chat">
  454. <ol>{block:Lines}
  455. <li class="line {Alt}">
  456. {block:Label}
  457. <span class="label">
  458. {Label}</span>
  459. {/block:Label}{Line}</li>
  460. {/block:Lines}
  461. </ol></div>
  462. {/block:Chat}
  463.  
  464. {block:Video}
  465. {Video-500}
  466. {block:Caption}
  467. {Caption}
  468. {/block:Caption}
  469. {/block:Video}
  470.  
  471. {block:Answer}
  472. <div id="questions">
  473. <b>{Asker}</b> said:
  474. {Question}<br />
  475. </div>
  476. <div class="answer">
  477. {Answer}</div>
  478. {/block:Answer}
  479.  
  480. {block:Audio}
  481. <div id="audio">
  482. {block:AudioPlayer}
  483. {AudioPlayerGrey}
  484. {/block:AudioPlayer}
  485. </div>
  486. {block:Caption}
  487. <p>{Caption}
  488. {/block:Caption}
  489. {/block:Audio}
  490.  
  491.  
  492.  
  493. <div id="info">
  494.  
  495. {block:Date}
  496. posted on
  497. <a href="{Permalink}">
  498. {DayOfWeek}, {DayOfMonthWithZero} {ShortMonth}
  499. </a>
  500. {/block:Date}
  501.  
  502. {block:NoteCount}
  503. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  504. {/block:NoteCount}
  505.  
  506. {block:PermalinkPage}
  507.  
  508. {block:RebloggedFrom}
  509. <br>reblogged from:
  510. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  511. {/block:RebloggedFrom}
  512.  
  513. {block:ContentSource}
  514. <br> originally by:
  515. <a href="{SourceURL}">{SourceLink}</a>
  516. {/block:ContentSource}
  517.  
  518. {/block:PermalinkPage}
  519.  
  520. {block:HasTags}
  521. <br>
  522. {block:Tags}
  523. <a href="{TagURL}">#{Tag}</a>
  524. &nbsp;
  525. {/block:Tags}
  526. {/block:HasTags}
  527.  
  528. </div>
  529. </div>
  530.  
  531. {/block:Posts}
  532.  
  533. {block:ContentSource}
  534. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  535.  
  536. </div>
  537.  
  538. <div id="credit">
  539. <a href="http://rosefeather.tumblr.com">RF</a>
  540. </div>
  541.  
  542. </body>
  543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement