apprise-api/apprise_api/static/css/base.css

77 lines
1.2 KiB
CSS
Raw Normal View History

2019-10-27 04:53:40 +01:00
.nav h1 {
margin: 0.4rem;
font-size: 2.1rem;
2019-10-27 04:53:40 +01:00
font-weight: bold;
text-transform: uppercase;
}
code {
background-color: #eee;
font-family: monospace;
white-space: normal;
padding: 0.2rem;
}
table code {
background-color: inherit;
}
h1, h2, h3, h4, h5 {
margin-top: 0;
}
td, th {
vertical-align: top;
padding-top: 0;
}
.api-details ol {
margin-top: 0;
margin-bottom: 0;
}
em {
color: #004d40;
font-weight:bold;
}
textarea {
height: 16rem;
}
.collapsible-body {
padding: 1rem 2rem;
}
.tabs .tab a{
border-radius: 25px 25px 0 0;
2019-10-27 04:53:40 +01:00
color:#2bbbad;
}
.collection a.collection-item:not(.active):hover,
.tabs .tab a:focus, .tabs .tab a:focus.active {
background-color: #eee;
}
.tabs .tab a:hover,.tabs .tab a.active {
background-color:transparent;
/* color:#2bbbad;*/
color:#004d40;
font-weight: bold;
background-color: #eee;
2019-10-27 04:53:40 +01:00
}
.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
color:rgba(102,147,153,0.7);
}
.tabs .indicator {
background-color:#004d40;
}
.material-icons{
display: inline-flex;
vertical-align: middle;
2020-01-19 02:26:40 +01:00
}
#url-list code {
display: block;
background-color: inherit;
}
#url-list .chip {
background-color: inherit;
border: 1px solid #e4e4e4;
}