Advertisement
mysansa

Theme #15

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