Advertisement
mysansa

Theme #1

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