mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Adding snapchat in termux server...
This commit is contained in:
parent
9cb729e87e
commit
9e5d8380cf
31
ServerTermux/www/Scripts/main.en-us.js
Normal file
31
ServerTermux/www/Scripts/main.en-us.js
Normal file
File diff suppressed because one or more lines are too long
BIN
ServerTermux/www/styles/fonts/icons.eot
Normal file
BIN
ServerTermux/www/styles/fonts/icons.eot
Normal file
Binary file not shown.
BIN
ServerTermux/www/styles/fonts/icons.woff
Normal file
BIN
ServerTermux/www/styles/fonts/icons.woff
Normal file
Binary file not shown.
BIN
ServerTermux/www/styles/fonts/icons.woff2
Normal file
BIN
ServerTermux/www/styles/fonts/icons.woff2
Normal file
Binary file not shown.
11
ServerTermux/www/styles/semantic.min.css
vendored
Normal file
11
ServerTermux/www/styles/semantic.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
69
ServerTermux/www/styles/snapchat.css
Normal file
69
ServerTermux/www/styles/snapchat.css
Normal file
|
@ -0,0 +1,69 @@
|
|||
.snapchatFontThin {
|
||||
font-family: 'HelveticaNeue-Thin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#navigationMenu {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
}
|
||||
#navigationMenu .button {
|
||||
width: 75%;
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
#navigationMenuButton {
|
||||
float: right;
|
||||
}
|
||||
#navigationMenuButton img {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ui.snapchatHeader.stackable.grid .column {
|
||||
margin-top: 2rem !important;
|
||||
margin-bottom: 1rem;
|
||||
padding-top: 1rem !important;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.snapchatHeader .logo {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.snapchatInvertedHeader h1 {
|
||||
text-align: center;
|
||||
}
|
||||
.snapchatInvertedHeader h1 .logo {
|
||||
padding-top: .5rem;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
|
||||
.snapchatBody.stackable.grid {
|
||||
padding-bottom: 5rem !important;
|
||||
}
|
||||
|
||||
.snapchatFooter.stackable.grid {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 4rem;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.snapchatFooter.stackable.grid h5 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.snapchatFooter .column {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Dropdown';
|
||||
src: url("fonts/icons.woff");
|
||||
format('truetype'), url("fonts/icons.woff");
|
||||
format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Reference in New Issue
Block a user