aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-24 22:53:29 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-24 22:53:29 +0000
commit8dae2c5cb2023f461ea8f012850d3e791d4c0bab (patch)
treecd2bb55e9aa46efada9941aa37c94b6f15400b69
parentd069762615f75f27fd07c22d3d97b2945483b7be (diff)
- changing white color to lightgray
- agregation of CSS properties git-svn-id: http://piwigo.org/svn/branches/release-1_3@316 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/default.css34
1 files changed, 19 insertions, 15 deletions
diff --git a/template/default/default.css b/template/default/default.css
index fb9eb0a0d..a4b8cc74f 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -4,14 +4,13 @@ a {
a:hover {
text-decoration:underline;
}
-a.back {
- color:#ffffff;
+a.back,body {
+ color:lightgray;
}
body {
font-family:arial, sans-serif;
font-size:12px;
background-color:#444444;
- color:#ffffff;
margin:5px;
}
table, input {
@@ -19,13 +18,13 @@ table, input {
font-size:12px;
}
.imgLink {
- border:1px solid #ffffff;
+ border:1px solid lightgray;
}
.imgLink:hover {
text-decoration:none;
}
-.titrePage, .titreMenu, .menu, .info, a {
- color:#ffffff;
+.titrePage,.titreMenu,.menu,.info,a,.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
+ color:lightgray;
}
.titreMenu, .menu, .info {
margin-bottom:5px;
@@ -88,11 +87,11 @@ table, input {
font-size:17px;
}
.bouton {
- background:#eeeeee;
+ background:lightgray;
}
-input {
- border-color:#000000;
- background:#ffffff;
+textarea,input {
+ border-color:gray;
+ background-color:lightgray;
color:#000000;
}
table {
@@ -116,12 +115,11 @@ td {
}
div.information {
text-align:center;
- border:2px solid #ffffff;
+ border:2px solid lightgray;
margin:10px;
padding:5px;
}
.commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar {
- color:#ffffff;
font-family:arial, sans-Serif;
font-size:12px;
}
@@ -146,17 +144,23 @@ div.information {
.commentsNavigationBar {
margin:10px;
}
+.tableComment,.cellAuthor,.cellInfo {
+ border-color:lightgray;
+ border-style:solid;
+}
.tableComment {
width:100%;
- border:2px solid #ffffff;
+ border-width:2px;
text-align:left;
padding: 10px;
}
.cellAuthor {
- border-right:1px solid #ffffff;
+ border-width:0px;
+ border-right-width:1px;
width:20%;
}
.cellInfo {
- border-bottom:1px solid #ffffff;
+ border-width:0px;
+ border-bottom-width:1px;
}