SDIS29-AP32/SDIS29/web/css/defaultCSS.css
clement.bouillot e5a82f84f2
2021-10-20 11:18:27 +02:00

84 lines
1.7 KiB
CSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 18 oct. 2021, 14:23:00
Author : nathan.balducci
*/
.right { float:right; margin:0 10px 0 20px; }
.backgroundGrey {background: #333333;}
.textRedLED {font-family: Tahoma;text-shadow:0 0 3px #db0005, 0 0 10px #db0005, 0 0 20px #db0005;color:#db0005; background-color:#333333;}
h1 {font-family: Tahoma;text-shadow:#ffe69a 0 -1px 0,#db0005 2px 2px 0,#db0005 3px 3px 0,#db0005 4px 4px 0,#db0005 5px 5px 10px;color:#ececec;}
.textDegradOrange {font-family: Tahoma;text-shadow:#ffe69a 0 -1px 0,#ff6e18 2px 2px 0,#ff6e18 3px 3px 0,#ff6e18 4px 4px 0,#ff6e18 5px 5px 10px;color:#ececec;}
.textBeige {font-family: Tahoma;color:#ffe69a;}
a {font-family: Tahoma;color:#ff6e18;text-shadow:0;}
html {font-family: Tahoma;text-shadow:1; padding: 30px;color:#fff;background-color:#333333;}
fieldset
{
border:3px solid #db0005;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border-style: inset;
}
input {
background: #ff6e18;
color: #fff;
border: 1px solid #eee;
border-radius: 5px;
border-style: outset;
text-shadow:none;
}
input:hover {
background: #db0005;
color: #fff;
border: 1px solid #eee;
border-radius: 5px;
border-style: inset;
text-shadow:none;
}
table {
table-layout: inherit;
width: 100%;
border-collapse: collapse;
border: 3px #db0005;
}
thead, tfoot {
color: white;
text-shadow: 1px 1px 1px black;
}
thead th, tfoot th, tfoot td {
background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
border: 3px #db0005;
width: 30%;
}