Advertisement
linneasthemes

II.

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