Advertisement
mysansa

Theme #20

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