madysthemes

Theme #25 by inspiredbylou

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