Advertisement
amitteresexu

bartok

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