Advertisement
linneasthemes

V.

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