1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/static/css/custom.css

130 lines
1.9 KiB
CSS
Raw Normal View History

2018-03-12 07:58:38 +01:00
.mainContainer .wrapper a,
.inner .projectIntro a {
color: #1a1a1a;
transition: all 0.25s ease-out;
text-decoration: none;
2018-03-12 07:58:38 +01:00
}
.mainContainer .wrapper a:hover,
.inner .projectIntro a:hover {
text-decoration: underline;
2018-03-12 07:58:38 +01:00
}
2018-06-17 13:39:52 +02:00
.feature-section .blockContent {
max-width: 600px;
margin: 0 auto;
}
.header_title {
margin-top: 0;
}
2018-05-01 09:21:43 +02:00
.docker-count img {
margin-left: initial;
}
.tweets-section {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
2018-01-10 03:56:44 +01:00
}
.tweets-section > div {
padding: 20px;
flex: 2;
box-sizing:border-box;
text-align: center;
margin: 0 auto;
2018-01-10 03:56:44 +01:00
}
.tweets-section > div .twitter-tweet {
margin: 0 auto !important;
2018-01-10 03:56:44 +01:00
}
/** team **/
.team_container a,
.team_container a:hover {
font-size: 80%;
text-decoration: none;
}
.member_group {
display: flex;
flex-wrap: wrap;
}
.member_media_object {
width: 15%;
box-sizing: border-box;
text-align: center;
}
.member_media_object .team_role {
font-size: 80%;
}
@media (min-width: 1281px) {
.member_media_object {
width: 15%
}
}
@media (min-width: 1025px) and (max-width:1280px) {
.member_media_object {
width: 33.3%
}
}
@media (min-width: 768px) and (max-width:1024px) {
.member_media_object {
width: 50%
}
}
@media (min-width: 768px) and (max-width:1024px) and (orientation:landscape) {
.member_media_object {
width: 50%
}
}
@media (min-width: 481px) and (max-width:767px) {
.member_media_object {
width: 100%
}
}
@media (min-width: 320px) and (max-width:480px) {
.member_media_object {
width: 100%
}
}
.member_section {
width: 100%;
}
2018-01-10 03:56:44 +01:00
.member_section .language_title {
text-transform: capitalize;
margin-bottom: 5px;
margin-top: 10px;
}
.member_info {
line-height: 1.7;
}
.member_info > div {
display: flex;
align-items: center;
justify-content: center;
}
.member_avatar > img {
border-radius: 50px;
border: 1px solid #4b5e40;
}