Subversion Repositories Applications.reseau

Compare Revisions

Ignore whitespace Rev 86 → Rev 87

/trunk/widget/modules/auth/squelettes/css/defaut.css
3,16 → 3,23
}*/
 
body {
background-image: url(https://static.pexels.com/photos/7602/nature-plant-morning-green.jpg);
background-image: url(http://api.tela-botanica.org/img:000191249O.jpg);
background-size: cover;
background-position: center;
}
#licence-image::after { /* mettre à jour lorsqu'on change l'image de fond ci-dessus */
content: "Silene latifolia Poir. (bdtfx) - Jacques MARÉCHAL - CC BY SA";
}
 
/*#widget {
margin: auto;
max-width: 700px;
padding: 5px;
}*/
#licence-image {
position: fixed;
padding: 10px;
bottom: 0;
right: 0;
color: white;
font-size: 0.8em;
background-color: rgba(0,0,0,0.3);
}
 
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
/trunk/widget/modules/auth/squelettes/auth_fr.tpl.php
31,6 → 31,7
</head>
 
<body>
<div id="licence-image"></div>
<!-- <h1>Auth !</h1> -->
<div class="vertical-center">
<div class="boite-centre">
/trunk/widget/modules/auth/squelettes/auth_en.tpl.php
31,6 → 31,7
</head>
 
<body>
<div id="licence-image"></div>
<!-- <h1>Auth !</h1> -->
<div class="vertical-center">
<div class="boite-centre">