madysthemes

Theme #16

Apr 26th, 2013
2,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 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:-70px;
  112. text-align:left;
  113. }
  114.  
  115. #sidebar img {
  116. width:100px;
  117. height:auto;
  118. margin-bottom:10px;
  119. }
  120.  
  121.  
  122.  
  123.  
  124. .slinks {
  125. margin-bottom:10px;
  126. width:100px;
  127. font-size:9px;
  128. text-transform:lowercase;
  129. text-align:center;
  130. letter-spacing:1px;
  131. line-height:120%;
  132. font-family: times;
  133. font-style: italic;
  134. border-bottom: double {color:border};
  135. }
  136.  
  137. .slinks a{
  138. padding:2px;
  139. color:{color:link};
  140. letter-spacing:0px;
  141. text-decoration:none;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. display:inline-block;
  146. }
  147.  
  148. .slinks a:hover{
  149. text-decoration: underline;
  150. }
  151.  
  152. .description {
  153. margin-left:6px;
  154. margin-top:5px;
  155. width: 90px;
  156. font-size:8px;
  157. text-align:justify;
  158. color:{color:text};
  159. letter-spacing:1px;
  160. line-height:140%;
  161. font-family: times;
  162.  
  163. }
  164.  
  165.  
  166.  
  167.  
  168. .pagination {
  169. font-size:8px;
  170. text-transform:lowercase;
  171. letter-spacing:1px;
  172. font-style:normal;
  173. text-align:center;
  174. margin-top: 10px;
  175. }
  176.  
  177. .pagination a {
  178. color:{color:link};
  179. }
  180.  
  181. #postcontainer {
  182. float:left;
  183. margin-left:150px;
  184. margin-top:0px;
  185. text-align:justify;
  186. background-color:{color:bg};
  187. color:{color:text};
  188. margin-bottom: 0px;
  189. border-left: 1px solid {color:border};
  190. padding:70px;
  191. }
  192.  
  193.  
  194. #posts {
  195. width:400px;
  196. margin-top:50px;
  197. text-align:justify;
  198. font-size:9px;
  199. line-height:110%;
  200. letter-spacing:1px;
  201. color:{color:text};
  202. font-family: times;
  203. opacity:.89;
  204. }
  205.  
  206.  
  207.  
  208. #info {
  209. font-family:times;
  210. width:390px;
  211. margin-top:3px;
  212. padding:2px;
  213. padding-left:8px;
  214. font-size:7px;
  215. color:{color:link};
  216. text-transform:lowercase;
  217. font-style:normal;
  218. letter-spacing:1px;
  219. text-align:right;
  220. border-bottom:1px solid #f5f5f5;
  221. -moz-transition-duration:0.5s;
  222. -webkit-transition-duration:0.5s;
  223. -o-transition-duration:0.5s;
  224. }
  225.  
  226. #info a {
  227. color:{color:link};
  228. text-align:right;
  229. letter-spacing:1px;
  230. font-style:normal;
  231. }
  232.  
  233. #info a:hover {
  234. color:{color:hover};
  235. }
  236.  
  237. .caption {
  238. width:400px;
  239. text-align:justify;
  240. line-height:120%;
  241. }
  242.  
  243. .question {
  244. padding:10px;
  245. margin-left:6px;
  246. text-align:left;
  247. color:{color:text};
  248. background-color:{color:infobg};
  249. border-bottom:1px solid {color:border};
  250. }
  251.  
  252. .question img {
  253. margin-left:-6px;
  254. margin-bottom:-10px;
  255. padding:1px;
  256. background-color:{color:infobg};
  257. border:1px solid {color:border};
  258. }
  259.  
  260.  
  261. .answer {
  262. text-align:left;
  263. padding:10px;
  264. color:{color:text};
  265. }
  266.  
  267. .music {
  268. width:400px;
  269. padding-bottom:10px;
  270. background-color:{color:infobg};
  271. }
  272.  
  273. .albumart {
  274. float:left;
  275. padding:0px 10px 10px 0px;
  276. }
  277.  
  278. .albumart img {
  279. width:45px;
  280. height:45px;
  281. }
  282.  
  283. .playercontainer {
  284. text-align:left;
  285. padding:10px;
  286. background-color:#ffffff;
  287. width:400px;
  288. }
  289.  
  290. .musicinfo {
  291. padding:10px;
  292. color:{color:text};
  293. }
  294.  
  295. .postnote {
  296. text-transform:uppercase;
  297. font-style:normal;
  298. letter-spacing:0px;
  299. font-size: 9px;
  300. text-align:left;
  301. line-height:90%;
  302. margin-left:-40px;
  303. }
  304.  
  305. .postnote li {
  306. list-style-type:none;
  307. border-bottom:1px solid {color:border};
  308. padding:10px 25px 10px 25px;
  309. text-align:left;
  310. margin:0px;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. .tags {
  317. font-family:times;
  318. font-style: italic;
  319. width:400px;
  320. text-transform:lowercase;
  321. color:{color:tags};
  322. letter-spacing:1px;
  323. line-height:120%;
  324. font-size:7px;
  325. text-align:right;
  326. padding:2px;
  327. -moz-transition-duration:0.5s;
  328. -webkit-transition-duration:0.5s;
  329. -o-transition-duration:0.5s;
  330. }
  331.  
  332. .tags a {
  333. color:{color:text};
  334. letter-spacing:1px;
  335. padding:1px;
  336. }
  337.  
  338. .tags a:hover {
  339. color:#f1f1f1;
  340. }
  341.  
  342. ul.chat, .chat ol, .chat li {
  343. list-style:none;
  344. margin:0px;
  345. padding:2px;
  346. }
  347.  
  348. .tab {
  349. text-decoration:underline;
  350. font-weight:700;
  351. background-color:{color:bg};
  352. margin-right:5px;
  353. }
  354.  
  355. #credit {
  356. font: calibri;
  357. position:fixed;
  358. font-size:10px;
  359. font-weight:normal;
  360. line-height:150%;
  361. letter-spacing:1px;
  362. right:10px;
  363. bottom:10px;
  364. text-transform:uppercase;
  365. text-align:center;
  366. outline: 1px solid #BFBFBF;
  367. }
  368.  
  369. #credit a {
  370. padding:3px;
  371. color:{color:text};
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. #bite
  378. #bite a{
  379. display:block
  380. }
  381. #bite .death {
  382. margin-right:0px;filter: alpha(opacity = 0);
  383. opacity:0;-webkit-transition: all 0.5s ease-out;
  384. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  385. }
  386.  
  387. #bite:hover .death {
  388. margin-left:0px;
  389.  
  390. -webkit-transition: all 0.8s ease-out;
  391. -moz-transition: all 0.8s ease-out;
  392. transition: all 0.8s ease-out;
  393. filter: alpha(opacity = 100);
  394. filter: alpha(opacity = 100);
  395. opacity:8;
  396. }
  397.  
  398. {CustomCSS}
  399.  
  400. </style></head>
  401.  
  402.  
  403. <body>
  404. <div id="themenum">
  405. <div id="sidebar">
  406. <img src="{image:sidebar}">
  407. <div class="slinks">
  408. {block:IfLink1}
  409. <a href="{text:link1 url}">{text:link1}</a>
  410. {/block:IfLink1}
  411. {block:IfLink2}
  412. <a href="{text:link2 url}">{text:link2}</a>
  413. {/block:IfLink2}
  414. {block:IfLink3}
  415. <a href="{text:link3 url}">{text:link3}</a>
  416. {/block:IfLink3}
  417. {block:IfLink4}
  418. <a href="{text:link4 url}">{text:link4}</a>
  419. {/block:IfLink4}
  420. </div>
  421.  
  422. <div class="description">
  423. {Description}
  424.  
  425. {block:Pagination}
  426. <div class="pagination">
  427. {block:PreviousPage}
  428. <a href="{PreviousPage}">back</a> and
  429. {/block:PreviousPage}
  430. {block:NextPage}
  431. <a href="{NextPage}">forth</a>
  432. {/block:NextPage}
  433. </div>
  434. {/block:Pagination}
  435. </div></div>
  436.  
  437. <div id="postcontainer">
  438.  
  439. {block:Posts}
  440.  
  441.  
  442. <div id="posts">
  443.  
  444. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  445.  
  446. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  447.  
  448. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  449. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  450.  
  451. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  452.  
  453. {block:Photoset}<center>{Photoset-400}</center>
  454. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {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}
  457.  
  458. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  459.  
  460. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" width="25" height="25"/> {Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  461.  
  462. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  463. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  464. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  465. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  466. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  467.  
  468.  
  469.  
  470. {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}
  471. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  472. {block:HasTags}
  473. <div class="tags">
  474. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  475. {/block:HasTags}
  476. <div class="postnote">
  477. {block:PostNotes}{PostNotes}{/block:PostNotes}
  478. </div>
  479. </div>
  480. {/block:Posts}
  481.  
  482.  
  483. </div>
  484. <!--- please keep the credit ok?--->
  485.  
  486. <div id="credit"><a href="http://inspiredbylou.tumblr.com/">IBL</a></div>
  487.  
  488. </div>
  489. </div>
  490. </div>
  491. </body>
  492. </html>
Advertisement
Add Comment
Please, Sign In to add comment