styled extra content headers paragrapsh and button
This commit is contained in:
parent
a653a4a285
commit
b433ed521d
|
@ -102,18 +102,6 @@
|
|||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.hangar-extra-content p {
|
||||
display: block;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
.hangar-extra-content p .button {
|
||||
padding: 1rem;
|
||||
padding: 0.5rem;
|
||||
background: #00f;
|
||||
color: white;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .pfc-post .news-text-wrap,
|
||||
.hangar-extra-content .pft-posts-main .pft-post .news-text-wrap {
|
||||
padding-top: 15px;
|
||||
|
@ -225,6 +213,22 @@ color: white;
|
|||
box-shadow: 3px 3px 4px #91939a;
|
||||
position: relative;
|
||||
}
|
||||
.hangar-extra-content h1,
|
||||
.hangar-extra-content h2,
|
||||
.hangar-extra-content h3,
|
||||
.hangar-extra-content h4,
|
||||
.hangar-extra-content h5,
|
||||
.hangar-extra-content h6,
|
||||
.hangar-extra-content p {
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.hangar-extra-content .button {
|
||||
padding: 0.5rem;
|
||||
background: #00f;
|
||||
color: white;
|
||||
}
|
||||
.news-thumb {
|
||||
position: absolute;
|
||||
top: 5.6rem;
|
||||
|
@ -238,7 +242,6 @@ color: white;
|
|||
}
|
||||
.news-text-wrap h2 a {
|
||||
color: #0000FF !important;
|
||||
/* text-transform: uppercase; */
|
||||
line-height: 0.8rem;
|
||||
}
|
||||
.news-text-wrap .posted-date {
|
||||
|
@ -261,7 +264,6 @@ color: white;
|
|||
min-height: 1rem;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .read-more:before,.hangar-extra-content .pft-posts-main .read-more:before {
|
||||
/* content: "[...]"; */
|
||||
content: url('https://test.hangar.org/wp-content/themes/hangar-wp-theme/images/fletxalink.png');
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
|
|
Loading…
Reference in New Issue