Advertisement
linneasthemes

VII.

May 14th, 2015
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 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 VII. 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:calibri;
  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:calibri;
  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. margin-top:5px;
  251. text-align:center;
  252. line-height:150%;
  253. width:80px;
  254. padding: 10px;
  255. }
  256.  
  257. .links {
  258. text-align:center;
  259. margin-top:2px;
  260. word-spacing:3px;
  261. color:{color:links};
  262. margin-bottom: 7px;
  263. }
  264.  
  265. .links a {
  266. font-size: 8px;
  267. font-weight: none;
  268. letter-spacing: 0px;
  269. text-transform: uppercase;
  270. padding:5px;
  271. display:inline-block;
  272. border-bottom: solid 1px #eee;
  273. width:64px;
  274. }
  275.  
  276. .pagination {
  277. margin-top:10px;
  278. text-align:center;
  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. padding:20px;
  323. border-bottom: 1px #eee solid;
  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.  
  405. <div class="credit">
  406. <a title="theme" href="http://stepenamell.tumblr.com" target="_blank">▲</a></div>
  407.  
  408.  
  409. <div class="sidebar">
  410.  
  411. <center><div class="sidebarimage">
  412. <a href="/"><img src="{image:sidebar image}">
  413. </a></div></center>
  414.  
  415. <div class="description">{Description}</div>
  416.  
  417. <div class="links">
  418. <a href="/">home</a><br>
  419. <a href="/ask">inbox</a><br>
  420. {block:IfShowLink1}
  421. <a href="{text:link 1 url}">{text:link 1 title}</a><br>
  422. {/block:IfShowLink1}
  423.  
  424. {block:IfShowLink2}
  425. <a href="{text:link 2 url}">{text:link 2 title}</a>
  426. {/block:IfShowLink2}
  427. </div>
  428.  
  429.  
  430. {block:Pagination}
  431. <div class="pagination">
  432. {block:PreviousPage}
  433. <a href="{PreviousPage}">back</a>&nbsp; {/block:PreviousPage}
  434.  
  435. {block:NextPage}
  436. <a href="{NextPage}">forth</a>
  437. {/block:NextPage}
  438. </div>
  439. {/block:Pagination}
  440.  
  441. </div>
  442.  
  443.  
  444. <div class="entries">
  445. {block:Posts}
  446. <div class="posts">
  447.  
  448. {block:Text}
  449. <h1>{block:Title}{Title}{/block:Title}</h1>
  450. {Body}{/block:Text}
  451.  
  452.  
  453. {block:Photo}
  454. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  455. {block:Caption}{Caption}{/block:Caption}
  456. {/block:Photo}
  457.  
  458.  
  459. {block:Photoset}
  460. {Photoset-500}
  461. {block:Caption}{Caption}{/block:Caption}
  462. {/block:Photoset}
  463.  
  464.  
  465. {block:Quote}
  466. <div class="quote">"{Quote}"</div>
  467. {block:Source}<div class="quotesource"> — {Source}</div>
  468. {/block:Source}{/block:Quote}
  469.  
  470.  
  471. {block:Link}
  472. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  473. {block:Description}{Description}{/block:Description}
  474. {/block:Link}
  475.  
  476.  
  477. {block:Chat}
  478. {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>
  479. {/block:Chat}
  480.  
  481.  
  482. {block:Audio}
  483. {block:AudioPlayer}
  484. <div class="audiowrapper">
  485. <div class="playerbuttonbg">
  486. <div class="playerbutton">
  487. <div class="playerbuttonhug">
  488. {AudioPlayerGrey}
  489. </div></div></div>
  490.  
  491. <div class="trackdetails">
  492. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  493.  
  494. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  495.  
  496. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  497. {/block:AudioPlayer}
  498.  
  499. {block:Caption}
  500. <div class="caption">{Caption}</div>
  501. {/block:Caption}
  502. {/block:Audio}
  503.  
  504.  
  505. {block:Video}
  506. {Video-500}
  507. {block:Caption}{Caption}{/block:Caption}
  508. {/block:Video}
  509.  
  510.  
  511. {block:Answer}
  512. <div class="question">
  513. <div class="asker"><b>{Asker} said:</b></div>
  514. {Question}</div><br>
  515. <div class="answer">
  516. {Answer}</div>
  517. {/block:Answer}
  518.  
  519.  
  520. {block:Date}<div class="info">
  521. <b><a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  522.  
  523. &nbsp;&nbsp;
  524. {block:notecount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:notecount}
  525. &nbsp;&nbsp;
  526.  
  527. {block:RebloggedFrom}
  528. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a>
  529. {block:ContentSource}
  530. & <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">source</a>
  531. {/block:ContentSource}
  532. {/block:RebloggedFrom}
  533.  
  534. </div>{/block:Date}
  535.  
  536.  
  537. {block:HasTags}
  538. <div class="tags">
  539. {block:Tags}
  540. <a href="{TagURL}">#{Tag}</a>
  541. {/block:Tags}
  542. </div>
  543. {/block:HasTags}
  544.  
  545. </div>
  546.  
  547.  
  548. {block:PostNotes}
  549. {PostNotes}
  550. {/block:PostNotes}
  551.  
  552. {/block:Posts}
  553.  
  554. {block:ContentSource}
  555. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  556. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  557. {/block:SourceLogo}
  558. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  559. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  560.  
  561. </body>
  562.  
  563. </div></div></div></div></div></div></div></div></div></div>
  564. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement