diff options
| author | s1n <[email protected]> | 2019-12-06 13:06:43 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-06 13:06:43 -0800 |
| commit | 0fd8ed15c1b0a6b6506bc24a93720820db3b93a9 (patch) | |
| tree | a368f303a3393554fbba1f841ac637c048f9181e /main.css | |
| parent | Add files via upload (diff) | |
| download | cs2-tesla-em-0fd8ed15c1b0a6b6506bc24a93720820db3b93a9.tar.xz cs2-tesla-em-0fd8ed15c1b0a6b6506bc24a93720820db3b93a9.zip | |
Add files via upload
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/main.css b/main.css new file mode 100644 index 0000000..38ae953 --- /dev/null +++ b/main.css @@ -0,0 +1,153 @@ +html, body {
+ overflow: hidden;
+}
+
+.strip {
+ background: #222222;
+ width: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 52px;
+}
+
+#header-logo {
+ position: relative;
+ top: 18px;
+ left: 20px;
+}
+
+.models, .models a {
+ font-family: Gotham Medium,
+ "M Hei PRC W45",
+ "M Hei HK W42",
+ "M Hei HK W40",
+ "HelveticaNeue-Regular",
+ "Helvetica Neue Regular",
+ "Helvetica Neue",
+ Helvetica,
+ Arial,
+ sans-serif;
+ font-weight: 750;
+ font-size: 13px;
+
+
+ color: white;
+ transition: 255ms;
+ text-decoration-line: none;
+
+ position: relative;
+ left: 17%;
+}
+
+.models a:hover {
+ color: grey;
+ transition: 255ms;
+}
+
+.comms, .comms a {
+ font-family: Gotham Medium,
+ "M Hei PRC W45",
+ "M Hei HK W42",
+ "M Hei HK W40",
+ "HelveticaNeue-Regular",
+ "Helvetica Neue Regular",
+ "Helvetica Neue",
+ Helvetica,
+ Arial,
+ sans-serif;
+ font-weight: 750;
+ font-size: 13px;
+
+ color: white;
+ transition: 255ms;
+ text-decoration-line: none;
+
+ position: relative;
+ top: -29%;
+ left: 45.5%;
+}
+
+#comms-menu {
+ position: absolute;
+ top: -12%;
+ right: -24px;
+}
+
+.main {
+ font-family: Gotham Light,
+ "M Hei PRC W45",
+ "M Hei HK W42",
+ "M Hei HK W40",
+ "HelveticaNeue-Regular",
+ "Helvetica Neue Regular",
+ "Helvetica Neue",
+ Helvetica,
+ Arial,
+ sans-serif;
+
+ position: absolute;
+ top: 7%;
+ left: 23.5%;
+}
+
+.main-header-links {
+ position: absolute;
+ top: -5%;
+ left: 13%;
+
+ color: black;
+ text-decoration-line: none;
+}
+
+.main-header-links, .main-header-links a {
+ font-size: 13px;
+
+ color: black;
+ transition: 255ms;
+ text-decoration-line: none;
+
+ position: relative;
+ top: -30px;
+ left: 37%;
+}
+
+.divider {
+ position: absolute;
+ background: lightgray;
+ top: 11.7%;
+ height: 1px;
+ width: 1000px;
+}
+
+.press {
+ position: absolute;
+ top: 17%;
+ left: 109%;
+ width: 200px;
+ font-size: 14px;
+}
+
+.press a, #para-long-a {
+ color: #c43c21;
+ text-decoration-line: none;
+}
+
+.press a:hover, #para-long-a:hover {
+ color: red
+}
+
+.footer, .footer a {
+ color: grey;
+ text-decoration-line: none;
+
+ position: relative;
+ top: 24px;
+}
+
+#footer-divider {
+ color: lightgray;
+
+ position: relative;
+ top: 24px;
+}
\ No newline at end of file |