Advertisement
Jessicakim

Compacto - theme #014

Oct 15th, 2012
1,901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.66 KB | None | 0 0
  1. <!---- compacto theme made by madarathemes
  2. don't take off the credits
  3. don't steal any code
  4. don't use this theme as a base ---->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <!-- DEFAULTS LINKS -->
  11. <meta name="text:URL 01" content="http://"/>
  12. <meta name="text:URL 01 Title" content="Link 1"/>
  13. <meta name="text:URL 02" content="/"/>
  14. <meta name="text:URL 02 Title" content="Link 2"/>
  15. <meta name="text:URL 03" content="http://"/>
  16. <meta name="text:URL 03 Title" content="Link 3"/>
  17. <meta name="text:ask" content="message"/>
  18.  
  19. <!-- DEFAULTS -->
  20. <meta name="if:Caption" content="1"/>
  21. <meta name="if:Tags" content="0"/>
  22. <meta name="if:Submit" content="1"/>
  23. <meta name="if:Archive" content="1"/>
  24. <meta name="if:Gray Scale" content="0"/>
  25. <meta name="if:Fade Hover" content="0">
  26.  
  27. <!-- DEFAULTS COLORS -->
  28. <meta name="color:Background" content="#f9f9f9"/>
  29. <meta name="color:Scrollbar" content="#999"/>
  30. <meta name="color:Text" content="#000"/>
  31. <meta name="color:Link" content="#a9a9a9"/>
  32. <meta name="color:Link Hover" content="#997744"/>
  33. <meta name="color:Blockquote" content="#d1d1d1"/>
  34. <meta name="color:Postbox" content="#fff"/>
  35. <meta name="color:Postbox wrapper" content="#eee"/>
  36. <meta name="color:Posts wrapper" content="#fff"/>
  37. <meta name="color:Title" content="#777"/>
  38. <meta name="color:Title Hover" content="#000"/>
  39. <meta name="color:Title BG Hover" content="#eee"/>
  40. <meta name="color:Asker Border" content="#eee"/>
  41. <meta name="color:Ask" content="#999"/>
  42. <meta name="color:Asker Link" content="#997744"/>
  43. <meta name="color:Permalink Box" content="#ddd"/>
  44. <meta name="color:Permalink Text" content="#fff"/>
  45. <meta name="color:Sidebar" content="#eee"/>
  46. <meta name="color:Navigation Text" content="#000"/>
  47. <meta name="color:Picture Border" content="#f9f9f9"/>
  48. <meta name="color:Description" content="#666"/>
  49. <meta name="color:Pagination" content="#000"/>
  50. <meta name="color:Selection BG" content="#000"/>
  51. <meta name="color:Selection Text" content="#fff"/>
  52. <meta name="color:Blog Name" content="#999"/>
  53.  
  54. <!-- DEFAULT IMAGE -->
  55. <meta name="image:Background" content=""/>
  56. <meta name="image:Sidebar BG" content=""/>
  57. <meta name="image:Posts wrapper" content=""/>
  58. <meta name="image:PostBox wrapper" content=""/>
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63.  
  64. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfEndlessScrolling}
  65.  
  66. <style type="text/css">
  67.  
  68. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  69.  
  70. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  71.  
  72. @font-face {
  73. font-family: "futura";
  74. src: url('https://dl.dropboxusercontent.com/u/109376002/futura__light_.ttf');
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb {
  78. background-color: {color:Scrollbar};
  79. height:100px;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:5px;
  84. width:5px;
  85. background-color: #fff;
  86. }
  87.  
  88. body {
  89. font-family:calibri;
  90. font-size:11px;
  91. color:{color:Text};
  92. background-color:{color:Background};
  93. background-image:url('{image:Background}');
  94. background-position: fixed;
  95. background-attachment:fixed;
  96. background-repeat:repeat;}
  97.  
  98. ::-moz-selection { color: {color:Selection Text}; background: {color:Selection BG};}
  99. ::selection { color:{color:Selection Text}; background: {color:Selection BG}; }
  100.  
  101.  
  102. a:link,a:active,a:visited {
  103. text-decoration: none;
  104. color: {color:Link};
  105. -webkit-transition: all 0.5s ease-out;
  106. -moz-transition: all 0.5s ease-out;
  107. -o-transition: all 0.5s ease-out;
  108. }
  109.  
  110. a:hover {
  111. color: {color:Link Hover};
  112. -webkit-transition: all 0.5s ease-out;
  113. -moz-transition: all 0.5s ease-out;
  114. -o-transition: all 0.5s ease-out;
  115. }
  116.  
  117. blockquote {
  118. padding: 0px;
  119. padding-left: 5px;
  120. font: 11px arial;
  121. letter-spacing: 1px;
  122. margin-right: 2px;
  123. margin-left: 20px;
  124. border-left: 10px solid {color:Blockquote};
  125. color:{color:Text};
  126. }
  127.  
  128. #entry {width:450px; overflow:hidden; z-index:1;}
  129. #entry img {max-width:400px;
  130. {block:IfGrayScale}{block:IndexPage}filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  131. filter: gray; /* IE6-9 */
  132. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  133. -webkit-transition: all 0.5s ease-in;
  134. -moz-transition: all 0.5s ease-in;
  135. -o-transition: all 0.5s ease-in;{/block:IndexPage}{/block:IfGrayScale}
  136. {block:IfFadeHover}{block:IndexPage}opacity:0.75;
  137. -webkit-transition: all 0.5s ease-in;
  138. -moz-transition: all 0.5s ease-in;
  139. -o-transition: all 0.5s ease-in;{/block:IndexPage}{/block:IfFadeHover}}
  140. #entry img:hover{filter: none; opacity:1; -webkit-filter: grayscale(0%); -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}
  141. #entry blockquote img{max-width:350px;}
  142.  
  143. #postar{
  144. width:475px;
  145. height:480px;
  146. padding-top:5px;
  147. border: 10px solid {color:Postbox wrapper};
  148. border-bottom:25px solid {color:Postbox wrapper};
  149. background-color:{color:Postbox wrapper};
  150. background-image:url('{image:PostBox wrapper}');
  151. background-position: fixed;
  152. background-attachment:fixed;
  153. background-repeat:repeat;
  154. }
  155.  
  156. #wrapper{
  157. width:495px;
  158. height:525px;
  159. padding:25px;
  160. margin-top: 50px;
  161. margin-left: 390px;
  162. background-color:{color:Posts wrapper};
  163. background-image:url('{image:Posts wrapper}');
  164. background-position: fixed;
  165. background-attachment:fixed;
  166. background-repeat:repeat;
  167. }
  168.  
  169. #posts{
  170. float:left;
  171. width: 400px;
  172. padding: 15px;
  173. margin-left:10px;
  174. margin-bottom:5px;
  175. color: {color:Text};
  176. background: {color:Postbox};
  177. }
  178.  
  179. #posts:hover{
  180. {block:IfFadeHover}{block:IndexPage}opacity:1;
  181. -webkit-transition: all 0.5s ease-in;
  182. -moz-transition: all 0.5s ease-in;
  183. -o-transition: all 0.5s ease-in;{/block:IndexPage}{/block:IfFadeHover}}
  184.  
  185. .titulo{
  186. font: 20px 'calibri';
  187. text-align:left;
  188. margin-left:3px;
  189. text-transform:uppercase;
  190. }
  191.  
  192. .titulo a{
  193. color:{color:Title};
  194. text-decoration:none;
  195. -webkit-transition: all 0.5s ease-in;
  196. -moz-transition: all 0.5s ease-in;
  197. -o-transition: all 0.5s ease-in;
  198. }
  199.  
  200. .titulo a:hover{
  201. color:{color:Title Hover};
  202. background:{color:Title BG Hover};
  203. -webkit-transition: all 0.6s ease-in;
  204. -moz-transition: all 0.6s ease-in;
  205. -o-transition: all 0.6s ease-in;
  206. }
  207.  
  208. .linku{
  209. font: 18px 'calibri';
  210. text-align:left;
  211. margin-left:3px;
  212. text-transform:uppercase;
  213. }
  214.  
  215. .linku a{
  216. color:{color:Title};
  217. background:{color:Title BG Hover};
  218. padding:3px;
  219. text-decoration:none;
  220. -webkit-transition: all 0.5s ease-in;
  221. -moz-transition: all 0.5s ease-in;
  222. -o-transition: all 0.5s ease-in;
  223. }
  224.  
  225. .linku a:hover{
  226. color:{color:Title Hover};
  227. background:transparent;
  228. -webkit-transition: all 0.6s ease-in;
  229. -moz-transition: all 0.6s ease-in;
  230. -o-transition: all 0.6s ease-in;
  231. }
  232.  
  233. .quote{
  234. font:16px 'century gothic';
  235. text-align: center;
  236. display:block;
  237. }
  238.  
  239. #asker{
  240. float:left;
  241. background:transparent;
  242. border:5px solid {color:Asker Border};
  243. padding:5px;
  244. border-radius:50px;
  245. margin:0px 5px 15px 3px;
  246. }
  247.  
  248. #ask{
  249. text-align: left;
  250. background: transparent;
  251. position: relative;
  252. font: 11px 'calibri';
  253. color: {color:Ask};
  254. margin-bottom:10px;
  255. min-height:80px;
  256. }
  257.  
  258. .asker{
  259. font:12px 'calibri';
  260. text-transform:uppercase;
  261. letter-spacing:1px;
  262. color:#888;
  263. margin-bottom:4px;
  264. }
  265. .asker a{color:{color:Asker Link}; background:{color:Asker Border};}
  266.  
  267. #photoset{{block:IfGrayScale}{block:IndexPage}filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  268. filter: gray; /* IE6-9 */
  269. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  270. -webkit-transition: all 0.5s ease-in;
  271. -moz-transition: all 0.5s ease-in;
  272. -o-transition: all 0.5s ease-in;{/block:IndexPage}{/block:IfGrayScale}
  273. {block:IfFadeHover}{block:IndexPage}opacity:0.75;
  274. -webkit-transition: all 0.5s ease-in;
  275. -moz-transition: all 0.5s ease-in;
  276. -o-transition: all 0.5s ease-in;{/block:IndexPage}{/block:IfFadeHover}}
  277.  
  278. #photoset:hover{filter: none; opacity:1; -webkit-filter: grayscale(0%); -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;}
  279.  
  280. .data{
  281. padding:5px;
  282. border-top: 3px double {color:Scrollbar};
  283. border-bottom: 3px double {color:Scrollbar};
  284. margin-top: 10px;
  285. font:11px 'consolas';
  286. color:{color:Text};
  287. text-align:right;
  288. margin-bottom:4px;
  289. }
  290.  
  291. ol.notes{
  292. padding: 0px;
  293. margin: 25px 0px;
  294. list-style-type: none;
  295. }
  296.  
  297. #sidebar{
  298. position:fixed;
  299. float:left;
  300. margin-left:233px;
  301. margin-top:15px;
  302. }
  303.  
  304. .side{
  305. width:132px;
  306. padding:15px;
  307. background-color: {color:Sidebar};
  308. background-image:url('{image:Sidebar BG}');
  309. background-position: fixed;
  310. background-attachment:fixed;
  311. background-repeat:repeat;
  312. font: 11px consolas;
  313. color:{color:Description};
  314. text-align:center;
  315. border-radius:25px 0px 0px 25px;
  316. }
  317.  
  318. .descr{
  319. width:140px;
  320. height:135px;
  321. margin-bottom:5px;
  322. overflow: hidden;
  323. transition: all 0.8s ease-out;
  324. -o-transition: all 0.8s ease-out;
  325. -webkit-transition: all 0.8s ease-out;
  326. -moz-transition: all 0.8s ease-out;
  327. }
  328.  
  329. .descr:hover{
  330. min-height: 250px;
  331. transition: all 0.8s ease-out;
  332. -o-transition: all 0.8s ease-out;
  333. -webkit-transition: all 0.8s ease-out;
  334. -moz-transition: all 0.8s ease-out;}
  335.  
  336.  
  337. #image{width:120px; height:120px; background:{color:Picture Border}; padding:6px; margin-bottom:5px;}
  338.  
  339. .links{
  340. width:90px;
  341. height:18px;
  342. font: 22px 'courier new';
  343. letter-spacing:1px;
  344. color:{color:Navigation Text};
  345. text-transform:uppercase;
  346. margin:8px 0px 0px 15px;
  347. padding:5px;
  348. text-align:center;
  349. -webkit-transition: all 0.5s ease-in;
  350. -moz-transition: all 0.5s ease-in;
  351. -o-transition: all 0.5s ease-in;
  352. }
  353.  
  354. .links:hover{
  355. text-shadow: 2px 0 .2px #999, -2px 0 .2px #eee;
  356. margin-left:35px;
  357. -webkit-transform: scale(1.2);
  358. -webkit-transition: all 0.5s ease-in;
  359. -moz-transition: all 0.5s ease-in;
  360. -o-transition: all 0.5s ease-in;
  361. }
  362.  
  363. .page{font-size:24px; margin-top:25px; text-align:center; width: 120px;}
  364. .page a{color: {color:Pagination};}
  365.  
  366. #perma{
  367. margin:10px 0px -15px -15px;
  368. text-align:center;
  369. width:420px;
  370. padding:5px;
  371. font: 11px 'consolas';
  372. color:{color:Permalink Text};
  373. background: {color:Permalink Box};
  374. }
  375.  
  376. .bloggu{
  377. font:28px 'futura';
  378. text-shadow: 2px 0 .2px #fff, -2px 0 .2px #eee;
  379. color:{color:Blog Name};
  380. margin-left:25px;
  381. position:fixed;
  382. left:390px;
  383. top:28px;
  384. text-transform:uppercase;
  385. -webkit-transition: all 0.5s ease-in;
  386. -moz-transition: all 0.5s ease-in;
  387. -o-transition: all 0.5s ease-in;
  388. }
  389.  
  390. {CustomCSS}
  391.  
  392. </style>
  393. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  394. </head>
  395.  
  396. <body>
  397. <div id="top"></div>
  398. <div id="sidebar">
  399. <div class="side">
  400. <div class="descr">
  401. <img src="{PortraitURL-128}" id="image" width="120" height="120">
  402. {description}</div>
  403. <a href="/"><div class="links">home</div></a>
  404. <a href="/ask"><div class="links">{text:ask}</div></a>
  405. {block:IfArchive}<a href="/archive"><div class="links">archive</div></a>{/block:IfArchive}
  406. {block:IfSubmit}<a href="/submit"><div class="links">submit</div></a>{/block:IfSubmit}
  407. {block:IfURL01}<a href="{text:URL 01}"><div class="links">{text:URL 01 Title}</div></a>{/block:IfURL01}
  408. {block:IfURL02}<a href="{text:URL 02}"><div class="links">{text:URL 02 Title}</div></a>{/block:IfURL02}
  409. {block:IfURL03}<a href="{text:URL 03}"><div class="links">{text:URL 03 Title}</div></a>{/block:IfURL03}
  410.  
  411. {block:Pagination}<div class="page">
  412. {block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage}
  413. {block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}</div>{/block:Pagination}
  414. </div></div>
  415.  
  416. <div class="bloggu"><a style="color:{color:Blog Name}" href="/">{title}</a></div>
  417.  
  418. <div id="wrapper">
  419. <div id="postar" style="overflow:auto; line-height:100%">
  420. <table width="40%" border="0">
  421. <tr>
  422. <td align="center">
  423. {block:Posts}
  424. <div id="entry">
  425. <table width="500" border="0">
  426. <tr>
  427. <td>
  428. <div id="posts">
  429.  
  430. {block:Text}
  431. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  432. {Body}
  433. {/block:Text}
  434.  
  435. {block:Photo}
  436. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="500px"/></a>{/block:IndexPage}
  437. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  438. {block:IfCaption} {block:Caption}
  439. {Caption}
  440. {/block:Caption}{/block:IfCaption}
  441.  
  442. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  443. {Caption}
  444. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  445. {/block:Photo}
  446.  
  447. {block:Photoset}
  448.  
  449. <div id="photoset">{Photoset-400}</div>
  450.  
  451. {block:IfCaption} {block:Caption}
  452. {Caption}
  453. {/block:Caption}{/block:IfCaption}
  454.  
  455. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  456. {Caption}
  457. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  458. {/block:Photoset}
  459.  
  460. {block:Quote}
  461. <div class="quote">❝{Quote}❞</div>
  462. {block:Source}
  463. <div align="right">- {Source}</div>
  464. {/block:Source}
  465. {/block:Quote}
  466.  
  467. {block:Link}
  468. <div class="linku"><a href="{URL}" class="link" {Target}>{Name} →</a></div>
  469. {block:Description}
  470. {Description}
  471. {/block:Description}
  472. {/block:Link}
  473.  
  474. {block:Chat}
  475. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  476. <div style="margin-left:16px;">{block:Lines}{block:Label}<b><span style="color:{color:Scrollbar};">{Label}</span></b>{/block:Label} {Line}<br>{/block:Lines}</div>
  477. {/block:Chat}
  478.  
  479. {block:Audio}
  480. {AudioPlayerGrey}
  481.  
  482. {block:Caption}
  483. {Caption}
  484. {/block:Caption}
  485.  
  486. {/block:Audio}
  487.  
  488. {block:Video}
  489.  
  490. {Video-400}
  491.  
  492. {block:IfCaption} {block:Caption}
  493. {Caption}
  494. {/block:Caption}{/block:IfCaption}
  495.  
  496. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  497. {Caption}
  498. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  499. {/block:Video}
  500.  
  501. {block:Answer}
  502.  
  503. <div id="ask" align="right"><div id="asker"><img style="border-radius:50px;" src="{AskerPortraitURL-64}" align="left"></div>
  504. <div class="asker">{Asker} said:</div>❝ {Question} ❞</div>
  505. <div style="border-bottom: 1px dotted {color:Link}; margin-bottom:5px; margin-top:10px;"></div>
  506. {Answer}
  507.  
  508. {/block:Answer}
  509.  
  510. {block:IndexPage}<div id="perma">
  511. <a style="color:{color:Permalink Text};" href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> · <a style="color:{color:Permalink Text};" href="{Permalink}">{NoteCountWithLabel}</a> · <a style="color:{color:Permalink Text};" href="{ReblogURL}" target="_blank">Reblog</a><br>
  512. {block:IfTags}{block:HasTags}{block:Tags}#<a style="color:{color:Permalink Text};" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfTags}
  513. </div>{/block:IndexPage}
  514.  
  515. {block:PermalinkPage}{block:Date}
  516. <div class="data">
  517. {Month} {DayOfMonthWithZero}, {Year} - {12Hour}:{Minutes}{AmPm} [{TimeAgo}]<br>
  518. {NoteCountWithLabel}<br>
  519. {block:RebloggedFrom}
  520. <b>via:</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <br>
  521. <b>source:</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> <br>{/block:RebloggedFrom}
  522. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  523. {/block:Date}
  524.  
  525. {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}</div>
  526. </td>
  527. </tr>
  528. </table>
  529. {block:ContentSource}
  530. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  531. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  532. {/block:SourceLogo}
  533. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  534. {/block:ContentSource}
  535. {block:IndexPage}</div>{block:IfTags}</div>{/block:IfTags}{/block:IndexPage}
  536. {/block:Posts}
  537. </td>
  538. </tr>
  539. </table>
  540. </div>
  541. </div>
  542. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement