Advertisement
mysansa

Theme #3

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