This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
sat-sw-website-legacy/index.css

253 lines
3.7 KiB
CSS
Raw Normal View History

2023-09-19 17:47:26 +02:00
@font-face {
2023-09-20 00:40:22 +02:00
font-family: "univers";
src: url("static/font-univers/UniversforUniS55Rm-Regular.ttf")
format("truetype");
2023-09-19 17:47:26 +02:00
}
2023-09-19 18:54:42 +02:00
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); */
2023-09-06 19:02:58 +02:00
body {
margin: 0;
padding: 0;
2023-09-19 17:47:26 +02:00
font-family: "univers";
2023-09-20 00:40:22 +02:00
color: #323232;
2023-09-19 18:54:42 +02:00
font-size: 24px;
2023-09-06 19:02:58 +02:00
}
.top-nav {
2023-09-19 17:47:26 +02:00
padding: 15px 20px;
background-color: #323232;
2023-09-20 00:40:22 +02:00
color: white;
2023-09-06 19:02:58 +02:00
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 0;
2023-09-19 18:54:42 +02:00
margin-right: 24px;
2023-09-11 21:28:07 +02:00
}
.navbar p {
font-weight: bold;
2023-09-06 19:02:58 +02:00
}
.navbar img {
height: 60px;
display: inline-block;
}
2023-09-11 21:28:07 +02:00
.contact {
2023-09-06 19:02:58 +02:00
text-decoration: none;
2023-09-11 21:28:07 +02:00
color: white;
2023-09-06 19:02:58 +02:00
}
.side-bar {
2023-09-11 21:28:07 +02:00
width: 280px;
2023-09-06 19:02:58 +02:00
height: 100%;
background-color: #f1f1f1;
padding: 0;
margin-top: 0;
2023-09-11 21:28:07 +02:00
margin-bottom: 0;
2023-09-06 19:02:58 +02:00
}
.side-bar ul {
list-style-type: none;
}
.side-bar li {
display: block;
2023-09-19 17:47:26 +02:00
color: #323232;
2023-09-06 19:02:58 +02:00
text-decoration: none;
2023-09-11 22:42:35 +02:00
text-size: 16;
2023-09-11 21:28:07 +02:00
}
2023-09-19 17:47:26 +02:00
.side-bar li a {
display: block;
height: 100%;
width: 100%;
box-sizing: border-box;
2023-09-20 00:40:22 +02:00
padding: 17px 30px;
2023-09-19 17:47:26 +02:00
text-decoration: none;
2023-09-20 00:40:22 +02:00
color: black;
2023-09-19 17:47:26 +02:00
}
2023-09-20 00:40:22 +02:00
#fsfw-click #sat-click {
2023-09-11 21:28:07 +02:00
background-color: #555;
color: white;
2023-09-06 19:02:58 +02:00
}
2023-09-19 17:47:26 +02:00
.side-bar li a:hover {
background-color: #606060;
2023-09-06 19:02:58 +02:00
color: white;
}
.side-bar-container {
display: flex;
flex-direction: column;
}
.container {
display: flex;
flex-direction: row;
2023-09-19 17:47:26 +02:00
}
.logo {
2023-09-20 00:40:22 +02:00
margin-top: 60px;
2023-09-19 17:47:26 +02:00
margin-bottom: 60px;
2023-09-20 00:40:22 +02:00
width: auto;
2023-09-06 19:02:58 +02:00
}
.fsfw-desc {
2023-09-20 00:40:22 +02:00
margin-top: 60px;
2023-09-11 21:28:07 +02:00
text-align: justify;
2023-09-06 19:02:58 +02:00
}
2023-09-11 21:28:07 +02:00
.sat-rs-desc {
margin-top: 40px;
text-align: justify;
}
2023-09-19 17:47:26 +02:00
.content {
2023-09-06 19:02:58 +02:00
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding-right: 170px;
padding-left: 170px;
2023-09-20 00:40:22 +02:00
//transform: translateY(50px);
2023-09-06 19:02:58 +02:00
}
2023-09-11 22:42:35 +02:00
#fsfw-content img {
width: 50%;
object-fit: contain;
2023-09-11 21:28:07 +02:00
2023-09-11 22:42:35 +02:00
height: auto;
2023-09-11 21:28:07 +02:00
}
2023-09-19 17:47:26 +02:00
.content img {
width: 40%;
2023-09-11 22:42:35 +02:00
object-fit: contain;
height: auto;
2023-09-11 21:28:07 +02:00
}
#fsfw-links,
#sat-rs-links {
2023-09-06 19:02:58 +02:00
display: flex;
align-items: center;
}
.develop a,
2023-09-08 12:19:44 +02:00
.master a,
2023-09-19 17:47:26 +02:00
.sat-doc a,
2023-09-11 21:28:07 +02:00
.repo-container a {
display: block;
text-align: center;
width: 100%;
height: 100%;
2023-09-06 19:02:58 +02:00
text-decoration: none;
2023-09-19 17:47:26 +02:00
color: white;
2023-09-19 18:54:42 +02:00
background-color: #004191;
font-size: 18px;
2023-09-20 14:36:43 +02:00
2023-09-19 17:47:26 +02:00
}
.img-container {
2023-09-20 00:40:22 +02:00
width: 100%;
display: flex;
2023-09-19 17:47:26 +02:00
justify-content: center;
2023-09-20 00:40:22 +02:00
align-items: center;
2023-09-06 19:02:58 +02:00
}
.develop li,
2023-09-08 12:19:44 +02:00
.master li,
2023-09-19 17:47:26 +02:00
.sat-doc li {
2023-09-06 19:02:58 +02:00
list-style: none;
margin: 20px;
2023-09-20 14:36:43 +02:00
padding:0;
2023-09-06 19:02:58 +02:00
width: 160px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
line-height: 60px;
transition: color 0.3s;
}
2023-09-11 21:28:07 +02:00
.links h1 {
2023-09-11 22:42:35 +02:00
margin: 0;
margin-top: 20px;
display: flex;
2023-09-11 21:28:07 +02:00
justify-content: center;
}
2023-09-19 17:47:26 +02:00
.repo-container p {
//border: 2px solid #000;
2023-09-11 21:28:07 +02:00
margin: 20px;
padding-left: 0;
padding-right: 0;
width: 160px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
line-height: 60px;
transition: color 0.3s;
}
.develop ul,
2023-09-19 17:47:26 +02:00
.links ul,
.sat-doc ul,
.repo-container p {
2023-09-11 21:28:07 +02:00
padding-left: 0;
}
.develop li a:hover,
.master li a:hover,
.links li a:hover,
2023-09-19 17:47:26 +02:00
.repo-container p a:hover {
background-color: #323232;
2023-09-11 21:28:07 +02:00
color: white;
2023-09-06 19:02:58 +02:00
}
.develop li {
margin-right: 60px;
}
#sat-rs-content {
2023-09-19 17:47:26 +02:00
display: flex;
2023-09-06 19:02:58 +02:00
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding-right: 170px;
padding-left: 170px;
2023-09-20 14:36:43 +02:00
padding-bottom: 120px
2023-09-11 21:28:07 +02:00
}
.footer {
2023-09-19 17:47:26 +02:00
background-color: #323232;
2023-09-11 21:28:07 +02:00
color: white;
text-align: center;
width: 100%;
display: flex;
left: 0;
bottom: 0;
display: flex;
2023-09-11 22:42:35 +02:00
justify-content: center;
2023-09-11 21:28:07 +02:00
}
.footer li {
font-size: 14px;
margin: 0;
display: flex;
text-align: center;
}
.footer ul li:not(:last-child) {
margin-right: 150px;
}
.footer a {
text-decoration: none;
color: #f5f5f5;
transition: color 0.3s ease-in-out;
}