~ubuntu-branches/ubuntu/quantal/gutenprint/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-02-14 22:41:51 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120214224151-81lkvr2cow0u55f5
Tags: 5.2.8~pre1-0ubuntu1
* New upstream release
  - Added support for Canon BJC 4550, S330, S520, S530D, S630, S750, S820,
    S830D, S900, S9000, PIXMA mini220, mini320, mini360, i50, i70, i450,
    i455, i470D. i550, i900D, i950, i960, i6100, i6500, i9100, i9900,
    iP3300, iP3500, iP3600, iP4900, iP6210D, iP6220D, iP6310D, iP7100,
    iP7500, iP8100, iP8600, iP9910, MP140, MP190, MP210, MP240, MP375R,
    MP470, MP490, MP530, MP900, MG2100, MG3100, MG4100, MG5300, MG6200,
    MG8200, EPSON ME Office 940FW, PX 204, PX 504A, Stylus CX3900, NX530,
    NX635, SX535WD, Stylus Office BX535WD, BX630FW, BX635FWD, TX620FWD,
    Stylus Photo RX650, WorkForce 545, 630, 645, Stylus Pro 7900/9900
    (Partial -- no orange/green inks).
  - Printers redefined: Canon BJC 3000, S300, S500, S600, S800, PIXMA i80,
    i560, i850, i860, i865, iP2000, iP4100, iP5000, MP600, MP750, MP760,
    MP770, MP780, MP790, MP970
  - Support for the following printers was greatly improved, or tested:
    Canon PIXMA MP700, MP710, MP730, MP740, MP950, MP960, MX340, MX350,
    iP4000, MG5100
  - Canon BJC series printers using photo cartridge have printing modes
    added that will select this cartridge.
  - A crash with the EPSON Stylus Photo R3000 has been fixed.
  - Chinese (Mandarin), Galician, and Ukrainian translations have
    been added.
* debian/patches/0001-patch-stdio.h-is-required-by-commandtoepson-and-comm.patch:
  Removed, applied upstream.
* 0002-genppd-don-t-write-color-profile-information-with-br.patch: Refreshed
  with quilt.
* debian/printer-driver-gutenprint.ppd-updater,
  debian/foomatic-db-gutenprint.ppd-updater: Support also pre-releases with
  "-preX" version number extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
body, table, div, p, dl {
4
4
        font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
5
 
        font-size: 12px;
 
5
        font-size: 13px;
 
6
        line-height: 1.3;
6
7
}
7
8
 
8
9
/* @group Heading Levels */
72
73
        background-color: #EBEFF6;
73
74
        border: 1px solid #A3B4D7;
74
75
        text-align: center;
75
 
        margin: 2px;
76
 
        padding: 2px;
77
76
}
78
77
 
