github.com/piotrnar/gocoin@v0.0.0-20240512203912-faa0448c5e96/website/style.css (about)

     1  body {
     2  	//font-family: Arial, Verdana, sans-serif;
     3  	line-height:1.5;
     4  }
     5  
     6  td {
     7  	line-height:1.5;
     8  }
     9  
    10  a {
    11  	color:blue;
    12  	text-decoration:none;
    13  }
    14  
    15  a:visited {
    16  	color:blue;
    17  	text-decoration:none;
    18  }
    19  
    20  a:hover {
    21  	background-color:yellow;
    22  }
    23  
    24  a.selected {
    25  	background-color:pink;
    26  }
    27  
    28  code {
    29  	color: #006000;
    30  	background-color: #eeeeee;
    31  }
    32  
    33  ul {
    34  	padding-left:20px;
    35  	margin-top:0px;
    36  	margin-bottom:0px;
    37  }
    38  
    39  .cfg_name {
    40  	font-family: monospace;
    41  	font-weight: bold;
    42  }
    43  
    44  .cfg_type {
    45  	font-weight: bold;
    46  }
    47  
    48  .cfg_info {
    49  	font-style: italic;
    50  }
    51  
    52  pre {
    53  	background-color:#d0d0d0;
    54  	font-size:80%;
    55  }
    56  
    57  .bigger {
    58  	font-size:120%;
    59  }
    60  
    61  tr.even {
    62  	background-color:#fcfff8;
    63  }
    64  tr.odd {
    65  	background-color:#f8f8ff;
    66  }