Fix theme
12
LICENSE.html
@ -10,7 +10,7 @@
|
|||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
background-color: #2d2f34;
|
background-color: #2a2a2a;
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
@ -18,8 +18,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: white;
|
color: #2a2a2a;
|
||||||
background-color: red;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -28,14 +28,10 @@
|
|||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: white;
|
color: white;
|
||||||
transition: all 0.5s ease;
|
transition: color 0.1s;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href]:hover {
|
a[href]:hover {
|
||||||
color: red;
|
color: red;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -253,7 +253,6 @@ if (badQuery()) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
|
||||||
<div class="centrer">
|
<div class="centrer">
|
||||||
<input class="bouton" type="submit" value="Générer" />
|
<input class="bouton" type="submit" value="Générer" />
|
||||||
</div>
|
</div>
|
||||||
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 480 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 231 B |
@ -13,5 +13,3 @@ $variablesTheme = array(
|
|||||||
"text" => "white",
|
"text" => "white",
|
||||||
"secondaryText" => "#868686"
|
"secondaryText" => "#868686"
|
||||||
); // Définit les couleurs du thème
|
); // Définit les couleurs du thème
|
||||||
|
|
||||||
?>
|
|
||||||
|
@ -9,9 +9,7 @@ $variablesTheme = array(
|
|||||||
"bgHelp" => "#ececec",
|
"bgHelp" => "#ececec",
|
||||||
"border" => "#65666b",
|
"border" => "#65666b",
|
||||||
"borderHover" => "#46484e",
|
"borderHover" => "#46484e",
|
||||||
"borderFocus" => "#2D2F34",
|
"borderFocus" => "#2a2a2a",
|
||||||
"text" => "#2D2F34",
|
"text" => "#2a2a2a",
|
||||||
"secondaryText" => "#868686"
|
"secondaryText" => "#868686"
|
||||||
); // Définit les couleurs du thème
|
); // Définit les couleurs du thème
|
||||||
|
|
||||||
?>
|
|
||||||
|
@ -13,5 +13,3 @@ $variablesTheme = array(
|
|||||||
"text" => "#d5f3ff",
|
"text" => "#d5f3ff",
|
||||||
"secondaryText" => "#65b7da"
|
"secondaryText" => "#65b7da"
|
||||||
); // Définit les couleurs du thème
|
); // Définit les couleurs du thème
|
||||||
|
|
||||||
?>
|
|
||||||
|