This commit is contained in:
Bertrand 2012-06-19 20:13:06 +02:00
parent 67cee37ab4
commit 9438b9d236
2 changed files with 32 additions and 1 deletions

View File

@ -14,4 +14,13 @@
<img src="marvin-robot_normal.png" alt="" id="banner"/>
</a>
<h1>Nemubot Questions (BETA)</h1>
<nav>
<ul>
<li><a href="./list.php">Liste des questions</a></li>
<li><a href="./subscribe.html">S'inscrire</a></li>
</ul>
</nav>
</header>

View File

@ -23,6 +23,28 @@ header
float: right;
}
nav { text-align: center; }
nav ul { list-style-type: none; }
nav li
{
display: inline-block;
border: 2px solid;
padding: 5px;
margin-right: 10px;
}
nav li a
{
color: orange;
text-decoration: none;
}
nav li:hover{ box-shadow: 10px 10px 0px black; }
#introduction, #hello
{
text-align: justify;
@ -174,4 +196,4 @@ form.invalidation input
tbody tr:hover .tooltip
{
display: block;
}
}