Maintenant, tout dans le executor.php. Fin de tempPreMega.

Ajout d'un super simulateur de tours de Monoï dans la page 404.
This commit is contained in:
Mysaa
2021-06-06 12:48:11 +02:00
parent 228f54d140
commit 38ec48c9fc
55 changed files with 1853 additions and 1042 deletions
+29
View File
@@ -0,0 +1,29 @@
#adminDialogAnswer{
border-top: 2px solid black;
display: block;
padding: 5px;
}
section.reponce{
border: 1px solid black;
}
section.reponce > h3{
margin-top: 5px;
margin-bottom: 8px;
}
section.reponce > samp{
background-color: #111;
color: #0F0;
}
section.commander{
border: 3px double black;
padding: 3px;
}
div.commander{
padding: 2px;
}
section.commander > .commanderCommandSelector{
border-bottom: 1px solid black;
}
.facultatif{
border-bottom: 1px dotted silver;
}
+23 -18
View File
@@ -87,7 +87,7 @@ article{
}
.articleText{
text-align: left;
margin: 25px 125px;
margin: 5%;
}
h1 {
@@ -129,7 +129,7 @@ footer {
#bande {
display: block;
padding-bottom: 5px;
padding-bottom: 0px;
margin-left: auto;
margin-right: auto;
}
@@ -268,11 +268,26 @@ section.message div {
text-align: right;
}
/* Disposition with width */
.nav2x2 {
samp#universe_text{
text-align: justify;
}
/* HEADER STYLE */
.nav3x2 {
display: none;
}
#navLinks a {
display: inline-block;
width: 250px;
font-size: 3ex;
padding-left: 30px;
padding-right: 30px;
margin-top: 5px;
}
.navV {
display: none;
}
@@ -295,21 +310,13 @@ section.message div {
}
}
@media screen and (max-width: 1180px) { /* Afficher nav2x2 */
.nav2x2 {
@media screen and (max-width: 1180px) { /* Afficher nav3x2 */
.nav2x3 {
display: inline;
}
#navLinks a {
display: inline-block;
width: 250px;
font-size: 3ex;
padding-left: 30px;
padding-right: 30px;
margin-top: 5px;
}
}
@media screen and (max-width: 615px) { /* Afficher navV */
@media screen and (max-width: 400px) { /* Afficher navV */
.navV {
display: inline;
}
@@ -317,7 +324,5 @@ section.message div {
display: inline-block;
width: 200px;
font-size: 2ex;
padding-left: 30px;
padding-right: 30px;
}
}
}