2005-08-18 07:04:05 +00:00
|
|
|
|
|
|
|
@import "menubar.css";
|
2005-08-18 19:28:29 +00:00
|
|
|
@import "content.css";
|
2005-08-18 07:04:05 +00:00
|
|
|
@import "image.css";
|
2005-09-03 16:36:05 +00:00
|
|
|
@import "popuphelp.css";
|
2005-08-18 07:04:05 +00:00
|
|
|
|
2005-08-18 19:28:29 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
/* * { padding: 0 !important; margin: 0 !important; } */
|
|
|
|
|
|
|
|
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;
|
- 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
|
|
|
padding: 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;}
|
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 {
|
- 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
|
|
|
border: 1px solid black;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
form#categoryOrdering ul.categoryActions {
|
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
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...)
|
|
|
|
* below the label
|
|
|
|
*/
|
- 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;
|
2005-08-21 21:23:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FORM.filter FIELDSET LABEL {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2005-11-07 22:54:49 +00:00
|
|
|
FORM.filter FIELDSET LABEL INPUT,
|
|
|
|
FORM.filter FIELDSET LABEL SELECT,
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2005-11-07 22:54:49 +00:00
|
|
|
FORM.filter FIELDSET P,
|
|
|
|
FORM.filter FIELDSET INPUT,
|
|
|
|
FORM.filter FIELDSET TEXTAREA {
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM.properties LABEL {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
text-align: right;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM.properties LABEL.mandatory {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM.properties .focus {
|
|
|
|
background-color: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM.properties .nofocus {
|
|
|
|
background-color: lightgrey; /* must be the same as input background-color */
|
|
|
|
}
|
|
|
|
|
- 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 {
|
|
|
|
}
|
|
|
|
|
|
|
|
#theHeader H1 {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theHeader P {
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
BODY#theAdminPage #theHeader P {
|
|
|
|
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-12-03 23:53:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* button tools */
|
|
|
|
UL.actions {
|
|
|
|
text-indent: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
UL.actions LI {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
UL.actions A {
|
|
|
|
border: none;
|
|
|
|
}
|