mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-02-23 10:43:11 +03:00
add other page and js, css
This commit is contained in:
parent
25f68a498a
commit
1e33e0a6d8
8 changed files with 279 additions and 0 deletions
37
web/static/style/gallery.css
Normal file
37
web/static/style/gallery.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
.card {
|
||||
border-radius: 8%;
|
||||
width: 250px;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
margin: 10px;
|
||||
background-color: #131313;
|
||||
}
|
||||
|
||||
|
||||
.card img {
|
||||
width: initial;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.image {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.header-row .card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.header-row span > .card {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.header-row span img {
|
||||
width: 30px;
|
||||
height: auto;
|
||||
}
|
||||
|
30
web/static/style/settings.css
Normal file
30
web/static/style/settings.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
#everynasa-logo {
|
||||
user-drag: none;
|
||||
-webkit-user-drag: none;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin-top: 0.6em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin-top: 2.3em;
|
||||
}
|
||||
|
||||
.desc {
|
||||
margin-top: -0.7em;
|
||||
}
|
||||
|
||||
p, .form-check {
|
||||
margin-left: -18em;
|
||||
margin-top: -0.8em;
|
||||
}
|
||||
|
||||
#update-desc {
|
||||
margin-top: -0.8rem;
|
||||
}
|
Loading…
Add table
Reference in a new issue