Advertisement
mysansa

Theme #6

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