multifeeder/static/css/stylesheet.css

53 lines
673 B
CSS
Raw Normal View History

2021-02-16 23:26:03 +01:00
body{
background-color: pink;
/*color: red;*/
2021-02-16 23:26:03 +01:00
margin: 1em;
font-size: 16px;
line-height: 1.6;
2021-02-16 23:26:03 +01:00
}
h1#title{
width: 100%;
text-align: center;
margin: 1em auto;
}
h1#title img{
width: 500px;
2021-02-16 23:26:03 +01:00
}
h2{
margin: 0 0 1em;
2021-02-16 23:26:03 +01:00
}
table{
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
table tr{
border-bottom: 20px solid white;
}
2021-02-16 23:26:03 +01:00
table td{
padding: 1em 2em;
vertical-align: top;
2021-02-16 23:26:03 +01:00
}
table td:first-of-type{
width: 100px;
}
section#api{
margin: 6em 0em;
2021-02-16 23:26:03 +01:00
color: fuchsia;
}
section#api div.accesspoint{
margin: 0;
padding: 1em 2em;
border-bottom: 20px solid black;
}
a,
a:active,
a:visited,
a:hover{
text-decoration-line: underline;
color: inherit;
2021-02-16 23:26:03 +01:00
}