maira.cc/style.css

142 lines
2.4 KiB
CSS
Raw Normal View History

2024-08-17 21:09:22 +03:00
@font-face {
font-family: Quicksand;
font-weight: normal;
font-style: normal;
2024-08-17 21:33:47 +03:00
src: url(Quicksand-Bold.otf);
2024-08-17 21:09:22 +03:00
}
@font-face {
font-family: Quicksand;
font-weight: bold;
font-style: normal;
src: url(Quicksand-Bold.otf);
}
@font-face {
font-family: Quicksand;
font-weight: normal;
font-style: italic;
src: url(Quicksand-Italic.otf);
}
@font-face {
font-family: Quicksand;
font-weight: bold;
font-style: italic;
src: url(Quicksand-BoldItalic.otf);
}
@font-face {
font-family: SourceCodePro;
src: url(SourceCodePro-Regular.otf);
}
body {
text-rendering: optimizeLegibility;
background: #333;
color: #eeeeee;
}
.top-menu li {
display: inline;
height: 3rem;
padding-bottom: 50%;
}
.top-menu li:first-of-type {
/*padding-left: 2.5%;
padding-right: 23.1%;*/
width: 10%;
}
.top-menu .item {
text-align: right;
}
.top-menu .item .subitem {
padding-left: 20px;
padding-right: 20px;
}
.top-menu .subitem {
padding-left: 20px;
padding-right: 20px;
}
.top-menu a {
text-decoration: none;
font-size: 1.5rem;
font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: normal;
font-style: normal;
color: #eeeeee;
}
.line {
border-bottom: 0.5px solid;
display: block;
height: 1px;
}
.body-text {
padding-top: 2rem;
padding-left: 10rem;
padding-right: 10rem;
padding-bottom: 2rem;
background-color: #444;
}
.footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
}
h1 {
font-size: 3rem;
font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
font-style: normal;
}
h2 {
font-size: 2.3rem;
font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: normal;
font-style: normal;
}
p {
padding-left: 25px;
border-radius: 25px;
font-size: 1.3rem;
font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: normal;
font-style: normal;
}
a {
border-radius: 25px;
font-size: 1.3rem;
font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: normal;
font-style: normal;
color:lightskyblue
}
code {
padding:0 5px 2px;
line-height:1em;
background-color: #000000;
border-radius: 5px;
font-size: 1.2rem;
font-family: 'SourceCodePro', 'Courier New', Courier, monospace;
font-weight: normal;
font-style: normal;
}