зеркало из https://github.com/nextcloud/activity.git
263 строки
3.9 KiB
CSS
Executable File
263 строки
3.9 KiB
CSS
Executable File
#container h2 {
|
|
margin-left: 24px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.activitysubject {
|
|
display: inline-block;
|
|
vertical-align: text-bottom;
|
|
width: 85%;
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.activitymessage {
|
|
margin-left: 25px;
|
|
color:#666;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.activity-previews {
|
|
margin-left: 24px;
|
|
}
|
|
|
|
#no_more_activities .head {
|
|
font-size: 1.5em;
|
|
color: #333;
|
|
font-weight: bold;
|
|
text-shadow: #aaa 0 1px 0;
|
|
}
|
|
|
|
#no_more_activities {
|
|
position: relative;
|
|
top: 50px;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 50px 0;
|
|
|
|
z-index: 100;
|
|
margin: 40px auto;
|
|
bottom: 20px;
|
|
color: #555;
|
|
}
|
|
|
|
#loading_activities {
|
|
height: 50px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
}
|
|
|
|
#container {
|
|
margin-bottom: 20px;
|
|
clear: both;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.group {
|
|
clear: both;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.box {
|
|
width: 100%;
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.box .header{
|
|
height: 32px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.box .messagecontainer{
|
|
width: 100%;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.box .preview{
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.box .preview-dir-icon,
|
|
.box .preview-mimetype-icon {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.box .user{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
float: left;
|
|
display: inline-block;
|
|
width: 180px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.box .activitytime {
|
|
float: right;
|
|
color:#666;
|
|
font-size: 0.8em;
|
|
padding: 20px;
|
|
margin: -20px;
|
|
}
|
|
|
|
.box .appname {
|
|
float: right;
|
|
color: #333;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.box .grouped{
|
|
list-style: none;
|
|
}
|
|
|
|
.box .grouped .more{
|
|
cursor: default;
|
|
color: #666;
|
|
}
|
|
|
|
/* Navigation icons */
|
|
#app-navigation img {
|
|
margin-bottom: -3px;
|
|
margin-right: 6px;
|
|
width: 16px;
|
|
}
|
|
#app-navigation li span.no-icon {
|
|
padding-left: 25px;
|
|
}
|
|
|
|
/* Style for in event parameters */
|
|
.activity-section a.filename,
|
|
.activity-section a.email,
|
|
.activity-section strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.activity-section a:focus,
|
|
.activity-previews a:hover,
|
|
.activity-previews a:focus {
|
|
opacity: .5;
|
|
}
|
|
|
|
.activity-section a:hover {
|
|
opacity: .7;
|
|
}
|
|
|
|
.activitysubject strong.systemtag {
|
|
display: inline-block;
|
|
padding: 2px 5px;
|
|
border-radius: 3px;
|
|
background-color: #f8f8f8;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.activitysubject span.icon-home {
|
|
display: inline-block;
|
|
margin-bottom: -2px;
|
|
}
|
|
|
|
.activity-section .avatar {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin: 0 5px 2px 3px;
|
|
}
|
|
|
|
.activityTabView .activity.box {
|
|
position: relative;
|
|
}
|
|
.activityTabView .activity-icon {
|
|
position: absolute;
|
|
margin-top: 3px;
|
|
}
|
|
.activityTabView .activitysubject {
|
|
width: 90%;
|
|
margin-left: 24px;
|
|
display: block;
|
|
min-height: 28px;
|
|
}
|
|
.activityTabView .box .activitytime {
|
|
padding: 0;
|
|
margin: -15px 0 0;
|
|
}
|
|
|
|
.icon-activity {
|
|
background-image: url('../img/activity-dark.svg?v=1');
|
|
}
|
|
/* colored icons, in addition to core ones */
|
|
.activity-icon {
|
|
min-width: 16px;
|
|
min-height: 16px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-top: 2px;
|
|
background-size: contain;
|
|
opacity: .5;
|
|
}
|
|
.activity-icon img {
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
}
|
|
|
|
#rssurl > input.feed-link {
|
|
width: 80%;
|
|
}
|
|
|
|
#rssurl .icon-clippy {
|
|
background-size: 16px 16px;
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 3px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.activitymessage .avatar-name-wrapper,
|
|
.activitysubject .avatar-name-wrapper {
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.opengraph {
|
|
margin: 10px;
|
|
max-width: 700px;
|
|
height: 125px;
|
|
position: relative;
|
|
border: 1px solid #ddd;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.opengraph-name {
|
|
font-size: 15px;
|
|
padding-left: 5px;
|
|
font-weight: bold;
|
|
margin: 10px 5px 5px 5px;
|
|
}
|
|
|
|
.opengraph-description {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.opengraph-thumb {
|
|
width: 160px;
|
|
height: 119px;
|
|
margin: 3px 15px 5px 3px;
|
|
position: absolute;
|
|
background: #eee center no-repeat;
|
|
background-size: 220px;
|
|
}
|
|
|
|
.opengraph-with-thumb {
|
|
margin-left: 175px;
|
|
}
|
|
|
|
.opengraph-website {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 0;
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
color: #999;
|
|
}
|