make css
Some checks failed
Dotnet build and test / log-the-inputs (push) Successful in 9s
Dotnet build and test / build (push) Failing after 1m50s

This commit is contained in:
Paul Schneider
2025-07-09 13:25:21 +01:00
parent 0a1bef37fe
commit d0d1c652fe
3 changed files with 11 additions and 23 deletions

View File

@ -26,8 +26,13 @@ pushInProd: publish
@sudo sync @sudo sync
@sudo systemctl start $(SERVICE_PROD) @sudo systemctl start $(SERVICE_PROD)
%.css: %.scss
scss $^ > $@
%.min.js: %.js %.min.js: %.js
jsmin < $^ > $@ jsmin < $^ > $@
%.min.css: %.css %.min.css: %.css
jsmin < $^ > $@ jsmin < $^ > $@
css: wwwroot/css/site.css

View File

@ -13,12 +13,10 @@
.navbar-dark .navbar-toggler-icon { .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"); } 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"); }
/* bootstrap.css | http://localhost:5000/lib/bootstrap/css/bootstrap.css */
div.carousel-inner > div.item > div.carousel-caption-s { div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em; margin: .5em;
background-color: #000000cf; background-color: rgba(0, 0, 0, 0.6);
color:#ffffff; color: #ffffc8;
font-weight: bold; font-weight: bold;
padding: .5em; } padding: .5em; }
@ -26,24 +24,11 @@ img.blogphoto {
max-width: 100%; max-width: 100%;
max-height: 100%; } max-height: 100%; }
.cmtdatetime {
font-style: italic;
font-size: x-small;
}
.blogcomment {
display: inline-block;
padding: .3em;
border: solid black 1px;
}
input[type='checkbox'] { input[type='checkbox'] {
appearance: auto; appearance: auto;
min-width: 1em; min-width: 1em;
min-height: 1em; min-height: 1em; }
}
.container { .container {
background-color: #000000cf; background-color: #000000cf;
color:#ffffff; color: #ffffff; }
}

View File

@ -1,3 +1,5 @@
.grants-page { .grants-page {
.card { .card {
margin-top: 20px; margin-top: 20px;
@ -23,10 +25,6 @@
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"); 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");
} }
/* bootstrap.css | http://localhost:5000/lib/bootstrap/css/bootstrap.css */
div.carousel-inner > div.item > div.carousel-caption-s { div.carousel-inner > div.item > div.carousel-caption-s {
margin: .5em; margin: .5em;
background-color: rgba(0,0,0,.6); background-color: rgba(0,0,0,.6);