Simply Modern

Simply Modern is fixed width or fluid based on configuration settings.

Download Simply Modern from drupal.org/project/simply_modern. This version is 6.x-1.5 from 2009-Jun-23, a 57.75 KB download.

Blocks

Here is the first change you need to make. By default the Primary Links, Navigation, and User Login blocks are in the Banner Ad region of the theme, right across the top. Go to Administer, Site building , Blocks, and move Primary links to the Suckerfish Menu region. Move the Navigation and User Login blocks to a sidebar. This page uses the right sidebar.

Theme-specific settings

The default settings are used. There appears to be a change in the settings when you first save the settings, even if you do not change any of the settings. The first visit to the configuration page showed the fixed width option switched on but after saving the settings, the fixed width option was off.

Body background settings

Custom body background color:
Leave blank for default. Format as a 3 or 6 character hexadecimal value without "#"
Use custom body background
Upload a custom background image:
Tile custom background image:
Horizontally and vertically (default)
Vertically only
Horizontally only

Masthead settings

Custom masthead background color:
Leave blank for default. Format as a 3 or 6 character hexadecimal value without "#"
Upload a custom masthead image:
Masthead image:
Use default image
Use custom image
Use no image
Tile custom masthead image:
Horizontally and vertically
Vertically only
Horizontally only
Fixed or fluid masthead height: px
Leave blank for fluid height.

Custom CSS file

Upload your own custom CSS file.
Use my custom CSS
Custom CSS file path:
Where on the system is the custom CSS file?
Upload custom CSS file:
Upload a file to use for your custom CSS.
Style: Copper, green, blue (default), black, or red.
Use Fixed Width [] (Default is off)
Fixed Width Size: [960] (default)
Show Breadcrumbs
Use IE PNG Fix
Font Family:
Custom Font-Family Setting:
Include Local Content File
Local Content File Name:
Left Sidebar Width: [250] (default)
Right Sidebar Width: [250] (default)
Sidebar Positions: Two on the left, two on the right, or the default of one on each side.
Use Suckerfish Menus
Specify Custom Logo Size
Logo Width: [100] (default)
Logo Height: [100] (default)

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

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

  • li