cbo
This commit is contained in:
parent
3e82427926
commit
292646c077
4 changed files with 25 additions and 7 deletions
|
@ -53,8 +53,8 @@ td, th {
|
||||||
div.ad{
|
div.ad{
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
float: right;
|
|
||||||
width: 162px;
|
width: 150px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
|
@ -50,6 +50,11 @@ th {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
td {
|
||||||
|
padding: 10px;
|
||||||
|
text-align: left;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
table.table_magasin{
|
table.table_magasin{
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
21
css/t5.css
21
css/t5.css
|
@ -2,7 +2,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: 'Helvetica Neue', sans-serif;
|
font-family: 'Helvetica Neue', sans-serif;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
color: #2c3e50;
|
color: #ddd;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
background-image: url(../img/codevertmatrix.gif);
|
background-image: url(../img/codevertmatrix.gif);
|
||||||
|
@ -14,11 +14,17 @@ h1, h2, h3 {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output {
|
||||||
|
font-size: 50px;
|
||||||
|
color: #ddd;
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
border: 2px solid #e74c3c;
|
border: 2px solid #33ff00;
|
||||||
background-color: #ecf0f1;
|
background-color: #ecf0f1;
|
||||||
color: #e74c3c;
|
color: #33ff00;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -26,7 +32,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #e74c3c;
|
background-color: #33ff00;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,4 +60,11 @@ table.table_magasin{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
color: #33ff00;
|
||||||
|
|
||||||
|
}
|
||||||
|
a.hoover{
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
|
@ -59,12 +59,12 @@
|
||||||
<div class="ad" style="display: none;">
|
<div class="ad" style="display: none;">
|
||||||
|
|
||||||
<img src="./img/miaou1.jpeg" alt="Chat" class="adt2">
|
<img src="./img/miaou1.jpeg" alt="Chat" class="adt2">
|
||||||
|
<div></div>
|
||||||
<img src="./img/GIF-CHATON.gif" alt="Chat" class="adt3">
|
<img src="./img/GIF-CHATON.gif" alt="Chat" class="adt3">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
<p>L'evolution est non contractuelle, adaptée pour le gameplay</p>
|
<p>L'evolution est non contractuelle, adaptée pour le gameplay</p>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue