PRESENTATION
- • Structure
- • ID and classes
- • style.css
- • skin.inc
- • confskin
- • jqstyle.css
- • mobstyle.css
- • tabstyle.css

BOXES
- • Central boxes
- • Free box
- • Menu box (articles)
-
Standard boxes
- • Generalities
- • Breadcrumb
- • Calendar
- • Cryptogrammes
- • Dropdown menus
- • Keywords
- • Logo - Banners
- • Menu
- • Newsletter
- • Preferences
- • Printing
- • Search
- • Social networks
- • Thinks
- • Webmaster infos
- • What's new ?

SERVICES
- • Advanced contact
- • Blog
- • FAQ, links, downloads
- • Forum
- • Guestbook
- • News
- • Photos
- • Planner

JQUERY
BULK
EXAMPLES
Currently...
123776 visitors
1 visitor online
Planner
.forum2 | |
.quest | .rep |
The agenda (list of events of the month) is composed of classes:
.forum2 | date |
.quest | schedule |
.rep | description of the event |
d d
/**** AGENDA ****/
.forum2 {
background-color: #8F916A;
padding: 5px 5px;
font: 12px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: left;
}
.quest {
background-color: #ECEFC2;
padding: 5px 5px 5px 5px;
font: 12px Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;
}
.rep {
background-color: #E3EDC7;
padding: 10px 5px 5px 5px;
font: 12px Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;
}
/*****************************/
Last update : 20/08/2013 17:59
Page read 2999 times