madysthemes

Theme 19

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