Advertisement
feiinho

Theme Corbel By Max Davis. http://themaxdavis.t

Jul 9th, 2011
3,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.40 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"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3.  
  4. <!--
  5.  
  6.  
  7.      Theme Corbel
  8.      By Max Davis.
  9.      http://themaxdavis.tumblr.com  
  10.  
  11.  
  12. -->
  13.  
  14.  
  15. <html lang="en">
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  18. <meta name="viewport" content="width=820" />
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:center" content="#ffffff"/>
  21. <meta name="color:title" content="#000000"/>
  22. <meta name="color:text" content="#acacac"/>
  23. <meta name="color:Description" content="#acacac"/>
  24. <meta name="color:link" content="#000000"/>
  25. <meta name="color:hover" content="#DFDFDF"/>
  26. <meta name="color:border" content="#fff"/>
  27. <meta name="color:permalink" content="#00e0FF"/>
  28. <meta name="color:permalink background" content="#000000"/>
  29.  
  30. <meta name="image:background" content="" />
  31. <meta name="image:sidebar" content="" />
  32.  
  33. <meta name="if:infinite scrolling" content="1"/>
  34. <meta name="if:show random" content="1"/>
  35. <meta name="if:show archive" content="1"/>
  36. <meta name="if:search" content="0"/>
  37. <meta name="if:show reblog link" content="1"/>
  38. <meta name="if:show caption" content="0"/>
  39.  
  40. <meta name="text:Ask Title" content="" />
  41. <meta name="text:previous page title" content="Previous page"/>
  42. <meta name="text:next page title" content="Next page"/>
  43. <meta name="text:Link One" content="" />
  44. <meta name="text:Link One Title" content="" />
  45. <meta name="text:Link Two" content="" />
  46. <meta name="text:Link Two Title" content="" />
  47. <meta name="text:Link Three" content="" />
  48. <meta name="text:Link Three Title" content="" />
  49.  
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  54. {PostSummary} - {/block:PostSummary}{Title}</title>
  55. {block:ifinfinitescrolling}
  56. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  57. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js" type="text/javascript"></script>
  58. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  59. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  60.  
  61.  
  62. <style type="text/css">
  63. iframe#tumblr_controls {right:3px !important; position: fixed !important;}
  64. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  65.  
  66. body {
  67.   margin: 0px;
  68.   background-color:{color:background};
  69.   background-image:url({image:Background});
  70.   background-attachment: fixed;
  71.   background-position:top left;
  72.   background-repeat: repeat;
  73.   font-family: tahoma, helvetica;
  74.   font-size: 10px;
  75.   line-height:11px;
  76.   color: {color:text};}
  77.  
  78. p {margin:0px; margin-top:5px;}
  79. a {text-decoration: none; color: {color:Link}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  80. a:hover{ text-decoration: none; color: {color:Hover}; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; transition: all 0.1s ease-out;}
  81. a:active{outline: none;}
  82. a:focus{-moz-outline-style: none;}
  83. :-moz-any-link:focus{outline: none;}
  84. strong{font-weight: bold; color:#000;}
  85. b{font-weight: bold;}
  86. img{border:none;}
  87. div#center a:hover{padding: 5px}
  88.  
  89. .permalink{
  90. position:absolute;
  91. float:right;
  92. margin:10px 0px 25px 0px;
  93. text-align:center;
  94. -moz-transition: all 0.5s ease-out;
  95. -o-transition: all 0.5s ease-out;
  96. -webkit-transition: all 0.5s ease-out;  
  97. transition: all 0.5s ease-out;}
  98.  
  99. .permalink a{color:{color:Link};}
  100. .permalink a:hover{color:{color:Hover};}
  101. div#center{
  102.   padding: 5px;
  103.   width:500px;
  104.   margin-top: 20px;
  105.   background: {color:center};}
  106.  
  107. div#entry-deux{
  108.   width:1500px;
  109.   border-bottom :1px solid {color:border};
  110.   margin-bottom: 15px;}
  111.  
  112. div#content{
  113.   margin: 0px auto 0px;
  114.   width:1000px;
  115.   padding: 5px;
  116.   padding-bottom: 0px;
  117.   padding-left: 0px}
  118.  
  119. div.sidebar {
  120.   position:relative;
  121.   margin-center: 0px;
  122.   margin-top: 40px;
  123.   padding: 5px;
  124.   padding-bottom: 100px;
  125.   z-index: 1000;
  126.   width: 1350px;
  127.   height:auto;
  128.   background-color: {color:center};
  129.   border-bottom :1px solid {color:border};
  130.   color: {color:text};
  131.   color-link: {color:link};}
  132.  
  133. .sidebarlink { color: {color:link}; cursor:pointer; margin-left: 0px; letter-spacing: 0.3px; position:relative; font-style:normal; text-align: left; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  134. .sidebarlink a:hover { padding-left: 50px; color: {color:hover} -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  135.  
  136. #postnotes{text-align: justify;}
  137. #postnotes blockquote{border: 0px;}
  138. .title{text-transform:uppercase; text-align:left; font-size:14px; line-height: 14px; letter-spacing:1px; color:{color:title};}
  139. .title2{text-transform:uppercase; margin-top: -10px; font-size:12px; letter-spacing:1px; color:{color:title};}
  140. blockquote{padding:0px 0px 2px 5px; margin:0px 0px 2px 1px;}
  141. blockquote p, ul{margin:0px; padding:0px; }
  142. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  143. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  144. .user_7 .label, .user_8 .label, .user_9 .label {color:#969696;}
  145. div#entry-deux .permalink1{margin-bottom:0px; width:500px; height: 0px; padding-top: 5px; margin-top: -10px; position:absolute; background-color:{color:permalink background}; color:{color:permalink}; overflow:hidden; font-size:10px; text-align:center; letter-spacing:0.6px; line-height:20px; white-space:nowrap; opacity: 0.0; -webkit-transition: all .5s linear; -moz-transition:  all .5s linear; transition:  all 0.5s linear;}
  146. div#entry-deux .permalink1 a{color:{color:permalink};}
  147. div#entry-deux .permalink1 a:hover{ color:{color:permalink}; opacity: 0.6; -webkit-transition: all .3s linear; -moz-transition:  all .3s linear; transition:  all 0.3s linear;}
  148. div#entry-deux:hover .permalink1{ width: 500px; height: 25px; padding-bottom: 50%; overflow:visible; -webkit-transition: opacity 0.7s linear; opacity: 0.8; -webkit-transition: all .2s linear; -moz-transition:  all .2s linear; transition:  all 0.2s linear;}
  149.  
  150. .search2{color: #000; padding-top:3px; padding-bottom:3px; cursor:pointer; margin: 0px; line-height: 18px; letter-spacing: 0.3px; position:relative; font-weight:bold; width: 190px; margin-top: -2px; border: 0px!important;  text-transform:uppercase; text-align:center; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; transition: all 1s ease-out;}
  151. .search2:hover {color: #fff; background-color:#000; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; transition: all 0.1s ease-out;}
  152. .search {color: {color:link}; cursor:pointer; margin-left: 0px; letter-spacing: 0.3px; position:relative; font-style:normal; text-align: left; margin-left: -1px;  margin-top: -1px; border: 0px!important;  padding: 0px 0px; background-color: {color:center}; cursor:text; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  153. .search:hover {padding-left: 0px; color: {color:hover} -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  154. div.padd {
  155.    width: 100%;
  156.    line-height: 11px;
  157.    padding-top: 0px;
  158.    padding-left: 5px;
  159.    margin: 0px;}
  160.  
  161. #answer{
  162.    margin-top: 10px;
  163.    margin-left: -34px;}
  164. {CustomCSS}
  165. </style>
  166. </head>
  167.  
  168. <body>
  169. <div id="content">
  170.       <div class="sidebar">
  171.            {block:IfSidebarImage}
  172.            <img src="{image:Sidebar}" width=200px/><br><br>
  173.            <a href="/" class="title2"><center>{title}</center></a><br>
  174.            {/block:IfSidebarImage}
  175.  
  176.            {block:IfNotSidebarImage}
  177.            <img src="{PortraitURL-64}" align="left">
  178.            <div style="margin-left: 5px;"><a href="/" class="title2">{title}</a></div>
  179.            {/block:IfNotSidebarImage}
  180.  
  181.            {block:IfNotSidebarImage}
  182.            <div style="margin-top: 60px;">
  183.            {/block:IfNotSidebarImage}
  184.  
  185.            <div style="color: {color:Description};">{description}</div><br>
  186.  
  187.            <div class="sidebarlink">
  188.            {block:ifLinkOneTitle}
  189.            <a href="{text:Link One}">{text:Link One Title}</a><br>
  190.            {/block:ifLinkOneTitle}
  191.  
  192.            {block:ifLinkTwoTitle}  
  193.            <a href="{text:Link Two}" class="nav_head">{text:Link Two Title}</a><br>
  194.            {/block:ifLinkTwoTitle}
  195.  
  196.            {block:ifLinkThreeTitle}  
  197.            <a href="{text:Link Three}">{text:Link Three Title}</a><br>
  198.            {/block:ifLinkThreeTitle}
  199.  
  200.            {block:AskEnabled}<a href="/ask">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a>{/block:AskEnabled}<br>
  201.  
  202.            {block:ifshowrandom}<a href="/random">Random</a><br>{/block:ifshowrandom}
  203.            {block:ifshowarchive}<a href="/archive">Archive</a><br>{/block:ifshowarchive}
  204.  
  205.            {block:HasPages}{block:Pages}
  206.            <a href="{URL}">{Label}</a>
  207.            {/block:Pages}{/block:HasPages}<br>
  208.  
  209.            <a href="http://maxdavis-themes.tumblr.com/corbel">Theme</a><br></div><br><br>
  210.  
  211.            {block:Ifsearch}
  212.            <div id="search" class="side pad">
  213.            <form action="/search" method="get" style="height: 20px;">
  214.            <input type="text" class="search" name="q" value="Search" placeholder="Search" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}"/>
  215.            </form></div>
  216.            {/block:Ifsearch}
  217.            {block:IfNotSidebarImage}</div>{/block:IfNotSidebarImage}
  218.  
  219.            {block:ifinfinitescrolling}
  220.            <div style="margin-top: 50px; text-align:center;">
  221.            Theme made by <a href="http://themaxdavis.com/">Max Davis</a>.
  222.            </div>
  223.            {/block:ifinfinitescrolling}
  224.            {block:ifNOTinfinitescrolling}
  225.            <div style="margin-top: 50px; text-align:center;">
  226.            {block:Pagination}
  227.            {block:PreviousPage}
  228.            <a href="{PreviousPage}">{text:previous page title}&nbsp;&nbsp;</a>
  229.            {/block:PreviousPage}
  230.            {block:JumpPagination length="5"}
  231.            {block:CurrentPage}
  232.            <span class="current_page">{PageNumber}</span>
  233.            {/block:CurrentPage}
  234.            {block:JumpPage}
  235.            <a class="jump_page" href="{URL}">{PageNumber}</a>
  236.            {/block:JumpPage}
  237.            {/block:JumpPagination}
  238.            {block:NextPage}
  239.            <a href="{NextPage}">&nbsp;&nbsp;{text:next page title}</a>
  240.            {/block:NextPage}
  241.            {/block:Pagination}<br>
  242.            </div>
  243.            {/block:ifNOTinfinitescrolling}
  244.          </center>
  245.          </div><!-- End Siderbar -->
  246.  
  247.  
  248. <div id="center">
  249. {block:Posts}
  250.  
  251. <div id="entry-deux">
  252. {block:IndexPage}
  253. <div class="permalink">
  254. <span class="permalink1">
  255. {block:Date}
  256. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>
  257. <a>&nbsp;&nbsp;|&nbsp;&nbsp;</a>{/block:NoteCount}
  258. <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{ShortYear}</a>
  259. <a>&nbsp;&nbsp;|&nbsp;&nbsp;</a>
  260. <a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a>
  261. {block:ifshowrebloglink}<a>&nbsp;&nbsp;|&nbsp;&nbsp;</a><a href="{ReblogURL}" target="_blank">reblog
  262. </a>{/block:ifshowrebloglink}
  263. {/block:Date}
  264. </span></div>
  265. {/block:IndexPage}
  266.  
  267. {block:Text}
  268. {block:Title}<span class="title">{Title}</span>{/block:Title}
  269. <span class="entrytext">{Body}</span>
  270. {/block:Text}
  271.  
  272. {block:Link}
  273. <a href="{URL}" class="title">{Name}</a>
  274. {block:Description}{Description}{/block:Description}
  275. {block:Link}
  276.  
  277. {block:Answer}
  278. <table width="100%" border="0px" cellpadding="0" cellspacing="0">
  279. <tbody style="border-spacing: 0px;">
  280. <td width="30px" style="vertical-align: top; width: 30px; padding: 0px;">
  281. <img height="30px" width="30px" style="padding: 0px; margin: 0px;" src="{AskerPortraitURL-30}"/></td><td>
  282. <div class="padd" width="100%" style="margin-left:;">
  283. {Asker} asked:<br>
  284. {Question}<br><div id="answer"><em>{Answer}</em></div><br><br>
  285. </div></td></tr></tbody></table>
  286. {/block:Answer}
  287.  
  288. {block:Photo}
  289. <div align='left'><div class='posttitle'><b>PHOTO</b></div></div>
  290. <a title="" href="{ReblogURL}"> reblog</a>
  291. <img src="http://img641.imageshack.us/img641/9808/image2ec.png"><a title="" href="{Permalink}">{NoteCount} notes</a>
  292. {block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
  293. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  294. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  295. {block:IndexPage}</a>{/block:IndexPage}
  296. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  297. {block:Caption}{Caption}{/block:Caption}
  298. <div style="float:right;" class="details">
  299. {block:IndexPage}<a href="{ReblogURL}" target="_blank"> &larr; REBLOG</a>{/block:IndexPage}
  300. </div>
  301. {/block:Photo}
  302.  
  303. {block:Quote}
  304. <center><span class="title">{Quote}</span><br>
  305. {block:Source}{Source}{/block:Source}</center>
  306. {/block:Quote}
  307.        
  308. {block:Chat}
  309. {block:Title}<span class="title" color="{color:link}">{Title}</span>{/block:Title}
  310. <ul class="chat">
  311. {block:Lines}
  312. <li class="user_{UserNumber}>
  313. {block:Label}
  314. <span class="label">{Label}</span>
  315. {/block:Label}
  316. {Line}</li>{/block:Lines}</ul>
  317. {/block:Chat}
  318.  
  319. {block:Audio}
  320. <center><div style="width:400px; height:20px;">
  321. <div style="float:left">{AudioPlayerWhite}</div>
  322. <div style="margin-top:8px; float:right;"><small>
  323. {FormattedPlayCount} plays {block:ExternalAudio} //
  324. <a href="{ExternalAudioURL}">Download?</a>
  325. {/block:ExternalAudio}</small></div></div></center><br>
  326. {block:Caption}{Caption}{/block:Caption}
  327. {/block:Audio}
  328.        
  329. {block:Video}
  330. <center>{Video-500}<br>{block:Caption}{Caption}{/block:Caption}</center>
  331. {/block:Video}
  332.  
  333.               <br>
  334.               </div><!-- End entry-deux -->
  335.  
  336.                  {block:PostNotes}
  337.                     <center>
  338.                  {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  339.  
  340.                  {block:HasTags}
  341.                     tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>
  342.                  {/block:HasTags}
  343.  
  344.                  {block:RebloggedFrom}
  345.                  reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  346.                  originally posted by
  347.                  <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  348.                  </center></span>
  349.                  <br><div id="postnotes">{PostNotes}</div><br>
  350.                  {/block:PostNotes}<br>
  351.  
  352.                     {block:SearchPage}
  353.                     <div class="post">
  354.                     <h2 style="text-align: center;">search results for "{SearchQuery}"<br>
  355.                     {block:NoSearchResults}no results found{/block:NoSearchResults}</h2>
  356.                     </div>
  357.                     {/block:SearchPage}
  358.  
  359.               {/block:Posts}
  360.  
  361.  
  362.  
  363.                  {block:ifNOTinfinitescrolling}
  364.                  <div style="margin-top: 20px; margin-bottom: 10px; text-align:center;">
  365.                  Theme made by <a href="http://themaxdavis.com/">Max Davis</a>.
  366.                  </div>
  367.                  {/block:ifNOTinfinitescrolling}
  368.  
  369.  
  370.  
  371.               </div><!-- End Center -->
  372.               </div><!-- End Content -->
  373. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement