mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-02-15 14:14:05 +00:00
Add files via upload
This commit is contained in:
parent
852ff137aa
commit
4432adfd54
1 changed files with 17 additions and 2 deletions
|
@ -57,12 +57,12 @@ body {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: rgba(237, 237, 237, 0.03);
|
background-color: rgba(237, 237, 237, 0.03);
|
||||||
/* Rahmen eingegegraut */
|
/* Rahmen eingegegraut */
|
||||||
box-shadow: 0 0.5em 1em -0.125em rgba(255, 255, 255, 0.06),0 0px 0 1px rgba(10, 10, 10, 0);
|
box-shadow: 0 0.5em 1em -0.125em rgba(255, 255, 255, 0.06),0 0px 0 1px rgb(238, 238, 238);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile Button vergrößern & weißen Hintergrund /* Button groß mit runden Ecken */
|
/* Mobile Button vergrößern & weißen Hintergrund /* Button groß mit runden Ecken */
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
padding: 5px 30px;
|
padding: 5px 23px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: $background_color;
|
background-color: $background_color;
|
||||||
|
@ -357,6 +357,21 @@ Element {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Trenner für eingebundene Video oder Link */
|
||||||
|
.type-link, .type-video {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
display: block;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Brake für umzuleitende Links URL Replace */
|
||||||
|
aside hr, section hr {
|
||||||
|
border-color: rgba(255, 255, 255, 0.98);
|
||||||
|
}
|
||||||
|
|
||||||
/* Kalendereintrag anpassen */
|
/* Kalendereintrag anpassen */
|
||||||
#birthday-notice, #birthday-wrapper, #rfic-desc, #remote-friends-in-common, #event-notice, #event-wrapper {
|
#birthday-notice, #birthday-wrapper, #rfic-desc, #remote-friends-in-common, #event-notice, #event-wrapper {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue