Mercurial > libervia-web
comparison public/libervia.css @ 279:2d6bd975a72d
browser_side: set your own presence status and display those of others
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 23 Nov 2013 14:46:03 +0100 |
parents | 4517978a2e7e |
children | ae3ec654836d |
comparison
equal
deleted
inserted
replaced
278:4517978a2e7e | 279:2d6bd975a72d |
---|---|
366 } | 366 } |
367 | 367 |
368 .contactsChooser { | 368 .contactsChooser { |
369 text-align: center; | 369 text-align: center; |
370 margin:auto; | 370 margin:auto; |
371 cursor: pointer; | |
371 } | 372 } |
372 | 373 |
373 .infoDialogBody { | 374 .infoDialogBody { |
374 width: 100%; | 375 width: 100%; |
375 height: 100% | 376 height: 100% |
452 font-size: 1em; | 453 font-size: 1em; |
453 margin-top: 3px; | 454 margin-top: 3px; |
454 padding: 3px 10px 3px 10px; | 455 padding: 3px 10px 3px 10px; |
455 } | 456 } |
456 | 457 |
457 .contact-menu { | 458 .contact-menu-selected { |
458 font-size: 1em; | 459 font-size: 1em; |
459 margin-top: 3px; | 460 margin-top: 3px; |
460 padding: 3px 10px 3px 10px; | 461 padding: 3px 10px 3px 10px; |
461 border-radius: 5px; | 462 border-radius: 5px; |
462 background-color: rgb(175, 175, 175); | 463 background-color: rgb(175, 175, 175); |
463 } | 464 } |
464 | 465 |
465 .contactConnected { | 466 /* START - contact presence status */ |
467 .contact-connected { | |
466 color: #3c7e0c; | 468 color: #3c7e0c; |
467 font-weight: bold; | 469 font-weight: bold; |
468 } | 470 } |
471 .contact-unavailable { | |
472 } | |
473 .contact-chat { | |
474 color: #3c7e0c; | |
475 font-weight: bold; | |
476 } | |
477 .contact-away { | |
478 color: brown; | |
479 font-weight: bold; | |
480 } | |
481 .contact-dnd { | |
482 color: red; | |
483 font-weight: bold; | |
484 } | |
485 .contact-xa { | |
486 color: red; | |
487 font-weight: bold; | |
488 } | |
489 /* END - contact presence status */ | |
469 | 490 |
470 .selected { | 491 .selected { |
471 color: #fff; | 492 color: #fff; |
472 background-color: #cf2828; | 493 background-color: #cf2828; |
473 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828͸, endColorstr=’#981a1a’); | 494 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828͸, endColorstr=’#981a1a’); |
513 min-height: 30px; | 534 min-height: 30px; |
514 text-shadow: 0 -1px 1px rgba(255,255,255,0.25); | 535 text-shadow: 0 -1px 1px rgba(255,255,255,0.25); |
515 font-size: 1.2em; | 536 font-size: 1.2em; |
516 background-color: #eee; | 537 background-color: #eee; |
517 border-bottom: 1px solid #ddd; | 538 border-bottom: 1px solid #ddd; |
539 } | |
540 | |
541 .presence-button { | |
542 font-size: x-large; | |
543 padding-right: 5px; | |
544 cursor: pointer; | |
518 } | 545 } |
519 | 546 |
520 .status { | 547 .status { |
521 font-style: italic; | 548 font-style: italic; |
522 font-weight: bold; | 549 font-weight: bold; |
747 } | 774 } |
748 | 775 |
749 .mb_entry_header | 776 .mb_entry_header |
750 { | 777 { |
751 background: #AFAFAF; | 778 background: #AFAFAF; |
779 cursor: pointer; | |
752 } | 780 } |
753 | 781 |
754 .selected_widget .selected_entry .mb_entry_header | 782 .selected_widget .selected_entry .mb_entry_header |
755 { | 783 { |
756 background: #cf2828; | 784 background: #cf2828; |
1262 /* Popup (context) menu */ | 1290 /* Popup (context) menu */ |
1263 | 1291 |
1264 .popupMenuItem { | 1292 .popupMenuItem { |
1265 cursor: pointer; | 1293 cursor: pointer; |
1266 border-radius: 5px; | 1294 border-radius: 5px; |
1295 width: 100%; | |
1267 } | 1296 } |
1268 | 1297 |
1269 /* Contact group manager */ | 1298 /* Contact group manager */ |
1270 | 1299 |
1271 .contactGroupEditor { | 1300 .contactGroupEditor { |