diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-16 21:28:50 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-16 21:28:50 +0000 |
commit | 92192fdd7c1030dc43dae6d0df02d80b6e327227 (patch) | |
tree | bd25b5d7c9dae92444262d65c0d8891858792a5c /template | |
parent | b99c242ab7eb780674073b81d25eb303216b6767 (diff) |
0000645: HTML Conformity (Temporary fixed)
Description 1- tags.php/tags.tpl Need to be fixed more... see FIXME in tags.tpl
when no tags are available.
2- search.php => Remove class="bouton" : Done
0000648: CSS Conformity (1) (Partly fixed)
Description
clear/theme.css + dark/theme
54 #content UL.thumbnails SPAN.wrap2:hover Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite
60 #content UL.thumbnailCategories DIV.thumbnailCategory:hover Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite
66 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A Propriété érronée : background-color AntiqueWhite n'est pas une valeur de color : AntiqueWhite
wipi/theme.css et p0w0
274 .2nmore En CSS1, il était possible d'avoir un nom de classe commençant par un chiffre (".55xx") sauf s'il s'agissait d'une dimension (".55cm"). En CSS2, de tels noms sont analysés comme étant des dimensions inconnues, pour permettre l'ajout de nouvelles unités).To make ".2nmore" a valid class, CSS2 requires the first digit to be escaped (".\32nmore")
w0p0
247 Le pseudo-élément ::after ne peut apparaitre dans le contexte css2
247 #content H2 Propriété érronée : content leader(dotted) n'est pas une valeur de content : leader(dotted)
git-svn-id: http://piwigo.org/svn/trunk@1830 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-colors.css | 4 | ||||
-rw-r--r-- | template/yoga/menubar.css | 5 | ||||
-rw-r--r-- | template/yoga/search.tpl | 4 | ||||
-rw-r--r-- | template/yoga/tags.tpl | 3 | ||||
-rw-r--r-- | template/yoga/theme/clear/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 9 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/upload.tpl | 2 |
9 files changed, 16 insertions, 17 deletions
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css index cdcacb953..e88f21208 100644 --- a/template/yoga/default-colors.css +++ b/template/yoga/default-colors.css @@ -78,11 +78,11 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate */ .infos { text-align: left; - background-color: palegreen; + background-color: #98fb98; /* palegreen */ background-image: url(icon/admin/infos.png); background-repeat: no-repeat; background-position: top right; - color: darkgreen; + color: #006400; /* darkgreen */ font-weight: bold; margin: 5px; padding: 10px 50px 10px 10px; diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index b9092d831..712a25f68 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -112,9 +112,8 @@ FORM#quickconnect LABEL { FORM#quickconnect LABEL { margin:0; width: 100%; - /* -moz-box-sizing: padding-box;*/ - box-sizing: border-box; - -moz-box-sizing: border-box; + -moz-box-sizing: padding-box; /* FIXME in a specific css file for FF */ + box-sizing: border-box; /* CSS3 */ } FORM#quickconnect INPUT[type=text], diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index dd0d9ed00..b13189f9b 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -126,8 +126,8 @@ </ul> </fieldset> <p> - <input class="submit" type="submit" name="submit" value="{lang:submit}" class="bouton" /> - <input class="submit" type="reset" value="{lang:reset}" class="bouton" /> + <input class="submit" type="submit" name="submit" value="{lang:submit}" /> + <input class="submit" type="reset" value="{lang:reset}" /> </p> </form> diff --git a/template/yoga/tags.tpl b/template/yoga/tags.tpl index 33f69ca69..adff37083 100644 --- a/template/yoga/tags.tpl +++ b/template/yoga/tags.tpl @@ -1,4 +1,4 @@ -<!-- $Id: comments.tpl 960 2005-12-03 17:33:38Z chrisaga $ --> +<!-- $Id$ --> <div id="content"> <div class="titrePage"> @@ -12,6 +12,7 @@ <!-- BEGIN tag --> <li><a href="{tag.URL}" class="{tag.CLASS}" title="{tag.TITLE}">{tag.NAME}</a></li> <!-- END tag --> + <li> </li> <!-- FIXME W3C HTML Conformity said: No empty UL --> </ul> </div> <!-- content --> diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index f4640473a..c537d6a05 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -53,7 +53,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { - background-color: AntiqueWhite; + background-color: #faebd7; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 982d4f40d..a2d8145b5 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -86,7 +86,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { - background-color: AntiqueWhite; + background-color: #faebd7; border-color: yellow; /* thumbnails border color when mouse cursor is over it */ color: black; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 49ae7fca3..2a21f9085 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -66,7 +66,7 @@ input.rateButtonSelected, .browsePath A:hover { color: #fff; } #content H2:before, .browsePath:before, .imageNumber:before, #imageHeaderBar H2:before { - content: "« "; + content: "__ "; font-weight: normal; color: #fff; font-family: sans-serif; @@ -74,7 +74,7 @@ input.rateButtonSelected, } #content H2:after, .browsePath:after, .imageNumber:after, #imageHeaderBar H2:after { - content: " » "; + content: " __ "; color: #fff; font-family: sans-serif; font-weight: normal; @@ -238,13 +238,12 @@ TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;} /* Display, Visibility, buttons and others */ label { cursor:pointer } .zero { display: none } -.one { } -.2nmore { } + #the_page { text-align:center; display:block; } -#content H2::after { content: leader(dotted) } + input[type="text"], input[type="password"], input.button, input.submit, input.reset, input.file, select, textarea { diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 2150a5b35..62274a8f0 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -196,7 +196,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, #content UL.thumbnails SPAN.wrap2:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
- background-color: #f92;
+ background-color: #dfe8ff;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
color: black;
}
diff --git a/template/yoga/upload.tpl b/template/yoga/upload.tpl index 6fb30d208..6b0cde615 100644 --- a/template/yoga/upload.tpl +++ b/template/yoga/upload.tpl @@ -84,7 +84,7 @@ <!-- END fields --> <tr> <td colspan="2" align="center"> - <input class="submit" name="submit" type="submit" value="{lang:submit}" class="bouton" /> + <input class="submit" name="submit" type="submit" value="{lang:submit}" /> </td> </tr> </table> |