Multifeeding RSS streams into points of access. https://multi.vvvvvvaria.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

53 lines
673 B

body{
background-color: pink;
/*color: red;*/
margin: 1em;
font-size: 16px;
line-height: 1.6;
}
h1#title{
width: 100%;
text-align: center;
margin: 1em auto;
}
h1#title img{
width: 500px;
}
h2{
margin: 0 0 1em;
}
table{
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
table tr{
border-bottom: 20px solid white;
}
table td{
padding: 1em 2em;
vertical-align: top;
}
table td:first-of-type{
width: 100px;
}
section#api{
margin: 6em 0em;
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;
}