madysthemes

Theme #14

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