mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-21 03:48:27 +00:00
Add files via upload
This commit is contained in:
parent
d42a2c30fe
commit
2385265c47
2 changed files with 122 additions and 86 deletions
|
@ -913,6 +913,24 @@ audio, canvas, progress, video {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe, img, video {
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 625 / 350 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 425 / 350 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#photo-photo {
|
#photo-photo {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
--background-image: $background_image;
|
--background-image: $background_image;
|
||||||
--menu-background-hover-color: $menu_background_hover_color;
|
--menu-background-hover-color: $menu_background_hover_color;
|
||||||
--border-color: $border_color;
|
--border-color: $border_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--background-color) !important;
|
||||||
|
@ -251,15 +251,15 @@ header #banner #logo-img,
|
||||||
}
|
}
|
||||||
|
|
||||||
.well {
|
.well {
|
||||||
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
||||||
background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
|
||||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
|
background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
|
||||||
background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
|
background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #eee;
|
border-color: #eee;
|
||||||
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
||||||
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary:hover,
|
.btn.btn-primary:hover,
|
||||||
|
@ -621,19 +621,19 @@ p.wall-item-announce,
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropzone.dz-clickable {
|
.dropzone.dz-clickable {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropzone:not(textarea) {
|
.dropzone:not(textarea) {
|
||||||
border: 1px solid rgb(238, 238, 238);
|
border: 1px solid rgb(238, 238, 238);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropzone, .dropzone .dz-default * {
|
.dropzone, .dropzone .dz-default * {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid #fdfdfd;
|
border: 1px solid #fdfdfd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jot-nav {
|
.jot-nav {
|
||||||
|
@ -896,6 +896,24 @@ p.wall-item-announce,
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe, img, video {
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 625 / 350 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 425 / 350 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1280px) {
|
||||||
#search-box {
|
#search-box {
|
||||||
width: 18% !important;
|
width: 18% !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue