Advertisement
basilones

Theme 24 (500)

Oct 2nd, 2012
7,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.53 KB | None | 0 0
  1. <!---
  2.  
  3. theme 24 by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="font:body" content="arial" />
  12. <meta name="font:title" content="georgia" />
  13. <meta name="font:sidelinks" content="georgia" />
  14.  
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:body" content="#747474" />
  17. <meta name="color:links" content="#A8A8A8" />
  18. <meta name="color:hover" content="#757575" />
  19. <meta name="color:entry" content="#ffffff" />
  20. <meta name="color:side" content="#ffffff" />
  21. <meta name="color:border" content="#f2f2f2" />
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:Link1" content=""/>
  26. <meta name="text:Link1 URL" content=""/>
  27. <meta name="text:Link2" content=""/>
  28. <meta name="text:Link2 URL" content=""/>
  29. <meta name="text:Link3" content=""/>
  30. <meta name="text:Link3 URL" content=""/>
  31. <meta name="text:Link4" content=""/>
  32. <meta name="text:Link4 URL" content=""/>
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40. </head>
  41.  
  42. <style type="text/css">
  43.  
  44. @font-face {
  45.  
  46. font-family: 'Inconsolata';
  47.  
  48. font-style: normal;
  49.  
  50. font-weight: normal;
  51.  
  52. src: local('Inconsolata'), url('http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff') format('woff');
  53.  
  54. }
  55.  
  56.  
  57. body {
  58. text-align:left;
  59. color:{color:body};
  60. background-color:{color:background};
  61. font-family:{font:body};
  62. font-size:9px; }
  63.  
  64. b, em, bold, .question a {
  65. font-family:georgia;
  66. font-weight:normal;
  67. text-transform:lowercase;
  68. color:#666666;}
  69.  
  70. a {
  71. text-decoration: none;
  72. color:{color:links};
  73. text-decoration:none;
  74. -moz-transition:0.3s ease-in;
  75. -webkit-transition: 0.3s ease-in;
  76. -o-transition:0.3s ease-in;
  77. transition:0.3s ease-in; }
  78.  
  79. a:hover {
  80. color: {color:hover};
  81. text-decoration:none;}
  82.  
  83. #wrap {
  84. min-height: 100%; }
  85.  
  86. #header {
  87. padding:5px 0px 5px 0px;
  88. min-width:100%;
  89. margin-bottom:70px;
  90. text-align:center; }
  91.  
  92. #main {
  93. overflow:auto;
  94. padding:10px; }
  95.  
  96. #container{
  97. width:700px;
  98. left:200px;
  99. position:relative;}
  100.  
  101. .bottom{
  102. background-color:{color:bottom};
  103. padding:10px 0px 0px 0px;}
  104.  
  105. .space{
  106. margin-bottom:20px;}
  107.  
  108. #sidebar {
  109. width:150px;
  110. float:left;
  111. left:200px;
  112. position:fixed;
  113. margin-right:5px;
  114. padding:10px;
  115. background-color:{color:side}; }
  116.  
  117. #entry {
  118. float:right;
  119. margin-left:5px;}
  120.  
  121. .post {
  122. background-color:{color:entry};
  123. padding:10px 10px 5px 10px;
  124. width:500px;}
  125.  
  126. .title, .title a {
  127. display:block;
  128. font-family:{font:title};
  129. color:{color:title};
  130. font-size:9px;
  131. text-align:left;
  132. text-transform:lowercase;
  133. padding:0px 3px 0px 3px;}
  134.  
  135. .title a:hover {
  136. color:{color:date}; }
  137.  
  138. .tags {
  139. color:#888888;
  140. padding:5px 5px 5px 5px;
  141. text-transform:lowercase; }
  142.  
  143. .chat {
  144. border-bottom:0px solid #D5D5D5;
  145. padding:2px;}
  146.  
  147. .question{
  148. background-color:transparent;
  149. padding:10px;}
  150.  
  151. #pagination {
  152. width:140px;
  153. font-size:8px;
  154. word-spacing:7px;
  155. text-align:center;}
  156.  
  157. .jump_page {
  158. padding:3px; }
  159.  
  160. .current_page {
  161. padding:3px;
  162. color:#666666;}
  163.  
  164. #pagination2 a {
  165. display:block;
  166. width:10px;
  167. text-align:center;
  168. background-color:{color:sidelinks};
  169. font:10px georgia;
  170. color:{color:navigation};
  171. padding:5px;
  172. border-bottom:1px solid {color:background};
  173. letter-spacing:2px;
  174. -webkit-transition: color 0.6s linear;
  175. -webkit-transition: background-color 0.6s linear;}
  176.  
  177. #pagination2 a:hover {
  178. color:#cccccc;}
  179.  
  180. ol {
  181. list-style-type: none;
  182. margin: 0 0 1.5em 2.5em; }
  183.  
  184. ol.notes li {
  185. width: 440px;
  186. padding: 5px 0;
  187. margin: 0 0 3px -28px;
  188. border-bottom: 1px solid #f5f5f5; }
  189.  
  190. ol.notes li:hover {
  191. border-bottom: 1px solid #f5f5f5; }
  192.  
  193. ol.notes li img {
  194. width:16px;
  195. padding-right: 10px;
  196. margin-bottom: -5px;
  197. opacity: 0.85;
  198. filter:alpha(opacity=85); }
  199.  
  200. ol.notes li img:hover {
  201. opacity: 1;
  202. filter:alpha(opacity=100); }
  203.  
  204. .user_1, .user_3, .user_5, .user_7,
  205. .user_7, .user_9, .user_11 {
  206. background-color:#f2f2f2;
  207. margin-right:25px;
  208. color:{color:body};}
  209.  
  210. .user_2, .user_4, .user_6, .user_8,
  211. .user_10, .user_12 {
  212. background-color:{color:entry};
  213. color:{color:body};
  214. margin-right:25px;}
  215.  
  216. ul.chat, .chat ol, .chat li {
  217. list-style:none;
  218. margin:0px;
  219. padding:5px;}
  220.  
  221. .tags {
  222. background: transparent url(http://media.tumblr.com/tumblr_m7dwzwwS8N1r62h7q.png) no-repeat left center;
  223. margin-left: 0;
  224. padding-left: 20px; }
  225.  
  226. .tags a {
  227. background-color:#f9f9f9;
  228. padding:1px;
  229. margin-left:-2px;
  230. font: 10px Inconsolata, Monaco, monospace; }
  231.  
  232. .quote {
  233. color: #aaa;
  234. display: block;
  235. background: url(http://static.tumblr.com/cc4ocei/Y5Mkzk5s7/quote.png) no-repeat 0 10px;
  236. font-style: italic;
  237. padding: 16px 18px 10px 32px; }
  238.  
  239. .quote .medium {
  240. font-size: 15px;
  241. line-height: 1.4;
  242. font-family:HelveticaNeue-CondensedBold; }
  243.  
  244. .audio {
  245. height:73px;
  246. margin-bottom:5px; }
  247.  
  248. .audio-album {
  249. position:absolute;
  250. width:60px; }
  251.  
  252. .audio-player {
  253. opacity:0.6;
  254. filter:alpha(opacity=60);
  255. border:2px solid #f2f2f2;
  256. width:25px; height:25px;
  257. overflow:hidden;
  258. position:absolute;
  259. z-index:2;
  260. margin-left:15px;
  261. margin-top:15px; }
  262.  
  263. .audio-info {
  264. margin-left:80px;
  265. padding:5px; }
  266.  
  267. {CustomCSS}
  268. </style>
  269.  
  270.  
  271. <body>
  272. <div id="header">
  273. </div>
  274.  
  275. <div id="main">
  276. <div id="container">
  277.  
  278. <div id="sidebar">
  279.  
  280. <center><a href="/"><img src="{image:sidebar}" width="130"></a></center>
  281. <BR>
  282. <center><span style="font-size:9px;letter-spacing:1px;font-family:consolas;text-transform:uppercase;">
  283. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>&nbsp;{/block:ifLink1}
  284. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>&nbsp;{/block:ifLink2}
  285. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>&nbsp;{/block:ifLink3}
  286. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
  287. <a href="http://mcpoyles.tumblr.com/">&copy;</a><BR><BR>
  288. </span></center>
  289. {block:Description}
  290.  
  291. {Description}
  292.  
  293. <div class="bottom"> </div>{/block:Description}
  294.  
  295. <div id=pagination>{block:Pagination}
  296. {block:PreviousPage}
  297. <a class="jump_page" href="{PreviousPage}">&larr;</a>
  298. {/block:PreviousPage}
  299.  
  300. {block:JumpPagination length="5"}
  301. {block:CurrentPage}
  302. <span class="current_page">{PageNumber}</span>
  303. {/block:CurrentPage}
  304.  
  305. {block:JumpPage}
  306. <a class="jump_page" href="{URL}">{PageNumber}</a>
  307. {/block:JumpPage}
  308. {/block:JumpPagination}
  309.  
  310. {block:NextPage}
  311. <a class="jump_page" href="{NextPage}">&rarr;</a>
  312. {/block:NextPage}
  313. {/block:Pagination}</div>
  314.  
  315. </div>
  316.  
  317. <div id="entry">
  318.  
  319. {block:Posts}
  320.  
  321. <div class="post">
  322.  
  323. {block:Text}
  324. {block:Title}
  325. <div class="title">
  326. <a href="{Permalink}">{Title}</a></div>
  327. {/block:Title}
  328. {Body}
  329. {/block:Text}
  330.  
  331.  
  332. {block:Photo}
  333. <img src="{PhotoURL-500}" />
  334. {block:Caption}
  335. {Caption}
  336. {/block:Caption}
  337. {/block:Photo}
  338.  
  339.  
  340. {block:Photoset}
  341. {Photoset-500}
  342. {block:Caption}
  343. {Caption}
  344. {/block:Caption}
  345. {/block:Photoset}
  346.  
  347.  
  348. {block:Quote}
  349. <div class="quote"><div class="medium">{Quote}</div></div>
  350. {block:Source}
  351. - {Source}
  352. {/block:Source}
  353. {/block:Quote}
  354.  
  355.  
  356. {block:Link}
  357. <div class="title">
  358. <a href="{URL}" {Target}>{Name}</a></div>
  359. {block:Description}
  360. {Description}
  361. {/block:Description}
  362. {/block:Link}
  363.  
  364. {block:Chat}
  365. <ul class="chat">
  366. {block:Lines}
  367. <li class="user_{UserNumber}">
  368. {block:Label}
  369. <span class="label">
  370. {Label}</span>
  371. {/block:Label}
  372. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  373.  
  374.  
  375. {block:Video}
  376. {Video-500}
  377. {block:Caption}
  378. {Caption}
  379. {/block:Caption}
  380. {/block:Video}
  381.  
  382.  
  383. {block:Audio}
  384. <div class="audio">
  385. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  386. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  387.  
  388. <div class="audio-info">
  389. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  390. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  391. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  392. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  393. </div></div>
  394. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  395. {/block:Audio}
  396.  
  397.  
  398. {block:Answer}
  399. <div style="background-color:#f9f9f9;padding:5px;">
  400. <b>{Asker}:</b> {Question}
  401. </div>
  402. {Answer}
  403. {/block:Answer}
  404.  
  405.  
  406. <div style="font: 10px Inconsolata, Monaco, monospace;border-top:1px solid {color:border};padding-top:5px;margin-top:10px;">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  407. {block:NoteCount} with <a href="{Permalink}">&hearts; {NoteCountWithLabel}</a> {/block:NoteCount} {block:ContentSource} (&copy; <a href="{SourceURL}">{SourceTitle}</a>) {/block:ContentSource}</div><BR>
  408. {block:HasTags} <div class="tags" style="margin-top:-10px;margin-left:-3px;">{block:Tags} <a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  409.  
  410. </div>
  411.  
  412. <div class="bottom"> </div>
  413.  
  414. <div class="space"> </div>
  415.  
  416. {block:PostNotes}
  417. <div class="post">
  418. {PostNotes}
  419. </div>
  420. {/block:PostNotes}
  421.  
  422. {/block:Posts}
  423.  
  424. {block:ContentSource}
  425. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  426. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  427. {/block:SourceLogo}
  428. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  429. {/block:ContentSource}
  430.  
  431. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  432.  
  433. <div id="pagination2">
  434. {block:Pagination}
  435. {block:NextPage}<a href="{NextPage}">+</a> {/block:NextPage} {block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp; / &nbsp;&nbsp;&nbsp;&nbsp; <a href="{PreviousPage}">-</a>{/block:PreviousPage}
  436. {/block:Pagination}
  437. </div>
  438.  
  439. </div>
  440. </div>
  441. </div
  442.  
  443. <div class="footer">
  444.  
  445. </div>
  446.  
  447. </body>
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement