mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 15:08:28 +00:00
Add files via upload
This commit is contained in:
parent
1421571cdc
commit
38d4b2d048
1 changed files with 146 additions and 12 deletions
|
@ -31,12 +31,13 @@ body {
|
||||||
color: #65686C !important;
|
color: #65686C !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#topbar-first .topbar-nav .nav-segment > a {
|
#topbar-first .topbar-nav .nav-segment > a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
#topbar-first, nav.navbar {
|
#topbar-first, nav.navbar {
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
|
@ -64,6 +65,7 @@ body {
|
||||||
|
|
||||||
#topbar-first .nav > li > a:hover:not(.selected),
|
#topbar-first .nav > li > a:hover:not(.selected),
|
||||||
#topbar-first .nav > li > a:focus,
|
#topbar-first .nav > li > a:focus,
|
||||||
|
#topbar-first .nav > li > a:hover,
|
||||||
#topbar-first .nav > li > button:not(#main-menu):hover,
|
#topbar-first .nav > li > button:not(#main-menu):hover,
|
||||||
#topbar-first .nav > li > button:not(#main-menu):focus,
|
#topbar-first .nav > li > button:not(#main-menu):focus,
|
||||||
nav.navbar .nav > li > a:hover,
|
nav.navbar .nav > li > a:hover,
|
||||||
|
@ -74,6 +76,10 @@ nav.navbar .nav > li > button:focus {
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-lg {
|
||||||
|
font-size: 24px !important;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar-first .nav > li > a.selected {
|
#topbar-first .nav > li > a.selected {
|
||||||
border-bottom: 3px solid #0866FF !important;
|
border-bottom: 3px solid #0866FF !important;
|
||||||
color: #0866FF !important;
|
color: #0866FF !important;
|
||||||
|
@ -113,6 +119,14 @@ ul.tabs li:hover:not(.active) a {
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
padding-bottom: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu li:hover {
|
||||||
|
border-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
header #banner {
|
header #banner {
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
right: auto !important;
|
right: auto !important;
|
||||||
|
@ -161,6 +175,16 @@ header #banner #logo-img, .navbar-brand #logo-img {
|
||||||
top: 8px;
|
top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search-box .form-control.form-search {
|
||||||
|
border-radius: 50px !important;
|
||||||
|
background: transparent !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-box .form-control::placeholder {
|
||||||
|
color: #666 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
@ -197,22 +221,13 @@ header #banner #logo-img, .navbar-brand #logo-img {
|
||||||
border-radius: 1px !important;
|
border-radius: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-box .form-control.form-search {
|
|
||||||
border-radius: 50px !important;
|
|
||||||
background: transparent !important;
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#search-box .form-control::placeholder {
|
|
||||||
color: #666 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#topbar-first #search-box .btn {
|
#topbar-first #search-box .btn {
|
||||||
font-size: 0px !important;
|
font-size: 0px !important;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
top: 2px !important;
|
top: 2px !important;
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
|
margin-top: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar-first #search-box .btn::before {
|
#topbar-first #search-box .btn::before {
|
||||||
|
@ -325,6 +340,57 @@ border-radius: 1px !important;
|
||||||
background-color: #7d7d7d;
|
background-color: #7d7d7d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-footer button[type="submit"]{
|
||||||
|
float: right !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mention-link {
|
||||||
|
background-color: #0866FF !important;
|
||||||
|
color: white !important;;
|
||||||
|
border-radius: 8px !important;;
|
||||||
|
padding: 0 16px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mention-link:hover,
|
||||||
|
#mention-link:focus {
|
||||||
|
box-shadow: inset 0 0 100px rgba(0,0,0,.1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mention-link span:first-of-type {
|
||||||
|
float: right;
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 45px;
|
||||||
|
top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mention-link span:first-of-type .fa-2x {
|
||||||
|
font-size: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mention-link span:last-of-type {
|
||||||
|
font-size: 15px;
|
||||||
|
margin-right: 10px;
|
||||||
|
line-height: 32px;
|
||||||
|
top: 6px;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact-edit-status-wrapper {
|
||||||
|
margin: 15px 0px !important;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-extra-links .btn {
|
||||||
|
border-radius: 8px !important;
|
||||||
|
margin-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-footer::after{
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.dropzone, .dropzone .dz-default * {
|
.dropzone, .dropzone .dz-default * {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -399,6 +465,11 @@ audio, canvas, progress, video {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-response {
|
||||||
|
position: relative;
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
.button-comments::after {
|
.button-comments::after {
|
||||||
content: 'Comment';
|
content: 'Comment';
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -423,17 +494,78 @@ audio, canvas, progress, video {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-actions-right .dropdown-toggle::after {
|
.wall-item-actions-right .dropdown-toggle::after, .more-links .dropdown-toggle::after {
|
||||||
content: 'More';
|
content: 'More';
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-actions-row > button span,
|
||||||
|
.wall-item-response span {
|
||||||
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
background-color: #0866FF;
|
||||||
|
box-shadow: -1px 1px 1px #fff;
|
||||||
|
border-radius: 4px;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 700;
|
||||||
|
width: fit-content;
|
||||||
|
padding: 0px 7px;
|
||||||
|
left: 55%;
|
||||||
|
top: 0px;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event:not(:has(.wall-item-response:empty)) {
|
||||||
|
padding-bottom: 135px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response {
|
||||||
|
position: absolute;
|
||||||
|
top: 63px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response:empty{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response:nth-of-type(1){
|
||||||
|
left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response:nth-of-type(1) .button-event::after,
|
||||||
|
[id^="attendyes"]::after{
|
||||||
|
content: 'Going';
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response:nth-of-type(2){
|
||||||
|
left: 105px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response:nth-of-type(2) .button-event::after,
|
||||||
|
[id^="attendno"]::after{
|
||||||
|
content: 'Can\'t Go';
|
||||||
|
position: relative;
|
||||||
|
height: 20px;
|
||||||
|
overflow: hidden; /* or skews mobile button layout */
|
||||||
|
}
|
||||||
|
|
||||||
|
.vote-event .wall-item-response:nth-of-type(3){
|
||||||
|
left: 204px;
|
||||||
|
}
|
||||||
|
.vote-event .wall-item-response:nth-of-type(3) .button-event::after,
|
||||||
|
[id^="attendmaybe"]::after{
|
||||||
|
content: 'Maybe';
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-response span {
|
.wall-item-response span {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.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%);
|
||||||
|
@ -613,6 +745,8 @@ aside .widget li:hover {
|
||||||
#jotOpen::before {
|
#jotOpen::before {
|
||||||
content: '';
|
content: '';
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
#mention-link span:last-of-type {
|
||||||
|
margin-right: 42px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue