You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

82 lines
1.5 KiB

html,body {
font-family: 'Open Sans', serif;
background: #F9F9F9;
}
footer {
background-color: #F2F6FA !important;
}
.navbar {
background-color: #2a2e2f;
}
.navbar.has-shadow {
box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}
.navbar-item {
color: white;
}
.topNav {
border-top: 5px solid #3498DB;
}
.topNav .container {
border-bottom: 1px solid #E6EAEE;
}
.container .columns {
margin: 2rem 0;
}
aside.menu {
padding-top: 3rem;
}
aside.menu .menu-list {
line-height: 1.5;
}
aside.menu .menu-label {
padding-left: 10px;
font-weight: 700;
}
.button.is-primary.is-alt {
background: #00c6ff;
background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff);
background: linear-gradient(to bottom, #0072ff, #00c6ff);
font-weight: 700;
font-size: 14px;
height: 3rem;
line-height: 2.8;
}
.media-left img {
border-radius: 50%;
}
.media-content p {
font-size: 14px;
line-height: 2.3;
font-weight: 700;
color: #8F99A3;
}
article.post {
margin: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #E6EAEE;
}
article.post:last-child {
padding-bottom: 0;
border-bottom: none;
}
.menu-list li{
padding: 5px;
}
.tag:not(body).is-grey {
background-color: #eee;
color: #666;
}
p {
font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.tabs-details {
margin-right: 1px;
}
.project-image {
background-image: url('/static/images/cat.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}