Advertisement
mysansa

Theme #10

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