Polpo

Polpo is fluid width and aimed at use in the administration section of Drupal.

Download Polpo from drupal.org/project/polpo. This version is 6.x-1.1 from 2010-Apr-09, a 41 KB download.

Regions

The available regions are content, sidebar, and footer.

Validation

This theme validates as XHTML 1.0 Strict then fails WCAG validation due to the following error.
[WCAG v1 1.1 (A), US-508-a] Is the 'alt' text deliberately empty?
<img src="/sites/default/files/logo.gif" alt="" id="logo" />

Validation against the CSS 3 standard produces the following errors.
URI : http://d-theme.com/sites/all/themes/polpo/css/css3.css?g
19 #statusbar .help, #statusbar .messages, fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea Property -moz-border-radius doesn't exist : 4px 4px
20 #statusbar .help, #statusbar .messages, fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea Property -webkit-border-radius doesn't exist : 4px 4px
25 .resizable-textarea textarea.form-textarea Property -moz-border-radius-topright doesn't exist : 4px 4px
26 .resizable-textarea textarea.form-textarea Property -webkit-border-top-right-radius doesn't exist : 4px 4px
28 .resizable-textarea textarea.form-textarea Property -moz-border-radius-topleft doesn't exist : 4px 4px
29 .resizable-textarea textarea.form-textarea Property -webkit-border-top-left-radius doesn't exist : 4px 4px
31 .resizable-textarea textarea.form-textarea Property -moz-border-radius-bottomright doesn't exist : 0 0
32 .resizable-textarea textarea.form-textarea Property -webkit-border-bottom-right-radius doesn't exist : 0 0
34 .resizable-textarea textarea.form-textarea Property -moz-border-radius-bottomleft doesn't exist : 0 0
35 .resizable-textarea textarea.form-textarea Property -webkit-border-bottom-left-radius doesn't exist : 0 0
41 .resizable-textarea .grippie Property -moz-border-radius-bottomright doesn't exist : 4px 4px
42 .resizable-textarea .grippie Property -webkit-border-bottom-right-radius doesn't exist : 4px 4px
44 .resizable-textarea .grippie Property -moz-border-radius-bottomleft doesn't exist : 4px 4px
45 .resizable-textarea .grippie Property -webkit-border-bottom-left-radius doesn't exist : 4px 4px

Validation against the older CSS 2.1 standard produces the following errors.

URI : http://d-theme.com/sites/all/themes/polpo/css/css3.css?g
18 #statusbar .help, #statusbar .messages, fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea Property border-radius doesn't exist in CSS level 2.1 but exists in : 4px 4px
19 #statusbar .help, #statusbar .messages, fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea Property -moz-border-radius doesn't exist : 4px 4px
20 #statusbar .help, #statusbar .messages, fieldset, input.form-text, input.form-submit, .teaser-button, textarea.form-textarea Property -webkit-border-radius doesn't exist : 4px 4px
24 .resizable-textarea textarea.form-textarea Property border-top-right-radius doesn't exist in CSS level 2.1 but exists in : 4px 4px
25 .resizable-textarea textarea.form-textarea Property -moz-border-radius-topright doesn't exist : 4px 4px
26 .resizable-textarea textarea.form-textarea Property -webkit-border-top-right-radius doesn't exist : 4px 4px
27 .resizable-textarea textarea.form-textarea Property border-top-left-radius doesn't exist in CSS level 2.1 but exists in : 4px 4px
28 .resizable-textarea textarea.form-textarea Property -moz-border-radius-topleft doesn't exist : 4px 4px
29 .resizable-textarea textarea.form-textarea Property -webkit-border-top-left-radius doesn't exist : 4px 4px
30 .resizable-textarea textarea.form-textarea Property border-bottom-right-radius doesn't exist in CSS level 2.1 but exists in : 0 0
31 .resizable-textarea textarea.form-textarea Property -moz-border-radius-bottomright doesn't exist : 0 0
32 .resizable-textarea textarea.form-textarea Property -webkit-border-bottom-right-radius doesn't exist : 0 0
33 .resizable-textarea textarea.form-textarea Property border-bottom-left-radius doesn't exist in CSS level 2.1 but exists in : 0 0
34 .resizable-textarea textarea.form-textarea Property -moz-border-radius-bottomleft doesn't exist : 0 0
35 .resizable-textarea textarea.form-textarea Property -webkit-border-bottom-left-radius doesn't exist : 0 0
40 .resizable-textarea .grippie Property border-bottom-right-radius doesn't exist in CSS level 2.1 but exists in : 4px 4px
41 .resizable-textarea .grippie Property -moz-border-radius-bottomright doesn't exist : 4px 4px
42 .resizable-textarea .grippie Property -webkit-border-bottom-right-radius doesn't exist : 4px 4px
43 .resizable-textarea .grippie Property border-bottom-left-radius doesn't exist in CSS level 2.1 but exists in : 4px 4px
44 .resizable-textarea .grippie Property -moz-border-radius-bottomleft doesn't exist : 4px 4px
45 .resizable-textarea .grippie Property -webkit-border-bottom-left-radius doesn't exist : 4px 4px
URI : http://d-theme.com/sites/all/themes/polpo/css/forms.css?g
42 Unknown pseudo-element or pseudo-class :nth-child
46 Unknown pseudo-element or pseudo-class :last-child
47 Unknown pseudo-element or pseudo-class :last-child

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>:

  1. 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>:

th1 th2
td1 td2
td3 td4

<ul><li>li</li><li>li</li></ul>:

  • li
  • li
CSS 2.1: 
off

Content block body. This block shows you what a block looks like in the content region.

User login

Sidebar block body. This block shows you what a block looks like in the sidebar region. Image of Cracking Drupal: A Drop in the Bucket Cracking Drupal: A Drop in the Bucket