This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
sillyweb/style.css

208 lines
3.2 KiB
CSS

* {
font-family: tahoma, "sans-serif";
}
.floaty {
float: none;
}
.mkc {
position: relative;
text-align: center;
color: white;
}
/* Centered text */
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
p.center {
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
body {
background-color: #49546a;
}
p {
font-size: 13px;
}
h1 {
font-size: 26px;
}
p.content {
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
vertical-align: middle;
display: inline-block;
}
p.fancy {
font-family: 'Times New Roman', Times, serif !important;
font-size: 30px;
font-weight: bold;
font-style: italic;
}
.content {
font-family: 'Times New Roman', Times, serif !important;
color: white;
width: 900px;
align-content: center;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
}
.post-title {
color: white;
line-height: 0.4;
text-align:center;
width: 866px;
align-content: center;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #333b4f;
background-color: #3b4254;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
}
.post-aboutme {
color: white;
width: 836px;
align-content: center;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #333b4f;
background-color: #3b4254;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
.post {
width: 866px;
align-content: center;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #333b4f;
background-color: #3b4254;
padding-left: 30px;
}
.footer {
color: white;
line-height: 0.3;
font-size: 11px;
width: 866px;
align-content: center;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 2px;
border-color: #333b4f;
background-color: #3b4254;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
a {
color:#0e88ad
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
li a {
font-size: 14px;
font-family: Tahoma, "sans-serif";
display: block;
color: white;
text-align: center;
padding: 10px 10px;
text-decoration: none;
}
li script {
font-size: 11px;
font-family: Tahoma, "sans-serif";
display: block;
color: white;
text-align: center;
padding: 10px 10px;
text-decoration: none;
}
li p {
font-size: 11px;
font-family: Tahoma, "sans-serif";
display: block;
color: white;
text-align: center;
padding: 10px 10px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #333b4f;
color: #0e88ad;
}
.img-text {
display: table-cell;
margin-left: 10px;
}
.img-text img {
padding-right: 10px;
float: left;
}
.img-desc {
font-size:11px;
}
.img-text {
line-height: 0.2;
margin-left: 10px;
}