ça contionne maintenant
This commit is contained in:
Miraty 2019-08-13 21:17:08 +02:00
commit f32ba315ef
158 changed files with 39521 additions and 345 deletions

View file

@ -1,10 +0,0 @@
@import "../style.less";
@fond: #2D2F34;
@fondChamp: #31363B;
@fondChampTexte : #232629;
@bordure: #5f5f5f;
@bordureHover: #808080;
@bordureFocus: #b6b6b6;
@texte: white;
@texteForm: white;
@texteLienCodeSource: #868686;

17
themes/defaut/defaut.php Normal file
View file

@ -0,0 +1,17 @@
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#2D2F34",
"fondChamp" => "#31363B",
"fondChampTexte" => "#232629",
"bordure" => "#5f5f5f",
"bordureHover" => "#808080",
"bordureFocus" => "#b6b6b6",
"texte" => "white",
"texteForm" => "white",
"texteLienCodeSource" => "#868686"
); // Définit les couleurs du thème
?>

BIN
themes/defaut/favicons/128.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
themes/defaut/favicons/16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
themes/defaut/favicons/192.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
themes/defaut/favicons/256.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
themes/defaut/favicons/32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
themes/defaut/favicons/384.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
themes/defaut/favicons/48.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
themes/defaut/favicons/512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
themes/defaut/favicons/64.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
themes/defaut/favicons/96.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

17
themes/defaut/theme.php Normal file
View file

@ -0,0 +1,17 @@
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#2D2F34",
"fondChamp" => "#31363B",
"fondChampTexte" => "#232629",
"bordure" => "#5f5f5f",
"bordureHover" => "#808080",
"bordureFocus" => "#b6b6b6",
"texte" => "white",
"texteForm" => "white",
"texteLienCodeSource" => "#868686"
); // Définit les couleurs du thème
?>

View file

@ -1,10 +0,0 @@
@import "../style.less";
@fond: #157097;
@fondChamp: #2794c2;
@fondChampTexte : #2794c2;
@bordure: #48aed9;
@bordureHover: #87d1f1;
@bordureFocus: #e2f6ff;
@texte: #d5f3ff;
@texteForm: #e2f6ff;
@texteLienCodeSource: #3da3cf;

BIN
themes/parinux/favicons/128.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
themes/parinux/favicons/16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
themes/parinux/favicons/192.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
themes/parinux/favicons/256.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
themes/parinux/favicons/32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
themes/parinux/favicons/384.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
themes/parinux/favicons/48.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
themes/parinux/favicons/512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
themes/parinux/favicons/64.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
themes/parinux/favicons/96.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,17 @@
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#157097",
"fondChamp" => "#2794c2",
"fondChampTexte" => "#2794c2",
"bordure" => "#48aed9",
"bordureHover" => "#87d1f1",
"bordureFocus" => "#e2f6ff",
"texte" => "#d5f3ff",
"texteForm" => "#e2f6ff",
"texteLienCodeSource" => "#3da3cf"
); // Définit les couleurs du thème
?>

17
themes/parinux/theme.php Normal file
View file

@ -0,0 +1,17 @@
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#157097",
"fondChamp" => "#2794c2",
"fondChampTexte" => "#2794c2",
"bordure" => "#48aed9",
"bordureHover" => "#87d1f1",
"bordureFocus" => "#e2f6ff",
"texte" => "#d5f3ff",
"texteForm" => "#e2f6ff",
"texteLienCodeSource" => "#3da3cf"
); // Définit les couleurs du thème
?>