Advertisement
linneasthemes

VI.

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