mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
sorting the settings and better comments
This commit is contained in:
parent
7d8abd0b80
commit
6568dea97c
1 changed files with 12 additions and 13 deletions
|
@ -9,32 +9,31 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_list .post_teaser {
|
.post_list .post_teaser {
|
||||||
/* top right bottom left*/
|
/* outside space top right bottom left*/
|
||||||
margin: 10px 5px 5px 5px;
|
margin: 10px 5px 5px 5px;
|
||||||
/* top right bottom left*/
|
/* inside space top right bottom left*/
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px 5px 5px 5px;
|
||||||
/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
|
/* border */
|
||||||
box-shadow: 0 4px 8px 0 rgba(0,123,255,0.2);
|
|
||||||
transition: 0.3s;
|
|
||||||
/* border: solid 1px rgba(0,0,0,0.2); */
|
|
||||||
border-left: solid 2px rgba(0,0,0,0.2);
|
border-left: solid 2px rgba(0,0,0,0.2);
|
||||||
border-bottom: solid 2px rgba(0,0,0,0.2);
|
border-bottom: solid 2px rgba(0,0,0,0.2);
|
||||||
border-right: solid 1px rgba(0,0,0,0.2);
|
border-right: solid 1px rgba(0,0,0,0.2);
|
||||||
border-radius: 5px; /* 5px rounded corners */
|
border-radius: 5px; /* 5px rounded corners */
|
||||||
|
/* shadow */
|
||||||
|
box-shadow: 0 4px 8px 0 rgba(0,123,255,0.2);
|
||||||
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-bs-theme="dark"] .post_list .post_teaser {
|
[data-bs-theme="dark"] .post_list .post_teaser {
|
||||||
/* top right bottom left*/
|
/* outside space top right bottom left*/
|
||||||
margin: 10px 5px 5px 5px;
|
margin: 10px 5px 5px 5px;
|
||||||
/* top right bottom left*/
|
/* inside space top right bottom left*/
|
||||||
padding: 5px 5px 5px 5px;
|
padding: 5px 5px 5px 5px;
|
||||||
box-shadow: 0 4px 8px 0 rgba(0,123,255,0.2);
|
/* border */
|
||||||
/* box-shadow: 0 4px 8px 0 #007bff; */
|
|
||||||
transition: 0.3s;
|
|
||||||
/* border: solid 1px rgba(0,123,255,0.2); */
|
|
||||||
border-left: solid 2px rgba(0,123,255,0.2);
|
border-left: solid 2px rgba(0,123,255,0.2);
|
||||||
border-bottom: solid 2px rgba(0,123,255,0.2);
|
border-bottom: solid 2px rgba(0,123,255,0.2);
|
||||||
border-right: solid 1px rgba(0,123,255,0.2);
|
border-right: solid 1px rgba(0,123,255,0.2);
|
||||||
border-radius: 5px; /* 5px rounded corners */
|
border-radius: 5px; /* 5px rounded corners */
|
||||||
|
/* shadow */
|
||||||
|
box-shadow: 0 4px 8px 0 rgba(0,123,255,0.2);
|
||||||
|
transition: 0.3s;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue