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