ia-short/static/admin.css

75 lines
1.3 KiB
CSS

/*
Copyright (c) 2019 Kevin Alberts <kevin@kevinalberts.nl>
This software is license under the MIT license. It should be included in your copy of this software.
A copy of the MIT license can be obtained at https://mit-license.org/
*/
.paginator-link {
display: inline-block;
padding: 8px;
margin: 2px;
background: #1D428A;
border: 1px solid #1D428A;
color: white;
}
.paginator-link {
text-decoration: none;
}
.paginator-link:hover {
border: 1px solid #1D428A;
color: white;
background: #2450A8;
}
.paginator-current {
display: inline-block;
padding: 8px;
margin: 2px;
border: 1px solid #1D428A;
background: white;
color: #1D428A;
}
#box-title .small {
font-size: 2rem
}
#content_admin {
width: 1200px;
}
#link-table {
border-collapse: separate;
border-spacing: 0;
margin-top: 1rem;
margin-bottom: 2rem;
}
#link-table .link-table-header {
background-color: #1D428A;
color: white;
}
#link-table .link-table-center {
text-align: center;
}
#link-table tr:hover {
background-color: rgba(0, 0, 0, 0.1);
}
#link-table tr.link-table-header:hover {
background-color: #1D428A;
color: white;
}
#link-table .link-table-header th {
text-align: left;
font-size: 1.1rem;
padding: 0.5rem 1rem;
}
#link-table th, #link-table td {
padding: 0.2rem 1rem;
}