summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorFallstar <fallstar@live.fr>2014-03-16 00:31:49 +0100
committerFallstar <fallstar@live.fr>2014-03-16 00:31:49 +0100
commit3530ae568739c75bce1cb636d211ccb0e73981fe (patch)
tree6d0af3f935a298ccbf342d226114f4c191f8a538 /style.css
parent7c099a45d074c2b11e741bdf5d4a55d6fa78344d (diff)
downloadmailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.tar.gz
mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.tar.bz2
mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.tar.xz
mailöve.eu-3530ae568739c75bce1cb636d211ccb0e73981fe.zip
Ajout de ta couleur + aide
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 8 insertions, 20 deletions
diff --git a/style.css b/style.css
index 91911bc..f1d8e21 100644
--- a/style.css
+++ b/style.css
@@ -1,21 +1,20 @@
body{
background-color: Gainsboro;
+ color: #FF69B4;
}
titre{
font-size: 1.8em;
text-decoration: underline;
- color: gray;
+ color: #FE2FA5;
}
header{
margin-left: 20em;
width: 70%;
height: 5em;
- border-style: solid;
- border-width: 1px;
- border-color: black;
+ border: solid black 1px;
border-radius: 1em;
}
@@ -26,32 +25,23 @@ div#sidebar{
div#menu{
width: 13em;
- border-style: solid;
- border-width: 1px;
- border-color: black;
+ border: solid black 1px;
border-radius: 1em;
padding: 0.5em;
}
div#screenshots{
width: 13em;
- border-style: solid;
- border-width: 1px;
- border-color: black;
+ border: solid black 1px;
border-radius: 0.5em;
}
article{
- border-style: solid;
- border-width: 1px;
- border-color: red;
margin-left: 15em;
}
div#entree{
- background-color: white;
- border-style: solid;
- border-width: 1px;
+ border: solid black 1px;
border-radius: 1em;
margin-left: 2em;
margin-right: 2em;
@@ -61,10 +51,8 @@ div#entree{
footer{
margin-left: 20%;
margin-right: 20%;
- border-style: solid;
- border-width: 1px;
+ border: solid black 1px;
border-radius: 2em;
+ color: black;
}
-
-