Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishika Ponna
chillflix
Commits
7539bccd
Unverified
Commit
7539bccd
authored
Nov 21, 2021
by
rishikaponna
Committed by
GitHub
Nov 21, 2021
Browse files
Add files via upload
parent
46b25d73
Changes
3
Hide whitespace changes
Inline
Side-by-side
css/darkmode.css
0 → 100644
View file @
7539bccd
*
{
box-sizing
:
border-box
;
}
.label
{
background-color
:
#111
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding
:
5px
;
position
:
relative
;
border-radius
:
50px
;
height
:
26px
;
width
:
50px
;
}
.position
{
position
:
fixed
;
bottom
:
1vh
;
right
:
1rem
;
z-index
:
1000
;
}
.darking
{
position
:
absolute
;
opacity
:
0
;
}
.darking
:checked
+
.label
.ball
{
transform
:
translateX
(
24px
);
}
.ball
{
width
:
22px
;
height
:
22px
;
background-color
:
#fff
;
position
:
absolute
;
top
:
2px
;
left
:
2px
;
border-radius
:
50%
;
transition
:
transform
0.2s
linear
;
}
.fa-moon
{
color
:
#f1c40f
;
}
.fa-sun
{
color
:
#f39c12
;
}
\ No newline at end of file
css/style1.css
0 → 100644
View file @
7539bccd
@media
only
screen
and
(
max-width
:
1080px
)
{
.scrolls
{
overflow-x
:
scroll
;
width
:
1080px
;
white-space
:
nowrap
}
}
.bg-body
{
background-color
:
#fff
;
background-color
:
var
(
--navigationbg
)
!important
;
}
body
{
background-color
:
var
(
--navigationbg
)
!important
;
}
nav
{
height
:
auto
;
position
:
fixed
;
width
:
100%
;
margin-top
:
0px
;
}
.modal-backdrop
{
position
:
relative
;
top
:
0
;
left
:
0
;
z-index
:
1040
;
width
:
100vw
;
height
:
100vh
;
background-color
:
#000000
;
}
.shadow
{
box-shadow
:
0
.5rem
1rem
var
(
--ldshadow
)
!important
;
}
.logo
{
display
:
inline-block
;
}
.logo2
{
height
:
100px
;
padding-left
:
9px
;
}
.logo2-darkt
{
height
:
100px
;
padding-left
:
15px
;
-webkit-filter
:
invert
(
1
);
filter
:
invert
(
1
);
}
.button
{
float
:
right
;
margin-right
:
2rem
;
margin-top
:
1.5rem
;
}
.panel0
{
display
:
flex
;
align-items
:
center
;
justify-items
:
center
;
height
:
44rem
;
background-image
:
url("../img/background.jpg")
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
width
:
100%
;
margin
:
0px
;
padding-top
:
34px
;
text-align
:
center
;
}
.video
{
height
:
20rem
;
width
:
23rem
;
margin-top
:
3rem
;
margin-left
:
auto
;
}
.vidpanel
{
align-items
:
center
;
}
.name
{
width
:
100%
;
margin
:
auto
;
padding-left
:
0rem
;
padding-top
:
4rem
;
}
.heading
{
background-color
:
var
(
--navigationbg
);
font-family
:
'Lobster'
,
cursive
;
font-size
:
13rem
;
margin
:
0
auto
;
display
:
inline-block
;
color
:
var
(
--clocktext
)
!important
;
}
.In
{
color
:
var
(
--intext
)
!important
;
}
.panel1
{
height
:
500px
;
background-image
:
url('../img/two.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
display
:
flex
;
align-items
:
center
;
justify-items
:
center
;
padding-left
:
20px
;
margin-top
:
55px
;
}
.panel1text
{
display
:
flex
;
flex-direction
:
row
;
}
.para1
{
display
:
inline-block
;
font-family
:
'Ubuntu'
,
sans-serif
;
color
:
white
;
margin-left
:
4rem
;
margin-top
:
120px
;
}
.p1
{
font-size
:
70px
;
line-height
:
0px
;
}
.p2
{
font-size
:
100px
;
line-height
:
65px
;
}
.p3
{
font-size
:
80px
;
line-height
:
65px
;
}
.features
{
padding
:
7%
15%
;
margin-top
:
0rem
;
padding-bottom
:
5%
;
}
.rowf
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
}
.icon
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
margin-bottom
:
4.5%
;
}
.icon1
{
margin-bottom
:
3%
;
}
.panellogos
{
fill
:
var
(
--panellogos
);
}
.ftext
{
font-family
:
'Ubuntu'
,
sans-serif
;
text-align
:
center
;
margin-top
:
5%
;
font-weight
:
bold
;
color
:
var
(
--ftext
);
}
.icon2
{
margin-top
:
6%
;
margin-bottom
:
1%
;
}
.ftexting
{
text-align
:
center
;
font-family
:
'Ubuntu'
,
sans-serif
;
color
:
grey
;
}
.panel3
{
background-image
:
url('../img/one.png')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
height
:
35rem
;
display
:
flex
;
align-items
:
flex-end
;
flex-direction
:
row
;
}
.ptext
{
display
:
flex
;
flex-direction
:
column-reverse
;
}
.p3text1
{
padding
:
1rem
;
color
:
white
;
font-size
:
3.5rem
;
font-family
:
'Ubuntu'
;
}
.p3text2
{
padding
:
1rem
;
color
:
white
;
font-size
:
1.5rem
;
font-family
:
'Ubuntu'
;
padding-top
:
0
;
padding-bottom
:
150px
;
}
footer
{
height
:
4.5rem
;
width
:
100%
;
margin
:
0px
;
}
.foot
{
margin-top
:
0.3rem
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
.logo-foot
{
height
:
60px
;
padding-left
:
15px
;
padding-right
:
2rem
;
}
.text-foot
{
padding
:
.1rem
;
color
:
var
(
--copyright
);
font-size
:
1.5rem
;
font-family
:
'Ubuntu'
;
padding-left
:
1rem
;
font-weight
:
bold
;
}
.copyright
{
padding
:
1rem
;
margin-top
:
1rem
;
margin-left
:
1.5rem
;
color
:
var
(
--copyright
);
}
:root
{
--black
:
#000000
;
--white
:
#ffffff
;
--minty
:
rgb
(
46
,
150
,
211
);
--nminty
:
#008080
;
--grey
:
#212529
;
--lightgrey
:
grey
;
--lsblack
:
rgba
(
0
,
0
,
0
,
0.15
);
--dswhite
:
rgba
(
255
,
245
,
245
,
0.15
);
}
body
[
data-theme
=
'light'
]
{
--navigationbg
:
var
(
--white
);
--intext
:
var
(
--minty
);
--clocktext
:
var
(
--black
);
--panellogos
:
var
(
--minty
);
--ftext
:
var
(
--black
);
--copyright
:
var
(
--black
);
--ldshadow
:
var
(
--lsblack
);
}
body
[
data-theme
=
'dark'
]
{
--navigationbg
:
var
(
--black
);
--intext
:
var
(
--nminty
);
--clocktext
:
var
(
--white
);
--panellogos
:
var
(
--nminty
);
--ftext
:
var
(
--white
);
--copyright
:
var
(
--lightgrey
);
--ldshadow
:
var
(
--dswhite
);
}
*
{
transition
:
background-color
0.3s
ease
,
color
1s
ease
;
}
\ No newline at end of file
css/style2.css
0 → 100644
View file @
7539bccd
@media
only
screen
and
(
max-width
:
1080px
)
{
.scrolls
{
overflow-x
:
scroll
;
width
:
1080px
;
white-space
:
nowrap
}
}
.bg-body
{
background-color
:
#fff
;
background-color
:
var
(
--navigationbg
)
!important
;
}
body
{
background-color
:
var
(
--navigationbg
)
!important
;
}
nav
{
height
:
auto
;
position
:
fixed
;
width
:
100%
;
margin-top
:
0px
;
}
.modal-backdrop
{
position
:
relative
;
top
:
0
;
left
:
0
;
z-index
:
1040
;
width
:
100vw
;
height
:
100vh
;
background-color
:
#000000
;
}
.shadow
{
box-shadow
:
0
.5rem
1rem
var
(
--ldshadow
)
!important
;
}
.logo
{
display
:
inline-block
;
}
.logo2
{
height
:
100px
;
padding-left
:
9px
;
}
.logo2-darkt
{
height
:
100px
;
padding-left
:
15px
;
-webkit-filter
:
invert
(
1
);
filter
:
invert
(
1
);
}
.button
{
float
:
right
;
margin-right
:
2rem
;
margin-top
:
1.5rem
;
}
.sign_out
{
float
:
right
;
margin-right
:
2rem
;
margin-top
:
1.5rem
;
}
.meet
{
float
:
right
;
margin-right
:
4.5rem
;
margin-top
:
1.5rem
;
}
.meetlogo
{
height
:
23px
;
width
:
27px
;
fill
:
white
;
margin-right
:
5px
;
margin-bottom
:
2px
;
}
.livelogo
{
height
:
23px
;
width
:
27px
;
fill
:
white
;
margin-right
:
5px
;
margin-bottom
:
2px
;
}
.carouselling
{
padding-top
:
8rem
;
}
.imging
{
margin
:
auto
;
height
:
30rem
;
}
.download
{
z-index
:
2000000
;
margin-left
:
14rem
;
margin-top
:
1rem
;
}
.panel0
{
display
:
flex
;
align-items
:
center
;
justify-items
:
center
;
height
:
44rem
;
background-image
:
url("../img/background.jpg")
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
width
:
100%
;
margin
:
0px
;
padding-top
:
34px
;
text-align
:
center
;
}
.video
{
height
:
20rem
;
width
:
23rem
;
margin-top
:
3rem
;
margin-left
:
auto
;
}
.vidpanel
{
align-items
:
center
;
}
.name
{
width
:
100%
;
margin
:
auto
;
padding-left
:
0rem
;
padding-top
:
4rem
;
}
.heading
{
background-color
:
var
(
--navigationbg
);
font-family
:
'Lobster'
,
cursive
;
font-size
:
13rem
;
margin
:
0
auto
;
display
:
inline-block
;
color
:
var
(
--clocktext
)
!important
;
}
.In
{
color
:
var
(
--intext
)
!important
;
}
.panel1
{
height
:
500px
;
background-image
:
url('../img/two.jpg')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
display
:
flex
;
align-items
:
center
;
justify-items
:
center
;
padding-left
:
20px
;
margin-top
:
55px
;
}
.panel1text
{
display
:
flex
;
flex-direction
:
row
;
}
.para1
{
display
:
inline-block
;
font-family
:
'Ubuntu'
,
sans-serif
;
color
:
white
;
margin-left
:
4rem
;
margin-top
:
120px
;
}
.p1
{
font-size
:
70px
;
line-height
:
0px
;
}
.p2
{
font-size
:
100px
;
line-height
:
65px
;
}
.p3
{
font-size
:
80px
;
line-height
:
65px
;
}
.features
{
padding
:
7%
15%
;
margin-top
:
0rem
;
padding-bottom
:
5%
;
}
.rowf
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
}
.icon
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
margin-bottom
:
4.5%
;
}
.icon1
{
margin-bottom
:
3%
;
}
.panellogos
{
fill
:
var
(
--panellogos
);
}
.ftext
{
font-family
:
'Ubuntu'
,
sans-serif
;
text-align
:
center
;
margin-top
:
5%
;
font-weight
:
bold
;
color
:
var
(
--ftext
);
}
.icon2
{
margin-top
:
6%
;
margin-bottom
:
1%
;
}
.ftexting
{
text-align
:
center
;
font-family
:
'Ubuntu'
,
sans-serif
;
color
:
grey
;
}
.panel3
{
background-image
:
url('../img/one.png')
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
height
:
35rem
;
display
:
flex
;
align-items
:
flex-end
;
flex-direction
:
row
;
}
.ptext
{
display
:
flex
;
flex-direction
:
column-reverse
;
}
.p3text1
{
padding
:
1rem
;
color
:
white
;
font-size
:
3.5rem
;
font-family
:
'Ubuntu'
;
}
.p3text2
{
padding
:
1rem
;
color
:
white
;
font-size
:
1.5rem
;
font-family
:
'Ubuntu'
;
padding-top
:
0
;
padding-bottom
:
150px
;
}
footer
{
height
:
4.5rem
;
width
:
100%
;
margin
:
0px
;
}
.foot
{
margin-top
:
0.3rem
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}