summaryrefslogtreecommitdiff
path: root/hell.css
diff options
context:
space:
mode:
Diffstat (limited to 'hell.css')
-rw-r--r--hell.css239
1 files changed, 0 insertions, 239 deletions
diff --git a/hell.css b/hell.css
deleted file mode 100644
index 9944ec5..0000000
--- a/hell.css
+++ /dev/null
@@ -1,239 +0,0 @@
-video#video {
- position: fixed;
- top: 50%;
- left: 50%;
- min-width: 100%;
- min-height: 100%;
- width: auto;
- height: auto;
- z-index: -100;
- transform: translateX(-50%) translateY(-50%);
- background-size: cover;
-}
-
-
-.thetime {
- margin: 0 auto;
- max-width:100px;
-}
-
-html, body {
- background no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-
-@font-face {
- font-family: 'Bebas Neue';
- font-style: normal;
- font-weight: normal;
- src: local('Bebas Neue'), url('BebasNeue.woff') format('woff');
- }
-
-@font-face {
- font-family: 'CaviarDreams';
- font-style: normal;
- font-weight: normal;
- src: local('CaviarDreams'), url('CaviarDreams.woff') format('woff');
- }
-
-* {
--webkit-user-select: none;
--khtml-user-select: none;
--moz-user-select: none;
--o-user-select: none;
-user-select: none;
-}
-
-audio {
- display:none;
-}
-
-html, body {
- margin:0;
- padding:0;
- height:100%;
-}
-
-body {
- background-attachment: fixed;
-
-}
-
-sup,input, h1{
- font-family: 'CaviarDreams';
- color:gray;
-
-}
-
-#footer {
- position:fixed;
- right:0;
- bottom:0;
- margin:0;
- padding:0;
- width:75%;
-}
-#footer img {width:100%;}
-
-* {
- font-family: 'CaviarDreams';
- color: red;
-}
-#b {
- font-weight: bold;
- color: black;
-}
-
-font {
- color:red;
-}
-
-.centerContainer {
- width: 1000px;
- margin-left: auto;
- margin-right: auto;
-}
-
-#quoteText {
- font-family: 'CaviarDreams';
- text-align: center;
- font-size: 40px;
- padding-top: 30px;
- color:red;
-
-}
-
-#headText {
- font-family: 'CaviarDreams';
- text-align: center;
-cr
- padding-top: 30px;
- color:red;
-}
-
-#testo {
- background-color: black;
- border-style: solid;
- border-color: red;
- text-align: center;
- position: auto;
- border-width: 1px;
- font-size: 50%;
- opacity: 1;
- width: 500px;
- margin-top: 30px;
- margin-left: auto;
- margin-right: auto;
- padding-right: 6px;
- font-family: 'CaviarDreams';
-
-
-
-
-
-}
-
-
-
-
-
-#divider {
- height: 2px;
- width: 500px;
- margin-left: auto;
- margin-right: auto;
- background-color: red;
- margin-top: 0px;
- margin-bottom: 0px;
-}
-
-#divider2 {
- height: 2px;
- width: 400px;
- margin-left: auto;
- margin-right: auto;
- background-color: gray;
- margin-top: 20px;
- margin-bottom: 30px;
-}
-
-#divider3 {
- height: 2px;
- width: 150px;
- margin-left: auto;
- margin-right: auto;
- background-color: white;
- margin-top: 20px;
- margin-bottom: 30px;
-}
-
-#logo {
- width: 100%;
-}
-#List {
- text-align: center;
- margin-top: 30px;
- font-size: 35px;
- height: calc(100% - 450px);
- width: 500px;
- margin-left: auto;
- margin-right: auto;
- padding-right: 6px;
- font-family: 'CaviarDreams';
-
-
-}
-
-
-#membersList {
- text-align: center;
- margin-top: 30px;
- overflow: hidden;
- font-size: 40px;
- height: calc(100% - 450px);
- width: 300px;
- margin-left: auto;
- margin-right: auto;
- padding-right: 6px;
- font-family: 'Bebas Neue';
-}
-
-#membersList:hover {
- padding-right: 0px;
- overflow: auto;
-}
-
-
-#p {
- font-family: 'CaviarDreams';
- color: red;
- text-align: center;
- font-size: 35px;
-
-}
-
-
-
-ul
-{
- list-style-type: none;
-}
-
-.bg {background-attachment:fixed; background-repeat: no-repeat; background-position:top right;background-size: cover;}
-
-.scrollbar::-webkit-scrollbar-track {
- border-radius: 10px;
- background-color: rgba(0, 0, 0, 0.3);
-}
-
-.scrollbar::-webkit-scrollbar {
- width: 6px;
-}
-
-.scrollbar::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background-color: rgba(255, 255, 255, 0.5);
-} \ No newline at end of file