madysthemes

Theme 20 by inspiredbylou

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