CSS Combed

This commit is contained in:
Keichi Takahashi 2015-04-02 23:40:03 +09:00
parent 5988db197a
commit c582496790
1 changed files with 7 additions and 7 deletions

View File

@ -11,10 +11,10 @@ main {
.header-text {
position: relative;
padding-bottom: 1px;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
color: rgba(255, 255, 255, 0.9);
padding-bottom: 1px;
}
.header-text .tag-line {
@ -182,19 +182,19 @@ a.btn-back {
}
.author-avatar img {
width: 100px;
height: 100px;
max-width: 100px;
max-height: 100px;
width: 100px;
height: 100px;
border-radius: 50px;
}
.author-contact {
position: relative;
display: inline-block;
padding-top: 10px;
height: 100px;
text-align: center;
padding-top: 10px;
}
.author-contact a {
@ -206,12 +206,12 @@ a.btn-back {
text-decoration: none;
font-weight: 300;
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 {
background-color: rgba(51, 122, 183, 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);
}
@ -236,7 +236,7 @@ blockquote {
}
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 {