madysthemes

Theme #15

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