yavsc/src/Yavsc/wwwroot/css/site.css

141 lines
2.9 KiB
CSS
Raw Normal View History

2024-02-25 18:05:10 +00:00
.grants-page .card {
margin-top: 20px;
2025-09-14 13:59:38 +01:00
border-bottom: 1px solid #fd8134; }
2024-02-25 18:05:10 +00:00
.grants-page .card .card-title {
font-size: 120%;
font-weight: bold; }
.grants-page .card .card-title img {
width: 100px;
height: 100px; }
.grants-page .card label {
font-weight: bold; }
2023-03-19 17:57:55 +00:00
2024-02-25 18:05:10 +00:00
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
2023-03-19 17:57:55 +00:00
2024-11-10 14:30:12 +00:00
div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em;
background-color: #11415faa;
2025-07-09 13:25:21 +01:00
color: #ffffc8;
2024-11-10 14:30:12 +00:00
font-weight: bold;
padding: .5em; }
2024-11-10 23:12:02 +00:00
img.blogphoto {
max-width: 100%;
max-height: 100%; }
2024-12-14 23:49:13 +00:00
2025-07-07 07:49:18 +01:00
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
2025-07-09 13:25:21 +01:00
min-height: 1em; }
2025-07-09 13:16:01 +01:00
2025-07-10 08:38:38 +01:00
.post {
2025-09-14 02:42:08 +01:00
background-color: #290505;
2025-09-14 22:43:40 +01:00
color: #c4fbff;
padding: .7em;
2025-07-10 08:38:38 +01:00
border-radius: 2em;
2025-09-14 22:43:40 +01:00
border: solid #b29e9e 2pt; }
2025-07-10 08:38:38 +01:00
2025-07-11 13:04:50 +01:00
.actiongroup {
2025-07-10 08:38:38 +01:00
float: right;
margin: .5em; }
2025-07-11 13:04:50 +01:00
.float-left {
2025-07-10 08:38:38 +01:00
float: left;
margin: .5em; }
2025-07-12 19:00:30 +01:00
a {
2025-09-14 02:42:08 +01:00
color: var(--blue); }
2025-08-25 12:58:25 +01:00
a.close {
cursor: pointer; }
2025-09-14 02:42:08 +01:00
2025-09-14 22:43:40 +01:00
address {
padding: .2em;
margin: .2em; }
2025-09-14 02:42:08 +01:00
.grants-page .card {
margin-top: 20px;
border-bottom: 1px solid lightgray; }
.grants-page .card .card-title {
font-size: 120%;
font-weight: bold; }
.grants-page .card .card-title img {
width: 100px;
height: 100px; }
.grants-page .card label {
font-weight: bold; }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em;
background-color: #11415faa;
2025-09-14 02:42:08 +01:00
color: #ffffc8;
font-weight: bold;
padding: .5em; }
img.blogphoto {
max-width: 100%;
max-height: 100%; }
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
min-height: 1em; }
.container {
2025-09-14 13:59:38 +01:00
background-color: #000000;
2025-09-14 22:43:40 +01:00
color: #e0e0e0;
2026-02-07 23:47:12 +00:00
padding: .5em;
margin: 0; }
2025-09-14 02:42:08 +01:00
.post {
background-color: #290505;
color: #c4fbff;
padding: .3em;
margin: .3em;
2025-09-14 02:42:08 +01:00
border-radius: 2em;
border: solid #b29e9e 2pt; }
.post .photo {
max-height: 100%;
max-width: 100%; }
.actiongroup {
float: right;
margin: .5em; }
.float-left {
float: left;
margin: .5em; }
body {
font: 1rem/1.5 var(--font-family-sans-serif);
2025-09-14 22:43:40 +01:00
color: #e0e0e0;
2025-09-14 13:59:38 +01:00
background-color: #000000; }
2025-09-14 02:42:08 +01:00
.card {
max-height: 20em;
max-width: 30em;
display: inline-table; }
.card .card-photo {
border: solid 1px #ffffffd4;
max-height: 15em;
max-width: 30em; }
.card .index-post-title {
display: inline; }
2025-09-14 22:43:40 +01:00
.display-label {
display: inline;
font-style: italic;
font-weight: 300; }
.display-field {
display: inline; }
2026-02-07 23:47:12 +00:00
.navbar-brand {
padding: .5em; }