CSS Combed
This commit is contained in:
parent
5988db197a
commit
c582496790
@ -11,10 +11,10 @@ main {
|
|||||||
|
|
||||||
.header-text {
|
.header-text {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-bottom: 1px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.4);
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
padding-bottom: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-text .tag-line {
|
.header-text .tag-line {
|
||||||
@ -182,19 +182,19 @@ a.btn-back {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.author-avatar img {
|
.author-avatar img {
|
||||||
width: 100px;
|
|
||||||
height: 100px;
|
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-contact {
|
.author-contact {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding-top: 10px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-contact a {
|
.author-contact a {
|
||||||
@ -206,12 +206,12 @@ a.btn-back {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
transition: background-color,border-color,color 0.1s linear
|
transition: background-color,border-color,color 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-contact a:hover {
|
.author-contact a:hover {
|
||||||
background-color: rgba(51, 122, 183, 1.0);
|
|
||||||
border: 1px solid rgba(51, 122, 182, 1.0);
|
border: 1px solid rgba(51, 122, 182, 1.0);
|
||||||
|
background-color: rgba(51, 122, 183, 1.0);
|
||||||
color: rgba(255, 255, 255, 1.0);
|
color: rgba(255, 255, 255, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -236,7 +236,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||||
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif; !important
|
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif; !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
article img {
|
article img {
|
||||||
|
Loading…
Reference in New Issue
Block a user