mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-14 19:19:18 +00:00
pouet
This commit is contained in:
@ -564,10 +564,11 @@ input {
|
||||
.filtre {
|
||||
width: 100%;
|
||||
padding: 6px 10px 6px 10px;
|
||||
color: white;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
margin-top: 15px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dev-color {
|
||||
@ -599,7 +600,7 @@ input {
|
||||
}
|
||||
|
||||
.tag {
|
||||
color: white;
|
||||
color: #fff;
|
||||
background-color: #cccccc;
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
@ -617,7 +618,7 @@ input {
|
||||
.phraseFooter {
|
||||
font-size: 17px;
|
||||
padding-top: 10px;
|
||||
color: white;
|
||||
color: #fff;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@ -636,7 +637,7 @@ input {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
width: 180px;
|
||||
color: white;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#glass {
|
||||
@ -650,7 +651,7 @@ input {
|
||||
}
|
||||
|
||||
#titre-home {
|
||||
color: white;
|
||||
color: #fff;
|
||||
padding-bottom: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
@ -748,8 +749,31 @@ form.login > input {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
form.login >input[type="submit"] {
|
||||
left: -46%;
|
||||
form.login >input[type="submit"], form.login > a {
|
||||
left: -44%;
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
form.login > a {
|
||||
left: -28%;
|
||||
margin-top: 65px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
td, th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user