website/microsoft.css

156 lines
2.2 KiB
CSS
Raw Normal View History

body {
text-align: center;
height: 90vh;
font-family: sans-serif;
}
hr {
width: 50%;
margin: 0 auto;
border: 0;
height: 1px;
padding: 2px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
2023-08-13 18:31:47 -07:00
.img-float-right {
float: right;
width: 40%;
padding: 10px;
}
2023-07-30 05:11:30 -07:00
.blog-listing {
margin-top: 100px;
margin-bottom: 100px;
}
.header-icon {
height: 20vh;
}
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 14px;
color: #333;
background-color: #f0f0f0;
padding: 2px 4px;
border-radius: 3px;
}
2022-11-01 00:16:57 -07:00
ul {
list-style: none;
}
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: center;
}
.container-item {
flex: 1 1;
padding: 10px;
}
2023-01-19 18:06:20 -08:00
.container-item-featured {
flex: 1 1 100%;
2024-09-05 08:40:51 -07:00
display: flex;
2023-01-19 18:06:20 -08:00
}
.product img {
height: 20vh;
}
.boxed {
width: 95%;
margin: 0 auto;
border-style: solid;
border-color: #8c8b8b;
padding: 5px;
}
.left {
text-align: left;
}
.centre {
text-align: center !important;
}
.centre table {
margin: 0 auto;
text-align: center;
width: 100%;
}
.code-screenshot {
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 14px;
color: #333;
background-color: #f0f0f0;
padding: 2px 4px;
border-radius: 3px;
text-align: left;
margin: auto;
width: 75%;
}
.credit {
2022-10-23 01:23:27 +00:00
width: 100%;
text-align: center;
font-size: smaller;
padding: 0.5em;
2022-11-01 00:35:44 -07:00
margin-left: auto;
margin-right: auto;
position: sticky;
top: 30px;
}
.credit img {
2022-10-23 01:23:27 +00:00
float: none;
height: 60vh;
}
.credit span {
width: 100%;
float: left;
clear: left;
font-size: 2vh;
}
.yiffos-table {
width: 100%;
text-align: center;
padding: 0 25% 0 25%;
}
.yiffos-table td {
border-style: solid;
border-width: 1px;
border-color: #000;
width: 10%;
}
2022-10-23 02:29:26 +00:00
.checksums {
}
.single_checksum {
font-size: xx-small;
width: 20px;
word-break: break-all;
}
#footer {
text-align: center;
width: 100%;
margin-top: 100px;
}
#big-space {
margin-top: 10%;
}