Giter VIP home page Giter VIP logo

pirobase's Introduction

$Id: README.txt,v 1.0 2011/4/28 00:32:00 pirog Exp $


THIS IS A VARIATION OF THE CLEAN THEME THE CLEAN THEME DOCUMENTATION FOLLOWS 
BELOW

AUTHOR/MAINTAINERS
------------------

Clean theme was created and is maintained by Richard Burford, aka, psynaptic of
Freestyle Systems:

http://freestylesystems.co.uk/
http://drupalcontrib.org/

DESCRIPTION
-----------

The idea behind this theme was to make a clean, versatile theme that has just
enough styling to be usable right out of the box but rather than trying to be
everything to everyone, it is more of a base theme. The theme has been built to
speed up your workflow and is (probably) the fastest possible route to creating
your own custom theme.

Features:

- Lean, mean base theme
- Fully XHTML 1.0 Strict and CSS 2.1 valid
- Thorough use of CSS inheritance
- 3 column collapsible layout
- Relative font sizes
- Large base font size
- Fancy blog and comment submission dates

IMPORTANT
---------

When working with Clean theme it is important not to hack the "core" files
(just like working with Drupal core itself). In the case of Clean these core
files are all the CSS files in the css/ folder apart from custom.css.

If you wish to benefit from updates to Clean theme (and you should), don't edit
the CSS rules in these files but rather place all CSS for your theme in the
custom.css file. This means you will be able to download the latest version of
Clean and replace these files in your installation.

USAGE
-----

Clean theme's CSS rules have been split into multiple files to facilitate
hot-swapping.

There is an extra/ folder in the theme where you will find additional CSS
files which you can use to easily apply a different base style to the site you
are working on. Clean theme was designed in this way to help developers get
closer to the finishing line before they have to get their hands dirty.

To switch to using one of the other themes just edit the stylesheets[] in the
info file. For example, the lightondark CSS folder has 2 files, color.css and
navigation.css. To use the lightondark theme as a foundation for a new site
simply prefix the existing paths for those 2 files with "extra/lightondark/":

stylesheets[all][] = extra/lightondark/css/color.css
stylesheets[all][] = extra/lightondark/css/navigation.css

Then visit the themes admin page (admin/build/themes) to refresh the info file
cache.

Different themes may contain different files so check which files you need to
edit the paths for and add the prefix.

CONTRIBUTE
----------

More CSS files will be added in the future but contributions are more than
welcome.

The most obvious files for which replacements could be created are:

layout.css      - Controls the layout.

color.css       - Holds most of the color rules except for primary/secondary
                  menus and tabs.

navigation.css  - Controls the style of the primary/secondary menus and the
                  tabs.

typography.css  - Controls the style of the text (sizes, spacing, font
                  family, etc.).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.