2005-08-18 19:28:29 +00:00
|
|
|
/* $Id$ */
|
2006-06-24 12:04:45 +00:00
|
|
|
@import "admin/default-layout.css";
|
2005-08-18 07:04:05 +00:00
|
|
|
BODY {
|
2007-01-31 06:25:42 +00:00
|
|
|
margin: 5px;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.8em;
|
2007-02-02 10:08:27 +00:00
|
|
|
font-family: Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
|
2007-01-31 06:25:42 +00:00
|
|
|
text-align: center; /* be nice to IE5 */
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#the_page {
|
2008-03-21 01:01:25 +00:00
|
|
|
/* Just in case another template needs an inner frame */
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
H1 {
|
2006-06-24 10:41:49 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 150%;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0.5em 0 1em 0;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
H2 {
|
2008-03-21 01:01:25 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 5px 0.5em 5px 0.5em;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 120%;
|
2007-01-10 18:43:44 +00:00
|
|
|
}
|
2008-03-21 01:01:25 +00:00
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
A {
|
2008-03-21 01:01:25 +00:00
|
|
|
text-decoration:none;
|
|
|
|
border-bottom: 1px dotted #005e89;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
A:hover {
|
2008-03-21 01:01:25 +00:00
|
|
|
border-bottom: 1px solid #858460;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
2007-01-18 07:05:10 +00:00
|
|
|
A.button, A.button:hover {
|
2008-03-21 01:01:25 +00:00
|
|
|
border: 0;
|
2007-01-18 07:05:10 +00:00
|
|
|
}
|
2005-08-18 07:04:05 +00:00
|
|
|
IMG {
|
2008-03-21 01:01:25 +00:00
|
|
|
border: none;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
|
|
|
|
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 **/
|
2006-07-27 18:13:23 +00:00
|
|
|
INPUT, SELECT {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1em; /* <= some browsers don't set it correctly */
|
|
|
|
}
|
2006-06-04 10:13:38 +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 */
|
2006-06-04 10:13:38 +00:00
|
|
|
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
|
|
|
|
2006-06-04 10:13:38 +00:00
|
|
|
FORM { padding: 0em; }
|
- 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
|
|
|
|
2006-06-04 10:13:38 +00:00
|
|
|
FORM P {
|
2005-08-18 07:04:05 +00:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
2007-02-28 03:07:12 +00:00
|
|
|
|
|
|
|
FORM FIELDSET P {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
.small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2006-06-04 10:13:38 +00:00
|
|
|
TEXTAREA.description {
|
2006-07-08 18:21:48 +00:00
|
|
|
height: 6em;
|
|
|
|
width: 40em;
|
2005-08-19 21:22:34 +00:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2005-08-21 21:23:17 +00:00
|
|
|
|
2006-07-08 15:07:04 +00:00
|
|
|
SELECT.categoryList {
|
|
|
|
height: 20em;
|
2006-07-08 18:21:48 +00:00
|
|
|
width: auto;
|
2006-07-08 15:07:04 +00:00
|
|
|
}
|
|
|
|
|
2006-07-09 08:35:14 +00:00
|
|
|
DIV.comment BLOCKQUOTE {
|
|
|
|
padding: 0.5em;
|
|
|
|
overflow: auto; /* no solution for IE6 */
|
|
|
|
min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-08-21 21:23:17 +00:00
|
|
|
/**
|
|
|
|
* Filter forms are displayed label by label with the input (or select...)
|
2006-04-25 19:25:43 +00:00
|
|
|
* below the label. Use an UL to make a group (radiobox for instance).
|
|
|
|
* Use a SPAN to group objects in 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
|
|
|
}
|
|
|
|
|
2006-04-25 19:25:43 +00:00
|
|
|
FORM.filter FIELDSET UL {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
FORM.filter FIELDSET UL,
|
2005-08-21 21:23:17 +00:00
|
|
|
FORM.filter FIELDSET LABEL {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2006-04-22 20:00:43 +00:00
|
|
|
margin-right: 1em;
|
2005-08-21 21:23:17 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2006-04-25 19:25:43 +00:00
|
|
|
|
|
|
|
FORM.filter FIELDSET LI {
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM.filter FIELDSET LI LABEL {
|
|
|
|
display: inline;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM.filter FIELDSET UL.tagSelection LABEL {
|
2006-04-22 14:06:25 +00:00
|
|
|
display: inline;
|
|
|
|
float: none;
|
2006-04-26 01:56:35 +00:00
|
|
|
margin-right:0.5em;/*reduce from above*/
|
2006-04-22 14:06:25 +00:00
|
|
|
}
|
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 SELECT,
|
|
|
|
FORM.filter FIELDSET * LABEL TEXTAREA,
|
2006-04-25 19:25:43 +00:00
|
|
|
FORM.filter FIELDSET LABEL SPAN INPUT,
|
|
|
|
FORM.filter FIELDSET LABEL SPAN SELECT,
|
|
|
|
FORM.filter FIELDSET LABEL SPAN TEXTAREA {
|
2006-04-22 14:06:25 +00:00
|
|
|
display: inline;
|
2006-04-22 20:00:43 +00:00
|
|
|
vertical-align: top;
|
2006-04-22 14:06:25 +00:00
|
|
|
margin: 0 0.5em 0 0;
|
|
|
|
}
|
|
|
|
|
2006-04-26 01:56:35 +00:00
|
|
|
FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
|
2006-04-22 14:06:25 +00:00
|
|
|
/* 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
|
|
|
|
2006-06-15 20:49:39 +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-12-13 01:05:38 +00:00
|
|
|
clear: left;
|
2005-08-27 00:24:31 +00:00
|
|
|
}
|
|
|
|
|
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
|
|
|
#theHeader H1 {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
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 {
|
2007-01-13 03:13:40 +00:00
|
|
|
width: 99%;
|
2006-04-22 14:06:25 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2006-08-15 02:06:06 +00:00
|
|
|
#fullTagCloud {
|
2007-09-13 23:30:46 +00:00
|
|
|
font-size: 120%;
|
2006-08-15 02:06:06 +00:00
|
|
|
text-align: justify;
|
|
|
|
padding: 0;
|
|
|
|
margin: 1em 2em 1em 2em;
|
|
|
|
}
|
2006-04-04 00:35:12 +00:00
|
|
|
|
2006-08-15 02:06:06 +00:00
|
|
|
#fullTagCloud LI {
|
|
|
|
display: inline;
|
|
|
|
white-space: nowrap;
|
2007-10-12 03:27:34 +00:00
|
|
|
margin: 0 2px;
|
2006-08-15 02:06:06 +00:00
|
|
|
}
|
|
|
|
|
2006-04-04 00:35:12 +00:00
|
|
|
|
|
|
|
.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%; }
|
2007-09-13 23:30:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Popup help page */
|
|
|
|
BODY#thePopuphelpPage #copyright {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
BODY#thePopuphelpPage #content P {
|
|
|
|
text-align: justify;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
BODY#thePopuphelpPage #content OL LI,
|
|
|
|
BODY#thePopuphelpPage #content UL LI
|
|
|
|
{
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
BODY#thePopuphelpPage P#pageBottomActions A {
|
|
|
|
border: none;
|
|
|
|
}
|