mysansa

Theme #16

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