Black Mamba
Download Black Mamba from drupal.org/project/black_mamba. This version is 6.x-1.4 from 2009-Sep-19, a 192.48 KB download.
The W3C and Total Validator agree this theme is XHTML 1.0 Strict. Total Validator passes this theme as WCAG level A but not at level AA due to improperly nested headings.
<h2 class="title block-title pngfix">User login</h2>
Cynthia Says this theme is WAI compliant as far as a computer can check. Wave did not detect accessibility errors.
Validation as CSS 3 produces the following errors.
URI : http://d-theme.com/sites/all/themes/black_mamba/style.css?n
284 #search-box Property -moz-border-radius-bottomleft doesn't exist : 12px
285 #search-box Property -moz-border-radius-bottomright doesn't exist : 12px
286 #search-box Property -webkit-border-bottom-left-radius doesn't exist : 10px
287 #search-box Property -webkit-border-bottom-right-radius doesn't exist : 10px
306 #search-box input.form-submit Property -moz-border-radius doesn't exist : 0
307 #search-box input.form-submit Property -moz-outline-radius doesn't exist : 0
308 #search-box input.form-submit Property -webkit-border-radius doesn't exist : 0
987 #sidebar-first h2.block-title Property -moz-border-radius-topleft doesn't exist : 3px
988 #sidebar-first h2.block-title Property -moz-border-radius-topright doesn't exist : 3px
989 #sidebar-first h2.block-title Property -webkit-border-top-left-radius doesn't exist : 4px
990 #sidebar-first h2.block-title Property -webkit-border-top-right-radius doesn't exist : 4px
1000 #sidebar-last h2.block-title Property -moz-border-radius-topleft doesn't exist : 3px
1001 #sidebar-last h2.block-title Property -moz-border-radius-topright doesn't exist : 3px
1002 #sidebar-last h2.block-title Property -webkit-border-top-left-radius doesn't exist : 4px
1003 #sidebar-last h2.block-title Property -webkit-border-top-right-radius doesn't exist : 4px
1013 #postscript-wrapper h2.block-title Property -moz-border-radius-topleft doesn't exist : 3px
1014 #postscript-wrapper h2.block-title Property -moz-border-radius-topright doesn't exist : 3px
1015 #postscript-wrapper h2.block-title Property -webkit-border-top-left-radius doesn't exist : 4px
1016 #postscript-wrapper h2.block-title Property -webkit-border-top-right-radius doesn't exist : 4px
1025 #sidebar-first div.block div.content, #sidebar-last div.block div.content, #postscript-wrapper div.block div.content Property -moz-border-radius-bottomleft doesn't exist : 6px
1026 #sidebar-first div.block div.content, #sidebar-last div.block div.content, #postscript-wrapper div.block div.content Property -moz-border-radius-bottomright doesn't exist : 6px
1027 #sidebar-first div.block div.content, #sidebar-last div.block div.content, #postscript-wrapper div.block div.content Property -webkit-border-bottom-left-radius doesn't exist : 4px
1028 #sidebar-first div.block div.content, #sidebar-last div.block div.content, #postscript-wrapper div.block div.content Property -webkit-border-bottom-right-radius doesn't exist : 4px
1488 select.form-select, input.form-text, textarea.form-textarea Property -moz-border-radius doesn't exist : 4px
1489 select.form-select, input.form-text, textarea.form-textarea Property -webkit-border-radius doesn't exist : 4px
1514 input.form-submit, input.teaser-button Property -moz-border-radius doesn't exist : 4px
1515 input.form-submit, input.teaser-button Property -moz-outline-radius doesn't exist : 4px
1516 input.form-submit, input.teaser-button Property -webkit-border-radius doesn't exist : 4px
1701 div.messages Property -moz-border-radius doesn't exist : 6px
1702 div.messages Property -webkit-border-radius doesn't exist : 6px
1776 #comments h2.comments Property -moz-border-radius-topleft doesn't exist : 3px
1777 #comments h2.comments Property -moz-border-radius-topright doesn't exist : 3px
1778 #comments h2.comments Property -webkit-border-top-left-radius doesn't exist : 4px
1779 #comments h2.comments Property -webkit-border-top-right-radius doesn't exist : 4px
Validation as CSS 2.1 produces all those errors plus more.
URI : http://d-theme.com/sites/all/themes/black_mamba/style.css?n
986 #sidebar-first h2.block-title Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : #545454 1px 1px
999 #sidebar-last h2.block-title Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : #545454 1px 1px
1012 #postscript-wrapper h2.block-title Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : #545454 1px 1px
1060 body.layout-main-last #sidebar-last h2.block-title Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : none
1258 #primary-menu ul.menu li ul Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 0.9
1376 .breadcrumbown a Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : 2px 2px 1px #ffffff
1774 #comments h2.comments Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : #545454 1px 1px
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>blockquote</blockquote>:
blockquote
<cite>cite</cite>: cite
<code>code</code>: code
<div>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>:
<ul><li>li</li><li>li</li></ul>: