Advertisement
mysansa

Theme 21

Jan 1st, 2014
2,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#6e6e6f"/>
  14. <meta name="color:Hover" content="#fff"/>
  15. <meta name="color:Link" content="#929191"/>
  16. <meta name="color:Title"content="#4e4b4b"/>
  17. <meta name="color:Line"content="#5f5b5b"/>
  18. <meta name="color:Scrollbar" content="#474545" />
  19. <meta name="color:Desc" content="#302f2f"/>
  20. <meta name="color:Tags" content="#cccccc"/>
  21. <meta name="color:Post" content="#fafafa"/>
  22. <meta name="color:side links" content="#302f2f"/>
  23. <meta name="color:divider" content="#302f2f"/>
  24.  
  25. <meta name="color:border"content="#e6e6e6"/>
  26.  
  27.  
  28. <meta name="text:link1" content="Home"/>
  29. <meta name="text:link1 url" content="/"/>
  30. <meta name="text:link2" content="Message"/>
  31. <meta name="text:link2 url" content="/"/>
  32. <meta name="text:link3" content="Link"/>
  33. <meta name="text:link3 url" content="/"/>
  34. <meta name="text:link4" content="Link"/>
  35. <meta name="text:link4 url" content="/"/>
  36. <meta name="text:link5" content="Link"/>
  37. <meta name="text:link5 url" content="/"/>
  38.  
  39. <style type="text/css">
  40.  
  41. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.25s linear;opacity: 0.25;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  42.  
  43. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.5s linear;opacity: .7;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  44.  
  45. ::-webkit-scrollbar-thumb:vertical {
  46. height:12px;
  47. border:2px solid #fff;
  48. background-color:{color:scrollbar};
  49. }
  50. ::-webkit-scrollbar-thumb:horizontal {
  51. background-color:{color:background};
  52. }
  53. ::-webkit-scrollbar {
  54. width:11px;
  55. height:7px;
  56. border:5px solid #fff;
  57. background-color:{color:background};
  58. }
  59.  
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-size:11px;
  66. font-family: 'helvetica', sans-serif;
  67. line-height:130%;
  68. letter-spacing:1px;
  69. word-wrap:break-word;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. -moz-transition-duration:0.5s;
  78. -webkit-transition-duration:0.5s;
  79. -o-transition-duration:0.5s;
  80. }
  81.  
  82. h1 {
  83. font-size:18px;
  84. text-align:left;
  85. font-style:none;
  86. text-align:center;
  87. line-height:120%;
  88. letter-spacing:2px;
  89. text-transform:normal;
  90. color:{color:title};
  91. font-family: 'Quicksand', sans-serif;
  92.  
  93. }
  94.  
  95.  
  96. a:hover {
  97. color:{color:hover};
  98. -webkit-transition: all 0.3s ease-out;
  99. -moz-transition: all 0.3s ease-out;
  100. transition: all 0.3s ease-out;
  101. }
  102.  
  103. img {
  104. border:none;
  105. }
  106.  
  107. blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. blockquote blockquote {
  113. padding-left:5px;
  114. border-left:2px solid;
  115. }
  116.  
  117. #sbar{
  118. position:fixed;
  119. margin-top:200px;
  120. margin-left:140px;
  121. width:250px;
  122. background:{color:background};
  123. border-right:4px solid {color:divider};
  124. padding-top:30px;
  125. padding-bottom:50px;
  126. }
  127.  
  128.  
  129. .st{
  130. margin-top:0px;
  131. margin-left:-5px;
  132. width:235px;
  133. color:{color:title};
  134. text-align:right;
  135. font-size:20px;
  136. font-style:none;
  137. line-height:120%;
  138. letter-spacing:2px;
  139. text-transform:normal;
  140. color:{color:title};
  141. font-family: 'Quicksand', sans-serif;
  142. }
  143.  
  144. .sbd{
  145. margin-top:5px;
  146. margin-left:-5px;
  147. width:235px;
  148. font-family:'helvetica', sans-serif;
  149. font-size:12px;
  150. text-align:right;
  151. letter-spacing:2px;
  152. color:{color:desc};
  153. line-height:150%;
  154. }
  155.  
  156. .sbl{
  157. margin-top:12px;
  158. margin-left:-5px;
  159. width:235px;
  160. font-family: 'Quicksand', sans-serif;
  161. font-size:12px;
  162. text-align:right;
  163. letter-spacing:3px;
  164. }
  165.  
  166. .sbl a{
  167. display: inline block;
  168. width:235px;
  169. line-height:185%;
  170. margin-bottom:3px;
  171. letter-spacing:3px;
  172. font-size:14px;
  173. text-decoration:none;
  174. color:{color:side links};
  175. -moz-transition-duration:.3s;
  176. -webkit-transition-duration:.3s;
  177. -o-transition-duration:.3s;
  178. }
  179.  
  180. .sbp{
  181. width:205px;
  182. text-align:right;
  183. margin-left:20px;
  184. margin-top:5px;
  185. position:fixed;
  186. font-family:cambria;
  187. letter-spacing:0px;
  188.  
  189. }
  190.  
  191. .sbp a{
  192. color:{color:divider};
  193. font-size:18px;
  194. }
  195.  
  196.  
  197.  
  198. #entries {
  199. position:absolute;
  200. width:500px;
  201. margin-left:500px;
  202. }
  203.  
  204. #posts {
  205. overflow:hidden;
  206. width:500px;
  207. background:{color:post};
  208.  
  209. margin-left:6px;
  210. }
  211.  
  212. #posts img {
  213. max-width: 500px;}
  214.  
  215. #posts {
  216. {block:IndexPage}
  217. margin-bottom:160px;
  218. {/block:IndexPage}
  219. {block:PermalinkPage}
  220. margin-bottom:50px
  221. {/block:PermalinkPage}
  222. margin-top:100px;
  223. overflow:hidden;
  224. width:500px;
  225. padding:14px;
  226. }
  227. #posts img {
  228. max-width: 500px;}
  229.  
  230. #titlequote{font-size:11px;
  231. color:{color:title};
  232. text-align:center;
  233. padding:10px;
  234. font-style:italic;
  235. background-color:{color:header};
  236. }
  237.  
  238. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  239. .caption img{max-width:500px;}
  240. .caption {width:500px;
  241. display: block;
  242. margin-top: 5px;
  243. {block:IfNotShowCaptions}
  244. {block:IndexPage}
  245. display: none;
  246. {/block:IndexPage}
  247. {/block:IfNotShowCaptions}}
  248.  
  249. #source {text-align:right;
  250. padding-bottom:5px;
  251. font-size:9px}
  252.  
  253.  
  254.  
  255. /*asks*/
  256. #question {
  257. color:{color:text}}
  258.  
  259. .q {
  260.  
  261. background-color:{color:post};
  262. border-bottom:1px solid {color:border};
  263. width:480px;
  264. margin-left:1px;
  265. font-size:11px;
  266. text-align:left;
  267. padding:8px;
  268. }
  269. .a {color:{color:text};
  270. font-size:11px;
  271. margin-top:5px;
  272. margin-left:1px;
  273. text-align:left}
  274.  
  275.  
  276.  
  277. .chat ol {
  278. padding:0;
  279. line-height:180%;
  280. list-style:none;
  281. }
  282.  
  283.  
  284. .label {
  285. padding-right:1px;
  286. text-transform:uppercase;
  287. font-weight:bold;
  288. color:{color:link};
  289. }
  290.  
  291.  
  292. /*permalink and notes*/
  293. #details {
  294. text-align:right;
  295. margin-top:8px;
  296. text-transform:uppercase;
  297. font-size:9px;
  298. font-style:none;
  299. padding-right:20px;
  300. padding-bottom:10px;
  301. padding-left:10px;
  302. font-family:garamond;
  303. border-top:1px solid {color:border};
  304. }
  305.  
  306.  
  307. #tags {
  308. font-family:cambria;
  309. letter-spacing:0px;
  310. text-transform:none;
  311. font-size:10px;
  312. font-style:italic;
  313. margin-top:2px;
  314. text-align:right;
  315. }
  316.  
  317. #tags a {
  318. display:inline-block;
  319. padding:-3px;
  320. text-align:right;
  321. color:{color:Tags};
  322. -webkit-transition: all 0.6s ease-in-out;
  323. -moz-transition: all 0.6s ease-in-out;
  324. -o-transition: all 0.6s ease-in-out;
  325. -ms-transition: all 0.6s ease-in-out;
  326. -transition: all 0.6s ease-in-out;
  327. }
  328.  
  329.  
  330. #info {
  331. font-size:10px;
  332. letter-spacing:1px;
  333. display: block
  334. width:20px;
  335. height: 20px;
  336.  
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. #info a {
  343. background-color:#ffffff;
  344. padding:1.5px;
  345. position:fixed;
  346. right:5px;
  347. bottom:10px;
  348. color: {color:LINK};
  349. border:double #ccc;
  350.  
  351. }
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. {CustomCSS}
  360.  
  361. </style></head>
  362.  
  363. <body>
  364.  
  365.  
  366. <link href='http://fonts.googleapis.com/css?family=Quicksand|Merriweather|Roboto+Slab' rel='stylesheet' type='text/css'>
  367.  
  368. <div id="sbar">
  369. <div class="st">{title}</div>
  370.  
  371. <div class="sbl">
  372. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a> / {/block:IfLink1}
  373. {block:IfLink2} <a href="{text:link2 url}">{text:link2}</a> / {/block:IfLink2}
  374. {block:IfLink3} <a href="{text:link3 url}">{text:link3}</a> / {/block:IfLink3}
  375. {block:IfLink4} <a href="{text:link4 url}">{text:link4}</a> / {/block:IfLink4}
  376. {block:IfLink5} <a href="{text:link5 url}">{text:link5}</a> / {/block:IfLink5}
  377. </div>
  378.  
  379. <div class="sbd">{description}</div>
  380. {block:Pagination}<div class="sbp">
  381. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  382.  
  383. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385.  
  386. </div></div>
  387.  
  388.  
  389. <div id="entries">
  390.  
  391. {block:Posts}
  392. {block:ContentSource}
  393. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  394.  
  395. <div id="posts">
  396.  
  397. {block:Quote}
  398. <div id="titlequote">“{Quote}”</div>
  399. {block:Source}<div id="source">{Source}</div>{/block:Source}
  400. {/block:Quote}
  401.  
  402. {block:Text}
  403. {block:Title}
  404. <h1>{block:Title}{Title}{/block:Title}</h1>
  405. {Body}
  406. {/block:Text}
  407.  
  408. {block:Link}
  409. <h1><a href="{URL}"> {Name}</a></h1>{block:Description}{Description}{/block:Description}
  410. {/block:Link}
  411.  
  412. {block:Chat}
  413. {block:Title}
  414. <h1>{Title}</h1>
  415. {/block:Title}
  416. <div class="chat">
  417. <ol>{block:Lines}
  418. <li class="line {Alt}">
  419. {block:Label}
  420. <span class="label">
  421. {Label}</span>
  422. {/block:Label}{Line}</li>
  423. {/block:Lines}
  424. </ol></div>
  425. {/block:Chat}
  426.  
  427. {block:Photo}
  428. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  429. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  430. {/block:Photo}
  431.  
  432. {block:Photoset}
  433. <center>{Photoset-500}</center>
  434. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  435. {/block:Photoset}
  436.  
  437. {block:Video}
  438.  
  439. {Video-500}
  440. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  441. {/block:Video}
  442.  
  443. {block:Audio}
  444. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  445. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  446. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  447. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  448. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  449. {/block:Audio}
  450.  
  451. {block:Answer}
  452. <div id="question">
  453. <div class="q"> <span style="color:{color:audio and ask}; font-family: 'Futura', san-serif; font-size:11px; font-style:normal; padding:10px; margin-left:-20px;"></span>❝&nbsp;{Asker} asked: {Question}</div><br><div class="a" style="font-size:11px; font-family: 'Libre Baskerville', serif; margin-top:4px ;padding-left:3px;">{Answer}</div></div>{/block:Answer}
  454.  
  455. <div id="details">
  456. <br><a href="{Permalink}">{TimeAgo} </a> {block:RebloggedFrom} via <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>
  457. {block:HasTags}<div id="tags">tags:{block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  458. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  459. {/block:Posts}
  460. </div></div>
  461.  
  462. <div id="info"><a href="http://mysansa.tumblr.com/"> © MS </a></div>
  463.  
  464.  
  465.  
  466. </body>
  467.  
  468. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement