123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- html {
- background-color: #3f4363;
- }
- body {
- background-color: #F6F4FF;
- color: #000000;
- font-family: monospace;
- font-size: 16px;
- border: 1px solid #ddd;
- padding: 25px;
- margin-top: 0px;
- margin-bottom: 0px;
- margin-left: 170px;
- margin-right: 170px;
- }
- header{
- text-align: center;
- color: #657e94;
- }
- table, th, td {
- border: 1px solid black;
- border-collapse: collapse;
- }
- footer {
- font-size: 10px;
- text-align: center;
- }
- .infos {
- font-style: italic;
- }
- .desc{
- font-size: 19px;
- text-align: center;
- }
- .lightner{
- color: #edd46d;
- font-weight: 900;
- }
- .blackened{
- color: #141d30;
- font-weight: 900;
- }
|