2016-05-15 18:32:30 +02:00
|
|
|
|
|
|
|
/* Media queries for phones at the bottom pf this page */
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
table {
|
|
|
|
border-collapse: separate !important;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2014-10-07 16:41:08 +02:00
|
|
|
.result-hashtag {
|
|
|
|
color: #555;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2016-04-28 19:07:12 +02:00
|
|
|
|
2014-04-09 18:45:21 +02:00
|
|
|
/* Superpose TextArea and Highlight DIV trick starts here */
|
|
|
|
#comment-supercontainer {
|
|
|
|
position: relative;
|
2015-04-27 16:39:29 +02:00
|
|
|
background-color: #EFF3F5;
|
2014-04-09 18:45:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#comment-highlighterContainer {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
cursor: text;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 100%;
|
2014-04-11 12:50:23 +02:00
|
|
|
height: 50px;
|
2014-04-09 18:45:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#comment-inputContainer {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-04-10 17:45:50 +02:00
|
|
|
.comment-highlighter {
|
2014-04-09 18:45:21 +02:00
|
|
|
padding: 4px 2px;
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #FFF;
|
|
|
|
margin-top: 0;
|
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
|
|
|
|
sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: normal;
|
|
|
|
border: 1px solid transparent;
|
2015-04-27 16:39:29 +02:00
|
|
|
margin-left: 5px;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 98%;
|
2014-04-11 12:50:23 +02:00
|
|
|
min-height: 30px;
|
2016-01-20 18:49:31 +01:00
|
|
|
word-wrap: break-word;
|
|
|
|
/* this is very important when usere paste long links*/
|
2014-04-09 18:45:21 +02:00
|
|
|
}
|
|
|
|
|
2016-04-06 16:35:20 +02:00
|
|
|
div#comment-inputContainer textarea.post-comment {
|
2014-04-09 18:45:21 +02:00
|
|
|
padding: 4px 2px;
|
|
|
|
color: #999;
|
|
|
|
background-color: transparent;
|
|
|
|
margin-top: 0px;
|
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
|
|
|
|
sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
letter-spacing: normal;
|
|
|
|
line-height: normal;
|
2014-04-10 17:45:50 +02:00
|
|
|
border: 1px solid #C3CDE7;
|
2015-04-27 16:39:29 +02:00
|
|
|
margin-left: 5px;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 98%;
|
2014-04-11 12:50:23 +02:00
|
|
|
min-height: 30px;
|
2016-04-28 19:07:12 +02:00
|
|
|
border-radius: 2px;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
2016-04-06 16:35:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#comment-inputContainer textarea.post-comment.comment-dark-color {
|
|
|
|
color: #333;
|
|
|
|
background-color: transparent;
|
|
|
|
transition: background .25s ease-in-out;
|
|
|
|
-moz-transition: background .25s ease-in-out;
|
|
|
|
-webkit-transition: background .25s ease-in-out;
|
2014-04-09 18:45:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.highlightedUser {
|
|
|
|
background-color: #D8DFEA !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* DIV trick ends here */
|
2013-04-05 16:16:07 +02:00
|
|
|
.new-feeds-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-feeds-available {
|
|
|
|
color: #444;
|
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
|
|
|
|
sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 13px;
|
|
|
|
width: 576px;
|
|
|
|
margin: 0px 25px 0px 8px;
|
|
|
|
padding: 3px;
|
|
|
|
border: 1px solid #75AAD0;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 0px;
|
|
|
|
opacity: 0;
|
|
|
|
transition-property: opacity, height;
|
|
|
|
transition-duration: .40s;
|
|
|
|
transition-timing-function: ease-out;
|
|
|
|
-moz-transition-property: opacity, height;
|
|
|
|
-moz-transition-duration: .40s;
|
|
|
|
-moz-transition-timing-function: ease-out;
|
|
|
|
-webkit-transition-property: opacity, height;
|
|
|
|
-webkit-transition-duration: .40s;
|
|
|
|
-webkit-transition-timing-function: ease-out;
|
|
|
|
-ms-transition-property: opacity, height;
|
|
|
|
-ms-transition-duration: .40s;
|
|
|
|
-ms-transition-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-feeds-show {
|
|
|
|
opacity: 1;
|
|
|
|
background: #D6E2FC;
|
|
|
|
height: 18px;
|
2016-05-05 19:07:36 +02:00
|
|
|
width: 70%;
|
2013-04-05 16:16:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.new-feeds-available:hover {
|
|
|
|
background: #EDEFF4;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
.nofeed-message {
|
|
|
|
line-height: 40px;
|
|
|
|
font-family: 'Architects Daughter', arial, sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-filters {
|
|
|
|
margin-top: -5px;
|
2016-05-16 14:46:22 +02:00
|
|
|
width: 500px
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.feed-filters ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-filters li a {
|
2016-04-06 19:11:02 +02:00
|
|
|
color: #3B5998;
|
2013-04-04 15:41:17 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-filters li a:hover {
|
2016-04-06 19:11:02 +02:00
|
|
|
text-decoration: underline;
|
2013-04-04 15:41:17 +02:00
|
|
|
transition: color .25s ease-in-out;
|
|
|
|
-moz-transition: color .25s ease-in-out;
|
|
|
|
-webkit-transition: color .25s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-filters li {
|
|
|
|
color: #444;
|
2016-05-15 18:32:30 +02:00
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
|
2013-04-04 15:41:17 +02:00
|
|
|
font-size: 15px;
|
|
|
|
float: left;
|
|
|
|
height: 2em;
|
|
|
|
line-height: 2em;
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 25px;
|
|
|
|
background-attachment: scroll;
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: url("images/grid_small_dot.png");
|
|
|
|
background-position: 100% 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: auto auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-filters li.final {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
2014-10-07 16:41:08 +02:00
|
|
|
.feed-filters li.feed-breadcrumb {
|
|
|
|
background-image: url("images/arrow-right.png");
|
|
|
|
}
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
.filter-selected a {
|
2016-04-06 19:11:02 +02:00
|
|
|
color: #444 !important;
|
2013-04-04 15:41:17 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Other */
|
2016-01-20 18:49:31 +01:00
|
|
|
.attachment-preview-container {
|
|
|
|
padding: 5px;
|
|
|
|
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
|
|
|
|
background-clip: border-box;
|
|
|
|
background-color: #FBFBFB;
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 4px;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 97%;
|
2016-01-20 18:49:31 +01:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.centered {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
.linkpreview-image {
|
|
|
|
margin: 3px;
|
2015-04-27 16:39:29 +02:00
|
|
|
width: 80px;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.link-preview {
|
|
|
|
padding: 5px;
|
|
|
|
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
|
|
|
|
background-clip: border-box;
|
|
|
|
background-color: #FBFBFB;
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 4px;
|
2016-07-15 09:23:42 +02:00
|
|
|
width: 97%;
|
2013-04-04 15:41:17 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-bgcolor {
|
|
|
|
background-color: #FBFBFB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-title {
|
|
|
|
margin-top: 3px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-url {
|
|
|
|
margin-top: 10px;
|
|
|
|
color: #666;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkpreview-desc {
|
|
|
|
padding-top: 5px;
|
|
|
|
color: #333;
|
|
|
|
font-size: 10px;
|
2015-04-27 16:39:29 +02:00
|
|
|
line-height: 14px;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
2016-04-06 16:35:20 +02:00
|
|
|
img.member-photo {
|
2013-04-04 15:41:17 +02:00
|
|
|
display: block;
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #E6E6E6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-hidden {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-show {
|
2014-04-11 12:50:23 +02:00
|
|
|
background-color: #EFF3F5;
|
2013-04-04 15:41:17 +02:00
|
|
|
opacity: 1;
|
|
|
|
transition: opacity .45s ease-in-out;
|
|
|
|
-moz-transition: opacity .45s ease-in-out;
|
|
|
|
-webkit-transition: opacity .45s ease-in-out;
|
|
|
|
-ms-transition: opacity .45s ease-in-out;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 100%;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentsPanel {
|
2016-07-15 09:23:42 +02:00
|
|
|
width: 99%;
|
2016-04-06 16:35:20 +02:00
|
|
|
margin: 4px 0 0 4px;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
2016-04-06 19:11:02 +02:00
|
|
|
.more-comment, .more-comment:hover {
|
2014-04-11 12:50:23 +02:00
|
|
|
background-color: #EFF3F5;
|
2013-04-04 15:41:17 +02:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 3px;
|
|
|
|
border-bottom-color: #FFF;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
2016-04-06 19:11:02 +02:00
|
|
|
cursor: pointer;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
2016-04-06 19:11:02 +02:00
|
|
|
div>table.single-comment, .single-comment {
|
2014-04-11 12:50:23 +02:00
|
|
|
background-color: #EFF3F5;
|
2013-04-04 15:41:17 +02:00
|
|
|
border-bottom-color: #FFF;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-left: 2px solid #DDD;
|
|
|
|
padding-left: 3px;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 100%;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment-bgcolor {
|
2014-04-11 12:50:23 +02:00
|
|
|
background-color: #EFF3F5;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.uiCloseButton {
|
|
|
|
background: url(images/close.png) 0px 0px no-repeat;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2013-07-11 12:19:36 +02:00
|
|
|
.uiOpenButton {
|
|
|
|
background: url(images/open-sep.png) 0px 2px no-repeat;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
.closeImage {
|
2016-01-21 15:02:15 +01:00
|
|
|
float: right;
|
2013-04-04 15:41:17 +02:00
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.closeImage:hover {
|
|
|
|
background: url(images/close.png) 0px -16px no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.closeImage:active {
|
|
|
|
background: url(images/close.png) 0px -32px no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-07-11 12:19:36 +02:00
|
|
|
.openImage {
|
|
|
|
float: right;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openImage:hover {
|
2014-04-02 15:29:51 +02:00
|
|
|
background: url(images/open-sep.png) 0px -14px no-repeat;
|
2013-07-11 12:19:36 +02:00
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openImage:active {
|
|
|
|
background: url(images/open-sep.png) 0px -30px no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
.uiEditButton {
|
|
|
|
background: url(images/edit.png) 0px 0px no-repeat;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editImage {
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editImage:hover {
|
|
|
|
background: url(images/edit.png) 0px -16px no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editImage:active {
|
|
|
|
background: url(images/edit.png) 0px -32px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-comment {
|
|
|
|
width: 99%;
|
|
|
|
color: #333;
|
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
|
|
|
|
sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
border-color: #999;
|
|
|
|
border-width: 1px;
|
|
|
|
letter-spacing: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-comment-time {
|
|
|
|
width: 99%;
|
|
|
|
color: #999;
|
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
|
|
|
|
sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2016-05-06 10:57:28 +02:00
|
|
|
a.seemore, .seemore:hover {
|
2016-04-06 19:11:02 +02:00
|
|
|
font-size: 9px;
|
2013-04-04 15:41:17 +02:00
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
2016-04-06 19:11:02 +02:00
|
|
|
.like:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
2016-04-06 19:11:02 +02:00
|
|
|
.comment:hover {
|
2013-04-04 15:41:17 +02:00
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
2016-04-06 19:11:02 +02:00
|
|
|
a.person-link {
|
|
|
|
font-size: 16x;
|
|
|
|
}
|
|
|
|
|
2013-04-04 15:41:17 +02:00
|
|
|
.tweet-content {
|
|
|
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #333;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 100%;
|
2014-04-02 15:29:51 +02:00
|
|
|
word-wrap: break-word;
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
/* Non standard for webkit */
|
|
|
|
word-break: break-word;
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
hyphens: auto;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-separator {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-actions {
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 99%;
|
2013-04-04 15:41:17 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
|
|
|
|
sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: left;
|
|
|
|
overflow: hidden;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-actions .time {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-actions .likes-number {
|
|
|
|
color: #3B5998;
|
|
|
|
width: 20px;
|
|
|
|
padding-left: 25px;
|
|
|
|
background: url("images/star_blue.png") no-repeat left;
|
|
|
|
}
|
|
|
|
|
2016-01-20 18:49:31 +01:00
|
|
|
.tweet-actions .comments-number, .show-comments-number {
|
2013-04-04 15:41:17 +02:00
|
|
|
color: #3B5998;
|
|
|
|
width: 20px;
|
|
|
|
padding-left: 25px;
|
|
|
|
background: url("images/comment_edit.png") no-repeat left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-actions div {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TABLES */
|
|
|
|
.div-table-400 {
|
|
|
|
display: table;
|
|
|
|
width: 400px;
|
|
|
|
background-clip: border-box;
|
|
|
|
background-image: none;
|
|
|
|
background-origin: padding-box;
|
|
|
|
border-bottom-color: #DADADA;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
padding: 12px 7px 3px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table {
|
|
|
|
display: table;
|
2016-04-28 19:07:12 +02:00
|
|
|
width: 98%;
|
2013-04-04 15:41:17 +02:00
|
|
|
background-clip: border-box;
|
|
|
|
background-image: none;
|
|
|
|
background-origin: padding-box;
|
|
|
|
border-bottom-color: #DADADA;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
padding: 10px 7px 3px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-row {
|
|
|
|
display: table-row;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-col {
|
|
|
|
display: table-cell;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-col.content {
|
|
|
|
padding-left: 10px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-col.edit {
|
|
|
|
padding-left: 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
|
2015-04-27 16:39:29 +02:00
|
|
|
.div-table-col.nf-post-remove {
|
2013-04-04 15:41:17 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
vertical-align: top;
|
2013-07-11 12:19:36 +02:00
|
|
|
width: 30px;
|
2013-04-04 15:41:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-col.photo {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-col.labels {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-table-col.smallphoto {
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visible {
|
|
|
|
background-color: #FFF;
|
|
|
|
transition: background .75s ease-in-out;
|
|
|
|
-moz-transition: background .75s ease-in-out;
|
|
|
|
-webkit-transition: background .75s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
background-color: #fdffcc;
|
|
|
|
}
|
|
|
|
|
2015-04-27 16:39:29 +02:00
|
|
|
.nwfeed-error {
|
2013-04-04 15:41:17 +02:00
|
|
|
color: #FFF;
|
|
|
|
background-color: pink;
|
|
|
|
transition: background .45s ease-in-out;
|
|
|
|
-moz-transition: background .45s ease-in-out;
|
|
|
|
-webkit-transition: background .45s ease-in-out;
|
2016-05-05 19:07:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* For phones*/
|
2016-05-06 10:57:28 +02:00
|
|
|
@media screen and (max-width: 520px) {
|
2016-07-14 20:15:02 +02:00
|
|
|
.commentsPanel {
|
|
|
|
width: 260px;
|
|
|
|
}
|
2016-05-05 19:07:36 +02:00
|
|
|
#comment-highlighterContainer {
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
.comment-highlighter {
|
|
|
|
width: 230px;
|
|
|
|
}
|
|
|
|
div#comment-inputContainer textarea.post-comment {
|
|
|
|
width: 230px;
|
|
|
|
}
|
|
|
|
.link-preview {
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
div.attachment-preview-container {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
.linkpreview-desc, .linkpreview-url, .linkpreview-image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.new-feeds-show {
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
.div-table {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
margin-left: -15px;
|
|
|
|
}
|
|
|
|
.tweet-actions {
|
2016-05-06 10:57:28 +02:00
|
|
|
width: 270px;
|
|
|
|
}
|
|
|
|
.feed-filters {
|
|
|
|
width: 260px;
|
2016-05-05 19:07:36 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-07-14 20:15:35 +02:00
|
|
|
|
2016-07-15 09:23:42 +02:00
|
|
|
@media screen and (max-width: 1128px) {
|
2016-07-14 20:15:02 +02:00
|
|
|
.commentsPanel {
|
|
|
|
width: 300px;
|
|
|
|
}
|
2016-05-05 19:07:36 +02:00
|
|
|
.link-preview {
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
div.attachment-preview-container {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
.new-feeds-show {
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
.linkpreview-desc, .linkpreview-url, .linkpreview-image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.div-table-col {
|
|
|
|
display: block;
|
2016-05-06 10:57:28 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-bottom: 5px;
|
2016-05-05 19:07:36 +02:00
|
|
|
}
|
|
|
|
.div-table {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|
|
|
|
.tweet-actions {
|
|
|
|
width: 280px;
|
|
|
|
}
|
2016-05-06 10:57:28 +02:00
|
|
|
.feed-filters {
|
|
|
|
width: 300px;
|
|
|
|
}
|
2016-05-05 19:07:36 +02:00
|
|
|
}
|