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

     1  /* magick.css -- standard style sheet */
     2  body, p, td, th, ul, ol  {
     3  	font-family : sans-serif;
     4  	font-size : medium;
     5  }
     6  
     7  body {
     8  	color : #000000;
     9  	padding-bottom : 20px;
    10  	margin : 0;
    11  	background-color : #FFFFFF;
    12  	text-align : left;
    13  }
    14  
    15  
    16  h1  {
    17  	font-size : 120%;
    18  }
    19  
    20  h2  {
    21  	font-size : 110%;
    22  }
    23  
    24  h3, h4  {
    25  	font-size : 105%;
    26  }
    27  
    28  a:link  {
    29  	text-decoration : underline;
    30  	color : #007F39;
    31  }
    32  
    33  a:visited  {
    34  	text-decoration : underline;
    35  	color : #00602B;
    36  }
    37  
    38  a:hover  {
    39  	color : #007F39;
    40  }
    41  
    42  .small  {
    43  	font-size : smaller;
    44  }
    45  
    46  .tiny  {
    47  	font-size : smaller;
    48  }
    49  
    50  div.banner {
    51  	padding : 2ex 0 1ex 5em;
    52  	overflow : hidden;
    53  	margin : 0;
    54  	background-color : #DFFFED;
    55  	border-bottom : 1px solid #3A4840;
    56  	border-top : 1px solid #3A4840;
    57  }
    58  
    59  div.banner img {
    60  	vertical-align : middle;
    61  	margin-left: 0em;
    62  }
    63  
    64  div.banner form {
    65  	margin-left: 2em;
    66  	text-align : center;
    67  	display : inline;
    68  }
    69  
    70  div.banner .title {
    71  	color : #3A604B;
    72  	font-size : 2.2em;
    73  	font-weight : bold;
    74  }
    75  
    76  div.banner .subtitle {
    77  	color : #023100;
    78  	font-size : 1em;
    79  	font-weight : normal;
    80  	margin-left : 1em;
    81  }
    82  
    83  div.navmenu {
    84  	font-size : 90%;
    85  	background-color : #3A604B;
    86  	border-bottom : 1px solid #75867D;
    87  	padding : 0;
    88  	margin : 0;
    89  	text-align : center;
    90  }
    91  
    92  div.navmenu ul {
    93  	padding : 5px;
    94  	margin : 0;
    95  }
    96  
    97  div.navmenu ul li {
    98  	padding : 0 .5em 0 .5em;
    99  	list-style-type : none;
   100  	margin : 0 0 0 4px;
   101  	display : inline;
   102  	text-align : center;
   103  }
   104  
   105  div.navmenu ul li a {
   106  	color : #FFFFFF;
   107  	text-decoration : none;
   108  }
   109  
   110  div.navmenu ul li a:hover {
   111  	border-bottom : 1px solid #FFFFFF;
   112  }
   113  
   114  div.main {
   115  	height : auto;
   116  	padding : 1em;
   117  	width : auto;
   118  	background : #FFFFFF;
   119  	max-width : 960px;
   120  	margin : 2ex 2em 1ex 3em;
   121  	text-align : left;
   122  	line-height: 140%;
   123  }
   124  
   125  div.main h1.title {
   126  	font-size : 140%;
   127  	text-align: center;
   128  	padding : 0;
   129  	padding-bottom : .4ex;
   130  	font-weight : bold;
   131  	margin : 0 0 0.5em 0;
   132  }
   133  
   134  div.main hr.end {
   135  	color : #808080;
   136  	width : 50%;
   137  	height : 1px;
   138  }
   139  
   140  hr.divider {
   141  	color : #A0A0A0;
   142  	border : none;
   143  	clear : both;
   144  	height : 3px;
   145  	width : 62%;
   146  	background-color : #A0A0A0;
   147  }
   148  
   149  div.footer {
   150  	color : #606060;
   151  	clear : both;
   152  	width : 100%;
   153  	background : #FFFFFF;
   154  	max-width : 960px;
   155  	padding-top : 1ex;
   156  	font-family : sans-serif;
   157  }
   158  
   159  div.footer p {
   160  	font-size : 9pt;
   161  	margin : .5ex 0 0 0;
   162  	text-align : left;
   163  }
   164  
   165  div.footer a {
   166  	color : #000000;
   167  	font-size : 9pt;
   168  	margin : 0 .5em 0 .5em;
   169  	text-decoration : none;
   170  }
   171  
   172  div.footer a:hover {
   173  	text-decoration : underline;
   174  }
   175  
   176