madysthemes

Theme #24 by inspiredbylou

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