ET MON CSS:
body {
padding: 0;
margin: 0;
background-color: black;
}
font-family: "Roboto Mono", monospace;
font-size: 1vw;
}
::before,
::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
a {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
cursor: pointer;
}
/* BACKGROUNDS */
.background-header {
position: fixed;
width: 100vw;
height: 2.5vw;
top: 0;
border-bottom: 0.25vw solid;
border-image: radial-gradient(rgb(0, 255, 0), black) 1;
z-index: 90;
}
/* HEADER */
header {
position: fixed;
background-color: black;
top: 0;
width: 100vw;
height: 2.5vw;
display: flex;
justify-content: space-between;
z-index: 99;
}
.menu-button {
height: 2.5vw;
font-size: 1.25vw;
color: rgb(0, 255, 0);
text-decoration: none;
text-align: center;
margin: 0.5vw 5vw 0 5vw;
z-index: 99;
transition: transform 0.1s;
}
.menu-button:hover {
cursor: pointer;
color: white;
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
/* BODY */
/* BINARIES */
.binary-text {
text-align: center;
font-size: 0.75vw;
color: rgb(0, 122, 0);
opacity: 0.5;
}
.binary {
width: 100%;
margin: 3.5vw 0 1vw 0;
}
.binary2 {
width: 100%;
margin: 1vw 0 1vw 0;
}
.binary3 {
width: 40vw;
margin: 1vw 0 1vw 30vw;
}
/* TABLEAU */
.tableau-full-screen {
width: 80%;
margin: 0 10vw 0 10vw;
border-top: 0.25vw solid;
border-bottom: 0.25vw solid;
border-image: radial-gradient(rgb(0, 255, 0), black) 1;
padding: 1vw 0 1vw 0;
}
.tableau-general {
width: 100%;
color: white;
padding: 0 5vw 0 5vw;
}
.tableau-general a:hover {
color: rgb(0, 122, 0);
}
.table-title {
color: rgb(0, 255, 0);
padding-bottom: 2vw;
}
tr {
height: 2vw;
border: 1px solid;
}
td {
width: 5vw;
max-width: 5vw;
}
.unsafe {
text-decoration: line-through;
color: red;
}
/* LOGO BACKGROUND */
.logo-background {
position: absolute;
display: flex;
width: 40vw;
margin-left: 30vw;
z-index: 0;
}
.logo-background-text {
display: flex;
color: rgb(0, 122, 0);
font-size: 0.1vw;
margin: 1vw auto;
}
/* INPUT ZONE */
.input-zone-full-screen {
width: 100%;
height: auto;
}
.input-zone {
width: 40vw;
margin-left: 30vw;
padding-top: 1vw;
color: black;
border-top: 0.25vw solid;
border-bottom: 0.25vw solid;
border-image: radial-gradient(rgb(0, 255, 0), black) 1;
overflow: hidden;
}
.input-zone-title {
font-size: 2vw;
color: rgb(0, 255, 0);
margin: 0.5vw 0 0.5vw 0;
text-align: center;
}
.button-zone {
width: auto;
height: auto;
}
.custom-file-input {
background-color: #3498db;
color: #fff;
padding: 10px 20px;
border: none;
cursor: pointer;
}
/* BOUTON INPUT */
.add-file {
display: flex;
}
.input-file-button {
display: flex;
margin: auto;
padding: 0.5vw;
background-color: black;
color: rgb(0, 255, 0);
border: 0.01vw solid rgb(0, 255, 0);
border-radius: 0.25vw;
font-size: 1vw;
}
background-color: black;
color: rgb(0, 255, 0);
border: 0.01vw solid rgb(0, 255, 0);
border-radius: 0.25vw;
}
cursor: pointer;
color: white;
border: 0.01vw solid white;
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
/* AJOUTER DESCRIPTION */
.input-description {
width: 25vw;
height: 5vw;
margin: auto;
}
.input-description-tag {
background-color: black;
border: 0.01vw solid rgb(0, 255, 0);
border-radius: 0.25vw;
margin-top: 1vw;
font-size: 1vw;
color: white;
width: 100%;
height: 100%;
text-align: center;
}
input::placeholder {
color: rgb(0, 122, 0);
opacity: 0.5;
font-size: 1.5vw;
text-align: center;
}
/* BOUTON ADD */
width: 25vw;
margin: 2vw 0 1vw 7.5vw;
padding: 0.1vw 0.5vw 0.1vw 0.5vw;
font-size: 2vw;
color: rgb(0, 255, 0);
text-align: center;
background-color: black;
border: 0.02vw solid rgb(0, 255, 0);
border-radius: 0.25vw;
cursor: pointer;
}
color: white;
border: 1px solid white;
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
/* MEDIA MOBILE */
@media (max-width: 767px) {
* {
font-size: 1vh;
}
.background-header {
height: 2.5vh;
border-bottom: 0.25vh solid;
}
/* HEADER */
header {
width: 100vw;
height: 2.5vh;
}
.menu-button {
height: 2.5vh;
font-size: 1vh;
margin: 0.5vw 5vh 0 5vw;
}
/* BODY */
/* BINARIES */
.binary-text {
font-size: 0.75vh;
}
.binary {
margin: 3.5vh 0 1vh 0;
}
.binary2 {
margin: 1vh 0 1vh 0;
}
.binary3 {
width: 40vh;
margin: 1vh 0 1vh 30vh;
}
/* TABLEAU */
.tableau-full-screen {
margin: 0 10vw 0 10vw;
border-top: 0.25vh solid;
border-bottom: 0.25vh solid;
padding: 1vw 0 1vw 0;
}
.tableau-general {
padding: 0 5vw 0 5vw;
}
.table-title {
padding-bottom: 2vw;
}
tr {
height: 2vw;
}
td {
width: 5vw;
}
/* LOGO BACKGROUND */
.logo-background {
width: 40vh;
margin-left: 32vw;
}
.logo-background-text {
font-size: 0.1vh;
margin: 1vh;
}
/* INPUT ZONE */
.input-zone {
width: 60vw;
margin-left: 17.5vw;
padding-top: 1vh;
border-top: 0.25vh solid;
border-bottom: 0.25vh solid;
}
/* BOUTON INPUT */
.input-file-button {
padding: 0.5vw;
border: 0.01vh solid rgb(0, 255, 0);
}
#input-file::file-selector-button {
border: 0.01vh solid rgb(0, 255, 0);
border-radius: 0.25vh;
}
/* AJOUTER DESCRIPTION */
.input-description {
width: 40vw;
height: 5vh;
}
.input-description-tag {
border: 0.01vh solid rgb(0, 255, 0);
border-radius: 0.25vh;
margin-top: 1vh;
font-size: 1vh;
}
input::placeholder {
font-size: 1.25vh;
}
/* BOUTON ADD */
#btn-add {
width: 40vw;
margin: 2vh 0 1vh 10vw;
padding: 0.1vh 0.5vh 0.1vh 0.5vh;
font-size: 1vh;
border: 0.02vh solid rgb(0, 255, 0);
border-radius: 0.25vh;
}
}
Le gland de lait, aussi appelé gland temporaire ou encore de son nom latin glandus lactalis est le gland présent chez l'enfant mais est remplacé par le gland de sagesse de son nom latin glandus sapientiae présent chez l'adulte. Il se situe au dessus de la verge sur le pénis de l'homme. En effet, le gland de sagesse est plus robuste, plus esthétique et plus onctueux que le gland de lait. L'âge médiant pour perdre son gland de lait est de 13-14 ans et l'âge maximal conseillé est de 16 ans. Si l'attribut laiteux n'est toujours pas tombé après cet âge, il faut rapidement aller voir un médecin spécialisé ou un orthoglandiste expérimenté. Le sabrage est tout aussi efficace mais est une technique très déconseillée par les professionnels à cause de la dangerosité de celle-ci. Une minorité de la population préfèrent le faire eux mêmes avec des kits de sabrage disponible sur le web, en pharmacie ou chez le médecin traitant. Ce kit proposera du glandtifrice, un garrot spécial pour le gland ainsi qu'un petit sabre pour sabrer l'attribut laiteux comme avec une bouteille de champagne. Beaucoup de tutoriels proposant cette technique sont disponible sur le web. Un médecin expérimenté dans ce domaine pourra prescrire du glandtifrice qui est une pommade a appliquer chez les jeunes enfants car elle n'est pas dangereuse ni mauvaise pour la santé. La perte du gland de lait peut entrainer des chutes de liquide pendant que le gland définitif repousse ce qui est appelé "pertes juteuses". Ces pertes juteuses provoquent une atroce douleur chez l'enfant mais n'arrive que très rarement. Dans ce cas-ci, il faut aller en urgences à l'hôpital car ces pertes peuvent provoquer un disfonctionnement dans la repousse du gland de sagesse et ainsi dérégler les coulées d'urines. Certains se plaignent même d' "uriner des lames de rasoir".
En conclusion, la perte du gland temporaire ou gland de lait est un passage normal présent chez l'enfant et il ne faut pas s'en inquiéter tant que les conditions ne sont pas douloureuses.
Le 22 avril 2021 à 14:45:19 :
Premier Sacha
ta maman c'est littleangel