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{
122 transition: height .75s;
125 /* Shared Messages */
129 border-top: 1px solid #D2D2D2;
136 -webkit-transition: all 0.2s ease-in-out;
137 -moz-transition: all 0.2s ease-in-out;
138 -o-transition: all 0.2s ease-in-out;
139 -ms-transition: all 0.2s ease-in-out;
140 transition: all 0.2s ease-in-out;
143 .shared_header a:hover {
148 -webkit-border-radius: 4px;
149 -moz-border-radius: 4px;
155 .shared_header span {
160 blockquote.shared_content {
166 .settings-heading a:after{
171 h1, h2, h3, h4, h5, h6 {
172 margin: 5px 0px 5px 0px;
175 text-rendering: optimizelegibility;
203 margin: 0px 0px 0px 0px;
206 code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
207 key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
209 /* fields help text */
214 /* notifications unseen */
215 .notify-unseen { background-color: #cceeFF; }
217 /* autocomplete popup */
238 vertical-align: middle;
240 .acpopup-contactname {
246 text-overflow: ellipsis;
254 text-overflow: ellipsis;
257 .textcomplete-item a {
260 text-overflow: ellipsis;
266 .textcomplete-item a:hover {
267 text-decoration: none;
270 /* plain text editor upload/select popup */
272 .fbrowser .path a { padding: 5px; }
273 .fbrowser .path a:before { content: "/"; padding-right: 5px;}
274 .fbrowser .folders ul { list-style-type: none; padding-left: 10px;}
275 .fbrowser .list { height: auto; overflow-y: hidden; margin: 10px 0px; }
276 .fbrowser.image .photo-album-image-wrapper { float: left; }
277 .fbrowser.image a img { height: 48px; }
278 .fbrowser.image a p { display: none;}
279 .fbrowser.file .photo-album-image-wrapper { float:none; white-space: nowrap; }
280 .fbrowser.file img { display: inline; }
281 .fbrowser.file p { display: inline; white-space: nowrap; }
282 .fbrowser .upload { clear: both; padding-top: 1em;}
283 .fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;}
284 .fbrowser .error a.close { float: right; font-weight: bold; }
285 .fbrowser .error.hidden { display: none; }
302 .itentity-match-wrapper {
310 .identity-match-photo {
316 .identity-match-name {
320 .identity-match-details {
330 .identity-match-break, .identity-match-end {
334 .identity-match-photo button {
344 .selected-identity img {
345 border: 2px solid #ff0000;
356 #poke-recipient, #poke-action, #poke-privacy-settings {
360 #poke-recip-label, #poke-action-label, #prvmail-message-label {
373 .federation-network-graph {
383 ul.federation-stats li,
388 table#federation-stats {
392 border-bottom: 1px solid #000;
395 .contact-entry-photo img {
400 /* forumlist widget */
404 vertical-align: middle;
407 #forum-widget-collapse {
411 #forum-widget-collapse:hover {
440 #contact-edit-status-wrapper {
444 #contact-edit-actions {
446 display: inline-block;
449 #contact-edit-actions > .menu-popup {
454 #contact-edit-settings-label:after {
458 #contact-edit-settings {
464 #settings-form .pageflags {
465 margin: 0 0 20px 30px;
468 /* admin pending user notes */
473 td.pendingnote > p > span {
477 /* warning message */
481 border-left: 5px solid #f00;
485 /* src/href attributes filter error display */
486 .invalid-src { border: 1px dotted red;}
487 .invalid-href { border-bottom: 1px dotted red;}
489 .invalid-href:after { content: '⚠️'}
490 img.invalid-src:after { vertical-align: top;}