Advertisement
mysansa

Theme #17

Sep 26th, 2013
7,504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--
  5. Theme #17 by mysansa.tumblr.com
  6. - Don't remove the credit
  7. - Don't use as base
  8. - Don't take steal parts and add them to yours
  9. - Feel free to edit
  10. - Ask for help if needed
  11. -->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  17. <title>{Title}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:background" content="#fad6ab"/>
  20. <meta name="color:Text" content="#6e6e6f"/>
  21. <meta name="color:sidebar background" content="#fff"/>
  22. <meta name="color:Link" content="#d95e40"/>
  23. <meta name="color:Tags" content="#d95e40"/>
  24. <meta name="color:Hover" content="#888888"/>
  25. <meta name="color:Border" content="#eeeeee"/>
  26. <meta name="color:scrollbar" content="#8f8d8d"/>
  27. <meta name="color:post" content="#ffffff"/>
  28. <meta name="color:title" content="#666"/>
  29.  
  30. <meta name="image:sidebar image" content=""/>
  31.  
  32. <meta name="text:link1" content="Home"/>
  33. <meta name="text:link1 url" content="/"/>
  34. <meta name="text:link2" content="Message"/>
  35. <meta name="text:link2 url" content="/"/>
  36. <meta name="text:link3" content="Link"/>
  37. <meta name="text:link3 url" content="/"/>
  38. <meta name="text:link4" content="Link"/>
  39. <meta name="text:link4 url" content="/"/>
  40. <meta name="text:link5" content="Link"/>
  41. <meta name="text:link5 url" content="/"/>
  42.  
  43.  
  44. <meta name="if:Round Sidebar Image" content="0">
  45. <meta name="if:Hide Sidebar Image" content="0">
  46.  
  47.  
  48. <meta name="text:Post Font Size" content="12px"/>
  49.  
  50. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  51.  
  52. <style>
  53. div#qTip {
  54. padding: 3px;
  55. display: none;
  56. text-align: center;
  57. position: absolute;
  58. font-size:7px;
  59. margin-left:10px;
  60. margin-top:-2px;
  61. line-height:9px;
  62. font-family:arial;
  63. z-index: 1000;
  64. border: 1px solid #cacaca;
  65. background-color:#fff;
  66. color: #9b9b9b;
  67. text-transform:uppercase;
  68. letter-spacing: 2px;
  69. }
  70. </style>
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. ::-webkit-scrollbar {
  76. background-color:{color:background};
  77. height:8px;
  78. width:8px;
  79. }
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color:{color:scrollbar};
  82. height:50px
  83. }
  84. ::-webkit-scrollbar-thumb:horizontal {
  85. background-color:{color:scrollbar};
  86. height:10px!important}
  87.  
  88.  
  89. body {
  90. background:{color:background};
  91. margin:0px;
  92. color:{color:text};
  93. font-family:'open sans', 'helvetica', sans-serif;
  94. font-size:12px;
  95. line-height:130%;
  96. word-wrap:break-word;
  97. }
  98.  
  99. a {
  100. text-decoration:none;
  101. outline:none;
  102. -moz-outline-style:none;
  103. color:{color:link};
  104. -moz-transition-duration:0.5s;
  105. -webkit-transition-duration:0.5s;
  106. -o-transition-duration:0.5s;
  107. }
  108.  
  109. a:hover {
  110. text-decoration:none;
  111. outline:none;
  112. -moz-outline-style:none;
  113. color:;
  114. }
  115.  
  116. a:hover {
  117. color:{color:hover};
  118. -webkit-transition: all 0.3s ease-out;
  119. -moz-transition: all 0.3s ease-out;
  120. transition: all 0.3s ease-out;
  121. }
  122.  
  123. img {
  124. border:none;
  125. }
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. blockquote blockquote {
  133. padding-left:5px;
  134. border-left:2px solid;
  135. }
  136.  
  137.  
  138. h1, h2, h3, h4, h5, h6{
  139. font-weight:400;
  140. font-family:'Oswald', 'andale mono', 'futura', 'Helvetica', sans-serif;
  141. line-height:1.5em;
  142. margin:.45em 0;
  143. padding:0;
  144. color:{color:text};
  145. }
  146.  
  147. #bar {
  148. position:fixed;
  149. width:400px;
  150. height:100%;
  151. margin-top:0px;
  152. margin-left:0px;
  153. text-align:left;
  154. background-color:{color:sidebar background};
  155. overflow:auto;
  156. }
  157.  
  158. #sbar{
  159. position:fixed;
  160. margin-top:100px;
  161. margin-left:77px;
  162. width:250px;
  163. background:{color:sidebar background};
  164. {block:ifHideSidebarImage}
  165. margin-top:220px;
  166. {/block:ifHideSidebarImage}
  167.  
  168. }
  169.  
  170.  
  171. .st{
  172. margin-top:0px;
  173. width:250px;
  174. color:{color:title};
  175. text-align:center;
  176. font-size:26px;
  177. font-style:none;
  178. line-height:120%;
  179. letter-spacing:2px;
  180. text-transform:normal;
  181. color:{color:title};
  182. font-family: 'andale mono', 'futura', 'Helvetica', sans-serif;
  183. }
  184.  
  185. #simage img{
  186. position:fixed;
  187. margin-top:-260px;
  188. margin-left:-125px;
  189. width:250px;
  190. height:250px;
  191.  
  192.  
  193. {block:ifRoundSidebarImage}
  194. border-radius:230px;
  195. {/block:ifRoundSidebarImage}
  196. {block:ifHideSidebarImage}
  197. display:none;
  198. {/block:ifHideSidebarImage}
  199.  
  200. }
  201.  
  202. .sbd{
  203. margin-top:5px;
  204. margin-left:-5px;
  205. width:250px;
  206. font-family:'helvetica', sans-serif;
  207. font-size:12px;
  208. text-align:center;
  209. letter-spacing:2px;
  210. color:{color:desc};
  211. line-height:150%;
  212. max-height:auto;
  213. overflow:auto;
  214. }
  215.  
  216. .sbl{
  217. margin-top:285px;
  218. margin-left:0px;
  219. width:250px;
  220. font-family: 'open sans', sans-serif;
  221. font-size:12px;
  222. text-align:center;
  223. letter-spacing:3px;
  224. {block:ifHideSidebarImage}
  225. margin-top:20px;
  226. {/block:ifHideSidebarImage}
  227. }
  228.  
  229. .sbl a{
  230. display: inline block;
  231. width:250px;
  232. line-height:185%;
  233. margin-bottom:3px;
  234. letter-spacing:3px;
  235. font-size:14px;
  236. text-decoration:none;
  237. color:{color:side links};
  238. -moz-transition-duration:.3s;
  239. -webkit-transition-duration:.3s;
  240. -o-transition-duration:.3s;
  241. }
  242.  
  243. .sbp{
  244. width:205px;
  245. text-align:right;
  246. margin-left:20px;
  247. margin-top:5px;
  248. position:fixed;
  249. font-family:cambria;
  250. letter-spacing:0px;
  251.  
  252. }
  253.  
  254. .sbp a{
  255. color:{color:divider};
  256. font-size:18px;
  257. }
  258.  
  259. /*posts*/
  260. #entries {position:absolute;
  261. width:500px;
  262. margin-left:530px;
  263. margin-top:50px;
  264. }
  265.  
  266. #posts {
  267. overflow:hidden;
  268. width:500px;
  269. background:{color:post};
  270. }
  271.  
  272. #posts img {
  273. max-width: 500px;}
  274.  
  275. #posts {
  276. {block:IndexPage}
  277. margin-bottom:160px;
  278. {/block:IndexPage}
  279. {block:PermalinkPage}
  280. margin-bottom:50px
  281. {/block:PermalinkPage}
  282. overflow:hidden;
  283. width:500px;
  284. padding:14px;
  285. }
  286. #posts img {
  287. max-width: 500px;}
  288.  
  289. #titlequote{font-size:11px;
  290. color:{color:title};
  291. text-align:left;
  292. padding:10px;
  293. font-style:italic;
  294. background-color:{color:header};
  295. }
  296.  
  297. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  298. .caption img{max-width:500px;}
  299. .caption {width:500px;
  300. display: block;
  301. margin-top: 5px;
  302. {block:IfNotShowCaptions}
  303. {block:IndexPage}
  304. display: none;
  305. {/block:IndexPage}
  306. {/block:IfNotShowCaptions}}
  307.  
  308. #source {text-align:right;
  309. padding-bottom:5px;
  310. font-size:9px}
  311.  
  312.  
  313.  
  314. /*asks*/
  315. #question {
  316. color:{color:text}}
  317.  
  318. .q {
  319.  
  320. background-color:{color:post};
  321. border-bottom:1px solid {color:hover};
  322. width:480px;
  323. margin-left:1px;
  324. text-align:left;
  325. padding:8px;
  326. }
  327. .a {color:{color:text};
  328. margin-top:5px;
  329. margin-left:1px;
  330. text-align:left}
  331.  
  332.  
  333.  
  334. .chat ol {
  335. padding:0;
  336. line-height:180%;
  337. list-style:none;
  338. }
  339.  
  340.  
  341. .label {
  342. padding-right:1px;
  343. text-transform:uppercase;
  344. font-weight:bold;
  345. color:{color:link};
  346. }
  347.  
  348.  
  349. /*permalink and notes*/
  350. #details {
  351. text-align:right;
  352. margin-top:8px;
  353. text-transform:uppercase;
  354. font-size:10px;
  355. font-style:none;
  356. background:{color:border};
  357. padding-right:10px;
  358. padding-bottom:10px;
  359. padding-left:10px;
  360.  
  361. }
  362.  
  363.  
  364. #tags {
  365. font-family:cambria;
  366. letter-spacing:0px;
  367. text-transform:none;
  368. font-size:10px;
  369. font-style:italic;
  370. margin-top:2px;
  371. text-align:right;
  372. }
  373.  
  374. #tags a {
  375. display:inline-block;
  376. padding:-3px;
  377. text-align:right;
  378. color:{color:Tags};
  379. -webkit-transition: all 0.6s ease-in-out;
  380. -moz-transition: all 0.6s ease-in-out;
  381. -o-transition: all 0.6s ease-in-out;
  382. -ms-transition: all 0.6s ease-in-out;
  383. -transition: all 0.6s ease-in-out;
  384. }
  385.  
  386.  
  387. #info {
  388. font-size:11px;
  389. font-family:cambria;
  390. letter-spacing:1px;
  391. display: block
  392. width:20px;
  393. height: 20px;
  394.  
  395. -moz-transition-duration:0.5s;
  396. -webkit-transition-duration:0.5s;
  397. -o-transition-duration:0.5s;
  398. }
  399.  
  400. #info a {
  401. background-color:#ffffff;
  402. padding:5px;
  403. position:fixed;
  404. right:5px;
  405. bottom:10px;
  406. color: {color:text};
  407. border:1px solid {color:border};
  408. }
  409.  
  410.  
  411. {CustomCSS}</style></head>
  412.  
  413. <body>
  414. <link href='http://fonts.googleapis.com/css?family=Open+Sans:600|Oswald:500,400,300' rel='stylesheet' type='text/css'>
  415.  
  416.  
  417. <link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
  418. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  419. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  420. <link href='http://fonts.googleapis.com/css?family=Felipa' rel='stylesheet' type='text/css'>
  421.  
  422.  
  423. <div id="bar"></div>
  424.  
  425. <body>
  426.  
  427.  
  428. <link href='http://fonts.googleapis.com/css?family=Quicksand|Merriweather|Roboto+Slab' rel='stylesheet' type='text/css'>
  429.  
  430. <div id="sbar">
  431. <div class="st">{title}
  432. <div id="simage"><a href="/"><img src="{image:sidebar image}"></a>
  433.  
  434.  
  435. <div class="sbl">
  436. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a> / {/block:IfLink1}
  437. {block:IfLink2} <a href="{text:link2 url}">{text:link2}</a> / {/block:IfLink2}
  438. {block:IfLink3} <a href="{text:link3 url}">{text:link3}</a> / {/block:IfLink3}
  439. {block:IfLink4} <a href="{text:link4 url}">{text:link4}</a> / {/block:IfLink4}
  440. {block:IfLink5} <a href="{text:link5 url}">{text:link5}</a> / {/block:IfLink5}
  441. </div>
  442.  
  443. <div class="sbd">{description}</div>
  444. {block:Pagination}<div class="sbp">
  445. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  446.  
  447. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  448. </div>{/block:Pagination}
  449.  
  450. </div></div></div></div>
  451.  
  452.  
  453. <div id="entries">
  454.  
  455.  
  456. {block:Posts}
  457. {block:ContentSource}
  458. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  459.  
  460. <div id="posts">
  461.  
  462. {block:Quote}
  463. <div id="titlequote">“{Quote}”</div>
  464. {block:Source}<div id="source">{Source}</div>{/block:Source}
  465. {/block:Quote}
  466.  
  467. {block:Text}
  468. {block:Title}
  469. <h1>{block:Title}{Title}{/block:Title}</h1>
  470. {Body}
  471. {/block:Text}
  472.  
  473. {block:Link}
  474. <h1><a href="{URL}"> {Name}</a></h1>{block:Description}{Description}{/block:Description}
  475. {/block:Link}
  476.  
  477. {block:Chat}
  478. {block:Title}
  479. <h1>{Title}</h1>
  480. {/block:Title}
  481. <div class="chat">
  482. <ol>{block:Lines}
  483. <li class="line {Alt}">
  484. {block:Label}
  485. <span class="label">
  486. {Label}</span>
  487. {/block:Label}{Line}</li>
  488. {/block:Lines}
  489. </ol></div>
  490. {/block:Chat}
  491.  
  492. {block:Photo}
  493. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  494. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  495. {/block:Photo}
  496.  
  497. {block:Photoset}
  498. <center>{Photoset-500}</center>
  499. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  500. {/block:Photoset}
  501.  
  502. {block:Video}
  503.  
  504. {Video-500}
  505. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  506. {/block:Video}
  507.  
  508. {block:Audio}
  509. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  510. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  511. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  512. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  513. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  514. {/block:Audio}
  515.  
  516. {block:Answer}
  517. <div id="question">
  518. <div class="q"> <span style="color:{color:audio and ask}; padding:10px; margin-left:-20px;"></span>❝&nbsp;{Asker} asked: {Question}</div><br><div class="a"; margin-top:4px ;padding-left:3px;">{Answer}</div></div>{/block:Answer}
  519.  
  520. <div id="details">
  521. <br><a href="{Permalink}">{TimeAgo} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank"> + reblog</a>
  522. {block:HasTags}<div id="tags">tags:{block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  523. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  524. {/block:Posts}
  525. </div></div>
  526.  
  527. <div id="info"><a href="http://mysansa.tumblr.com/"><img src="http://media.tumblr.com/91b7711932eb7840f8e0e81789828222/tumblr_inline_mqjut3jKWy1qz4rgp.png"height="15" width "15"> ©</a></div>
  528.  
  529. </body>
  530. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement