Django Web Style Guide

Updated December 15, 2014

This styleguide is a reference to maintain a design standard on djangoproject.com and related Django websites. It is meant to provide a source of available elements, and give insight into which elements to use where.

It is best practice to use elements from this guide to serve any design needs before introducing new elements. If new elements must be introduced to accommodate new content, please be mindful of the guidelines here and take the liberty to update the guide.

Page Layout

Sidebar left

A sidebar on the left side of the page is the default layout, and used for most pages. This layout is used when the sidebar is used mainly for navigating.

Sidebar right

A sidebar on the right side of the page should be used to show additional, secondary content.

Single column

Single column layout should be used for single-purpose pages, such as marketing pages, landing pages, or other pages where the attention of the user should be intentionally narrowed. The column is purposefully limited to 740px to keep text line-lengths at a nice, readable width.

Responsive

Djangoproject.com uses responsive styles to scale the above layouts to fit desktop and tablet browsers comfortably. When visited on a mobile device, all layouts are condensed to single-column. Mobile styles are purposefully not loaded on desktop, for example, when the browser window is scaled very small.

Colors

Primary colors

Colors used for main text, links and backgrounds. Hover each swatch to see the corresponding SASS variable name.

Secondary colors

Colors used for hover states, alternate texts, borders, etc. These are mostly slight variations of the primary colors to be paired.

Typography

The djangoproject.com website is set in both serif and sans-serif fonts. The serif font is Palatino, which is widely available as a system font. The sans-serif font is Roboto, a web font that is loaded via Google Fonts. 5 styles of this typeface are loaded, Light (300), Normal (400), Normal Italic, Bold (700) and Bold Italic. Refrain from using weights and italics that are not loaded.

For documentation styles, the monospace font is Inconsolata. Normal (400) and Bold (700) weights are available.

Main content

Copy Banner text - 32px Roboto Light

H1 Header - 32px Roboto Normal

H2 Header - 24px Roboto Normal

H3 Header - 20px Roboto Bold

H4 Header - 16px Roboto Bold

H5 Header - 16px Roboto Normal

Serif paragraph type. Palatino font style should be used for all text copy, except for the documentation and in sidebars.

Monospace type. Used exclusively in documentation and code examples.

Secondary content

H1 Header - 28px Roboto Normal

H2 Header - 20px Roboto Normal

H3 Header - 18px Roboto Normal

H4 Header - 16px Roboto Bold

Sans-serif paragraph type. Roboto font is used in documentation paragraph text, sidebars, headers, and footers.

Icons

Djangoproject.com makes use of Font Awesome for any icons throughout the interface. This all-inclusive webfont icon set eliminates the need to design icons for specific purposes, and keeps the icon language consistent throughout.

Page Elements

Buttons

Call to action buttons are used throughout the site, to focus users' attention on important flows of the site. An outline version is used when the call to action is less important.

Call to action Button outline

Forms

General forms

Inline field forms

Lists

List links

See all News

List links small

See all News

List collapsing

Back to Top