Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Boodle
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
Martina Therese R. Reyes
Boodle
Commits
1e688426
Commit
1e688426
authored
May 19, 2022
by
Christine Dela Rosa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'felizia' of
https://gitlab.discs.ateneo.edu/matereyes00/boodle
into xtine
parents
1eeb586e
8a44e5cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
25 deletions
+76
-25
styles.css
boodlesite/static/css/styles.css
+76
-25
No files found.
boodlesite/static/css/styles.css
View file @
1e688426
...
@@ -16,6 +16,10 @@ h1,h2 {
...
@@ -16,6 +16,10 @@ h1,h2 {
font-weight
:
bold
;
font-weight
:
bold
;
}
}
a
:hover
{
color
:
#c5c5c5
!important
;
}
.carousel-item
img
{
.carousel-item
img
{
max-height
:
600px
;
max-height
:
600px
;
min-width
:
auto
;
min-width
:
auto
;
...
@@ -112,7 +116,7 @@ nav a {
...
@@ -112,7 +116,7 @@ nav a {
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.about-right
{
padding
:
2rem
4rem
;
text-align
:
center
;}
.about-right
{
padding
:
2rem
4rem
;
text-align
:
center
!important
;}
}
}
.container-about
{
padding
:
2rem
;}
.container-about
{
padding
:
2rem
;}
...
@@ -120,12 +124,11 @@ nav a {
...
@@ -120,12 +124,11 @@ nav a {
display
:
flex
;
justify-content
:
center
;
display
:
flex
;
justify-content
:
center
;
}
}
.about-left
img
{
width
:
420px
;
height
:
420px
;
object-fit
:
cover
;
border-radius
:
50%
;}
.about-left
img
{
width
:
420px
;
height
:
420px
;
object-fit
:
cover
;
border-radius
:
50%
;}
.about-right
{
display
:
flex
;
align-items
:
center
;
padding
:
2rem
4rem
;
.about-right
{
display
:
flex
;
align-items
:
center
;
text-align
:
left
;
padding
:
2rem
4rem
;
}
}
.about-text
{
background-color
:
#f0f0f0
;
padding
:
3rem
2rem
;}
.about-text
{
background-color
:
#f0f0f0
;
padding
:
1rem
2rem
;}
.about-text
p
{
font-size
:
16
;
}
.about-text
p
{
font-size
:
18px
;
}
#btn-read-more
{
#btn-read-more
{
border-radius
:
5%
;
border-radius
:
5%
;
...
@@ -211,8 +214,8 @@ nav a {
...
@@ -211,8 +214,8 @@ nav a {
.cards
li
{
.cards
li
{
background-color
:
#f0f0f0
;
background-color
:
#f0f0f0
;
border
:
1px
dotted
#
c3a9ff
;
border
:
1px
dotted
#
616161
;
margin
:
0
10px
20px
1
0px
;
margin
:
0
0px
20px
0px
;
padding
:
8px
16px
;
padding
:
8px
16px
;
border-radius
:
5px
;
border-radius
:
5px
;
flex
:
1
1
480px
;
flex
:
1
1
480px
;
...
@@ -242,6 +245,11 @@ nav a {
...
@@ -242,6 +245,11 @@ nav a {
.product-info
{
.product-info
{
padding
:
8px
16px
8px
0
;
padding
:
8px
16px
8px
0
;
background-color
:
#f0f0f0
;
}
.product-info-text
{
padding
:
1rem
;
}
}
.form-group.placebid
{
.form-group.placebid
{
...
@@ -314,7 +322,7 @@ nav a {
...
@@ -314,7 +322,7 @@ nav a {
width
:
100px
;
width
:
100px
;
height
:
100px
;
height
:
100px
;
border-radius
:
100%
;
border-radius
:
100%
;
border
:
2px
dotte
d
black
;
border
:
2px
soli
d
black
;
}
}
.sort-by
{
.sort-by
{
...
@@ -423,40 +431,83 @@ nav a {
...
@@ -423,40 +431,83 @@ nav a {
padding
:
3rem
;
padding
:
3rem
;
}
}
.profile-submit-button
{
border
:
none
;
border-radius
:
0.5rem
;
padding
:
.3rem
;
background-color
:
#F9BD82
;
}
/* About Page*/
/* About Page*/
.about
__
container
{
.about
-
container
{
margin
:
0
auto
;
margin
:
0
auto
;
width
:
90%
;
padding
:
0
2rem
;
display
:
flex
;
flex-direction
:
column
;
}
@media
(
max-width
:
768px
)
{
.about-block
{
flex-direction
:
column
;
text-align
:
center
!important
;}
.about-developers
{
display
:
flex
!important
;
flex-direction
:
column
!important
;}
.block-explanation
{
text-align
:
center
;
}
.block-image
img
{
width
:
100%
;}
}
}
.about__header
{
.about__header
{
text-align
:
center
;
text-align
:
center
;
}
}
.about__blockone
,
.about__blocktwo
,
.about__blockthree
{
.about-block
{
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
padding
:
2rem
;
padding
:
0
2rem
;
}
}
.block-explanation
{
.block-explanation
{
width
:
70%
;
display
:
flex
;
border-radius
:
20px
;
flex-direction
:
column
;
border
:
5px
black
solid
;
justify-content
:
center
;
flex
:
1
1
4rem
;
background-color
:
#f0f0f0
;
padding
:
20px
;
padding
:
20px
;
margin
:
10px
;
margin
:
10px
;
}
}
.block-image
,
.row
,
.col
{
text-align
:
center
;
.block-image
{
padding
:
1rem
;
padding
:
1rem
;
flex
:
0
1
2rem
;
}
.block-image
img
{
object-fit
:
cover
;
max-height
:
100%
;
border-radius
:
15px
50px
30px
;
filter
:
grayscale
(
100%
);
}
.about-developers
{
display
:
grid
;
grid-template-columns
:
1
fr
1
fr
;
row-gap
:
2rem
;
padding
:
2.6rem
;
}
.about-developers
img
{
width
:
300px
;
height
:
300px
;
object-fit
:
cover
;
border-radius
:
50%
;
}
.developer
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
}
.developer-info
h4
{
font-weight
:
bold
;}
.developer-info
{
padding
:
1rem
;
text-align
:
center
;
}
}
.form-space
,
.button-space
{
.form-space
,
.button-space
{
...
@@ -482,7 +533,7 @@ nav a {
...
@@ -482,7 +533,7 @@ nav a {
/* girl help */
/* girl help */
.help-header
{
.help-header
{
background-color
:
#4c9ed0
;
background-color
:
black
;
border-radius
:
7px
7px
5px
0px
;
border-radius
:
7px
7px
5px
0px
;
padding
:
10px
;
padding
:
10px
;
color
:
#fff
;
color
:
#fff
;
...
...
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