aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/default.css')
-rw-r--r--template/default/default.css282
1 files changed, 156 insertions, 126 deletions
diff --git a/template/default/default.css b/template/default/default.css
index 7a2d04405..148f36d0f 100644
--- a/template/default/default.css
+++ b/template/default/default.css
@@ -1,7 +1,7 @@
/* Main styles */
body {
- font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-family: Verdana, Geneva, Arial, sans-serif;
font-size:10px;
background-color:#000000;
color:#E0E0E0;
@@ -14,9 +14,12 @@ a {
}
a:hover {
text-decoration:underline;
- color:#FFFFAA;
+ color:#FFF48E;
}
+a.none:hover {
+ text-decoration:none;
+}
/* Navigation styles */
.titreMenu,.titrePage
@@ -48,45 +51,53 @@ a:hover {
font-weight:600;
}
-.menu
-{
+.menu {
margin:10px 5px 10px 5px;
white-space:nowrap;
font-size:11px;
+ text-align:left;
}
- /* Image related styles */
-
-.imgLink {
- border-style: solid;
- border-width:2px;
- border-color: #A0A0A0;
- margin: 2px;
+ul.menu {
+ text-align:left;
+ list-style-image : url(theme/collapsed.gif);
+ list-style-type: square ;
+ padding-left:15px;
+ margin:5px;
}
-.imgLink:hover {
- text-decoration:none;
+.navigationBar {
+ text-align:center;
+ margin-top:10px;
+ margin-bottom:10px;
}
+ /* Image related styles */
+
.image {
- border: 1px solid #000000;
- background-color: #FFFFFF;
- text-align:center;
- margin-top: 10px;
- margin-bottom: 20px;
- white-space: nowrap;
- padding: 0px;
- display: table;
+ border : 3px solid #FFFFFF;
+ margin : 10px 4px 10px 4px;
+}
+
+a.image:hover {
+ text-decoration:none;
}
.commentImage {
- font-weight:bold;
- text-align:center;
- font-size:17px;
- color:#F0F0F0;
+ text-align:justify;
+ font-style:italic;
+ font-size:16px;
+ margin-top: 10px;
margin-bottom: 10px;
}
+.nameImage {
+ text-align:center;
+ font-size:24px;
+ background-color: #666666;
+ border-top: 1px solid #222222;
+ border-bottom: 1px solid #222222;
+}
/* Table styles */
.main {
@@ -109,43 +120,147 @@ a:hover {
}
.table2 {
- background: #797979;
+ background-color: #797979;
border: 1px solid #000000;
- margin: 0px 10px 10px 10px;
+ margin: 0px 10px 0px 0px;
+ padding:0px;
}
-td{
- padding:0px;
+.tablecompact{
+ width:100%;
+ border-collapse:collapse;
+}
+
+.row1,.row2 {
+ text-align:left;
+ padding:5px 0px 5px 0px;
+ height:20px;
+}
+
+.row1 {
+ background-color:#505050;
}
+.throw {
+ color:#FFFFCC;
+ background-color:#3F3F3F;
+ width:100%;
+ text-align:center;
+ font-weight:bold;
+ border-top: 1px solid #000000;
+ border-bottom: 1px solid #000000;
+ height:20px;
+}
+
+td.throw{
+ text-align:left;
+ width:auto;
+}
/* Thumbnails styles */
.thumbnail {
font-size:11px;
text-align:center;
- display:inline-table;
vertical-align: baseline;
+ white-space: nowrap;
}
table.thumbnail {
border-collapse:separate;
+ display:inline-table;
}
-/* Other styles */
-a.back {
- color:#E0E0E0;
+.thumbLink {
+ border-style: solid;
+ border-width:1px;
+ border-color: #A0A0A0;
+ margin: 2px;
}
-input {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size:11px;
+a.thumbLink:hover {
+ text-decoration:none;
}
-.info,.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
- color:#E0E0E0;
- background-color:#444444;
+/* Comment styles */
+.commentTitle {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size:12px;
+ background-color:#797979;
+ font-weight:bold;
+ padding: 15px 5px 10px 5px;
+}
+
+.commentDate {
+ font-weight:lighter;
+ text-align:right;
+ color:#999999;
+ border-top: 1px solid #000000;
+ border-bottom: 1px solid #000000;
+}
+
+.comment{
+ color:#C6B78E;
}
+/* Form styles */
+
+.bouton {
+ background-image: url(theme/button_bg.gif);
+ border: 1px solid #404750;
+ color:#FFFFFF;
+ padding-left: 3px;
+ padding-right: 3px;
+ font-weight:500;
+ background-position : bottom;
+ margin-top:10px;
+}
+
+input,select {
+ background-color:#505050;
+ border: 1px solid #797979;
+ padding: 0;
+ color:#FFFFCC;
+}
+
+/* Admin styles */
+
+.adminMenu {
+ text-align:center;
+ font-size:12px;
+}
+
+div.adminMenu{
+margin:10px 50px 10px 50px;
+}
+
+a.adminMenu:hover{
+ color : #C6B78E;
+}
+
+a.adminMenu{
+ color : #FFF48E;
+}
+
+.admin {
+font-weight:bold;
+background-color:#444444;
+margin:0px 0px 12px 0px;
+text-align: center;
+padding:0px;
+color : #FFF48E;
+}
+
+.adminMain
+{
+ border: 1px solid #000000;
+ background-color:#656565;
+ width:95%;
+ color:#FFFFFF;
+}
+
+/* Other styles */
.info {
+ color:#E0E0E0;
+ background-color:#444444;
margin-bottom:5px;
white-space:nowrap;
margin-left:5px;
@@ -163,18 +278,9 @@ input {
font-size:11px;
}
-.comments, .infoCat, .navigationBar {
+.infoCat {
margin-top:10px;
margin-bottom:10px;
-}
-.comments {
- text-align:justify;
- font-style:italic;
-}
-.navigationBar {
- text-align:center;
-}
-.infoCat {
text-align:left;
}
@@ -184,15 +290,6 @@ input {
letter-spacing:-1px;
}
-.bouton {
- background:#E0E0E0;
-}
-textarea,input {
- color:black;
-}
-
-
-
.errors {
text-align:left;
margin-top:5px;
@@ -209,32 +306,7 @@ div.information {
margin:10px;
padding:5px;
}
-.commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar {
-
- font-family:arial, sans-Serif;
- font-size:12px;
-}
-.commentsTitle, .commentsAuthor {
- text-align:center;
- font-weight:bold;
-}
-.commentsInfos {
- padding:3px 3px 3px 10px;
- font-size:11px;
- text-align:right;
-}
-.commentsContent {
- margin:10px;
-}
-.commentsTitle {
- margin-top:15px;
-}
-.commentsAuthor {
- margin:5px;
-}
-.commentsNavigationBar {
- margin:10px;
-}
+
.tableComment,.cellAuthor,.cellInfo {
border-color:#E0E0E0;
border-style:solid;
@@ -254,45 +326,3 @@ div.information {
border-width:0px;
border-bottom-width:1px;
}
-
- .miniature {
- border:solid 1px black;
- }
- .titretable1 {
- color:black;
- background-color:#D3DCE3;
- text-align:center;
- border:2px solid #006699;
- font-weight:bold;
- border-bottom:0px;
- }
- .grostitre {
- text-align:center;
- margin:10px 50px 10px 50px;
- font-size:20px;
- width:300px;
- }
- .plan {
- margin:10px 10px 10px 2px;
- white-space:nowrap;
- }
- .cat_plan {
- font-weight:bold;
- }
- .retrait {
- margin:10px;
- margin-left:30px;
- margin-top:2px;
- }
- .erreur {
- color:red;
- text-align:center;
- }
- .errors_title {
- margin:5px;
- font-weight:bold;
- font-size:120%;
- text-align:center;
- color:red;
- }
-