Leaderboard block body. This block shows you what a block looks like in the Leaderboard region.
AT Koda
Submitted by Anonymous on Tue, 03/16/2010 - 21:19
AT Koda is a sub-theme of Adaptive Theme. Install Adaptive Theme first.
Download AT Koda from drupal.org/project/at_koda. This version is 6.x-1.x-dev from 2010-Mar-27, a 75.21 KB download.
Regions
The regions are ?.
Validation
Validation as CSS 3 produces the following errors.
URI : http://d-theme.com/sites/all/themes/adaptivetheme/adaptivetheme/css/base...
434 .block-region Property -webkit-border-radius doesn't exist : 6px 6px
435 .block-region Property -moz-border-radius doesn't exist : 6px 6px
826 .fieldset-layout-settings .layouts .form-item, .fieldset-layout-settings .page-width, .fieldset-layout-settings .sidebar-width-left, .fieldset-layout-settings .sidebar-width-right Property -moz-border-radius doesn't exist : 6px 6px
827 .fieldset-layout-settings .layouts .form-item, .fieldset-layout-settings .page-width, .fieldset-layout-settings .sidebar-width-left, .fieldset-layout-settings .sidebar-width-right Property -webkit-border-radius doesn't exist : 6px 6px
URI : http://d-theme.com/sites/all/themes/at_koda/css/theme/starter.css?l
26 #leaderboard, #secondary-content, #content-top, #content-aside, #content-bottom #tertiary-content, #footer, #footer-region Property zoom doesn't exist : 1 1
URI : http://d-theme.com/sites/all/themes/at_koda/css/theme/theme.css?l
486 #footer Property -moz-border-radius doesn't exist : 3px 3px
487 #footer Property -webkit-border-radius doesn't exist : 3px 3px
Validation as the older CSS 2.1 produces the following errors.
URI : http://d-theme.com/sites/all/themes/adaptivetheme/adaptivetheme/css/base...
419 Unknown pseudo-element or pseudo-class :last-child
419 Unknown pseudo-element or pseudo-class :last-child
434 .block-region Property -webkit-border-radius doesn't exist : 6px 6px
435 .block-region Property -moz-border-radius doesn't exist : 6px 6px
436 .block-region Property border-radius doesn't exist in CSS level 2.1 but exists in : 6px 6px
826 .fieldset-layout-settings .layouts .form-item, .fieldset-layout-settings .page-width, .fieldset-layout-settings .sidebar-width-left, .fieldset-layout-settings .sidebar-width-right Property -moz-border-radius doesn't exist : 6px 6px
827 .fieldset-layout-settings .layouts .form-item, .fieldset-layout-settings .page-width, .fieldset-layout-settings .sidebar-width-left, .fieldset-layout-settings .sidebar-width-right Property -webkit-border-radius doesn't exist : 6px 6px
URI : http://d-theme.com/sites/all/themes/at_koda/css/theme/starter.css?l
26 #leaderboard, #secondary-content, #content-top, #content-aside, #content-bottom #tertiary-content, #footer, #footer-region Property zoom doesn't exist : 1 1
URI : http://d-theme.com/sites/all/themes/at_koda/css/theme/theme.css?l
486 #footer Property -moz-border-radius doesn't exist : 3px 3px
487 #footer Property -webkit-border-radius doesn't exist : 3px 3px
488 #footer Property border-radius doesn't exist in CSS level 2.1 but exists in : 3px 3px
The theme can have a sidebar each side, both on the left, or both on the right. When there is a sidebar on the left, there are improperly nested headings because a h2 in the sidebar appears before the h1 in the content.
Example HTML
Here are example HTML elements to see how they are formatted by this theme.
<a href="?x">link 1</a>: link 1 This is a test of a link you have not visited. See how links are highlighted. Hover your mouse over this link to see any hover effects that might be used then select the link to see the link displayed as visited.
<a href="?y">link 2</a>: link 2 Leave this link unselected as a comparison link you have not visited.
<abbr title="abbreviation">abbr</abbr>: abbreviation
<acronym title="Cyclic Redundancy Checksum">CRC</acronym>: CRC
<blockquote cite="http://d-theme.com/blockquote" title="Example title">blockquote</blockquote>:
blockquote
<cite>cite</cite>: cite
<code>code</code>: code
<div>div</div>:
<form> and <input>: The the comments form at the end of this page (if you are logged in).
<em>em</em>: em
<h1>h1</h1> is usually the top heading in the page. Repeating h1 in this test would break heading nesting.
<h2>h2</h2>:
h2
<h3>h3</h3>:
h3
<h4>h4</h4>:
h4
<h5>h5</h5>:
h5
<h6>h6</h6>:
h6
<hr />:
<ol><li>li</li></ol>:
- li
<p>paragraph</p>: paragraph
<pre>.h3
{
font-size: 1.17em;
}</pre>
.h3
{
font-size: 1.17em;
}
<q>quote</q>: quote
<span>span</span>: span
<strong>strong</strong>: strong
<table><thead><tr><td>th1</td><td>th2</td></tr></thead>
<tbody>
<tr><td>td1</td><td>td2</td></tr>
<tr><td>td3</td><td>td4</td></tr>
</tbody>
</table>:
th1th2
td1td2
td3td4
<ul><li>li</li><li>li</li></ul>:
- li
- li
CSS 2.1
Drupal 6 Site Builder Solutions
