Advertisement
linneasthemes

III.

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