2015-05-31 11:55:21 +00:00
|
|
|
/* General style rules .*/
|
|
|
|
.pull-right { float: right }
|
|
|
|
|
2019-03-25 02:40:50 +00:00
|
|
|
details > summary {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-05-05 01:54:05 +00:00
|
|
|
/* General design elements */
|
2016-02-08 00:56:15 +00:00
|
|
|
.btn {
|
|
|
|
outline: none;
|
|
|
|
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
|
|
|
|
-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
|
|
|
|
box-shadow: inset 0px 1px 0px 0px #ffffff;
|
|
|
|
background-color: #ededed;
|
|
|
|
text-indent: 0;
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
display: inline-block;
|
|
|
|
color: #777777;
|
|
|
|
padding: 5px 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-02-08 22:15:20 +00:00
|
|
|
a.btn, a.btn:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2016-02-08 00:56:15 +00:00
|
|
|
|
2016-02-08 22:15:20 +00:00
|
|
|
.menu-popup .divider {
|
2016-02-08 00:56:15 +00:00
|
|
|
height: 1px;
|
|
|
|
margin: 3px 0;
|
|
|
|
overflow: hidden;
|
2016-02-08 22:15:20 +00:00
|
|
|
background-color: #2d2d2d;
|
2016-02-08 00:56:15 +00:00
|
|
|
}
|
|
|
|
|
2016-11-02 03:07:37 +00:00
|
|
|
.overline {
|
2018-01-21 13:50:00 +00:00
|
|
|
text-decoration: overline;
|
2016-11-02 03:07:37 +00:00
|
|
|
}
|
|
|
|
|
2022-12-08 19:42:28 +00:00
|
|
|
.template-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2014-04-24 08:26:02 +00:00
|
|
|
/* List of social Networks */
|
2014-04-24 14:41:22 +00:00
|
|
|
img.connector, img.connector-disabled {
|
2014-04-24 08:26:02 +00:00
|
|
|
height: 40px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2014-04-24 14:41:22 +00:00
|
|
|
img.connector-disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2014-04-24 08:26:02 +00:00
|
|
|
h3.connector {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
span.connector {
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Embedded link information */
|
|
|
|
.type-link, .type-video {
|
|
|
|
border-top: 1px solid #D2D2D2;
|
|
|
|
border-bottom: 1px solid #D2D2D2;
|
|
|
|
display: block;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2017-09-02 16:56:22 +00:00
|
|
|
|
|
|
|
.type-link:after, .type-video:after,
|
|
|
|
.oembed.video:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
height: 0;
|
|
|
|
clear: both;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.type-video .oembed.video:after {
|
|
|
|
float: left;
|
2014-04-24 08:26:02 +00:00
|
|
|
}
|
2014-06-14 23:59:19 +00:00
|
|
|
|
2014-04-24 08:26:02 +00:00
|
|
|
.wall-item-container .wall-item-content .type-link img,
|
2014-06-14 23:59:19 +00:00
|
|
|
.type-link img, .type-video img, img.attachment-preview {
|
2014-04-24 08:26:02 +00:00
|
|
|
max-width: 160px;
|
|
|
|
max-height: 160px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2014-06-14 23:59:19 +00:00
|
|
|
|
|
|
|
.wall-item-container .wall-item-content .type-link img.attachment-image,
|
|
|
|
.type-link img.attachment-image, .type-video img.attachment-image {
|
2014-08-25 12:08:26 +00:00
|
|
|
max-width: 100%;
|
2014-06-14 23:59:19 +00:00
|
|
|
max-height: initial;
|
|
|
|
float: initial;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2023-02-18 06:56:03 +00:00
|
|
|
.wall-item-emoji {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2019-02-15 03:17:08 +00:00
|
|
|
|
|
|
|
.wall-item-like-expanded,
|
|
|
|
.wall-item-dislike-expanded,
|
|
|
|
.wall-item-attendyes-expanded,
|
|
|
|
.wall-item-attendno-expanded,
|
|
|
|
.wall-item-attendmaybe-expanded {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-04-24 08:26:02 +00:00
|
|
|
.type-link blockquote, .type-video blockquote {
|
|
|
|
margin-left: 0px;
|
|
|
|
max-height: 160px;
|
|
|
|
overflow: hidden;
|
|
|
|
border-left: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
2017-09-02 16:56:22 +00:00
|
|
|
|
2014-04-24 08:26:02 +00:00
|
|
|
.type-link .oembed, .type-video .oembed {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
.type-link img, .type-video img {
|
|
|
|
}
|
|
|
|
|
2014-05-18 18:30:27 +00:00
|
|
|
.type-video .embed_video {
|
|
|
|
margin: 0em;
|
|
|
|
}
|
|
|
|
|
2014-04-24 08:26:02 +00:00
|
|
|
.type-link span.oembed + br, .type-video span.oembed + br,
|
|
|
|
.type-link a + br, .type-video a + br,
|
|
|
|
.type-link img + br, .type-video img + br{
|
|
|
|
display: none;
|
|
|
|
}
|
2014-05-03 10:08:42 +00:00
|
|
|
|
2014-05-18 18:30:27 +00:00
|
|
|
.embed_video {
|
|
|
|
float:left;
|
|
|
|
margin: 1em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-02-08 01:18:42 +00:00
|
|
|
.embed_video.active {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2017-09-02 16:56:22 +00:00
|
|
|
.oembed.video .embed_video > div {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
2015-04-30 04:12:21 +00:00
|
|
|
.embed_rich {
|
|
|
|
display: block;
|
2016-10-01 03:26:22 +00:00
|
|
|
transition: height .75s;
|
2015-04-30 04:12:21 +00:00
|
|
|
}
|
|
|
|
|
2014-05-03 10:08:42 +00:00
|
|
|
/* Shared Messages */
|
2021-07-09 23:23:01 +00:00
|
|
|
|
2014-05-03 10:08:42 +00:00
|
|
|
.shared_header {
|
2021-07-09 23:23:01 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2016-01-13 18:56:21 +00:00
|
|
|
min-height: 32px;
|
2014-05-03 10:08:42 +00:00
|
|
|
color: #999;
|
|
|
|
border-top: 1px solid #D2D2D2;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2021-07-09 23:23:01 +00:00
|
|
|
.shared_header > .avatar {
|
|
|
|
display: block;
|
|
|
|
flex: 0 0 41px;
|
|
|
|
margin-inline-end: 9px;
|
|
|
|
}
|
|
|
|
.shared_header > .avatar > img {
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.shared_header > .metadata {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
|
|
|
.shared_header > .metadata > p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.shared_header > .preferences {
|
|
|
|
position: static;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
2014-05-03 10:08:42 +00:00
|
|
|
|
|
|
|
.shared_header a {
|
|
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
|
|
-o-transition: all 0.2s ease-in-out;
|
|
|
|
-ms-transition: all 0.2s ease-in-out;
|
|
|
|
transition: all 0.2s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote.shared_content {
|
2021-07-09 23:23:01 +00:00
|
|
|
margin-inline-start: 32px;
|
2014-05-03 10:08:42 +00:00
|
|
|
color: #000;
|
|
|
|
border: none;
|
|
|
|
}
|
2014-09-06 15:01:05 +00:00
|
|
|
|
2017-10-13 18:03:47 +00:00
|
|
|
/* Events */
|
|
|
|
.event-summary {
|
|
|
|
margin: 0px 0px 10px 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vevent .event-summary {
|
|
|
|
margin: 0px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vevent .event-description {
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2014-09-07 14:24:40 +00:00
|
|
|
.settings-heading a:after{
|
|
|
|
content: ' »';
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
|
|
|
|
2018-03-29 15:57:06 +00:00
|
|
|
#profile-photo-wrapper {
|
2018-04-19 19:49:58 +00:00
|
|
|
clear: both;
|
2018-03-29 15:57:06 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-04-19 20:09:19 +00:00
|
|
|
#newmember-tips {
|
2018-07-09 22:20:57 +00:00
|
|
|
margin-top: -3px;
|
2018-04-19 20:09:19 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2015-03-01 19:07:56 +00:00
|
|
|
/* headers */
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2015-03-07 20:12:18 +00:00
|
|
|
margin: 5px 0px 5px 0px;
|
2015-03-01 19:07:56 +00:00
|
|
|
font-weight: normal;
|
|
|
|
line-height: normal;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2015-03-01 20:58:31 +00:00
|
|
|
font-size: 31.5px;
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2015-03-01 20:58:31 +00:00
|
|
|
font-size: 24.5px;
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2015-03-01 20:58:31 +00:00
|
|
|
font-size: 20.5px;
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2015-03-01 20:58:31 +00:00
|
|
|
font-size: 18px;
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
2015-03-01 20:58:31 +00:00
|
|
|
font-size: 16.5px;
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
2015-03-01 20:58:31 +00:00
|
|
|
font-size: 14.95px;
|
2015-03-01 19:07:56 +00:00
|
|
|
}
|
2015-03-07 20:12:18 +00:00
|
|
|
|
|
|
|
span.oembed, h4 {
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
}
|
2015-06-24 08:11:11 +00:00
|
|
|
|
2018-09-24 12:32:17 +00:00
|
|
|
code, key {
|
2018-01-21 13:50:00 +00:00
|
|
|
display: inline;
|
|
|
|
background-color: #eee;
|
|
|
|
color: #666;
|
|
|
|
padding: 0.2em;
|
2018-01-21 13:50:29 +00:00
|
|
|
font-size: 0.85em;
|
2018-01-21 13:50:00 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2015-08-04 09:42:00 +00:00
|
|
|
|
2015-06-24 08:11:11 +00:00
|
|
|
/* fields help text */
|
|
|
|
.field .field_help {
|
2016-01-21 12:28:29 +00:00
|
|
|
clear: left;
|
2015-06-24 14:10:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* notifications unseen */
|
2020-01-24 17:56:34 +00:00
|
|
|
.notification-unseen { background-color: #cceeFF; }
|
2015-07-28 15:20:40 +00:00
|
|
|
|
2016-01-21 12:28:29 +00:00
|
|
|
/* autocomplete popup */
|
|
|
|
ul.acpopup {
|
|
|
|
list-style: none;
|
|
|
|
float: left;
|
|
|
|
min-width: 160px;
|
|
|
|
padding: 5px 0;
|
|
|
|
margin: 2px 0 0;
|
|
|
|
}
|
|
|
|
nav .acpopup {
|
|
|
|
width: 290px;
|
|
|
|
max-height: 450px;
|
|
|
|
max-width: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
img.acpopup-img {
|
|
|
|
float: left;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
margin-right: 5px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.acpopup-contactname {
|
|
|
|
padding-top: 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1em;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.acpopup-sub-text {
|
|
|
|
color: #777;
|
|
|
|
font-size: 0.833em;
|
|
|
|
line-height: 1em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.textcomplete-item a {
|
|
|
|
color: inherit;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
clear: both;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 3px 20px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.textcomplete-item a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-07-28 15:20:40 +00:00
|
|
|
/* plain text editor upload/select popup */
|
2015-08-08 20:30:43 +00:00
|
|
|
|
2017-03-18 00:26:40 +00:00
|
|
|
.fbrowser .path a, .fbrowser .path .btn-link { padding: 5px; }
|
|
|
|
.fbrowser .path a:before, .fbrowser .path .btn-link:before { content: "/"; padding-right: 5px;}
|
2015-07-28 15:20:40 +00:00
|
|
|
.fbrowser .folders ul { list-style-type: none; padding-left: 10px;}
|
2015-08-08 20:30:43 +00:00
|
|
|
.fbrowser .list { height: auto; overflow-y: hidden; margin: 10px 0px; }
|
2022-11-27 00:25:59 +00:00
|
|
|
.fbrowser.photo .photo-album-image-wrapper { float: left; }
|
|
|
|
.fbrowser.photo a img, .fbrowser.photo .btn-link img { height: 48px; }
|
|
|
|
.fbrowser.photo a p, .fbrowser.photo .btn-link p { display: none;}
|
2022-11-25 22:43:07 +00:00
|
|
|
.fbrowser.attachment .photo-album-image-wrapper { float:none; white-space: nowrap; }
|
|
|
|
.fbrowser.attachment img { display: inline; }
|
|
|
|
.fbrowser.attachment p { display: inline; white-space: nowrap; }
|
2015-08-08 20:30:43 +00:00
|
|
|
.fbrowser .upload { clear: both; padding-top: 1em;}
|
2015-08-24 11:54:41 +00:00
|
|
|
.fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;}
|
2017-03-18 00:26:40 +00:00
|
|
|
.fbrowser .error .close { float: right; font-weight: bold; }
|
2015-08-24 11:54:41 +00:00
|
|
|
.fbrowser .error.hidden { display: none; }
|
2015-08-08 20:30:43 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sr-only {
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0,0,0,0);
|
|
|
|
border: 0;
|
|
|
|
}
|
2015-10-25 15:49:45 +00:00
|
|
|
|
2023-03-22 04:07:33 +00:00
|
|
|
.identity-match-wrapper {
|
2015-10-25 15:49:45 +00:00
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
width: 120px;
|
|
|
|
height: 140px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-match-photo {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-match-name {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-match-details {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
width: 120px;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-match-break, .identity-match-end {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identity-match-photo button {
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: none;
|
|
|
|
height: 80px;
|
|
|
|
width: 80px;
|
2015-10-26 07:16:37 +00:00
|
|
|
cursor: pointer;
|
2015-10-25 15:49:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.selected-identity img {
|
|
|
|
border: 2px solid #ff0000;
|
2015-10-25 15:57:04 +00:00
|
|
|
}
|
2015-11-17 10:34:47 +00:00
|
|
|
.version-match {
|
2016-02-08 00:56:15 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #00a700;
|
2015-11-17 10:34:47 +00:00
|
|
|
}
|
2016-01-18 12:22:07 +00:00
|
|
|
.federation-graph {
|
2018-01-17 03:50:48 +00:00
|
|
|
margin: 0 auto;
|
2018-01-29 16:51:59 +00:00
|
|
|
float: right;
|
2016-01-18 12:22:07 +00:00
|
|
|
}
|
|
|
|
.federation-network-graph {
|
2016-12-03 19:19:57 +00:00
|
|
|
float: left;
|
2016-02-08 00:56:15 +00:00
|
|
|
margin: 20px;
|
2016-01-18 12:22:07 +00:00
|
|
|
}
|
2015-11-17 10:34:47 +00:00
|
|
|
ul.federation-stats,
|
2015-10-29 06:11:36 +00:00
|
|
|
ul.credits {
|
2015-11-09 14:56:20 +00:00
|
|
|
list-style: none;
|
2015-10-29 06:11:36 +00:00
|
|
|
}
|
2015-11-17 10:34:47 +00:00
|
|
|
ul.federation-stats li,
|
2015-10-29 06:11:36 +00:00
|
|
|
ul.credits li {
|
2015-11-09 14:56:20 +00:00
|
|
|
float: left;
|
|
|
|
width: 240px;
|
2015-10-25 13:40:56 +00:00
|
|
|
}
|
2016-01-18 12:22:07 +00:00
|
|
|
table#federation-stats {
|
2016-02-08 00:56:15 +00:00
|
|
|
width: 100%;
|
2016-01-18 12:22:07 +00:00
|
|
|
}
|
|
|
|
td.federation-data {
|
2016-02-08 00:56:15 +00:00
|
|
|
border-bottom: 1px solid #000;
|
2016-01-18 12:22:07 +00:00
|
|
|
}
|
2015-10-27 22:10:52 +00:00
|
|
|
|
|
|
|
.contact-entry-photo img {
|
2015-10-27 23:18:56 +00:00
|
|
|
max-width: 80px;
|
|
|
|
max-height: 80px;
|
2015-10-27 22:10:52 +00:00
|
|
|
}
|
2015-11-09 14:56:20 +00:00
|
|
|
|
2023-05-30 13:15:17 +00:00
|
|
|
/* group list widget */
|
2023-06-04 05:49:32 +00:00
|
|
|
.group-list-img {
|
2015-11-24 21:14:26 +00:00
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
vertical-align: middle;
|
2015-11-09 14:56:20 +00:00
|
|
|
}
|
|
|
|
|
2023-05-30 13:15:17 +00:00
|
|
|
#group-widget-collapse {
|
2015-11-24 21:14:26 +00:00
|
|
|
opacity: 0.3;
|
2015-11-09 14:56:20 +00:00
|
|
|
}
|
|
|
|
|
2018-04-25 21:30:56 +00:00
|
|
|
/* help widget */
|
|
|
|
aside .help-aside-wrapper ul {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
aside .help-aside-wrapper h1 {
|
|
|
|
font-size:2em
|
|
|
|
}
|
|
|
|
|
|
|
|
.md_warning {
|
|
|
|
padding: 1em;
|
|
|
|
border: #ff0000 solid 2px;
|
|
|
|
background-color: #f9a3a3;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-05-30 13:15:17 +00:00
|
|
|
#group-widget-collapse:hover {
|
2015-11-24 21:14:26 +00:00
|
|
|
opacity: 1.0;
|
2015-11-11 22:39:14 +00:00
|
|
|
}
|
2015-11-29 22:22:05 +00:00
|
|
|
|
2020-02-02 19:56:31 +00:00
|
|
|
.contact-advanced-label {
|
2016-02-08 00:56:15 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
float: left;
|
|
|
|
width: 250px;
|
2015-11-29 22:22:05 +00:00
|
|
|
}
|
|
|
|
|
2020-02-02 19:56:31 +00:00
|
|
|
.contact-advanced-input {
|
2016-02-08 00:56:15 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
float: left;
|
|
|
|
width: 200px;
|
2015-11-29 22:22:05 +00:00
|
|
|
}
|
2015-12-08 18:41:27 +00:00
|
|
|
|
|
|
|
.renderinfo {
|
2016-02-08 00:56:15 +00:00
|
|
|
clear: both;
|
2015-12-08 18:41:27 +00:00
|
|
|
}
|
2015-12-10 20:39:44 +00:00
|
|
|
|
|
|
|
.p-addr {
|
2016-12-03 19:19:57 +00:00
|
|
|
clear: both;
|
2015-12-10 20:39:44 +00:00
|
|
|
}
|
2016-01-10 08:19:00 +00:00
|
|
|
|
|
|
|
#live-community {
|
2016-02-08 00:56:15 +00:00
|
|
|
clear: both;
|
2016-01-10 08:19:00 +00:00
|
|
|
}
|
2016-02-08 00:56:15 +00:00
|
|
|
|
|
|
|
/* contact-edit */
|
2016-02-08 22:15:20 +00:00
|
|
|
#contact-edit-status-wrapper {
|
|
|
|
border: 1px solid;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2016-02-08 00:56:15 +00:00
|
|
|
#contact-edit-actions {
|
2016-02-08 22:15:20 +00:00
|
|
|
float: right;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#contact-edit-actions > .menu-popup {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contact-edit-settings-label:after {
|
|
|
|
content: ' »';
|
|
|
|
}
|
|
|
|
|
|
|
|
#contact-edit-settings {
|
|
|
|
display: none;
|
2016-04-20 13:37:34 +00:00
|
|
|
margin: 10px 0;
|
2016-01-10 08:19:00 +00:00
|
|
|
}
|
2016-10-05 12:45:19 +00:00
|
|
|
|
|
|
|
/* settings page */
|
|
|
|
#settings-form .pageflags {
|
|
|
|
margin: 0 0 20px 30px;
|
|
|
|
}
|
2016-11-19 17:22:49 +00:00
|
|
|
|
|
|
|
/* admin pending user notes */
|
|
|
|
td.pendingnote {
|
2018-01-21 13:50:00 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
2016-11-19 17:22:49 +00:00
|
|
|
}
|
|
|
|
td.pendingnote > p > span {
|
2018-01-21 13:50:00 +00:00
|
|
|
font-weight: bold;
|
2016-11-19 17:22:49 +00:00
|
|
|
}
|
2016-11-20 08:50:14 +00:00
|
|
|
|
|
|
|
/* warning message */
|
2020-02-02 19:56:31 +00:00
|
|
|
.contact-advanced-error-message,
|
2016-11-20 08:50:14 +00:00
|
|
|
.warning-message {
|
2018-01-21 13:50:00 +00:00
|
|
|
padding: 10px;
|
|
|
|
margin: 5px;
|
|
|
|
border-left: 5px solid #f00;
|
|
|
|
font-weight: bold;
|
2016-11-20 08:50:14 +00:00
|
|
|
}
|
2016-12-03 19:19:57 +00:00
|
|
|
|
|
|
|
/* src/href attributes filter error display */
|
|
|
|
.invalid-src { border: 1px dotted red;}
|
|
|
|
.invalid-href { border-bottom: 1px dotted red;}
|
|
|
|
.invalid-src:after,
|
|
|
|
.invalid-href:after { content: '⚠️'}
|
|
|
|
img.invalid-src:after { vertical-align: top;}
|
2017-11-22 20:29:07 +00:00
|
|
|
|
|
|
|
/* Tag cloud */
|
|
|
|
.tag1, .tag1:hover {
|
|
|
|
font-size: 0.9em ;
|
|
|
|
color: DarkGray;
|
|
|
|
}
|
|
|
|
.tag2, .tag2:hover {
|
|
|
|
font-size: 1.0em;
|
|
|
|
color: LawnGreen;
|
|
|
|
}
|
|
|
|
.tag3, .tag3:hover {
|
|
|
|
font-size: 1.1em;
|
|
|
|
color: DarkOrange;
|
|
|
|
}
|
|
|
|
.tag4, .tag4:hover {
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: Red;
|
|
|
|
}
|
|
|
|
.tag5, .tag5:hover {
|
|
|
|
font-size: 1.3em;
|
|
|
|
color: Gold;
|
|
|
|
}
|
|
|
|
.tag6, .tag6:hover {
|
|
|
|
font-size: 1.4em;
|
|
|
|
color: Teal;
|
|
|
|
}
|
|
|
|
.tag7, .tag7:hover {
|
|
|
|
font-size: 1.5em;
|
|
|
|
color: DarkMagenta;
|
|
|
|
}
|
|
|
|
.tag8, .tag8:hover {
|
|
|
|
font-size: 1.6em;
|
|
|
|
color: DarkGoldenRod;
|
|
|
|
}
|
|
|
|
.tag9, .tag9:hover {
|
|
|
|
font-size: 1.7em;
|
|
|
|
color: DarkBlue;
|
|
|
|
}
|
|
|
|
.tag10 .tag10:hover {
|
|
|
|
font-size: 1.8em;
|
|
|
|
color: DeepPink;
|
|
|
|
}
|
2017-11-22 22:18:01 +00:00
|
|
|
.tags > a:hover {
|
2017-11-22 20:29:07 +00:00
|
|
|
text-decoration: underline;
|
2017-11-22 22:18:01 +00:00
|
|
|
}
|
|
|
|
.tag-cloud {
|
|
|
|
word-wrap: break-word;
|
2018-01-29 16:39:44 +00:00
|
|
|
}
|
2018-07-14 16:08:06 +00:00
|
|
|
|
2023-03-22 03:17:47 +00:00
|
|
|
#register-explicit-content {
|
2018-07-14 16:08:06 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-11-08 07:42:19 +00:00
|
|
|
|
|
|
|
span.emoji.mastodon img {
|
|
|
|
height: 1.2em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2019-05-05 01:54:05 +00:00
|
|
|
|
|
|
|
/* Exception page */
|
|
|
|
|
|
|
|
#exception {
|
|
|
|
overflow: hidden;
|
|
|
|
background-image: url('../images/friendica-404_svg_hare-bottom-light-inside.png');
|
|
|
|
background-position: 50px bottom;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#exception .hare {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
#exception .hare {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-05-05 12:14:55 +00:00
|
|
|
}
|
2020-01-18 15:43:28 +00:00
|
|
|
|
|
|
|
/* Profile Settings Custom Fields */
|
|
|
|
body.dragging, body.dragging * {
|
|
|
|
cursor: ns-resize !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dragged {
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0.5;
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-custom-fields > fieldset > legend {
|
|
|
|
cursor: ns-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profile-custom-fields div.placeholder {
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border-top: 1px dotted black;
|
|
|
|
}
|
|
|
|
#profile-custom-fields div.placeholder:before {
|
|
|
|
position: absolute;
|
|
|
|
content: "";
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
margin-top: -7px;
|
|
|
|
left: -7px;
|
|
|
|
top: -1px;
|
|
|
|
border: 7px solid transparent;
|
|
|
|
border-left-color: black;
|
|
|
|
border-right: none;
|
|
|
|
}
|
2020-12-20 03:41:42 +00:00
|
|
|
|
|
|
|
span.required {
|
|
|
|
color: #c80000;
|
|
|
|
}
|
2021-12-11 13:47:20 +00:00
|
|
|
|
|
|
|
audio {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-12-12 21:57:16 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Image grid settings START
|
|
|
|
**/
|
|
|
|
.imagegrid-row {
|
|
|
|
display: -ms-flexbox; /* IE10 */
|
|
|
|
display: flex;
|
2023-09-24 20:24:28 +00:00
|
|
|
margin-top: 1em;
|
2022-12-13 02:56:23 +00:00
|
|
|
column-gap: 5px;
|
2022-12-12 21:57:16 +00:00
|
|
|
}
|
|
|
|
|
2023-09-24 20:24:28 +00:00
|
|
|
.imagegrid-column {
|
|
|
|
-ms-flex: 50%; /* IE10 */
|
|
|
|
flex: 50%;
|
|
|
|
display: -ms-flexbox; /* IE10 */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
row-gap: 5px;
|
2022-12-12 21:57:16 +00:00
|
|
|
}
|
2023-09-24 20:24:28 +00:00
|
|
|
|
|
|
|
.imagegrid-column img {
|
|
|
|
-ms-flex: 50%; /* IE10 */
|
|
|
|
flex: 50%;
|
2022-12-12 21:57:16 +00:00
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Image grid settings END
|
2022-12-15 03:11:19 +00:00
|
|
|
**/
|
|
|
|
|
2023-09-29 07:28:22 +00:00
|
|
|
/* This helps allocating space for image before they are loaded, preventing content shifting once they are.
|
|
|
|
* Inspired by https://www.smashingmagazine.com/2016/08/ways-to-reduce-content-shifting-on-page-load/
|
|
|
|
* Please note: The space is effectively allocated using padding-bottom using the image ratio as a value.
|
|
|
|
* This ratio is never known in advance so no value is set in the stylesheet.
|
|
|
|
*/
|
|
|
|
figure.img-allocated-height {
|
|
|
|
position: relative;
|
|
|
|
background: center / auto rgba(0, 0, 0, 0.05) url(/images/icons/image.png) no-repeat;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
figure.img-allocated-height img{
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Horizontal masonry settings START
|
|
|
|
**/
|
|
|
|
.masonry-row {
|
|
|
|
display: -ms-flexbox; /* IE10 */
|
|
|
|
display: flex;
|
|
|
|
/* Both the following values should be the same to ensure consistent margins between images in the grid */
|
|
|
|
column-gap: 5px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Horizontal masonry settings AND
|
|
|
|
**/
|
|
|
|
|
2022-12-15 03:11:19 +00:00
|
|
|
#contactblock .icon {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|