Metadata editting and local only JS and pdf to image change and format pages (#44)
* Formatting * changeMeta * pdf to img fix * foramtting * new image * lang changes
This commit is contained in:
2018
src/main/resources/static/css/bootstrap-icons.css
vendored
Normal file
2018
src/main/resources/static/css/bootstrap-icons.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
src/main/resources/static/css/bootstrap.min.css
vendored
Normal file
6
src/main/resources/static/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
23
src/main/resources/static/css/dark-mode.css
Normal file
23
src/main/resources/static/css/dark-mode.css
Normal file
@@ -0,0 +1,23 @@
|
||||
/* Dark Mode Styles */
|
||||
body {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark-card {
|
||||
background-color: #333 !important;
|
||||
color: white;
|
||||
}
|
||||
.jumbotron {
|
||||
background-color: #222; /* or any other dark color */
|
||||
color: #fff; /* or any other light color */
|
||||
}
|
||||
|
||||
.list-group {
|
||||
background-color: #222 !important;
|
||||
color: fff !important;
|
||||
}
|
||||
.list-group-item {
|
||||
background-color: #222 !important;
|
||||
color: fff !important;
|
||||
}
|
||||
BIN
src/main/resources/static/css/fonts/bootstrap-icons.woff
Normal file
BIN
src/main/resources/static/css/fonts/bootstrap-icons.woff
Normal file
Binary file not shown.
BIN
src/main/resources/static/css/fonts/bootstrap-icons.woff2
Normal file
BIN
src/main/resources/static/css/fonts/bootstrap-icons.woff2
Normal file
Binary file not shown.
23
src/main/resources/static/css/general.css
Normal file
23
src/main/resources/static/css/general.css
Normal file
@@ -0,0 +1,23 @@
|
||||
#page-container {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#content-wrap {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#footer {
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
html[lang-direction=ltr] * {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
html[lang-direction=rtl] * {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user