1 /* General style rules .*/
2 .pull-right { float: right }
4 /* General designing elements */
7 -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
8 -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
9 box-shadow: inset 0px 1px 0px 0px #ffffff;
10 background-color: #ededed;
12 border: 1px solid #dcdcdc;
13 display: inline-block;
19 text-decoration: none;
23 .menu-popup .divider {
27 background-color: #2d2d2d;
31 text-decoration: overline;
34 /* List of social Networks */
35 img.connector, img.connector-disabled {
41 img.connector-disabled {
46 display: inline-block;
47 vertical-align: bottom;
50 vertical-align: super;
53 /* Embedded link information */
54 .type-link, .type-video {
55 border-top: 1px solid #D2D2D2;
56 border-bottom: 1px solid #D2D2D2;
62 .type-link:after, .type-video:after {
70 .wall-item-container .wall-item-content .type-link img,
71 .type-link img, .type-video img, img.attachment-preview {
78 .wall-item-container .wall-item-content .type-link img.attachment-image,
79 .type-link img.attachment-image, .type-video img.attachment-image {
80 /* max-width: 640px; */
87 .type-link blockquote, .type-video blockquote {
96 .type-link .oembed, .type-video .oembed {
101 .type-link img, .type-video img {
104 .type-video .embed_video {
108 .type-link span.oembed + br, .type-video span.oembed + br,
109 .type-link a + br, .type-video a + br,
110 .type-link img + br, .type-video img + br{
120 .embed_video.active {
126 transition: height .75s;
129 /* Shared Messages */
133 border-top: 1px solid #D2D2D2;
140 -webkit-transition: all 0.2s ease-in-out;
141 -moz-transition: all 0.2s ease-in-out;
142 -o-transition: all 0.2s ease-in-out;
143 -ms-transition: all 0.2s ease-in-out;
144 transition: all 0.2s ease-in-out;
147 .shared_header a:hover {
152 -webkit-border-radius: 4px;
153 -moz-border-radius: 4px;
159 .shared_header span {
164 blockquote.shared_content {
170 .settings-heading a:after{
175 h1, h2, h3, h4, h5, h6 {
176 margin: 5px 0px 5px 0px;
179 text-rendering: optimizelegibility;
207 margin: 0px 0px 0px 0px;
210 code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
211 key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
213 /* fields help text */
218 /* notifications unseen */
219 .notify-unseen { background-color: #cceeFF; }
221 /* autocomplete popup */
242 vertical-align: middle;
244 .acpopup-contactname {
250 text-overflow: ellipsis;
258 text-overflow: ellipsis;
261 .textcomplete-item a {
264 text-overflow: ellipsis;
270 .textcomplete-item a:hover {
271 text-decoration: none;
274 /* plain text editor upload/select popup */
276 .fbrowser .path a { padding: 5px; }
277 .fbrowser .path a:before { content: "/"; padding-right: 5px;}
278 .fbrowser .folders ul { list-style-type: none; padding-left: 10px;}
279 .fbrowser .list { height: auto; overflow-y: hidden; margin: 10px 0px; }
280 .fbrowser.image .photo-album-image-wrapper { float: left; }
281 .fbrowser.image a img { height: 48px; }
282 .fbrowser.image a p { display: none;}
283 .fbrowser.file .photo-album-image-wrapper { float:none; white-space: nowrap; }
284 .fbrowser.file img { display: inline; }
285 .fbrowser.file p { display: inline; white-space: nowrap; }
286 .fbrowser .upload { clear: both; padding-top: 1em;}
287 .fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;}
288 .fbrowser .error a.close { float: right; font-weight: bold; }
289 .fbrowser .error.hidden { display: none; }
306 .itentity-match-wrapper {
314 .identity-match-photo {
320 .identity-match-name {
324 .identity-match-details {
334 .identity-match-break, .identity-match-end {
338 .identity-match-photo button {
348 .selected-identity img {
349 border: 2px solid #ff0000;
360 #poke-recipient, #poke-action, #poke-privacy-settings {
364 #poke-recip-label, #poke-action-label, #prvmail-message-label {
377 .federation-network-graph {
387 ul.federation-stats li,
392 table#federation-stats {
396 border-bottom: 1px solid #000;
399 .contact-entry-photo img {
404 /* forumlist widget */
408 vertical-align: middle;
411 #forum-widget-collapse {
415 #forum-widget-collapse:hover {
444 #contact-edit-status-wrapper {
448 #contact-edit-actions {
450 display: inline-block;
453 #contact-edit-actions > .menu-popup {
458 #contact-edit-settings-label:after {
462 #contact-edit-settings {
468 #settings-form .pageflags {
469 margin: 0 0 20px 30px;
472 /* admin pending user notes */
477 td.pendingnote > p > span {
481 /* warning message */
485 border-left: 5px solid #f00;
489 /* src/href attributes filter error display */
490 .invalid-src { border: 1px dotted red;}
491 .invalid-href { border-bottom: 1px dotted red;}
493 .invalid-href:after { content: '⚠️'}
494 img.invalid-src:after { vertical-align: top;}