Advertisement
mysansa

Theme #7

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