+
+
+
+
+
-
+
+
diff --git a/template/cclear/category.tpl b/template/cclear/category.tpl
index 5b2054acd..c100ac42d 100644
--- a/template/cclear/category.tpl
+++ b/template/cclear/category.tpl
@@ -95,8 +95,11 @@
@@ -122,7 +125,7 @@
{thumbnails.line.thumbnail.IMAGE_TS}
-
+
{thumbnails.line.thumbnail.nb_comments.NB_COMMENTS} {L_COMMENT}
diff --git a/template/cclear/content.css b/template/cclear/content.css
index 480f158bf..b07d52d32 100644
--- a/template/cclear/content.css
+++ b/template/cclear/content.css
@@ -21,13 +21,17 @@
#content UL.thumbnails LI {
display: inline;
+ text-align: center; /* eventuellement */
+ margin: 0; padding: 0;
}
#content UL.thumbnails SPAN {
- margin: 0 10px 10px 10px;
- vertical-align: top;
- width: 128px; /* FIXME */
- display:table-cell; display:inline-table; display:inline-block;
+ margin: 0 10px 10px 10px;
+ vertical-align: top;
+ width: 128px;
+ display:table-cell; /* for geko */
+ display:inline-table; /* for ??? (ask yoDan) */
+ display:inline-block; /* for IE */
}
#content UL.thumbnails LI>SPAN { vertical-align: baseline; }
#content UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; }
@@ -65,16 +69,22 @@
}
/* actions */
-div.titrePage ul.categoryActions {
- float: right;
+ul.categoryActions {
+ text-align: center;
margin: 0;
+ padding: 0;
+ text-indent: 0;
}
-ul.categoryActions>li {
+#content div.titrePage ul.categoryActions {
+ float: right;
+}
+
+#content ul.categoryActions>li {
display: inline;
}
-ul.categoryActions a img, ul.categoryActions a {
+#content ul.categoryActions a img, ul.categoryActions a {
border: none;
}
diff --git a/template/cclear/default-colors.css b/template/cclear/default-colors.css
index 77ce0ae51..3bf837da9 100644
--- a/template/cclear/default-colors.css
+++ b/template/cclear/default-colors.css
@@ -131,4 +131,7 @@ input, select, textarea {
{
font-weight:normal;
}
+fieldset>legend {
+ font-style: italic;
+}
diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css
index d4be6120a..cd86b3d47 100644
--- a/template/cclear/default-layout.css
+++ b/template/cclear/default-layout.css
@@ -37,7 +37,7 @@ H2 {
A {
text-decoration:none;
- border-bottom: 1px dotted #000000;
+ /*border-bottom: 1px dotted #000000;*/
}
A:hover {
border-bottom-style: solid;
@@ -55,13 +55,14 @@ IMG {
}
/** General defaults **/
-ul, dl { text-align: left;}
+ul, dl, li { text-align: left;}
/** forms **/
div.formbox {
width: 70%;
margin: 0 auto 1em auto;
}
+form { padding: 0.5em; }
/* form row are dl instead of table rows */
form dl {
text-align: left; /* must set it there otherwise IE render dl.biglabel dt incorectly */
@@ -115,6 +116,15 @@ form table {
font-size: 80%;
}
+textarea.description {
+ height: 100px;
+ width: 500px;
+ overflow: auto;
+}
+select.categoryList {
+ width: 400px;
+}
+
/** go to an admin.css ? **/
.table2 {
border: 1px solid #000000;
@@ -122,3 +132,26 @@ form table {
padding:0px;
}
form#add_virtual p { text-align: left; }
+form#categoryOrdering p {
+ text-align: left;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+form#categoryOrdering>ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+form#categoryOrdering>ul>li {
+ border: 1px solid grey;
+ padding: 0px 5px;
+ margin-bottom: 5px;
+}
+
+form#categoryOrdering ul.categoryActions {
+ float: right;
+ margin-top: 5px;
+}
+
+form#cat_modify table { width: auto; }
diff --git a/template/cclear/notification.tpl b/template/cclear/notification.tpl
new file mode 100644
index 000000000..ac50a7d8f
--- /dev/null
+++ b/template/cclear/notification.tpl
@@ -0,0 +1,4 @@
+{lang:The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.}
+
+
{lang:RSS feed}
+
{lang:Return to home page}
diff --git a/template/cclear/profile.tpl b/template/cclear/profile.tpl
index 9eff1fb74..429999397 100644
--- a/template/cclear/profile.tpl
+++ b/template/cclear/profile.tpl
@@ -8,137 +8,79 @@
-
-