Advertisement
mysansa

Theme #18

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