Advertisement
mysansa

Theme #5

Aug 4th, 2013
3,761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!--
  6.  
  7. 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!
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  19. <title>{Title}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22. <meta name="color:background" content=""/>
  23. <meta name="color:Text" content="#6e6e6f"/>
  24. <meta name="color:divider" content="#557caf"/>
  25. <meta name="color:sidebar background" content="#fff"/>
  26. <meta name="color:Link" content="#aaa3a3"/>
  27. <meta name="color:Tags" content="#cccccc"/>
  28. <meta name="color:Hover" content="#f1f1f1"/>
  29. <meta name="color:Border" content="#eeeeee"/>
  30. <meta name="color:scrollbar" content="#8f8d8d"/>
  31. <meta name="color:link background" content="#fcfafa"/>
  32. <meta name="color:link border" content="#c2c2c2"/>
  33. <meta name="color:post" content="ffffff"/>
  34.  
  35.  
  36.  
  37.  
  38.  
  39. <meta name="image:sidebar1" content=""/>
  40. <meta name="image:sidebar2" content=""/>
  41.  
  42. <meta name="text:Link 1" content="/"/>
  43. <meta name="text:Link 1 Name" content="link 1"/>
  44. <meta name="text:Link 2" content="/"/>
  45. <meta name="text:Link 2 Name" content="link 2"/>
  46. <meta name="text:Link 3" content="/"/>
  47. <meta name="text:Link 3 Name" content="link 3"/>
  48. <meta name="text:Link 4" content="/"/>
  49. <meta name="text:Link 4 Name" content="link 4"/>
  50. <meta name="text:Link 5" content="/"/>
  51. <meta name="text:Link 5 Name" content="link 5"/>
  52. <meta name="text:Link 6" content="/"/>
  53. <meta name="text:Link 6 Name" content="link 5"/>
  54.  
  55. <meta name="if:ShowLink1" content="1" />
  56. <meta name="if:ShowLink2" content="1" />
  57. <meta name="if:ShowLink3" content="1" />
  58. <meta name="if:ShowLink4" content="1" />
  59. <meta name="if:ShowLink5" content="1" />
  60. <meta name="if:ShowLink6" content="1" />
  61.  
  62. <style type="text/css">
  63.  
  64. ::-webkit-scrollbar {
  65. background-color:{color:background};
  66. height:8px;
  67. width:10px
  68. }
  69. ::-webkit-scrollbar-thumb:vertical {
  70. background-color:{color:scrollbar};
  71. height:50px
  72. }
  73. ::-webkit-scrollbar-thumb:horizontal {
  74. background-color:{color:scrollbar};
  75. height:10px!important}
  76.  
  77.  
  78. body {
  79. background:{color:background};
  80. margin:0px;
  81. color:{color:text};
  82. font-family: 'helvetica', sans-serif;
  83. font-size:11px;
  84. line-height:130%;
  85. letter-spacing:1px;
  86. word-wrap:break-word;
  87. }
  88.  
  89. a {
  90. text-decoration:none;
  91. outline:none;
  92. -moz-outline-style:none;
  93. color:{color:link};
  94. -moz-transition-duration:0.5s;
  95. -webkit-transition-duration:0.5s;
  96. -o-transition-duration:0.5s;
  97. }
  98.  
  99. a:hover {
  100. text-decoration:none;
  101. outline:none;
  102. -moz-outline-style:none;
  103. color:;
  104. }
  105.  
  106. a:hover {
  107. color:{color:hover};
  108. -webkit-transition: all 0.3s ease-out;
  109. -moz-transition: all 0.3s ease-out;
  110. transition: all 0.3s ease-out;
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127.  
  128. h1 {
  129. font-weight:bold;
  130. font-size:18px;
  131. text-align:left;
  132. font-style:normal;
  133. text-align:center;
  134. line-height:120%;
  135. letter-spacing:1px;
  136. text-transform:normal;
  137. color:;
  138. }
  139.  
  140.  
  141. #sidebar {
  142. color:{color:text};
  143. position:fixed;
  144. width:400px;
  145. height:210%;
  146. margin-top:-50px;
  147. margin-left:0px;
  148. text-align:left;
  149. background:{color:sidebar background};
  150. }
  151.  
  152. #sidebarimage {
  153. MARGIN-LEFT:125PX;
  154. MARGIN-top:95PX;
  155. margin-bottom:5px;
  156. height:100px;
  157. position:fixed;
  158. }
  159.  
  160. #sidebarimage img{
  161. margin-bottom:85px;
  162. margin-top: 40px;
  163. width:100px;
  164. height:100px;
  165. padding:8px;
  166. background:#fff;
  167. border:1px solid {color:border};
  168. -webkit-transition: all 0.3s ease;
  169. -moz-transition: all 0.3s ease;
  170. -o-transition: all 0.3s ease;
  171. }
  172.  
  173. #description {
  174. position: fixed;
  175. text-align:center;
  176. width:145px;
  177. height:100px;
  178. overflow:auto;
  179. padding:7px;
  180. color: {color:text};
  181. margin-left:105px;
  182. margin-top:205px;
  183. font-family:cambria;
  184. text-transform:none;
  185. font-style:none;
  186. font-size:11px;
  187. line-height:120%;
  188. }
  189.  
  190. #blah {
  191. width: 20px;
  192. height: 210%;
  193. margin-top: -50px;
  194. margin-left: 380px;
  195. position: fixed;
  196. opacity: 0.7;
  197. background:{color:divider};
  198. }
  199.  
  200. #sidebarlinks{
  201. margin-top:110px;
  202. margin-left:345px;
  203. width:70px;
  204. font-size:12px;
  205. text-align:center;
  206. font-weight:bold;
  207. display:block;
  208. letter-spacing: 1px;
  209. text-transform:uppercase;
  210. position:fixed;
  211. color:{color:link};
  212.  
  213. }
  214.  
  215. .box{
  216. padding:6px;
  217. height:15px;
  218. width:80px;
  219. opacity:0.9;
  220. margin-top:5px;
  221. background-color:{color:link background};
  222. border: 1.5px solid {color:link border};
  223. font-family:cambria;
  224. }
  225.  
  226. #pagination {
  227. position:fixed;
  228. font-family:times;
  229. text-align:center;
  230. font-size:12px;
  231. width:150px;
  232. background-color:tranparent;
  233. opacity:.75;
  234. word-spacing:3px;
  235. font-style:normal;
  236. margin-top:500px;
  237. margin-left:100px;
  238. padding: 5px
  239. }
  240.  
  241. /*posts*/
  242. #entries {position:absolute;
  243. width:500px;
  244. margin-left:500px;
  245. margin-top:100px;
  246. }
  247.  
  248. #posts {
  249. overflow:hidden;
  250. width:500px;
  251. background:{color:post};
  252. }
  253.  
  254. #posts img {
  255. max-width: 500px;}
  256.  
  257. #posts {
  258. {block:IndexPage}
  259. margin-bottom:160px;
  260. {/block:IndexPage}
  261. {block:PermalinkPage}
  262. margin-bottom:50px
  263. {/block:PermalinkPage}
  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:audio and ask};
  303. border-bottom:1px solid {color:link 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:9px;
  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:#fafafa;
  341. padding-right:10px;
  342. padding-bottom:10px;
  343. padding-left:10px;
  344.  
  345. }
  346.  
  347.  
  348. #tags {
  349. font-family:cambria;
  350. letter-spacing:0px;
  351. text-transform:lowercase;
  352. font-size:10px;
  353. font-style:italic;
  354. margin-top:2px;
  355. text-align:right;
  356. }
  357.  
  358. #tags a {
  359. display:inline-block;
  360. padding:-3px;
  361. text-align:right;
  362. color:{color:Tags};
  363. -webkit-transition: all 0.6s ease-in-out;
  364. -moz-transition: all 0.6s ease-in-out;
  365. -o-transition: all 0.6s ease-in-out;
  366. -ms-transition: all 0.6s ease-in-out;
  367. -transition: all 0.6s ease-in-out;
  368. }
  369.  
  370.  
  371. #info {
  372. font-size:11px;
  373. font-family:cambria;
  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:5px;
  387. position:fixed;
  388. right:5px;
  389. bottom:10px;
  390. color: {color: text};
  391. }
  392.  
  393.  
  394.  
  395. {CustomCSS}</style></head>
  396.  
  397. <body>
  398.  
  399. <div id="sidebar">
  400. <div id="sidebarimage">
  401.  
  402. <div id="sidebarimage1"><img src="{image:sidebar1}"></div>
  403. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  404.  
  405. </div></div>
  406.  
  407. <div id="description">
  408. {Description}
  409. </div>
  410. <div id="blah"></div>
  411.  
  412. <div id="sidebarlinks">
  413. <div class="box"><a href="/">home</a></div> <br>
  414. <div class="box"><a href="/ask">ask</a></div><br>
  415.  
  416. {block:ifShowLink1}<div class="box"><a href="{text:Link 1}">{text:Link 1 Name}</a></div>{/block:ifShowLink1}<br>
  417.  
  418. {block:ifShowLink2}<div class="box"><a href="{text:Link 2}">{text:Link 2 Name}</a></div>{/block:ifShowLink2}<br>
  419.  
  420. {block:ifShowLink3}<div class="box"><a href="{text:Link 3}">{text:Link 3 Name}</a></div>{/block:ifShowLink3}<br>
  421.  
  422. {block:ifShowLink4}<div class="box"><a href="{text:Link 4}">{text:Link 4 Name}</a></div>{/block:ifShowLink4}<br>
  423.  
  424. {block:ifShowLink5}<div class="box"><a href="{text:Link 5}">{text:Link 5 Name}</a></div> {/block:ifShowLink5}
  425. <div class="linkbg"></div>
  426. </div>
  427.  
  428. </div>
  429.  
  430. {block:Pagination}
  431. <div id="pagination">
  432. {block:PreviousPage}
  433. <a href="{PreviousPage}">«</a>
  434. {/block:PreviousPage}
  435. {block:JumpPagination length="5"}
  436. {block:CurrentPage}
  437. <span class="current_page">{PageNumber}</span>
  438. {/block:CurrentPage}
  439. {block:JumpPage}
  440. <a class="jump_page" href="{URL}">{PageNumber}</a>
  441. {/block:JumpPage}
  442. {/block:JumpPagination}
  443. {block:NextPage}
  444. <a href="{NextPage}">»</a>
  445. {/block:NextPage}
  446. </div>
  447. {/block:Pagination}
  448. </div></div>
  449.  
  450. <div id="entries">
  451.  
  452.  
  453. {block:Posts}
  454. {block:ContentSource}
  455. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  456.  
  457. <div id="posts">
  458.  
  459. {block:Quote}
  460. <div id="titlequote">“{Quote}”</div>
  461. {block:Source}<div id="source">{Source}</div>{/block:Source}
  462. {/block:Quote}
  463.  
  464. {block:Text}
  465. {block:Title}
  466. <h1>{block:Title}{Title}{/block:Title}</h1>
  467. {Body}
  468. {/block:Text}
  469.  
  470. {block:Link}
  471. <h1><a href="{URL}"> {Name}</a></h1>{block:Description}{Description}{/block:Description}
  472. {/block:Link}
  473.  
  474. {block:Chat}
  475. {block:Title}
  476. <h1>{Title}</h1>
  477. {/block:Title}
  478. <div class="chat">
  479. <ol>{block:Lines}
  480. <li class="line {Alt}">
  481. {block:Label}
  482. <span class="label">
  483. {Label}</span>
  484. {/block:Label}{Line}</li>
  485. {/block:Lines}
  486. </ol></div>
  487. {/block:Chat}
  488.  
  489. {block:Photo}
  490. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  491. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  492. {/block:Photo}
  493.  
  494. {block:Photoset}
  495. <center>{Photoset-500}</center>
  496. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  497. {/block:Photoset}
  498.  
  499. {block:Video}
  500.  
  501. {Video-500}
  502. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  503. {/block:Video}
  504.  
  505. {block:Audio}
  506. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  507. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  508. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  509. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  510. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  511. {/block:Audio}
  512.  
  513. {block:Answer}
  514. <div id="question">
  515. <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}
  516.  
  517. <div id="details">
  518. <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>
  519. {block:HasTags}<div id="tags">tags:{block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  520. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  521. {/block:Posts}
  522. </div></div>
  523.  
  524. <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>
  525.  
  526. </body>
  527. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement