Advertisement
mysansa

Theme #4

Aug 1st, 2013
1,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Text" content="#bbbbbb"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:Tags" content="#cccccc"/>
  24. <meta name="color:Hover" content="#f1f1f1"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#eeeeee"/>
  27. <meta name="color:scrollbar" content="f2f2f2"/>
  28. <meta name="color:post" content="ffffff"/>
  29.  
  30.  
  31.  
  32. <meta name="image:sidebar" content=""/>
  33.  
  34. <meta name="text:link 1" content="Link 1"/>
  35. <meta name="text:link 1 url" content="/"/>
  36. <meta name="text:link 2" content="Link 2"/>
  37. <meta name="text:link 2 url" content="/"/>
  38. <meta name="text:link 3" content="Link 3"/>
  39. <meta name="text:link 3 url" content="/"/>
  40. <meta name="text:link 4" content="Link 4"/>
  41. <meta name="text:link 4 url" content="/"/>
  42. <meta name="text:link 5" content="Link 5"/>
  43. <meta name="text:link 5 url" content="/"/>
  44. <meta name="text:link 6" content="Link 6"/>
  45. <meta name="text:link 5 url" content="/"/>
  46.  
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:10px}
  53. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  54. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  55.  
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family: 'helvetica', sans-serif;
  62. font-size:11px;
  63. line-height:130%;
  64. letter-spacing:1px;
  65. word-wrap:break-word;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. -moz-transition-duration:0.5s;
  74. -webkit-transition-duration:0.5s;
  75. -o-transition-duration:0.5s;
  76. }
  77.  
  78. a:hover {
  79. text-decoration:none;
  80. outline:none;
  81. -moz-outline-style:none;
  82. color:;
  83. }
  84.  
  85. a:hover {
  86. color:{color:hover};
  87. -webkit-transition: all 0.3s ease-out;
  88. -moz-transition: all 0.3s ease-out;
  89. transition: all 0.3s ease-out;
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. blockquote blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106.  
  107. h1 {
  108. font-weight:bold;
  109. font-size:18px;
  110. text-align:left;
  111. font-style:normal;
  112. text-align:center;
  113. line-height:120%;
  114. letter-spacing:1px;
  115. text-transform:normal;
  116. color:;
  117. }
  118.  
  119. #sidebar {
  120. color:{color:text};
  121. position:fixed;
  122. width:200px;
  123. height:200px;
  124. margin-top:10px;
  125. margin-left:230px;
  126. text-align:left;
  127. }
  128.  
  129. #sidebar img {
  130. width:180px;
  131. height:180px;
  132. margin-top:95px;
  133. padding:-1px;
  134. opacity:0.90;
  135. padding: 8px;
  136. }
  137.  
  138. #links {
  139. position:fixed;
  140. letter-spacing:1px;
  141. position:fixed;
  142. font-family:cambria;
  143. width:200px;
  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. width:195px;
  158. opacity:0.75;
  159. line-height:185%;
  160. margin-bottom:5px;
  161. color:{color:link};
  162. letter-spacing:1px;
  163. text-decoration:none;
  164. -moz-transition-duration:.3s;
  165. -webkit-transition-duration:.3s;
  166. -o-transition-duration:.3s;
  167. }
  168.  
  169. #links a:hover {
  170. text-transform:lowercase;
  171. letter-spacing:2px;
  172. font-style:italic;
  173. background-color: ;
  174. opacity:2;
  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:center;
  184. width:185px;
  185. padding:5px;
  186. color:{color:text};
  187. margin-left:0px;
  188. margin-top:0px;
  189. font-family:helvetica;
  190. text-transform:none;
  191. font-style:none;
  192. font-size:11px;
  193. line-height:140%;
  194. border-bottom:1px solid {color:border};
  195. }
  196.  
  197. #pagination {
  198. position:fixed;
  199. font-family:cambria;
  200. text-align:center;
  201. font-size:12px;
  202. width:150px;
  203. background-color:;
  204. word-spacing:3px;
  205. font-style:normal;
  206. margin-top:-218px;
  207. margin-left:85px;
  208. padding: 5px
  209. }
  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. </div>
  385.  
  386. </div>
  387.  
  388.  
  389. {block:Pagination}
  390. <div id="pagination">
  391. {block:PreviousPage}
  392. <a href="{PreviousPage}">«</a>
  393. {/block:PreviousPage}
  394. {block:JumpPagination length="5"}
  395. {block:CurrentPage}
  396. <span class="current_page">{PageNumber}</span>
  397. {/block:CurrentPage}
  398. {block:JumpPage}
  399. <a class="jump_page" href="{URL}">{PageNumber}</a>
  400. {/block:JumpPage}
  401. {/block:JumpPagination}
  402. {block:NextPage}
  403. <a href="{NextPage}">»</a>
  404. {/block:NextPage}
  405. </div>
  406. {/block:Pagination}
  407. </div>
  408.  
  409. </div>
  410.  
  411. <div id="entries">
  412.  
  413.  
  414. {block:Posts}
  415. {block:ContentSource}
  416. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  417.  
  418. <div id="posts">
  419.  
  420. {block:Quote}
  421. <div id="titlequote">“{Quote}”</div>
  422. {block:Source}<div id="source">{Source}</div>{/block:Source}
  423. {/block:Quote}
  424.  
  425. {block:Text}
  426. {block:Title}
  427. <h1>{block:Title}{Title}{/block:Title}</h1>
  428. {Body}
  429. {/block:Text}
  430.  
  431. {block:Link}
  432. <h1><a href="{URL}"> {Name}</a></h1>{block:Description}{Description}{/block:Description}
  433. {/block:Link}
  434.  
  435. {block:Chat}
  436. {block:Title}
  437. <h1>{Title}</h1>
  438. {/block:Title}
  439. <div class="chat">
  440. <ol>{block:Lines}
  441. <li class="line {Alt}">
  442. {block:Label}
  443. <span class="label">
  444. {Label}</span>
  445. {/block:Label}{Line}</li>
  446. {/block:Lines}
  447. </ol></div>
  448. {/block:Chat}
  449.  
  450. {block:Photo}
  451. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  452. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  453. {/block:Photo}
  454.  
  455. {block:Photoset}
  456. <center>{Photoset-500}</center>
  457. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  458. {/block:Photoset}
  459.  
  460. {block:Video}
  461.  
  462. {Video-500}
  463. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  464. {/block:Video}
  465.  
  466. {block:Audio}
  467. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  468. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  469. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  470. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  471. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  472. {/block:Audio}
  473.  
  474. {block:Answer}
  475. <div id="question">
  476. <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}
  477.  
  478. <div id="details">
  479. <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>
  480. {block:HasTags}<div id="tags">tags:{block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  481. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  482. {/block:Posts}
  483. </div></div>
  484.  
  485. <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>
  486.  
  487.  
  488. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement