Files
Piwigo/template/cclear/default-colors.css
plegall 0a4b49abd8 - new way to display picture informations (template variables instead of
template generic blocks)

- new color for A:hover and its solid border-bottom, dotted border-bottom
  for A (same color as link color)

- background color and border color for form input fields (input, select,
  textarea) to accentuate contrast with page background.

- clear:both on #imageHeaderBar H1 let it be center on page

- in infoTable keys are right aligned and values are left aligned (more
  beautiful, isn't it?)

- add "set as representative" button to cclear template in
  picture.tpl. representative.png picture taken from Gorilla theme.

- invisible horizontal rule on picture.tpl to separate user comments from
  the beginning of the page


git-svn-id: http://piwigo.org/svn/trunk@847 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-21 11:32:12 +00:00

139 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;
}
.bouton {
background-color:#d3d3d3;
}
.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;
}
fieldset>legend {
font-style: italic;
}