Update styles.css
This commit is contained in:
parent
ff13ef4f0e
commit
6250b98190
29
styles.css
29
styles.css
|
@ -125,14 +125,14 @@ header {
|
|||
place-content: baseline center;
|
||||
}
|
||||
|
||||
#chalec_site-titles {
|
||||
#chalec_site-title {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
place-content: baseline center;
|
||||
}
|
||||
|
||||
#chalec_site-titles h2 {
|
||||
#chalec_site-title h2 {
|
||||
font-weight: normal;
|
||||
color: var(--chalec_red);
|
||||
font-size: 130%;
|
||||
|
@ -168,7 +168,7 @@ footer {
|
|||
background-size: auto;
|
||||
}
|
||||
|
||||
#chalec_footer h1 {
|
||||
footer h1 {
|
||||
font-size: 130%;
|
||||
color: var(--chalec_yellow);
|
||||
font-weight: bold;
|
||||
|
@ -176,20 +176,20 @@ footer {
|
|||
margin-left: 0px;
|
||||
}
|
||||
|
||||
#chalec_footer {
|
||||
footer {
|
||||
color: var(--chalec_black);;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#chalec_footer a {
|
||||
footer a {
|
||||
color: var(--chalec_blue);
|
||||
}
|
||||
|
||||
#chalec_footer a:hover {
|
||||
footer a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#chalec_footer b {
|
||||
footer b {
|
||||
color: var(--chalec_red);
|
||||
}
|
||||
|
||||
|
@ -221,12 +221,7 @@ aside#chalec_sidebar {
|
|||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.chalec_latest-posts {
|
||||
color: var(--chalec_blue);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.chalec_list-post-title {
|
||||
.chalec_list-post-item a span {
|
||||
display: block;
|
||||
padding: 15px;
|
||||
background-color: var(--chalec_blue);
|
||||
|
@ -236,7 +231,7 @@ aside#chalec_sidebar {
|
|||
margin: 10px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.chalec_list-post-title a{
|
||||
.chalec_list-post-item a span {
|
||||
color: var(--chalec_white);
|
||||
}
|
||||
|
||||
|
@ -245,7 +240,7 @@ aside#chalec_sidebar {
|
|||
background-color: var(--chalec_white);
|
||||
}
|
||||
|
||||
.chalec_list-post-metas {
|
||||
.chalec_list-post-item a .a-lec_list-post-metas {
|
||||
display: block;
|
||||
padding: 15px;
|
||||
background-color: #e0f0ff;
|
||||
|
@ -255,7 +250,7 @@ aside#chalec_sidebar {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.chalec_list-post-info {
|
||||
.chalec_list-post-item a .a-lec_list-post-info {
|
||||
display: block;
|
||||
background-color: #e0f0ff;
|
||||
font-size: 80%;
|
||||
|
@ -557,7 +552,7 @@ Chalec images
|
|||
========================================================================
|
||||
*/
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in New Issue