1
1
Derivar 4
Este cometimento está contido em:
Miraty 2020-03-15 21:16:06 +01:00
ascendente 8777698f28
cometimento 0bbbbcbf77
15 ficheiros modificados com 6 adições e 17 eliminações

Ver ficheiro

@ -10,7 +10,7 @@
margin-left: 20%;
margin-right: 20%;
font-size: 22px;
background-color: #2d2f34;
background-color: #2a2a2a;
color: white;
line-height: 30px;
text-align: justify;
@ -18,8 +18,8 @@
}
::selection {
color: white;
background-color: red;
color: #2a2a2a;
background-color: white;
}
h1 {
@ -28,14 +28,10 @@
a[href] {
color: white;
transition: all 0.5s ease;
transition: color 0.1s;
}
a[href]:hover {
color: red;
}
@font-face {

Ver ficheiro

@ -253,7 +253,6 @@ if (badQuery()) {
</div>
</div>
<br>
<div class="centrer">
<input class="bouton" type="submit" value="Générer" />
</div>

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 612 B

Depois

Largura:  |  Altura:  |  Tamanho: 207 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 433 B

Depois

Largura:  |  Altura:  |  Tamanho: 163 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 760 B

Depois

Largura:  |  Altura:  |  Tamanho: 249 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 1.0 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 246 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 480 B

Depois

Largura:  |  Altura:  |  Tamanho: 187 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 1.3 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 293 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 495 B

Depois

Largura:  |  Altura:  |  Tamanho: 217 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 1.8 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 354 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 532 B

Depois

Largura:  |  Altura:  |  Tamanho: 198 B

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 587 B

Depois

Largura:  |  Altura:  |  Tamanho: 231 B

Ver ficheiro

@ -13,5 +13,3 @@ $variablesTheme = array(
"text" => "white",
"secondaryText" => "#868686"
); // Définit les couleurs du thème
?>

Ver ficheiro

@ -9,9 +9,7 @@ $variablesTheme = array(
"bgHelp" => "#ececec",
"border" => "#65666b",
"borderHover" => "#46484e",
"borderFocus" => "#2D2F34",
"text" => "#2D2F34",
"borderFocus" => "#2a2a2a",
"text" => "#2a2a2a",
"secondaryText" => "#868686"
); // Définit les couleurs du thème
?>

Ver ficheiro

@ -13,5 +13,3 @@ $variablesTheme = array(
"text" => "#d5f3ff",
"secondaryText" => "#65b7da"
); // Définit les couleurs du thème
?>