79
78
div.qindex, div.navpath {
123
122
a.elRef {
124
123
}
125
124
 
126
 
a.code {
127
 
        color: #4665A2;
 
125
a.code, a.code:visited {
 
126
        color: #4665A2; 
128
127
}
129
128
 
130
 
a.codeRef {
131
 
        color: #4665A2;
 
129
a.codeRef, a.codeRef:visited {
 
130
        color: #4665A2; 
132
131
}
133
132
 
134
133
/* @end */
183
182
}
184
183
 
185
184
body {
186
 
        background: white;
 
185
        background-color: white;
187
186
        color: black;
188
187
        margin: 0;
189
188
}
190
189
 
191
190
div.contents {
192
191
        margin-top: 10px;
193
 
        margin-left: 10px;
194
 
        margin-right: 5px;
 
192
        margin-left: 8px;
 
193
        margin-right: 8px;
195
194
}
196
195
 
197
196
td.indexkey {
200
199
        border: 1px solid #C4CFE5;
201
200
        margin: 2px 0px 2px 0;
202
201
        padding: 2px 10px;
 
202
        white-space: nowrap;
 
203
        vertical-align: top;
203
204
}
204
205
 
205
206
td.indexvalue {
414
415
        margin-left: 6px;
415
416
}
416
417
 
417
 
.memproto {
 
418
.memproto, dl.reflist dt {
418
419
        border-top: 1px solid #A8B8D9;
419
420
        border-left: 1px solid #A8B8D9;
420
421
        border-right: 1px solid #A8B8D9;
440
441
 
441
442
}
442
443
 
443
 
.memdoc {
 
444
.memdoc, dl.reflist dd {
444
445
        border-bottom: 1px solid #A8B8D9;      
445
446
        border-left: 1px solid #A8B8D9;      
446
447
        border-right: 1px solid #A8B8D9; 
463
464
        background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
464
465
}
465
466
 
 
467
dl.reflist dt {
 
468
        padding: 5px;
 
469
}
 
470
 
 
471
dl.reflist dd {
 
472
        margin: 0px 0px 10px 0px;
 
473
        padding: 5px;
 
474
}
 
475
 
466
476
.paramkey {
467
477
        text-align: right;
468
478
}
622
632
        text-align:left;
623
633
}
624
634
 
 
635
table.fieldtable {
 
636
        width: 100%;
 
637
        margin-bottom: 10px;
 
638
        border: 1px solid #A8B8D9;
 
639
        border-spacing: 0px;
 
640
        -moz-border-radius: 4px;
 
641
        -webkit-border-radius: 4px;
 
642
        border-radius: 4px;
 
643
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
 
644
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
 
645
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
 
646
}
 
647
 
 
648
.fieldtable td, .fieldtable th {
 
649
        padding: 3px 7px 2px;
 
650
}
 
651
 
 
652
.fieldtable td.fieldtype, .fieldtable td.fieldname {
 
653
        white-space: nowrap;
 
654
        border-right: 1px solid #A8B8D9;
 
655
        border-bottom: 1px solid #A8B8D9;
 
656
        vertical-align: top;
 
657
}
 
658
 
 
659
.fieldtable td.fielddoc {
 
660
        border-bottom: 1px solid #A8B8D9;
 
661
        width: 100%;
 
662
}
 
663
 
 
664
.fieldtable tr:last-child td {
 
665
        border-bottom: none;
 
666
}
 
667
 
 
668
.fieldtable th {
 
669
        background-image:url('nav_f.png');
 
670
        background-repeat:repeat-x;
 
671
        background-color: #E2E8F2;
 
672
        font-size: 90%;
 
673
        color: #253555;
 
674
        padding-bottom: 4px;
 
675
        padding-top: 5px;
 
676
        text-align:left;
 
677
        -moz-border-radius-topleft: 4px;
 
678
        -moz-border-radius-topright: 4px;
 
679
        -webkit-border-top-left-radius: 4px;
 
680
        -webkit-border-top-right-radius: 4px;
 
681
        border-top-left-radius: 4px;
 
682
        border-top-right-radius: 4px;
 
683
        border-bottom: 1px solid #A8B8D9;
 
684
}
 
685
 
 
686
 
625
687
.tabsearch {
626
688
        top: 0px;
627
689
        left: 10px;
701
763
 
702
764
div.ingroups
703
765
{
 
766
        margin-left: 5px;
704
767
        font-size: 8pt;
705
768
        padding-left: 5px;
706
769
        width: 50%;
723
786
 
724
787
div.headertitle
725
788
{
726
 
        padding: 5px 5px 5px 10px;
 
789
        padding: 5px 5px 5px 7px;
727
790
}
728
791
 
729
792
dl
833
896
        font-weight: bold;
834
897
}
835
898
 
 
899
div.zoom
 
900
{
 
901
        border: 1px solid #90A5CE;
 
902
}
 
903
 
 
904
dl.citelist {
 
905
        margin-bottom:50px;
 
906
}
 
907
 
 
908
dl.citelist dt {
 
909
        color:#334975;
 
910
        float:left;
 
911
        font-weight:bold;
 
912
        margin-right:10px;
 
913
        padding:5px;
 
914
}
 
915
 
 
916
dl.citelist dd {
 
917
        margin:2px 0;
 
918
        padding:5px 0;
 
919
}
 
920
 
 
921
@media print
 
922
{
 
923
  #top { display: none; }
 
924
  #side-nav { display: none; }
 
925
  #nav-path { display: none; }
 
926
  body { overflow:visible; }
 
927
  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
 
928
  .summary { display: none; }
 
929
  .memitem { page-break-inside: avoid; }
 
930
  #doc-content
 
931
  {
 
932
    margin-left:0 !important;
 
933
    height:auto !important;
 
934
    width:auto !important;
 
935
    overflow:inherit;
 
936
    display:inline;
 
937
  }
 
938
  pre.fragment
 
939
  {
 
940
    overflow: visible;
 
941
    text-wrap: unrestricted;
 
942
    white-space: -moz-pre-wrap; /* Moz */
 
943
    white-space: -pre-wrap; /* Opera 4-6 */
 
944
    white-space: -o-pre-wrap; /* Opera 7 */
 
945
    white-space: pre-wrap; /* CSS3  */
 
946
    word-wrap: break-word; /* IE 5.5+ */
 
947
  }
 
948
}
 
949