update bulma, cleanup

This commit is contained in:
Joerg Lehmann 2021-03-27 20:43:53 +01:00
parent 7c13a54059
commit 1d4d80f781
16 changed files with 1648 additions and 40774 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
wo-bisch-web wo-bisch-web
nohup.out nohup.out
check_nodes/check_nodes check_nodes/check_nodes
wo-bisch-sass/node_modules/

View File

@ -13,7 +13,7 @@ Aktuell noch in Entwicklung, kommen Sie später noch einmal vorbei...
<img src="/static/images/wo-bisch-tracker.jpg"> <img src="/static/images/wo-bisch-tracker.jpg">
</div> </div>
<div class="column is-three-quarters"> <div class="column is-three-quarters">
Dieses kleine Ger&auml;t (85 x 48 x 15mm) meldet seinen Standort Dieses kleine Ger&auml;t (85 x 48 x 15mm; Kugelschreiber als Gr&ouml;ssenvergleich) meldet seinen Standort
<ul> <ul>
<li>bei Bewegung alle 5 Minuten</li> <li>bei Bewegung alle 5 Minuten</li>
<li>ohne Bewegung einmal pro Stunde</li> <li>ohne Bewegung einmal pro Stunde</li>

View File

@ -1,36 +1,3 @@
.map { .map {
height: 350px; height: 350px;
} }
.popup {
background-color: white;
padding-left: 8px;
padding-bottom: 8px;
padding-top: 8px;
width: 220px;
color: #555;
font: 11px tahoma,arial,verdana,sans-serif;
}
.title {
margin-top: -4px;
font-weight: bold;
}
.subtitle {
font-style: normal;
margin-bottom: -3px;
margin-top: -5px;
}
.middle {
margin-top: -9px;
}
.close {
cursor: pointer;
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
font-size: larger;
font-weight: bold;
}
button {
cursor: pointer;
}

View File

@ -6,24 +6,6 @@ html,body,.section,.container {
height: 70%; height: 70%;
} }
.image.is-10by1 img, .image.is-20by3 img {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 100%;
}
.image.is-10by1 {
padding-top: 10%;
}
.image.is-20by3 {
padding-top: 15%;
}
hr { hr {
margin: 0 0 15px 0; margin: 0 0 15px 0;
} }

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 904 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,14 @@
Install Node Version 14
`
# dnf module reset nodejs
# dnf module enable nodejs:14
# dnf module -y install nodejs:14
`
To generate CSS: To generate CSS:
`npm run css-build` `
$ npm install node-sass
$ npm install bulma
$ npm run css-build
`

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

1629
wo-bisch-sass/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,14 +4,13 @@
"description": "SASS for wo-bisch-web", "description": "SASS for wo-bisch-web",
"main": "enter sass/wo-bisch-web.scss", "main": "enter sass/wo-bisch-web.scss",
"scripts": { "scripts": {
"css-build": "node-sass --omit-source-map-url sass/wo-bisch-web.scss css/wo-bisch-web.css", "css-build": "node-sass --output-style compressed --omit-source-map-url sass/wo-bisch-web.scss css/wo-bisch-web.css",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Joerg Lehmann", "author": "Joerg Lehmann",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"bulma": "^0.9.0", "bulma": "^0.9.2",
"bulma-helpers": "^0.3.12",
"node-sass": "^4.14.1" "node-sass": "^4.14.1"
} }
} }

View File

@ -7,6 +7,5 @@
$family-sans-serif: "Rubik", sans-serif; $family-sans-serif: "Rubik", sans-serif;
@import "../node_modules/bulma/bulma.sass"; @import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-helpers/bulma-helpers.sass";
$navbar-height = 6.5rem $navbar-height: 6.5rem