Advertisement
mrsmilicevic

base code: 1

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