Advertisement
mysansa

Theme #2

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