madysthemes

Theme #18

Apr 26th, 2013
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 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. <!-- theme by mady, or inspiredbylou -->
  4.  
  5. <!-- please don't remove credit or claim as your own, i work hard on my themes!-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#AAAAAA">
  15. <meta name="color:title" content="#D198A6"/>
  16. <meta name="color:text" content="#AAAAAA">
  17. <meta name="color:tags" content="#AAAAAA">
  18. <meta name="color:scrollbar" content="#EEEEEE">
  19. <meta name="color:border" content="#F5F5F5">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:link1" content="">
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="">
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="">
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="">
  30. <meta name="text:link4 url" content="/">
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50. a:hover {
  51. color:{color:hover};
  52. text-decoration:none;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58.  
  59.  
  60.  
  61. body {
  62. background-color:{color:bg};
  63. font-family:times;
  64. font-weight:normal;
  65. }
  66.  
  67.  
  68.  
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:10px;
  73. text-align:center;
  74. font-style:italic;
  75. line-height:50%;
  76. letter-spacing:1px;
  77. text-transform:lowercase;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:10px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. padding:5px;
  88. padding-bottom:2px;
  89. }
  90.  
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #themenum {
  99. background-color:{color:bg};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:90px;
  109. height:auto;
  110. margin-top:210px;
  111. margin-left:630px;
  112. text-align:left;
  113. }
  114.  
  115. #sidebar img {
  116. width:100px;
  117. height:auto;
  118. margin-bottom:10px;
  119. opacity:.89;
  120. }
  121.  
  122.  
  123.  
  124.  
  125. .slinks {
  126. margin-bottom:10px;
  127. margin-top:-4px;
  128. width:100px;
  129. font-size:9px;
  130. text-transform:lowercase;
  131. text-align:center;
  132. letter-spacing:1px;
  133. line-height:120%;
  134. font-family: times;
  135. font-style: italic;
  136. border-bottom: double {color:border};
  137. }
  138.  
  139. .slinks a{
  140. padding:2px;
  141. color:{color:link};
  142. letter-spacing:0px;
  143. text-decoration:none;
  144. -moz-transition-duration:1s;
  145. -webkit-transition-duration:1s;
  146. -o-transition-duration:1s;
  147. display:inline-block;
  148. }
  149.  
  150. .slinks a:hover{
  151. text-decoration: underline;
  152. }
  153.  
  154. .description {
  155. margin-left:6px;
  156. margin-top:5px;
  157. width: 90px;
  158. font-size:8px;
  159. text-align:justify;
  160. color:{color:text};
  161. letter-spacing:1px;
  162. line-height:140%;
  163. font-family: times;
  164.  
  165. }
  166.  
  167.  
  168.  
  169.  
  170. .pagination {
  171. font-size:8px;
  172. text-transform:lowercase;
  173. letter-spacing:1px;
  174. font-style:normal;
  175. text-align:center;
  176. margin-top: 10px;
  177. }
  178.  
  179. .pagination a {
  180. color:{color:link};
  181. }
  182.  
  183. #postcontainer {
  184. float:left;
  185. margin-left:30px;
  186. margin-top:0px;
  187. text-align:justify;
  188. background-color:{color:bg};
  189. color:{color:text};
  190. margin-bottom: 0px;
  191. border-right: 1px solid {color:border};
  192. padding:70px;
  193. }
  194.  
  195.  
  196. #posts {
  197. width:400px;
  198. margin-top:50px;
  199. text-align:justify;
  200. font-size:9px;
  201. line-height:110%;
  202. letter-spacing:1px;
  203. color:{color:text};
  204. font-family: times;
  205. opacity:.89;
  206. }
  207.  
  208.  
  209.  
  210. #info {
  211. font-family:times;
  212. width:390px;
  213. margin-top:3px;
  214. padding:2px;
  215. padding-left:8px;
  216. font-size:7px;
  217. color:{color:link};
  218. text-transform:lowercase;
  219. font-style:normal;
  220. letter-spacing:1px;
  221. text-align:right;
  222. border-bottom:1px solid #f5f5f5;
  223. -moz-transition-duration:0.5s;
  224. -webkit-transition-duration:0.5s;
  225. -o-transition-duration:0.5s;
  226. }
  227.  
  228. #info a {
  229. color:{color:link};
  230. text-align:right;
  231. letter-spacing:1px;
  232. font-style:normal;
  233. }
  234.  
  235. #info a:hover {
  236. color:{color:hover};
  237. }
  238.  
  239. .caption {
  240. width:400px;
  241. text-align:justify;
  242. line-height:120%;
  243. }
  244.  
  245. .question {
  246. padding:10px;
  247. margin-left:6px;
  248. text-align:left;
  249. color:{color:text};
  250. background-color:{color:infobg};
  251. border-bottom:1px solid {color:border};
  252. }
  253.  
  254. .question img {
  255. margin-left:-6px;
  256. margin-bottom:-10px;
  257. padding:1px;
  258. background-color:{color:infobg};
  259. border:1px solid {color:border};
  260. }
  261.  
  262.  
  263. .answer {
  264. text-align:left;
  265. padding:10px;
  266. color:{color:text};
  267. }
  268.  
  269. .music {
  270. width:400px;
  271. padding-bottom:10px;
  272. background-color:{color:infobg};
  273. }
  274.  
  275. .albumart {
  276. float:left;
  277. padding:0px 10px 10px 0px;
  278. }
  279.  
  280. .albumart img {
  281. width:45px;
  282. height:45px;
  283. }
  284.  
  285. .playercontainer {
  286. text-align:left;
  287. padding:10px;
  288. background-color:#ffffff;
  289. width:400px;
  290. }
  291.  
  292. .musicinfo {
  293. padding:10px;
  294. color:{color:text};
  295. }
  296.  
  297. .postnote {
  298. text-transform:uppercase;
  299. font-style:normal;
  300. letter-spacing:0px;
  301. font-size: 9px;
  302. text-align:left;
  303. line-height:90%;
  304. margin-left:-40px;
  305. }
  306.  
  307. .postnote li {
  308. list-style-type:none;
  309. border-bottom:1px solid {color:border};
  310. padding:10px 25px 10px 25px;
  311. text-align:left;
  312. margin:0px;
  313. -moz-transition-duration:0.5s;
  314. -webkit-transition-duration:0.5s;
  315. -o-transition-duration:0.5s;
  316. }
  317.  
  318. .tags {
  319. font-family:times;
  320. font-style: italic;
  321. width:400px;
  322. text-transform:lowercase;
  323. color:{color:tags};
  324. letter-spacing:1px;
  325. line-height:120%;
  326. font-size:7px;
  327. text-align:right;
  328. padding:2px;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. .tags a {
  335. color:{color:text};
  336. letter-spacing:1px;
  337. padding:1px;
  338. }
  339.  
  340. .tags a:hover {
  341. color:#f1f1f1;
  342. }
  343.  
  344. ul.chat, .chat ol, .chat li {
  345. list-style:none;
  346. margin:0px;
  347. padding:2px;
  348. }
  349.  
  350. .tab {
  351. text-decoration:underline;
  352. font-weight:700;
  353. background-color:{color:bg};
  354. margin-right:5px;
  355. }
  356.  
  357. #credit {
  358. font: calibri;
  359. position:fixed;
  360. font-size:10px;
  361. font-weight:normal;
  362. line-height:150%;
  363. letter-spacing:1px;
  364. right:10px;
  365. bottom:10px;
  366. text-transform:uppercase;
  367. text-align:center;
  368. outline: 1px solid #BFBFBF;
  369. }
  370.  
  371. #credit a {
  372. padding:3px;
  373. color:{color:text};
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378.  
  379. #bite
  380. #bite a{
  381. display:block
  382. }
  383. #bite .death {
  384. margin-right:0px;filter: alpha(opacity = 0);
  385. opacity:0;-webkit-transition: all 0.5s ease-out;
  386. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  387. }
  388.  
  389. #bite:hover .death {
  390. margin-left:0px;
  391.  
  392. -webkit-transition: all 0.8s ease-out;
  393. -moz-transition: all 0.8s ease-out;
  394. transition: all 0.8s ease-out;
  395. filter: alpha(opacity = 100);
  396. filter: alpha(opacity = 100);
  397. opacity:8;
  398. }
  399.  
  400. {CustomCSS}
  401.  
  402. </style></head>
  403.  
  404.  
  405. <body>
  406. <div id="themenum">
  407. <div id="sidebar">
  408. <img src="{image:sidebar}">
  409. <div class="slinks">
  410. {block:IfLink1}
  411. <a href="{text:link1 url}">{text:link1}</a>
  412. {/block:IfLink1}
  413. {block:IfLink2}
  414. <a href="{text:link2 url}">{text:link2}</a>
  415. {/block:IfLink2}
  416. {block:IfLink3}
  417. <a href="{text:link3 url}">{text:link3}</a>
  418. {/block:IfLink3}
  419. {block:IfLink4}
  420. <a href="{text:link4 url}">{text:link4}</a>
  421. {/block:IfLink4}
  422. </div>
  423.  
  424. <div class="description">
  425. {Description}
  426.  
  427. {block:Pagination}
  428. <div class="pagination">
  429. {block:PreviousPage}
  430. <a href="{PreviousPage}">back</a> and
  431. {/block:PreviousPage}
  432. {block:NextPage}
  433. <a href="{NextPage}">forth</a>
  434. {/block:NextPage}
  435. </div>
  436. {/block:Pagination}
  437. </div></div>
  438.  
  439. <div id="postcontainer">
  440.  
  441. {block:Posts}
  442.  
  443.  
  444. <div id="posts">
  445.  
  446. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  447.  
  448. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  449.  
  450. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  451. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  452.  
  453. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  454.  
  455. {block:Photoset}<center>{Photoset-400}</center>
  456. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  457.  
  458. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  459.  
  460. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  461.  
  462. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" width="25" height="25"/> {Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  463.  
  464. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  465. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  466. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  467. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  468. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  469.  
  470.  
  471.  
  472. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  473. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  474. {block:HasTags}
  475. <div class="tags">
  476. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  477. {/block:HasTags}
  478. <div class="postnote">
  479. {block:PostNotes}{PostNotes}{/block:PostNotes}
  480. </div>
  481. </div>
  482. {/block:Posts}
  483.  
  484.  
  485. </div>
  486. <!--- please keep the credit ok?--->
  487.  
  488. <div id="credit"><a href="http://inspiredbylou.tumblr.com/">IBL</a></div>
  489.  
  490. </div>
  491. </div>
  492. </div>
  493. </body>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment