WIP: maj de GSL
This commit is contained in:
parent
6250b98190
commit
1105e75ebb
102
styles.css
102
styles.css
|
@ -50,7 +50,7 @@ head {
|
|||
}
|
||||
|
||||
style {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -221,7 +221,13 @@ aside#chalec_sidebar {
|
|||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.chalec_list-post-item a span {
|
||||
|
||||
.chalec_list-post-item a:hover {
|
||||
color: unset;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.a-lec_list-post-title {
|
||||
display: block;
|
||||
padding: 15px;
|
||||
background-color: var(--chalec_blue);
|
||||
|
@ -231,16 +237,10 @@ aside#chalec_sidebar {
|
|||
margin: 10px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.chalec_list-post-item a span {
|
||||
color: var(--chalec_white);
|
||||
}
|
||||
.chalec_list-post-title:hover{
|
||||
|
||||
.chalec_list-post-title a:hover{
|
||||
color: var(--chalec_blue);
|
||||
background-color: var(--chalec_white);
|
||||
}
|
||||
|
||||
.chalec_list-post-item a .a-lec_list-post-metas {
|
||||
.a-lec_list-post-metas {
|
||||
display: block;
|
||||
padding: 15px;
|
||||
background-color: #e0f0ff;
|
||||
|
@ -402,7 +402,7 @@ abbr {
|
|||
.chalec_quote p::before,
|
||||
.chalec_simple-quote p::before {
|
||||
color: var(--chalec_blue);
|
||||
content: "“";
|
||||
content: "âÂÂ";
|
||||
font-size: 3rem;
|
||||
margin-left: -30px;
|
||||
margin-bottom: -30px;
|
||||
|
@ -412,7 +412,7 @@ abbr {
|
|||
.chalec_quote p::after,
|
||||
.chalec_simple-quote p::after {
|
||||
color: var(--chalec_blue);
|
||||
content: "„";
|
||||
content: "âÂÂ";
|
||||
font-size: 3rem;
|
||||
margin-right: -30px;
|
||||
margin-top: -35px;
|
||||
|
@ -506,86 +506,88 @@ a.chalec_file-link:hover {
|
|||
/*
|
||||
* Paragraphs
|
||||
*/
|
||||
p.chalec_paragraph {
|
||||
p.chalec_p {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.chalec_content-p1{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.chalec_content-p2{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.chalec_content-p3{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.chalec_content-p4{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.chalec_content-p5{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.chalec_content-p6{
|
||||
div.chalec_content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
Chalec images
|
||||
*/
|
||||
.chalec_image_center {
|
||||
.chalec_image {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.chalec_image-right {
|
||||
}
|
||||
|
||||
.chalec_image-center {
|
||||
}
|
||||
|
||||
.chalec_image-left {
|
||||
}
|
||||
|
||||
/*
|
||||
========================================================================
|
||||
HEADINGS
|
||||
========================================================================
|
||||
*/
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
|
||||
.chalec_title, #chalec_site-name {
|
||||
display: block;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
h1 {
|
||||
|
||||
#chalec_site-name {
|
||||
font-size: 150%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
h2 {
|
||||
}
|
||||
|
||||
.chalec_title-1 {
|
||||
font-size: 150%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.chalec_title-2 {
|
||||
font-size: 130%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 15px;
|
||||
color: #454545;
|
||||
}
|
||||
h3 {
|
||||
}
|
||||
|
||||
.chalec_title-3 {
|
||||
font-size: 110%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 15px;
|
||||
color: #505050;
|
||||
}
|
||||
h4 {
|
||||
}
|
||||
|
||||
.chalec_title-4 {
|
||||
font-size: 100%;
|
||||
color: #606060;
|
||||
}
|
||||
h5 {
|
||||
}
|
||||
|
||||
.chalec_title-5 {
|
||||
font-size: 100%;
|
||||
color: #707070;
|
||||
}
|
||||
h6 {
|
||||
}
|
||||
|
||||
.chalec_title-6 {
|
||||
font-size: 100%;
|
||||
color: #808080;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
========================================================================
|
||||
|
|
Loading…
Reference in New Issue