C-N-U Zen Theme Notes

This page is a bunch of snippets from the D6 Zen-based C-N-U Theme CSS file for reference in building a D7 replacement.

body
{
margin: 0;
padding: 10px;
background-color: #eefae5 /* A very pale green */
}

————————————————————————————————-

#header-inner
{
background-image:
url(‘/sites/all/themes/cnu/images/CandyRide.png’);
background-repeat: repeat-x
}

————————————————————————————————-

.breadcrumb /* The path to the current page in the form of a list of links */
{
padding-bottom: 0; /* Undo system.css */
font-size: 75%; /* Make breadcrumb smaller */
}

————————————————————————————————-

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */
{
margin: 0;
color: #438444 /* Font dark green */;
}

————————————————————————————————-

/** sidebar-left **/
#sidebar-left
{
}

#sidebar-left-inner
{
background-color: #DAEFC9 /** A mid-green **/
}

————————————————————————————————-

/** sidebar-right **/
#sidebar-right
{
}

#sidebar-right-inner
{
background-color: #DAEFC9 /** A mid-green **/
}

————————————————————————————————-

/** footer **/
#footer
{
}

#footer-inner
{
text-align: center;
font-size: 70%
}

#footer-message /* Wrapper for the footer message from Drupal’s “Site information”
and for any blocks placed in the footer region */
{
}

————————————————————————————————-

#footer-inner
{
text-align: center;
font-size: 70%
}