forked from varia/multifeeder
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.
79 lines
1.1 KiB
79 lines
1.1 KiB
body{
|
|
background-color: #e1cfd9;
|
|
color: #7137c8ff;
|
|
margin: 1em;
|
|
font-size: 16px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
h1#title{
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 1em auto;
|
|
}
|
|
h1#title img{
|
|
width: 90%;
|
|
max-width: 500px;
|
|
}
|
|
|
|
h1{
|
|
text-align: center;
|
|
margin: 3em auto 0;
|
|
}
|
|
h2{
|
|
margin: 0 0 1em;
|
|
}
|
|
|
|
div.add{
|
|
color: blue;
|
|
margin: 2em auto;
|
|
text-align: center;
|
|
}
|
|
|
|
section#feeds{
|
|
margin: 5em 0;
|
|
text-align: center;
|
|
}
|
|
section#feeds div.feed{
|
|
padding: 1em 2em;
|
|
border-bottom: 20px solid white;
|
|
}
|
|
section#feeds div.feed.el0{
|
|
border-top: 20px solid white;
|
|
}
|
|
section#feeds div.feed div{
|
|
margin: 1em auto;
|
|
}
|
|
section#feeds div.feed div.description{
|
|
max-width: 400px;
|
|
}
|
|
section#api{
|
|
margin: 5em 0;
|
|
}
|
|
section#api div.accesspoint{
|
|
padding: 1em 2em;
|
|
border-bottom: 20px solid #aa87deff;
|
|
}
|
|
section#api div.accesspoint:first-of-type{
|
|
border-top: 20px solid #aa87deff;
|
|
}
|
|
|
|
footer{
|
|
font-size: small;
|
|
text-align: center;
|
|
margin: 3em 0;
|
|
}
|
|
|
|
p{
|
|
color: blue;
|
|
font-size: small;
|
|
margin: 2em auto 3em;
|
|
max-width: 400px;
|
|
}
|
|
a,
|
|
a:active,
|
|
a:visited,
|
|
a:hover{
|
|
text-decoration-line: underline;
|
|
color: inherit;
|
|
}
|