~ubuntu-branches/ubuntu/wily/atkmm1.6/wily

« back to all changes in this revision

Viewing changes to doc/reference/html/doxygen.css

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 02:28:10 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111117022810-0fcs3rpkgi0zmofe
Tags: 2.22.6-1
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Stop installing libtool .la files.
* Bump Standards-Version to 3.9.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        font-size: 150%;
12
12
}
13
13
 
 
14
.title {
 
15
        font-size: 150%;
 
16
        font-weight: bold;
 
17
        margin: 10px 2px;
 
18
}
 
19
 
14
20
h2 {
15
21
        font-size: 120%;
16
22
}
185
191
div.contents {
186
192
        margin-top: 10px;
187
193
        margin-left: 10px;
188
 
        margin-right: 10px;
 
194
        margin-right: 5px;
189
195
}
190
196
 
191
197
td.indexkey {
361
367
        white-space: nowrap;
362
368
}
363
369
 
 
370
.memItemRight {
 
371
        width: 100%;
 
372
}
 
373
 
364
374
.memTemplParams {
365
375
        color: #4665A2;
366
376
        white-space: nowrap;
388
398
        padding: 2px;
389
399
}
390
400
 
 
401
.mempage {
 
402
        width: 100%;
 
403
}
 
404
 
391
405
.memitem {
392
406
        padding: 0;
393
407
        margin-bottom: 10px;
 
408
        margin-right: 5px;
394
409
}
395
410
 
396
411
.memname {
636
651
        list-style-type:none;
637
652
        float:left;
638
653
        padding-left:10px;
639
 
        padding-right: 15px;
 
654
        padding-right:15px;
640
655
        background-image:url('bc_s.png');
641
656
        background-repeat:no-repeat;
642
657
        background-position:right;
643
658
        color:#364D7C;
644
659
}
645
660
 
646
 
.navpath a
 
661
.navpath li.navelem a
647
662
{
648
663
        height:32px;
649
664
        display:block;
651
666
        outline: none;
652
667
}
653
668
 
654
 
.navpath a:hover
 
669
.navpath li.navelem a:hover
655
670
{
656
671
        color:#6884BD;
657
672
}
658
673
 
 
674
.navpath li.footer
 
675
{
 
676
        list-style-type:none;
 
677
        float:right;
 
678
        padding-left:10px;
 
679
        padding-right:15px;
 
680
        background-image:none;
 
681
        background-repeat:no-repeat;
 
682
        background-position:right;
 
683
        color:#364D7C;
 
684
        font-size: 8pt;
 
685
}
 
686
 
 
687
 
659
688
div.summary
660
689
{
661
690
        float: right;
670
699
        white-space: nowrap;
671
700
}
672
701
 
 
702
div.ingroups
 
703
{
 
704
        font-size: 8pt;
 
705
        padding-left: 5px;
 
706
        width: 50%;
 
707
        text-align: left;
 
708
}
 
709
 
 
710
div.ingroups a
 
711
{
 
712
        white-space: nowrap;
 
713
}
 
714
 
673
715
div.header
674
716
{
675
717
        background-image:url('nav_h.png');
684
726
        padding: 5px 5px 5px 10px;
685
727
}
686
728
 
 
729
dl
 
730
{
 
731
        padding: 0 0 0 10px;
 
732
}
 
733
 
 
734
dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug
 
735
{
 
736
        border-left:4px solid;
 
737
        padding: 0 0 0 6px;
 
738
}
 
739
 
 
740
dl.note
 
741
{
 
742
        border-color: #D0C000;
 
743
}
 
744
 
 
745
dl.warning, dl.attention
 
746
{
 
747
        border-color: #FF0000;
 
748
}
 
749
 
 
750
dl.pre, dl.post, dl.invariant
 
751
{
 
752
        border-color: #00D000;
 
753
}
 
754
 
 
755
dl.deprecated
 
756
{
 
757
        border-color: #505050;
 
758
}
 
759
 
 
760
dl.todo
 
761
{
 
762
        border-color: #00C0E0;
 
763
}
 
764
 
 
765
dl.test
 
766
{
 
767
        border-color: #3030E0;
 
768
}
 
769
 
 
770
dl.bug
 
771
{
 
772
        border-color: #C08050;
 
773
}
 
774
 
 
775
#projectlogo
 
776
{
 
777
        text-align: center;
 
778
        vertical-align: bottom;
 
779
        border-collapse: separate;
 
780
}
 
781
 
 
782
#projectlogo img
 
783
 
784
        border: 0px none;
 
785
}
 
786
 
 
787
#projectname
 
788
{
 
789
        font: 300% Tahoma, Arial,sans-serif;
 
790
        margin: 0px;
 
791
        padding: 2px 0px;
 
792
}
 
793
    
 
794
#projectbrief
 
795
{
 
796
        font: 120% Tahoma, Arial,sans-serif;
 
797
        margin: 0px;
 
798
        padding: 0px;
 
799
}
 
800
 
 
801
#projectnumber
 
802
{
 
803
        font: 50% Tahoma, Arial,sans-serif;
 
804
        margin: 0px;
 
805
        padding: 0px;
 
806
}
 
807
 
 
808
#titlearea
 
809
{
 
810
        padding: 0px;
 
811
        margin: 0px;
 
812
        width: 100%;
 
813
        border-bottom: 1px solid #5373B4;
 
814
}
 
815
 
 
816
.image
 
817
{
 
818
        text-align: center;
 
819
}
 
820
 
 
821
.dotgraph
 
822
{
 
823
        text-align: center;
 
824
}
 
825
 
 
826
.mscgraph
 
827
{
 
828
        text-align: center;
 
829
}
 
830
 
 
831
.caption
 
832
{
 
833
        font-weight: bold;
 
834
}
 
835