pyfedi/app/templates/themes/card_shadow/styles.css

152 lines
5 KiB
CSS
Raw Normal View History

2024-08-17 16:28:33 -04:00
.post_list .post_teaser h3 {
font-size: 14px;
font-weight: bold;
}
.post_body a, .comment_body a {
text-decoration: underline;
}
.post_list .post_teaser {
/* outside space top right bottom left*/
2024-08-30 19:14:01 -04:00
margin: 10px 2px 2px 2px;
/* inside space top right bottom left*/
2024-08-17 16:28:33 -04:00
padding: 5px 5px 5px 5px;
/* border */
2024-08-30 19:14:01 -04:00
border-top: solid 1px rgb(0,123,255,0.2);
border-left: solid 1px rgba(0,123,255,0.2);
border-bottom: solid 1px rgba(0,123,255,0.2);
border-right: solid 1px rgba(0,123,255,0.2);
/* rounded corners */
border-radius: 5px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
transition: 0.3s;
2024-08-17 16:28:33 -04:00
}
[data-bs-theme="dark"] .post_list .post_teaser {
/* outside space top right bottom left*/
2024-08-30 19:14:01 -04:00
margin: 10px 2px 2px 2px;
/* inside space top right bottom left*/
padding: 5px 5px 5px 5px;
/* border */
border-left: solid 1px rgba(0,123,255,0.2);
border-left: solid 1px rgba(0,123,255,0.2);
border-bottom: solid 1px rgba(0,123,255,0.2);
border-right: solid 1px rgba(0,123,255,0.2);
/* rounded corners */
border-radius: 4px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.side_pane .card {
/* border */
/* border-top: solid 1px rgb(0,123,255,0.2); */
border-left: solid 1px rgba(0,123,255,0.2);
border-bottom: solid 1px rgba(0,123,255,0.2);
border-right: solid 1px rgba(0,123,255,0.2);
/* rounded corners */
border-radius: 5px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
[data-bs-theme="dark"] .side_pane .card {
/* border */
/* border-left: solid 1px rgba(0,123,255,0.2); */
border-left: solid 1px rgba(0,123,255,0.2);
border-bottom: solid 1px rgba(0,123,255,0.2);
border-right: solid 1px rgba(0,123,255,0.2);
/* rounded corners */
border-radius: 4px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.main_pane {
/* outside space top right bottom left*/
margin: 0 0 15px 0;
}
.post_type_normal {
/* outside space top right bottom left*/
margin: 0 5px 5px 5px;
/* inside space top right bottom left*/
2024-08-17 16:28:33 -04:00
padding: 5px 5px 5px 5px;
/* border */
2024-08-30 19:14:01 -04:00
border-top: solid 1px rgb(0,123,255,0.2);
border-left: solid 1px rgba(0,123,255,0.2);
border-bottom: solid 1px rgba(0,123,255,0.2);
2024-08-17 16:28:33 -04:00
border-right: solid 1px rgba(0,123,255,0.2);
2024-08-30 19:14:01 -04:00
/* rounded corners */
border-radius: 5px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
transition: 0.3s;
2024-08-30 19:14:01 -04:00
}
.post_type_image {
/* outside space top right bottom left*/
margin: 0 5px 5px 5px;
/* inside space top right bottom left*/
padding: 5px 5px 5px 5px;
/* border */
border-top: solid 1px rgb(0,123,255,0.2);
border-left: solid 1px rgba(0,123,255,0.2);
border-bottom: solid 1px rgba(0,123,255,0.2);
border-right: solid 1px rgba(0,123,255,0.2);
/* rounded corners */
border-radius: 5px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
#masonry .item {
/* outside space top right bottom left*/
margin: 0 3px 3px 3px;
/* inside space top right bottom left*/
/* padding: 5px 5px 5px 5px; */
/* border */
/* border-top: solid 1px rgb(0,123,255,0.2); */
/* border-left: solid 1px rgba(0,123,255,0.2); */
/* border-bottom: solid 1px rgba(0,123,255,0.2); */
/* border-right: solid 1px rgba(0,123,255,0.2); */
/* rounded corners */
border-radius: 5px;
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
/* box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); */
/* transition: 0.3s; */
}
/* .post_utilities_bar { */
/* outside space top right bottom left*/
/* margin: 0 0 5px 5px; */
/* inside space top right bottom left*/
/* padding: 5px 5px 20px 5px; */
/* border */
/* border-top: solid 1px rgb(0,123,255,0.2); */
/* border-left: solid 1px rgba(0,123,255,0.2); */
/* border-bottom: solid 1px rgba(0,123,255,0.2); */
/* border-right: solid 1px rgba(0,123,255,0.2); */
/* rounded corners */
/* border-radius: 5px; */
/* shadow horizontal-offset vertical-offset blur spread color */
/* box-shadow: 0 3px 5px 0 rgba(0,123,255,0.2); */
/* box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); */
/* transition: 0.3s; */
/* } */