Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bellapanghulan_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ysabella Panghulan
bellapanghulan_reading
Commits
3b433973
Commit
3b433973
authored
Mar 28, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finalized design of webapp
parent
ea6e3fa2
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
45 additions
and
31 deletions
+45
-31
.DS_Store
bellapanghulan_reading/.DS_Store
+0
-0
.DS_Store
bellapanghulan_reading/static/.DS_Store
+0
-0
home.png
bellapanghulan_reading/static/assets/home.png
+0
-0
author_details.css
bellapanghulan_reading/static/stylesheets/author_details.css
+9
-1
base.css
bellapanghulan_reading/static/stylesheets/base.css
+29
-28
book_details.css
bellapanghulan_reading/static/stylesheets/book_details.css
+2
-0
home.css
bellapanghulan_reading/static/stylesheets/home.css
+5
-1
list.css
bellapanghulan_reading/static/stylesheets/list.css
+0
-1
No files found.
bellapanghulan_reading/.DS_Store
View file @
3b433973
No preview for this file type
bellapanghulan_reading/static/.DS_Store
0 → 100644
View file @
3b433973
File added
bellapanghulan_reading/static/assets/home.png
View replaced file @
ea6e3fa2
View file @
3b433973
482 KB
|
W:
|
H:
504 KB
|
W:
|
H:
2-up
Swipe
Onion skin
bellapanghulan_reading/static/stylesheets/author_details.css
View file @
3b433973
...
...
@@ -63,3 +63,11 @@ li:hover {
box-shadow
:
2px
2px
5px
rgba
(
0
,
0
,
0
,
0.3
);
transform
:
translateY
(
-5px
);
}
@media
only
screen
and
(
max-width
:
760px
)
{
ol
li
{
font-size
:
small
;
padding
:
0.2rem
;
min-width
:
5rem
;
}
}
\ No newline at end of file
bellapanghulan_reading/static/stylesheets/base.css
View file @
3b433973
...
...
@@ -21,7 +21,7 @@ h2 {
border
:
1px
solid
#7448F6
;
transition
:
all
400ms
ease
;
color
:
white
;
}
}
.btn-primary
:hover
,
.btn-secondary
:hover
{
background-color
:
#E9E3FE
;
...
...
@@ -41,7 +41,7 @@ h2 {
background-color
:
transparent
;
transition
:
all
400ms
ease
;
color
:
#7448F6
;
}
}
a
{
text-decoration
:
none
;
...
...
@@ -54,9 +54,10 @@ a:visited {
.links
{
display
:
flex
;
margin-top
:
5rem
;
margin-right
:
auto
;
margin-left
:
auto
;
align-items
:
center
;
justify-content
:
center
;
gap
:
1rem
;
width
:
100%
;
}
@media
only
screen
and
(
max-width
:
1200px
)
{
...
...
bellapanghulan_reading/static/stylesheets/book_details.css
View file @
3b433973
...
...
@@ -10,6 +10,8 @@ h2 {
display
:
block
;
text-align
:
center
;
color
:
black
;
text-decoration
:
underline
#b39aff
4px
;
text-underline-offset
:
5px
;
}
.author-details
{
...
...
bellapanghulan_reading/static/stylesheets/home.css
View file @
3b433973
...
...
@@ -2,6 +2,9 @@ body {
display
:
grid
;
grid-template-columns
:
1.5
fr
2
fr
;
margin-top
:
10%
;
background-image
:
url('../assets/home.png')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
}
header
{
...
...
@@ -18,7 +21,7 @@ header {
}
.highlight
{
background-color
:
yellow
;
background-color
:
#e1d7ff
;
font-weight
:
bold
;
}
...
...
@@ -34,5 +37,6 @@ header {
}
body
{
display
:
flex
;
background
:
none
;
}
}
\ No newline at end of file
bellapanghulan_reading/static/stylesheets/list.css
View file @
3b433973
...
...
@@ -10,7 +10,6 @@ h2 {
padding-left
:
2.5rem
;
padding-bottom
:
1rem
;
font-size
:
xx-large
;
border-bottom
:
1px
solid
white
;
}
ol
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment