Skip to content
Snippets Groups Projects
Commit 7cd84717 authored by Furquim Junqueira Raul's avatar Furquim Junqueira Raul
Browse files

Delete style.css

parent 08a3a446
No related branches found
No related tags found
No related merge requests found
/* fond de page */
body {
background-image: linear-gradient(0deg, slateblue, black, black);
background-size: 100%;
background-repeat: no-repeat;
color: white;
height: 100vh;
margin: 0;
/* pour éviter l'ascenseur */
border: 1px solid transparent;
box-sizing: border-box;
}
/* bandeau de titre */
h1 {
color: white;
border: none;
box-shadow: none;
background-color: rgba(255,255,255,0.3);
border-top: 3px solid rgba(255,255,255,0.6);
border-bottom: 3px solid rgba(255,255,255,0.6);
margin-top: 1.33em;
text-shadow: 3px 3px 3px black;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 1.33em;
}
/* contenu de la page */
body > * { padding-left: 10px; }
/* polices de caractères */
body { font-family: Trebuchet MS, sans-serif; }
/* positionnement des champs */
label { display: block; }
label span { display: inline-block; width: 5em; height: 1.5em; }
input, textarea {
font-family: monospace;
padding: 2px 0.5em;
width: 5em;
font-size: 1.2em;
line-height: 1.33em;
color: #666;
margin-top: 5px;
}
.button {
border: 3px outset #444;
background-color: #888;
padding: 5px 0.5em;
border-radius: 3px;
display: inline-block;
margin: 1em 0;
color: #eee;
text-shadow: #000 -1px -1px 0;
right: calc(100% - 8em - 3px);
}
*/
/*
a {
text-decoration: none;
color: black;
cursor: pointer;
}
a.delete:hover {
color: red;
}
#map { height: 400px; width: 600px; }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment