1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 14:53:22 +02:00
GPXSee-maps/style.css

37 lines
491 B
CSS
Raw Normal View History

2020-02-23 10:46:42 +01:00
body {
background:#333333;
font-family:Arial, sans-serif;
}
table {
border:5px solid #000000;
background:#000000;
}
td {
background:#ffffff;
padding:5px;
border:5px solid #000000;
}
h1 {
color:#ffffff;
margin-left:10px;
padding-top:10px;
}
h2 {
color:#ed1c24;
margin-left:10px;
margin-top:0;
margin-bottom:0;
}
h3 {
color:#f0f0f0;
margin-left:10px;
margin-bottom:0;
padding-bottom:0;
}
.center {
margin:20px auto;
width:1124px;
background:#000000;
border-radius:5px;
}