[intranet/css] une nouvelle css avec le nouveau logo
darcs-hash:20090222011509-bd074-cea0819f2a5e6ab081730da0469de28fcd46dc58.gz
This commit is contained in:
parent
0a9e22313b
commit
efac8bd18b
2 changed files with 49 additions and 32 deletions
|
@ -26,8 +26,8 @@ Copyright (c) 2006 by www.crans.org
|
|||
**************************************************************/
|
||||
|
||||
div.framed_gray {
|
||||
border:5px solid #e2e2e2; /* #acc0ff */
|
||||
background-color:#f2f2f2;
|
||||
border:5px solid RoyalBlue; /* #acc0ff */
|
||||
background-color: LightBlue;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,19 +2,31 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
|
||||
<title>Cr@ns Intranet</title>
|
||||
|
||||
<title>Cr@ns Intranet</title>
|
||||
|
||||
<style type="text/css">
|
||||
.form {
|
||||
.block {
|
||||
width:260px;
|
||||
padding:20px;
|
||||
background:#eee;
|
||||
border:3px solid #ddd;
|
||||
padding: 20px;
|
||||
background: LightBlue;
|
||||
border-right: 2px solid DarkSlateGrey;
|
||||
border-bottom: 2px solid DarkSlateGrey;
|
||||
-moz-border-radius: 20px;
|
||||
-webkit-border-radius: 20px;
|
||||
margin:0 auto;
|
||||
}
|
||||
.form {
|
||||
width: 260px;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.liens {
|
||||
text-align:right;
|
||||
}
|
||||
}
|
||||
.titre {
|
||||
position: relative;
|
||||
top: 50px
|
||||
}
|
||||
label {
|
||||
display:block;
|
||||
float:left;
|
||||
|
@ -25,20 +37,23 @@
|
|||
width:150px;
|
||||
}
|
||||
h2 {
|
||||
margin:0 0 20px 0;
|
||||
right: 40px;
|
||||
margin: 0;
|
||||
padding:0 0 0 0;
|
||||
position:relative;
|
||||
right:60px;
|
||||
}
|
||||
position: relative;
|
||||
}
|
||||
img {
|
||||
position: relative;
|
||||
bottom:60px;
|
||||
right:50px;
|
||||
float:left;
|
||||
position:relative;
|
||||
bottom:40px;
|
||||
right:60px;
|
||||
}
|
||||
div#message {
|
||||
background:white;
|
||||
border:2px #cc0000 solid;
|
||||
background: #faa;
|
||||
border-right: 1px DarkRed solid;
|
||||
border-bottom:1px DarkRed solid;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
padding:5px;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
|
@ -61,10 +76,12 @@
|
|||
<body>
|
||||
<h1>Bienvenue sur Cr@nsIntranet</h1>
|
||||
|
||||
|
||||
<div class="form">
|
||||
<img src="/static/images/petitCr@ns.png" alt="logocr@ns" />
|
||||
<div class="titre">
|
||||
<img src="./static/images/petitCr@ns.png" alt="logocr@ns" height="98px"/>
|
||||
<h2>Connexion</h2>
|
||||
</div>
|
||||
<div class="block">
|
||||
#if $message
|
||||
<div id="message">
|
||||
$message
|
||||
|
@ -73,20 +90,20 @@
|
|||
<div id="messageFantom"></div>
|
||||
#end if
|
||||
|
||||
<form method="post" action="do_login">
|
||||
<label class="textInputLabel" for="login">Login :</label>
|
||||
<input type="text" id="login" name="login" value="$login" /><br />
|
||||
<label class="textInputLabel" for="password">Password :</label>
|
||||
<input type="password" id="password" name="password"/><br />
|
||||
<input type="hidden" name="from_page" value="$from_page">
|
||||
<form method="post" action="do_login">
|
||||
<label class="textInputLabel" for="login">Login :</label>
|
||||
<input type="text" id="login" name="login" value="$login" /><br />
|
||||
<label class="textInputLabel" for="password">Password :</label>
|
||||
<input type="password" id="password" name="password"/><br />
|
||||
<input type="hidden" name="from_page" value="$from_page">
|
||||
<div class="liens">
|
||||
<input type="submit" value="Login" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="liens">
|
||||
<input type="submit" value="Login" />
|
||||
<a href="https://wiki.crans.org/CransPratique/J'aiPerduMonMotDePasse">J'ai oublié mon mot de passe.</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="liens">
|
||||
<a
|
||||
href="https://wiki.crans.org/CransPratique/J'aiPerduMonMotDePasse">J'ai oublié mon mot de passe.</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mainFooter"><hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue