Files
Piwigo/template/cclear/default-colors.css
plegall f01a9f5b7c - 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

140 lines
1.8 KiB
CSS

BODY {
color:#696969; /* dimgray */
/*color:#111111;*/
background: #ffffff;
}
H1 {
color: #696969;
background: transparent;
}
H2 {
color: #696969;
background: #d3d3d3;
}
H3 {
color: #696969;
background: #ffffff;
}
A {
color: #005e89;
background: transparent;
}
A:hover {
color: #858460;
}
.pleaseNote {
background: #9c9c9c;
color: #ffff99;
padding: 1ex;
font-weight: bold;
}
#imageHeaderBar {
background: #d3d3d3;
}
#imageToolBar {
background: #eeeeee;
border: 1px solid #d3d3d3;
}
#imageToolBar * {
background: inherit;
}
#imageToolBar A, #imageToolBar A:hover {
border-bottom: none;
}
#imageToolBar A:hover {
background: #d3d3d3;
}
#theImage IMG {
border: 3px solid #d3d3d3;
}
A.navThumb, A.navThumb:hover {
border-bottom: none;
}
#content {
border: 1px solid #d3d3d3;
background:#eeeeee;
}
#content H2 {
text-align: left;
}
#content H3 {
text-align: center;
}
#content UL.thumbnail IMG {
border: 1px solid #a0a0a0;
}
/* So that non-links are slightly greyed out */
#content .navigationBar {
color: #696969;
}
#content .pageNumberSelected {
color: #000000;
}
#menubar DL {
border: 1px solid #d3d3d3;
background: #eeeeee;
}
#menubar DT {
color: #696969;
background: #d3d3d3;
}
#menubar DD {
background:#eeeeee;
}
#comments BLOCKQUOTE {
background: #eeeeee;
border-left: 2px solid #696969;
}
/* Tables & forms */
.throw {
background-color:white;
}
input, select, textarea {
color:black;
background-color: lightgrey;
border: 1px solid gray;
}
.errors { /* Errors display */
color:red;
background-color:#ffe1e1;
font-weight:bold;
text-align:left;
margin:5px;
border:1px solid red;
}
.errors ul li
{
font-weight:normal;
}
LEGEND {
font-style: italic;
}
FIELDSET {
border: 1px solid gray;
}