blog.notmyidea.org/theme/static/css/styles.css

87 lines
No EOL
1.3 KiB
CSS

body {
background-image: url('seigaiha.png');
}
.profile {
height: 80px;
width: 80px;
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
background: url('../img/profile.png') no-repeat center center;
background-size: 99% auto;
}
.profile img {
opacity: 0;
filter: alpha(opactiy=0);
}
.content-title h2 {
color: #9a9a9a;
}
table {
max-width: 100% !important;
}
tr {
max-width: 100% !important;
}
td {
max-width: 100px !important;
}
td img {
width: 100% auto;
}
.tiny-note {
font-size: 8pt;
}
.muted {
color: #9a9a9a !important;
}
ul.articles_list {
margin: auto;
padding-left: 10rem;
}
ul.articles_list h2 {
text-align: right;
}
ul.articles_list li {
margin-bottom: .3rem;
list-style-type: none;
display: flex;
}
.articles_list .metadata {
align-self: flex-start;
font-size: 0.7em;
line-height: 2;
min-width: 160px;
}
.articles_list .category {
font-weight: lighter;
}
.articles_list .date {
font-weight: bold;
text-align: right;
text-transform: uppercase;
margin-right: 1em;
}
.post {
margin-bottom: 0 !important;
}
.description {
display: block;
background-color: #fff;
opacity: 0.9;
padding: 10px;
text-align: justify;
justify-content: center;
}
a.no-color {
color: inherit;
}