github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/share/doc/GraphicsMagick/www/docutils-articles.css (about)

     1  body,
     2  p,
     3  td,
     4  th,
     5  ul,
     6  ol {
     7      font-size : medium;
     8      font-family : sans-serif;
     9  }
    10  
    11  body {
    12      color : #000000;
    13      text-align : left;
    14      margin : 0;
    15      background-color : #FFFFFF;
    16      padding-bottom : 20px;
    17  }
    18  
    19  h1 {
    20      font-size : 120%;
    21  }
    22  
    23  h2 {
    24      font-size : 110%;
    25  }
    26  
    27  h3,
    28  h4 {
    29      font-size : 105%;
    30  }
    31  
    32  a:link {
    33      color : #007F40;
    34      text-decoration : underline;
    35  }
    36  
    37  a:visited {
    38      color : #006030;
    39      text-decoration : underline;
    40  }
    41  
    42  a:hover {
    43      color : #006030;
    44  }
    45  
    46  .small {
    47      font-size : smaller;
    48  }
    49  
    50  .tiny {
    51      font-size : smaller;
    52  }
    53  
    54  div.banner {
    55      border-bottom : 1px solid #3A4841;
    56      padding : 2ex 0 1ex 4%;
    57      border-top : 1px solid #3A4841;
    58      background : #fff url(images/banner_bg.png) repeat-x;
    59      overflow : hidden;
    60      margin : 0;
    61  }
    62  
    63  span.nowrap {
    64      white-space:nowrap;
    65      margin: 2ex 2% 0 0;
    66  }
    67  
    68  .right {
    69      float: right;
    70      width: auto;
    71  }
    72  
    73  div.banner img {
    74      vertical-align : middle;
    75      margin-left : 0em;
    76  }
    77  
    78  div.banner form {
    79      margin-left : 2em;
    80      display : inline;
    81      text-align : center;
    82  }
    83  
    84  div.banner .title {
    85      color : #002A15;
    86      font-size : 2.2em;
    87      font-weight : bold;
    88  }
    89  
    90  div.banner .subtitle {
    91      color : #002A15;
    92      font-size : 1em;
    93      font-weight : normal;
    94      margin-left : 1em;
    95  }
    96  
    97  div.navmenu {
    98      font-size : 90%;
    99      border-bottom : 1px solid #75867E;
   100      padding : 0;
   101      margin : 0;
   102      background-color : #005C30;
   103      text-align : center;
   104  }
   105  
   106  div.navmenu ul {
   107      max-width : 960px;
   108      padding : 5px;
   109      margin : 0;
   110  }
   111  
   112  div.navmenu ul li {
   113      padding : 0 .5em 0 .5em;
   114      list-style-type : none;
   115      margin : 0 0 0 4px;
   116      display : inline;
   117      text-align : center;
   118  }
   119  
   120  div.navmenu ul li a {
   121      color : #FFFFFF;
   122      text-decoration : none;
   123  }
   124  
   125  div.navmenu ul li a:hover {
   126      border-bottom : 1px solid #FFFFFF;
   127  }
   128  
   129  div.document {
   130      height : auto;
   131      padding : 1em 1% 1em 1%;
   132      width : auto;
   133      background : #FFFFFF;
   134      max-width : 960px;
   135      margin : 2ex 3% 1ex 3%;
   136      line-height : 140%;
   137      text-align : left;
   138  }
   139  
   140  div.document h1.title {
   141      font-size : 140%;
   142      padding : 0;
   143      padding-bottom : .4ex;
   144      font-weight : bold;
   145      margin : 0 0 0.5em 0;
   146      text-align : center;
   147  }
   148  
   149  div.document hr.end {
   150      color : #808080;
   151      width : 50%;
   152      height : 1px;
   153  }
   154  
   155  hr.divider {
   156      color : #A0A0A0;
   157      clear : both;
   158      height : 3px;
   159      width : 62%;
   160      border : none;
   161      background-color : #A0A0A0;
   162  }
   163  
   164  div.footer {
   165      color : #606060;
   166      clear : both;
   167      width : 100%;
   168      background : #FFFFFF;
   169      max-width : 960px;
   170      padding-top : 1ex;
   171      font-family : sans-serif;
   172  }
   173  
   174  div.footer p {
   175      font-size : 9pt;
   176      margin : .5ex 0 0 0;
   177      text-align : left;
   178  }
   179  
   180  div.footer a {
   181      color : #000000;
   182      font-size : 9pt;
   183      margin : 0 .5em 0 .5em;
   184      text-decoration : none;
   185  }
   186  
   187  div.footer a:hover {
   188      text-decoration : underline;
   189  }
   190  
   191  h2 {
   192      font-size : 14pt;
   193  }
   194  
   195  h3 {
   196      font-size : 12pt;
   197  }
   198  
   199  h4 {
   200      font-size : 11pt;
   201  }
   202  
   203  h5,
   204  h6 {
   205      font-size : 10pt;
   206  }
   207  
   208  a {
   209      text-decoration : none;
   210  }
   211  
   212  a:hover {
   213      text-decoration : underline;
   214  }
   215  
   216  h1 a:hover {
   217      color : inherit;
   218      background-color : inherit;
   219  }
   220  
   221  tt {
   222      background-color : #C9EEDC;
   223  }
   224  
   225  dl.docutils dd {
   226      margin-bottom : 1em;
   227  }
   228  
   229  dl.docutils dt {
   230      padding-top : 0.1cm;
   231      font-weight : bold;
   232      padding-bottom : 0.1cm;
   233  }
   234  
   235  dl.docutils dt tt {
   236      font-style : normal;
   237  }
   238  
   239  dl.docutils dt tt span {
   240      background-color : #FFFFFF;
   241  }
   242  
   243  dl.docutils dt span {
   244      padding-top : 0.2ex;
   245      padding-bottom : 0.2ex;
   246  }
   247  
   248  hr {
   249      width : 75%;
   250      page-break-after : always;
   251  }
   252  
   253  li {
   254      padding-top : 0.5ex;
   255      padding-bottom : 0.5ex;
   256  }
   257  
   258  div.document h1.title {
   259      font-weight : bold;
   260      font-size : 1.5em;
   261      text-align : center;
   262      margin-top : 1ex;
   263      padding-bottom : 1ex;
   264  }
   265  
   266  div.section h1 {
   267      color : black;
   268      margin-top : 3.5ex;
   269      font-weight : bold;
   270      font-size : 120%;
   271      margin-bottom : 0.5ex;
   272  }
   273  
   274  div.section h1 a {
   275      color : #224433;
   276      font-size : inherit;
   277      text-decoration : none;
   278  }
   279  
   280  div.section h1 a.toc-backref {
   281      color : #104028;
   282  }
   283  
   284  h2.subtitle {
   285      padding-top : 0cm;
   286      font-size : 1.1em;
   287      text-align : center;
   288  }
   289  
   290  div.section h2 {
   291      color : black;
   292      font-size : 110%;
   293      margin-top : 2ex;
   294      margin-bottom : 1ex;
   295  }
   296  
   297  div.section h2 a {
   298      color : #426453;
   299      font-size : inherit;
   300      background-color : #FFFFFF;
   301      text-decoration : none;
   302  }
   303  
   304  div.section h3 {
   305      color : #224433;
   306      font-size : inherit;
   307  }
   308  
   309  div.section h3 a {
   310      color : #608070;
   311      font-size : inherit;
   312      background-color : #FFFFFF;
   313      text-decoration : none;
   314  }
   315  
   316  a.toc-backref {
   317      color : black;
   318      text-decoration : none;
   319  }
   320  
   321  div.abstract {
   322      margin : 2em 5em;
   323  }
   324  
   325  div.abstract p.topic-title {
   326      font-weight : bold;
   327      text-align : center;
   328  }
   329  
   330  div.admonition,
   331  div.attention,
   332  div.caution,
   333  div.danger,
   334  div.error,
   335  div.hint,
   336  div.important,
   337  div.note,
   338  div.tip,
   339  div.warning {
   340      padding : 1em;
   341      margin : 2em;
   342      border : medium outset;
   343  }
   344  
   345  div.hint,
   346  div.note,
   347  div.tip {
   348      margin : 1em;
   349      padding-right : .5em;
   350      padding-bottom : .5ex;
   351      padding-top : .5ex;
   352      border : 1pt solid #CCCCCC;
   353      background-color : #BFD5CA;
   354      padding-left : .5em;
   355  }
   356  
   357  div.attention p.admonition-title,
   358  div.caution p.admonition-title,
   359  div.danger p.admonition-title,
   360  div.error p.admonition-title,
   361  div.warning p.admonition-title div.hint p.admonition-title,
   362  div.important p.admonition-title,
   363  div.note p.admonition-title,
   364  div.tip p.admonition-title {
   365      color : red;
   366      font-size : 12pt;
   367      font-weight : bold;
   368      font-family : sans-serif;
   369  }
   370  
   371  div.hint p.admonition-title,
   372  div.important p.admonition-title,
   373  div.note p.admonition-title,
   374  div.tip p.admonition-title {
   375      color : #70AD8E;
   376      font-size : 11pt;
   377      font-weight : bold;
   378      font-family : sans-serif;
   379  }
   380  
   381  div.dedication {
   382      margin : 2em 5em;
   383      font-style : italic;
   384      text-align : center;
   385  }
   386  
   387  div.contents p.topic-title {
   388      color : black;
   389      font-size : 16pt;
   390      font-weight : bold;
   391      font-style : normal;
   392  }
   393  
   394  div.dedication p.topic-title {
   395      font-weight : bold;
   396      font-style : normal;
   397  }
   398  
   399  div.figure {
   400      margin-left : 2em;
   401  }
   402  
   403  div.footer,
   404  div.header {
   405  	font-size : smaller;
   406  	margin-bottom : 0.5ex;
   407  }
   408  
   409  div.system-messages {
   410      margin : 5em;
   411  }
   412  
   413  div.system-messages h1 {
   414      color : red;
   415      font-size : 1em;
   416  }
   417  
   418  div.system-message {
   419      padding : 1em;
   420      border : medium outset;
   421  }
   422  
   423  div.system-message p.system-message-title {
   424      color : red;
   425      font-weight : bold;
   426  }
   427  
   428  div.topic {
   429      margin : 2em;
   430  }
   431  
   432  div.line-block {
   433      margin-top : 1ex;
   434      border-left : 2pt solid #606060;
   435      padding-left : .5em;
   436      background-color : #FFFFFF;
   437      margin-bottom : 1ex;
   438  }
   439  
   440  ul.simple {
   441      padding-left : 0;
   442      margin-left : 1.0em;
   443      margin-bottom : 1em;
   444  }
   445  
   446  ol.simple {
   447      margin-left : 1.0em;
   448      margin-bottom : 1em;
   449  }
   450  
   451  ol.arabic {
   452      list-style : decimal;
   453  }
   454  
   455  ol.loweralpha {
   456      list-style : lower-alpha;
   457  }
   458  
   459  ol.upperalpha {
   460      list-style : upper-alpha;
   461  }
   462  
   463  ol.lowerroman {
   464      list-style : lower-roman;
   465  }
   466  
   467  ol.upperroman {
   468      list-style : upper-roman;
   469  }
   470  
   471  p.caption {
   472      font-style : italic;
   473  }
   474  
   475  p.credits {
   476      font-size : smaller;
   477      font-style : italic;
   478  }
   479  
   480  p.label {
   481      white-space : nowrap;
   482  }
   483  
   484  p.topic-title {
   485      font-weight : bold;
   486  }
   487  
   488  pre.address {
   489      font-size : 10pt;
   490      font-family : serif;
   491      margin-top : 0;
   492      margin-bottom : 0;
   493  }
   494  
   495  pre.line-block {
   496      font-size : 10pt;
   497      font-family : serif;
   498  }
   499  
   500  pre.literal-block,
   501  pre.doctest-block {
   502      font-size : 10pt;
   503      color : #000000;
   504      border-width : 1px;
   505      padding : 2pt;
   506      border-color : #E0E0E0;
   507      border-style : solid;
   508      line-height : 13pt;
   509      background-color : #E8F8F0;
   510      overflow:auto; /* auto scroll */
   511  }
   512  
   513  span.classifier {
   514      font-style : oblique;
   515  }
   516  
   517  span.classifier-delimiter {
   518      font-weight : bold;
   519  }
   520  
   521  span.interpreted {
   522      font-family : arial,helvetica,sans-serif;
   523  }
   524  
   525  span.option-argument {
   526      font-style : italic;
   527  }
   528  
   529  span.pre {
   530      white-space : pre;
   531  }
   532  
   533  span.problematic {
   534      color : red;
   535  }
   536  
   537  span.field-argument {
   538      font-size : 10pt;
   539  }
   540  
   541  table.docutils {
   542      /*table-layout:fixed;*/
   543      font-size : 100%;
   544      margin-bottom : 1ex;
   545      /*width : auto;*/
   546      width: 98%;
   547      margin-top : 1ex;
   548      border : none;
   549      background-color : #FFFFFF;
   550  }
   551  
   552  table.docutils caption {
   553      font-weight : bold;
   554  }
   555  
   556  table.docutils th,
   557  table.docutils td {
   558      padding : 6px;
   559      border-color : #C8C8C8;
   560      border-style : solid;
   561      vertical-align : top;
   562  }
   563  
   564  
   565  table.docutils th {
   566      border-top : 1px solid black;
   567      background-color : #80C6A3;
   568      border-bottom : 1px solid black;
   569  }
   570  
   571  table.docutils td {
   572      background-color : #F8F8F8;
   573  }
   574  
   575  table.docutils td.decimal {
   576      background-color : #F8F8F8;
   577      text-align : right;
   578  }
   579  
   580  table.citation {
   581      border-left : solid thin gray;
   582      padding-left : 0.5ex;
   583  }
   584  
   585  table.docinfo {
   586      font-size : 90%;
   587      border-right : none;
   588      border-top : 1pt solid #DDDDDD;
   589      border-bottom : 1pt solid #DDDDDD;
   590      margin-top : 1em;
   591      margin-left : 0em;
   592      border-left : none;
   593      margin-bottom : 2em;
   594      background-color : #EEEEEE;
   595  }
   596  
   597  table.docinfo th,
   598  table.docinfo td {
   599      border : none;
   600      background-color : #EEEEEE;
   601      padding-left : 0.5em;
   602  }
   603  
   604  table.footnote {
   605      text-align : left;
   606      font-size : smaller;
   607      border-left : solid thin black;
   608      padding-left : 0.5ex;
   609  }
   610  
   611  table.footnote td {
   612      background-color : #F0F0F0;
   613  }
   614  
   615  th.docinfo-name,
   616  th.field-name {
   617      white-space : nowrap;
   618      font-weight : bold;
   619      background-color : #EEEEEE;
   620      text-align : left;
   621  }
   622  
   623  table.option-list {
   624      border : none;
   625      padding : 0;
   626      background-color : #FFFFFF;
   627      border-collapse : collapse;
   628  }
   629  
   630  table.option-list tr {
   631      border : none;
   632      margin : 0;
   633      padding : 0;
   634  }
   635  
   636  table.option-list td {
   637      border : none;
   638      background-color : #FFFFFF;
   639  }
   640  
   641  table.option-list td.option-group {
   642      background-color : #FFFFFF;
   643  }
   644  
   645  span.option {
   646      font-weight : bold;
   647      background-color : #E8F8F0;
   648  }
   649  
   650  kbd { font-family : monospace; }
   651  
   652  h1 tt,
   653  h2 tt,
   654  h3 tt,
   655  h4 tt,
   656  h5 tt,
   657  h6 tt {
   658      font-size : inherit;
   659      background-color : inherit;
   660  }
   661  
   662  ul.auto-toc {
   663      list-style-type : none;
   664  }
   665  
   666  img.align-left {
   667  }
   668  
   669  img.align-right {
   670  }
   671  
   672  /* Try to hide the page banner on portable devices */
   673  @media handheld
   674  {
   675      div.banner {
   676          display:none;
   677      }
   678  }