Subversion Repositories eFlore/Applications.cel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2364 → Rev 2365

/trunk/widget/modules/saisie/squelettes/arbres-tetards/css/arbres-tetards.css
109,14 → 109,31
/*+--------------------------------------------------------------------------------------------------------+*/
/* Balises */
body {
background: #d9e28c;
background-image: url('../img/background/dessin-tetard.png'), -moz-radial-gradient(center, ellipse cover, #d9e28c 8%, #999e6c 85%);
background-image: url('../img/background/dessin-tetard.png'), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#d9e28c), color-stop(85%,#999e6c));
background-image: url('../img/background/dessin-tetard.png'), -webkit-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
background-image: url('../img/background/dessin-tetard.png'), -o-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
background-image: url('../img/background/dessin-tetard.png'), -ms-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
background-image: url('../img/background/dessin-tetard.png'), radial-gradient(ellipse at center, #d9e28c 27%,#999e6c 85%);
background-repeat: no-repeat;
background-color: #d9e28c;
background: url('../img/background/insectes.png') no-repeat 2em 2em,
url('../img/background/tetard_faune.png') no-repeat right bottom,
url('../img/background/faune.png') no-repeat 2em bottom,
-moz-radial-gradient(center, ellipse cover, #d9e28c 8%, #999e6c 85%);
background: url('../img/background/insectes.png') no-repeat 2em 2em,
url('../img/background/tetard_faune.png') no-repeat right bottom,
url('../img/background/faune.png') no-repeat 2em bottom,
-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#d9e28c), color-stop(85%,#999e6c));
background: url('../img/background/insectes.png') no-repeat 2em 2em,
url('../img/background/tetard_faune.png') no-repeat right bottom,
url('../img/background/faune.png') no-repeat 2em bottom,
-webkit-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
background: url('../img/background/insectes.png') no-repeat 2em 2em,
url('../img/background/tetard_faune.png') no-repeat right bottom,
url('../img/background/faune.png') no-repeat 2em bottom,
-o-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
background: url('../img/background/insectes.png') no-repeat 2em 2em,
url('../img/background/tetard_faune.png') no-repeat right bottom,
url('../img/background/faune.png') no-repeat 2em bottom,
-ms-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
background: url('../img/background/insectes.png') no-repeat 2em 2em,
url('../img/background/tetard_faune.png') no-repeat right bottom,
url('../img/background/faune.png') no-repeat 2em bottom,
radial-gradient(ellipse at center, #d9e28c 27%,#999e6c 85%);
background-attachment:fixed;
}
footer p{
167,6 → 184,7
background-color: rgba(202, 214, 94, 0.4);
border-radius: 10px;
text-align: center;
background: url('../img/background/capricorne.png') no-repeat right top rgba(202, 214, 94, 0.4);
}
.page-header h1{
font-size: 3em;
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/dessin-tetard.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/insectes.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/insectes.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/faune.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/faune.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/tetard_faune.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/tetard_faune.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/capricorne.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/trunk/widget/modules/saisie/squelettes/arbres-tetards/img/background/capricorne.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property