prayercircle/dist/main.css
2021-03-03 12:41:21 +01:00

89 lines
2.0 KiB
CSS

body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f9fafc;
color: #595354; }
#video-section {
position: relative; }
#video-section .site-control {
font-size: 3rem;
padding: 0.2rem;
position: absolute;
top: 50%;
transform: translate(0%, -50%); }
#video-section .site-control.previous {
left: 0; }
#video-section .site-control.next {
right: 0; }
.header {
background-color: #ffffff;
padding: 10px 40px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
.header > .logo-container {
display: flex;
align-items: center; }
.header > .logo-container > .logo-img {
width: 60px;
height: 60px;
margin-right: 15px; }
.header > .logo-container > .logo-text {
font-size: 26px;
font-weight: 700; }
.header > .logo-container > .logo-text > .logo-highlight {
color: #65a9e5; }
#list-section {
margin: 1rem; }
button {
background: white;
padding: 0 0.3rem;
font-size: 1.5rem;
border: solid 1px black; }
button.delete-button {
background: url(/img/trashcan.svg);
background-size: contain;
width: 1.5rem;
height: 1.5rem;
border: 0; }
input {
border: 0;
background: transparent;
outline: none;
font-size: 1.5rem; }
input:placeholder-shown, input:focus {
border-bottom: solid 1px black; }
#week-input {
width: 3rem;
text-align: center;
font-size: 1.5rem;
font-weight: bold; }
#table-section {
margin-top: 2rem; }
#table-section #week-selection {
margin-left: 1rem; }
#table-section #table-container .prayer-table {
max-width: calc(100% - 2rem);
margin: 1rem;
border: solid 1px #adadad;
border-collapse: collapse; }
#table-section #table-container .prayer-table td, #table-section #table-container .prayer-table th {
padding: 0.2rem;
width: 12.5%;
border: solid 1px #adadad; }
#table-section #table-container .prayer-table th {
text-align: left; }