2005-08-18 19:28:29 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
BODY {
|
|
|
|
margin: 5px;
|
|
|
|
padding: 0;
|
2005-10-18 20:04:53 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
font-family: Bitsream Vera Sans, Helvetica, Arial, sans-serif;
|
2005-08-18 07:04:05 +00:00
|
|
|
text-align: center; /* be nice to IE5 */
|
|
|
|
}
|
|
|
|
|
|
|
|
#the_page {
|
2005-08-21 10:44:07 +00:00
|
|
|
/* Just in case another template needs an inner frame */
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
H1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0; margin: 1ex 0 2ex 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
H2 {
|
|
|
|
margin: 0;
|
2006-03-23 07:15:07 +00:00
|
|
|
padding: 5px 5px 5px 5px;
|
2005-08-18 07:04:05 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
A {
|
|
|
|
text-decoration:none;
|
2005-08-21 11:32:12 +00:00
|
|
|
border-bottom: 1px dotted #005e89;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
A:hover {
|
2005-08-21 11:32:12 +00:00
|
|
|
border-bottom: 1px solid #858460;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
IMG {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2005-08-21 11:32:12 +00:00
|
|
|
HR.separation {
|
|
|
|
visibility: hidden;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
#copyright {
|
|
|
|
clear: both;
|
|
|
|
font-size: 83%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** General defaults **/
|
2005-10-16 15:56:52 +00:00
|
|
|
INPUT {margin: 0;}
|
2005-08-19 21:22:34 +00:00
|
|
|
ul, dl, li { text-align: left;}
|
2006-04-22 09:11:41 +00:00
|
|
|
TABLE { /* horizontaly centered */
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2005-08-20 09:17:54 +00:00
|
|
|
/* for debugging purpose */
|
|
|
|
pre { text-align:left; }
|
2005-08-18 07:04:05 +00:00
|
|
|
|
|
|
|
/** forms **/
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
|
|
|
|
form { padding: 0em; }
|
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
form p {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
.small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2005-08-19 21:22:34 +00:00
|
|
|
textarea.description {
|
|
|
|
height: 100px;
|
|
|
|
width: 500px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
select.categoryList {
|
2005-09-26 21:17:17 +00:00
|
|
|
width: 100%;
|
2005-08-19 21:22:34 +00:00
|
|
|
}
|
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
/** go to an admin.css ? **/
|
2005-08-20 09:17:54 +00:00
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
.table2 {
|
2006-03-08 03:22:25 +00:00
|
|
|
border: 1px solid black;
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
margin: 1em auto;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table2 TD, .table2 TH {
|
|
|
|
padding: 0 1em;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
form#add_virtual p { text-align: left; }
|
2005-10-20 19:06:17 +00:00
|
|
|
FORM#categoryOrdering, FORM#addVirtual {
|
|
|
|
padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
|
|
|
|
padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
|
|
|
|
}
|
|
|
|
FORM#categoryOrdering p {
|
2005-08-19 21:22:34 +00:00
|
|
|
text-align: left;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2005-10-20 19:06:17 +00:00
|
|
|
UL.categoryUl {
|
2005-08-19 21:22:34 +00:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2005-10-20 19:06:17 +00:00
|
|
|
LI.categoryLi {
|
|
|
|
border: 1px solid gray;
|
2005-08-19 21:22:34 +00:00
|
|
|
padding: 0px 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2006-04-16 07:45:39 +00:00
|
|
|
FORM#categoryOrdering UL.categoryActions {
|
2005-08-19 21:22:34 +00:00
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2006-04-16 07:45:39 +00:00
|
|
|
FORM#cat_modify TABLE { width: auto; }
|
2005-08-21 21:23:17 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Filter forms are displayed label by label with the input (or select...)
|
2006-04-22 14:06:25 +00:00
|
|
|
* below the label. Use a SPAN to group objects in a single line.
|
2005-08-21 21:23:17 +00:00
|
|
|
*/
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
FIELDSET {
|
|
|
|
padding: 1em;
|
|
|
|
margin: 1em;
|
2006-04-22 14:06:25 +00:00
|
|
|
overflow: hidden; /* <- makes Opera happy */
|
2005-08-21 21:23:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FORM.filter FIELDSET LABEL {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2006-04-22 14:06:25 +00:00
|
|
|
FORM.filter FIELDSET UL LABEL {
|
|
|
|
display: inline;
|
|
|
|
float: none;
|
|
|
|
}
|
2005-08-21 21:23:17 +00:00
|
|
|
|
2006-04-22 14:06:25 +00:00
|
|
|
/* cannot use FIELDSET>LABEL because of IE<=6 */
|
2005-11-07 22:54:49 +00:00
|
|
|
FORM.filter FIELDSET LABEL INPUT,
|
|
|
|
FORM.filter FIELDSET LABEL SELECT,
|
2006-04-22 14:06:25 +00:00
|
|
|
FORM.filter FIELDSET LABEL SPAN,
|
2005-11-07 22:54:49 +00:00
|
|
|
FORM.filter FIELDSET LABEL TEXTAREA {
|
2005-08-21 21:23:17 +00:00
|
|
|
display: block;
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
margin: 0.5em 0;
|
2005-08-21 21:23:17 +00:00
|
|
|
}
|
2006-04-22 14:06:25 +00:00
|
|
|
FORM.filter FIELDSET * LABEL INPUT,
|
|
|
|
FORM.filter FIELDSET LABEL * INPUT,
|
|
|
|
FORM.filter FIELDSET * LABEL SELECT,
|
|
|
|
FORM.filter FIELDSET LABEL * SELECT,
|
|
|
|
FORM.filter FIELDSET * LABEL TEXTAREA,
|
|
|
|
FORM.filter FIELDSET LABEL * TEXTAREA {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: baseline;
|
|
|
|
margin: 0 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* following declaration is important to avoid strange FF behaviour */
|
|
|
|
FORM.filter FIELDSET LABEL SPAN SELECT {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2005-08-21 21:23:17 +00:00
|
|
|
|
2005-11-07 22:54:49 +00:00
|
|
|
FORM.filter FIELDSET P,
|
2006-04-22 14:06:25 +00:00
|
|
|
{
|
2005-08-21 21:23:17 +00:00
|
|
|
clear: left;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
FORM.filter INPUT[type="submit"] {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2005-10-31 13:47:58 +00:00
|
|
|
FORM.properties UL, FORM#update UL {
|
2005-08-27 00:24:31 +00:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2005-10-31 13:47:58 +00:00
|
|
|
FORM.properties LI, FORM#update UL {
|
2005-08-27 00:24:31 +00:00
|
|
|
margin-bottom: 0.5em;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1.8em;
|
|
|
|
}
|
|
|
|
|
2006-04-05 21:01:05 +00:00
|
|
|
FORM.properties SPAN.property {
|
|
|
|
font-weight: bold;
|
2005-08-27 00:24:31 +00:00
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
text-align: right;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
FIELDSET.elementEdit A {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
2005-08-21 21:23:17 +00:00
|
|
|
}
|
|
|
|
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
TABLE.doubleSelect {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
2005-09-26 21:17:17 +00:00
|
|
|
width: 100%;
|
2005-08-21 21:23:17 +00:00
|
|
|
}
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
|
|
|
|
TABLE.doubleSelect TD {
|
|
|
|
padding: 0 5px;
|
2005-09-26 21:17:17 +00:00
|
|
|
width: 50%;
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FORM#categoryPermissions LI {
|
|
|
|
display:inline;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theHeader H1 {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theHeader P {
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2006-03-08 03:22:25 +00:00
|
|
|
BODY#theAdminPage #theHeader P {
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
display: none;
|
2005-09-03 16:36:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
BODY#thePopuphelpPage #copyright {
|
|
|
|
color: green;
|
|
|
|
display: none;
|
|
|
|
}
|
2005-11-07 22:54:49 +00:00
|
|
|
|
|
|
|
FORM#addComment FIELDSET LABEL {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM#addComment FIELDSET INPUT[type="hidden"] {
|
|
|
|
display: none;
|
2005-11-19 23:46:18 +00:00
|
|
|
}
|
2005-12-03 23:40:51 +00:00
|
|
|
|
|
|
|
/* button tools */
|
|
|
|
UL.actions {
|
|
|
|
text-indent: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
UL.actions LI {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
UL.actions A {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2006-04-02 22:26:19 +00:00
|
|
|
UL.tagSelection {
|
2006-04-22 14:06:25 +00:00
|
|
|
width: 40em;
|
|
|
|
margin: 1em 0 1em 0;
|
2006-04-02 22:26:19 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
UL.tagSelection LI {
|
|
|
|
display: inline;
|
|
|
|
white-space: nowrap;
|
2006-04-04 00:35:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#fullTagCloud { font-size: 140%; }
|
|
|
|
|
|
|
|
#fullTagCloud LI { display: inline; }
|
|
|
|
|
|
|
|
.tagLevel5 { font-size: 150%; }
|
|
|
|
.tagLevel4 { font-size: 140%; }
|
|
|
|
.tagLevel3 { font-size: 120%; }
|
|
|
|
.tagLevel2 { font-size: 100%; }
|
2006-04-15 09:53:11 +00:00
|
|
|
.tagLevel1 { font-size: 90%; }
|