refactor: move all HTTP-Website code into www subdirectory
Some checks failed
/ phplint (push) Failing after 4s
Some checks failed
/ phplint (push) Failing after 4s
This commit is contained in:
parent
502ddd1ad9
commit
5bcba0b689
25 changed files with 33 additions and 67 deletions
26
www/static/gallerystyle.css
Normal file
26
www/static/gallerystyle.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
|
||||
article {
|
||||
margin-top: 0.8em;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
text-align: center;
|
||||
|
||||
border-bottom: solid 3px darkgrey;
|
||||
font-size: 2em;
|
||||
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
#gallery_image {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
||||
max-height: 80vh;
|
||||
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue