Select Git revision
style.css 4.62 KiB
/**
*
*/
h1 {
padding: 40px 0;
font-size: 40px;
line-height: 48px;
color: #506257;
}
h2{
padding: 30px 0;
}
.search h1 {
padding: 60px 0;
}
#top {
overflow: hidden;
padding: 20px 35px;
background: #fff;
border-bottom: 1px solid rgba(22,54,36,.1);
}
#top a {
float: left;
font-size: 16px;
font-weight: 500;
text-decoration: none;
color: #88a795;
}
#top #logo:hover, #top ul a:hover, #top ul .active a, .posts .items li:first-child h2 a:hover, p a:hover {
color: #41b171;
}
#top ul {
list-style: none;
float: right;
}
#top ul li {
float: left;
padding-left: 20px;
}
#top ul a {
display: inline-block;
color: #556d5f;
}
#top ul img {
display: inline-block;
vertical-align: middle;
position: relative;
top: -2px;
width: 16px;
height: 16px;
opacity: .4;
}
#top ul a:hover img {
opacity: .7;
}
#top ul a.active img {
opacity: 1;
}
/**
* Index page listing, category listing, search page results
*/
.items {
list-style: none;
}
.items > li {
padding: 70px 0 60px;
color: #97c9ae;
background: #3c4552;
}
.posts .items > li:first-child {
background: #fff !important;
padding: 110px 0;
}
.items li h1 a, .posts .items > li:first-child h2 a {
color: #3d5145;
}
.items h1 {
padding: 0 0 8px;
}
.items h1 a {
text-decoration: none;
}
.items h2 {
font-size: 32px;
line-height: 41px;
}
.items h2 a {
display: block;
padding-bottom: 12px;
color: #fff;
color: rgba(176,236,200,.8);
text-decoration: none;
}
.items h2 a:hover {
color: #fff;
}
.items .content {
padding: 10px 0 0;
}
.items .content p {
padding-bottom: 15px;
}
/**
* Pagination
*/
.pagination {
overflow: hidden;
padding: 30px 0;
margin-bottom: 50px;
border-top: 1px solid rgba(22,54,36,.1);
border-bottom: 1px solid rgba(22,54,36,.1);
}
.pagination:empty {
display: none;
}
.pagination a {
float: left;
text-decoration: none;
font-size: 13px;
font-weight: 500;
color: #6f8b7b;
}
.pagination a:hover {
color: #3c5748;
}
.pagination .next {
float: right;
}
/**
* Give some extra space to single-page wrappers
*/
.content {
padding: 50px 0px;
}
.content ul, .content ol, .items li ul {
padding: 20px 30px;
}
.content ul ul, .content ol ol, .items li ul ul {
padding: 0 20px;
}
.content blockquote {
border-left: 3px solid #98a2b1;
padding-left: 15px;
margin: 15px 0;
}
/**
* Footnotes and straplines
*/
.footnote, .commentlist time, .items footer {
display: block;
padding: 5px 0 15px;
color: #98b1a2;
font-size: 14px;
font-style: italic;
}
.footnote {
padding: 20px 0 40px;
border-top: 1px solid;
margin: 20px 15px;
}
/**
* Comment form
*/
ul.commentlist {
margin-bottom: 40px;
list-style: none;
border-top: 1px solid rgba(22,54,36,.1);
}
ul.commentlist .wrap {
position: relative;
}
ul.commentlist li {
padding: 40px 0;
border-bottom: 1px solid rgba(22,54,36,.1);
}
ul.commentlist time {
font-size: 13px;
}
ul.commentlist h2 {
font-size: 25px;
line-height: 33px;
}
ul.commentlist .counter {
position: absolute;
right: 0;
top: 0;
font-size: 25px;
font-weight: 300;
color: #cddad2;
}
#comment {
overflow: hidden;
}
#comment label[for] {
display: none;
}
#comment p {
float: left;
width: 48%;
margin-right: 4%;
margin-bottom: 10px;
text-indent: 0;
}
#comment p + p {
margin-right: 0;
}
#comment p.textarea {
float: none;
width: 100%;
}
#comment input, #comment textarea {
width: 100%;
padding: 10px 15px;
font-size: 15px;
font-weight: normal;
border: 1px solid rgba(22,54,36,.2);
border-radius: 4px;
}
#comment input:focus, #comment textarea:focus {
outline: none;
background: #f7f9fc;
}
#comment textarea {
min-height: 150px;
max-height: 800px;
resize: vertical;
}
#comment button {
display: inline-block;
padding: 9px 18px;
background: #4e82ce;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 13px;
font-weight: 500;
}
#comment button:hover {
background: #3c6eb7;
}
/**
* Footer
*/
#bottom {
padding: 20px 35px;
border-top: 1px solid rgba(22,54,36,.1);
}
#bottom ul {
list-style: none;
}
#bottom li {
float: left;
padding-left: 35px;
font-size: 14px;
}
#bottom a {
text-decoration: none;
}
.barre-reseau{
padding-bottom: 35px;
margin-bottom: 10px;
text-align: center;
}
footer.barre{
padding-bottom: 25px;
}
/*
* Override bootstrap
*/
.navbar-default .navbar-collapse, .navbar-default {
margin-top: 15px;
}
.navbar-form {
border: none;
}