modified arrow in gallery, image size in news-thumb pfc pft
This commit is contained in:
parent
852461f03b
commit
cc8e6d465c
|
@ -155,11 +155,11 @@
|
|||
/* layout one css starts */
|
||||
.hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb,
|
||||
.hangar-extra-content .pft-posts-main .pft-post.layout-one .news-thumb {
|
||||
float: none;
|
||||
/*float: none;*/
|
||||
width: auto;
|
||||
max-height: 8.3rem;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
/*overflow: hidden;*/
|
||||
/*position: absolute;*/
|
||||
padding-right: 15px;
|
||||
}
|
||||
.hangar-extra-content .pfc-posts-main .news-thumb a img,
|
||||
|
|
|
@ -1193,6 +1193,7 @@ form#commentform p.form-submit input#submit {
|
|||
width: 2rem;
|
||||
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" fill="rgba(200,200,200,0.5)"/></svg>') center center no-repeat;
|
||||
background-color: rgba(150,150,150,0.5);
|
||||
background-size: 50%;
|
||||
border-radius: 2rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue