1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
my-old-website/MyWebsite/MyWebsite/wwwroot/css/Style.css
T
2019-10-12 19:26:44 +03:00

169 lines
3.6 KiB
CSS

@font-face {
font-family: 'Consolas';
src: url("/fonts/consolas.eot");
src: url("/fonts/consolas.eot?#iefix") format("embedded-opentype"), url("/fonts/consolas.otf") format("opentype"), url("/fonts/consolas.svg") format("svg"), url("/fonts/consolas.ttf") format("truetype"), url("/fonts/consolas.woff") format("woff"), url("/fonts/consolas.woff2") format("woff2");
}
@font-face {
font-family: 'Segoe MDL2 Assets';
src: url("/fonts/segoeMLD2assets.eot");
src: url("/fonts/segoeMLD2assets.eot?#iefix") format("embedded-opentype"), url("/fonts/segoeMLD2assets.otf") format("opentype"), url("/fonts/segoeMLD2assets.svg") format("svg"), url("/fonts/segoeMLD2assets.ttf") format("truetype"), url("/fonts/segoeMLD2assets.woff") format("woff"), url("/fonts/segoeMLD2assets.woff2") format("woff2");
}
@font-face {
font-family: 'Segoe UI';
src: url("/fonts/segoeUI.eot");
src: url("/fonts/segoeUI.eot?#iefix") format("embedded-opentype"), url("/fonts/segoeUI.otf") format("opentype"), url("/fonts/segoeUI.svg") format("svg"), url("/fonts/segoeUI.ttf") format("truetype"), url("/fonts/segoeUI.woff") format("woff"), url("/fonts/segoeUI.woff2") format("woff2");
}
body {
margin: 0px;
font-family: Consolas, 'Segoe MDL2 Assets';
}
.navbar {
background-color: #343434;
position: fixed;
z-index: 10;
top: 0%;
right: 0%;
left: 0%;
padding: 10px;
min-height: 35px;
font-size: 26px;
}
.navbar a {
text-decoration: none;
color: white;
}
.navbar a:hover {
color: gray;
}
.main-menu {
display: inline;
list-style: none;
}
.main-menu li {
display: inline-block;
font-size: 20px;
margin-right: 20px;
}
.sideheader {
float: right;
}
body {
padding-top: 55px;
}
footer {
padding-left: 10px;
}
main {
min-height: calc(100vh - 130px);
}
.info-block {
margin-left: 50px;
}
header {
margin: 0px 50px;
}
header a {
text-decoration: none;
color: black;
}
header a:hover {
color: black;
text-decoration: underline;
}
.image-overview-block img {
max-height: 50vh;
float: left;
display: inline;
}
.image-overview-block div {
margin: 10px;
display: inline-block;
}
.image-overview-block div h1 {
margin-bottom: 0px;
}
.image-overview-block .date {
margin: 0px;
}
article a:visited {
color: blue;
}
.gallery {
margin: 50px;
}
.gallery img {
transition: .25s;
object-fit: cover;
max-width: 300px;
height: 200px;
margin: 2px;
}
.gallery img:hover {
filter: brightness(125%);
transform: scale(1.25);
}
.github-stats {
margin-top: 20px;
grid-column: 2 / 2;
}
.projects-block {
margin: 0px 10px;
}
.projects-header {
display: grid;
margin-bottom: 20px;
grid-template-columns: 1fr auto;
}
.project-item {
background-color: whitesmoke;
margin-bottom: 10px;
min-height: 200px;
}
.project-item img {
max-height: 200px;
float: left;
}
.project-item .text {
display: inline-block;
margin-left: 20px;
margin-bottom: 15px;
}
.text div {
margin-top: 20px;
}
.badge {
height: 25px;
width: 25px;
margin-right: 10px !important;
}
.csharp { content: url("../images/Badges/csharp.png"); }
.dotnet { content: url("../images/Badges/dotnet.png"); }
.xamarin { content: url("../images/Badges/xamarin.png"); }
.unity { content: url("../images/Badges/unity.png"); }
.android { content: url("../images/Badges/android.png"); }
.uwp { content: url("../images/Badges/windows.png"); }
.win32 { content: url("../images/Badges/windows.png"); }
.windows { content: url("../images/Badges/windows.png"); }