191 div.search-result h3 a { color: blue !important; font-weight: normal; padding-bottom: 0; } |
191 div.search-result h3 a { color: blue !important; font-weight: normal; padding-bottom: 0; } |
192 div.search-result p { margin: 10px 0 0 0 !important; font-family: arial, helvetica, sans-serif; font-size: small; } |
192 div.search-result p { margin: 10px 0 0 0 !important; font-family: arial, helvetica, sans-serif; font-size: small; } |
193 div.search-result span.search-result-info { color: #7777CC; } |
193 div.search-result span.search-result-info { color: #7777CC; } |
194 div.search-result span.search-result-url { color: green; } |
194 div.search-result span.search-result-url { color: green; } |
195 div.search-result span.search-term, div.search-result span.title-search-term { background-color: #FFFFC0; font-weight: bold; } |
195 div.search-result span.search-term, div.search-result span.title-search-term { background-color: #FFFFC0; font-weight: bold; } |
|
196 div.search-result span.url-search-term { font-weight: bold; } |
196 div.search-result span.search-result-annotation { font-size: 8pt; } |
197 div.search-result span.search-result-annotation { font-size: 8pt; } |
197 div.search-hibar { border-top: 1px solid #3366CC; margin-top: 10px; color: #000; background-color: #D5DFF3; padding: 3px; vertical-align: middle; } |
198 div.search-hibar { border-top: 1px solid #3366CC; margin-top: 10px; color: #000; background-color: #D5DFF3; padding: 3px; vertical-align: middle; } |
198 div.search-lobar { background-color: #E5EFFF; margin: 0; padding: 5px; } |
199 div.search-lobar { background-color: #E5EFFF; margin: 0; padding: 5px; } |
199 |
200 |
200 /* |
201 /* |
524 span.tc_small_index_8 { |
525 span.tc_small_index_8 { |
525 opacity: 0.3; |
526 opacity: 0.3; |
526 font-size: 0.7em; |
527 font-size: 0.7em; |
527 } |
528 } |
528 |
529 |
|
530 /* Default private message AJAX interface styles (colors and style based on those of Gmail) */ |
|
531 |
|
532 div#privmsgs { |
|
533 /* Neal prefers this border but I personally consider it distasteful because it detracts from the Gmail-ey look. |
|
534 border: 1px solid #c0c0c0; */ |
|
535 background-color: white; |
|
536 color: black; |
|
537 } |
|
538 |
|
539 span.pm_link { |
|
540 color: #0000ff; |
|
541 cursor: pointer; |
|
542 text-decoration: underline; |
|
543 } |
|
544 |
|
545 span.pm_link_folder { |
|
546 display: block; |
|
547 text-decoration: none; |
|
548 padding: 3px; |
|
549 } |
|
550 |
|
551 span.pm_link_selected { |
|
552 background-color: #c3d9ff; |
|
553 font-weight: bold; |
|
554 text-decoration: underline; |
|
555 } |
|
556 |
|
557 span.pm_link_selected_trash { |
|
558 background-color: #d9d9db; |
|
559 } |
|
560 |
|
561 div.pm_break { |
|
562 height: 10px; |
|
563 } |
|
564 |
|
565 div.pm_main { |
|
566 background-color: #c3d9ff; |
|
567 padding: 5px 5px 3px 5px; |
|
568 margin-left: 12em; |
|
569 min-height: 16em; |
|
570 } |
|
571 |
|
572 div.pm_main_trash { |
|
573 background-color: #d9d9db; |
|
574 } |
|
575 |
|
576 div.pm_status { |
|
577 display: table; |
|
578 background-color: #cc0000; |
|
579 padding: 3px; |
|
580 margin: 0 auto; |
|
581 color: white; |
|
582 } |
|
583 |
|
584 div.pm_teaser { |
|
585 background-color: white; |
|
586 color: black; |
|
587 text-align: center; |
|
588 padding: 8em 1em 8em 1em; |
|
589 } |
|
590 |
|
591 div.pm_mlist_message { |
|
592 background-color: #e8eef7; |
|
593 color: black; |
|
594 border-bottom: 1px solid #d8d8d8; |
|
595 cursor: pointer; |
|
596 } |
|
597 |
|
598 div.pm_mlist_message span.pm_subject { |
|
599 font-weight: normal; |
|
600 display: inline-block; |
|
601 clip: rect(0px, auto, auto, 0px); |
|
602 overflow: hidden; |
|
603 margin: 0 3px 0 0; |
|
604 } |
|
605 |
|
606 div.pm_mlist_message span.pm_sender { |
|
607 display: inline-block; |
|
608 width: 30%; |
|
609 margin: 0 10px 0% 4px; |
|
610 font-weight: normal; |
|
611 clip: rect(0px, auto, auto, 0px); |
|
612 overflow: hidden; |
|
613 } |
|
614 |
|
615 div.pm_mlist_message span.pm_miniclip { |
|
616 color: #909090; |
|
617 display: inline-block; |
|
618 clip: rect(0px, auto, auto, 0px); |
|
619 overflow: hidden; |
|
620 } |
|
621 |
|
622 div.pm_messagelist_inner { |
|
623 min-height: 12em; |
|
624 background-color: white; |
|
625 } |
|
626 |
|
627 div.pm_mlist_message_unread { |
|
628 background-color: white; |
|
629 } |
|
630 |
|
631 div.pm_mlist_message_unread span.pm_subject { |
|
632 font-weight: bold; |
|
633 } |
|
634 |
|
635 div.pm_mlist_message_unread span.pm_sender { |
|
636 font-weight: bold; |
|
637 } |
|
638 |
|
639 div.pm_mlist_message_selected { |
|
640 background-color: #ffffcc; |
|
641 } |
|
642 |
|
643 span.pm_toolbar_label { |
|
644 color: black; |
|
645 font-weight: bold; |
|
646 } |
|
647 |