golang.org/x/playground@v0.0.0-20230418134305-14ebe15bcd59/static/godoc.css (about)

     1  html {
     2  	height: 100%;
     3  }
     4  body {
     5  	color: black;
     6  	padding: 0;
     7  	margin: 0;
     8  	width: 100%;
     9  	height: 100%;
    10  }
    11  a {
    12  	color: #009;
    13  }
    14  #wrap {
    15  	padding: 5px;
    16  	margin: 0;
    17  
    18  	position: absolute;
    19  	top: 50px;
    20  	bottom: 0;
    21  	left: 0;
    22  	right: 50%;
    23  
    24  	background: #FFD;
    25  }
    26  #code, pre, .lines {
    27  	font-family: Menlo, Courier New, monospace;
    28  	font-size: 11pt;
    29  }
    30  #code {
    31  	color: black;
    32  	background: inherit;
    33  
    34  	width: 100%;
    35  	height: 100%;
    36  	padding: 0; margin: 0;
    37  	border: none;
    38  	outline: none;
    39  	resize: none;
    40  	wrap: off;
    41  	float: right;
    42  }
    43  #output {
    44  	position: absolute;
    45  	top: 50px;
    46  	bottom: 0;
    47  	left: 50%;
    48  	right: 0;
    49  	padding: 8px;
    50  	font-size: 14pt;
    51  }
    52  #banner {
    53  	position: absolute;
    54  	left: 0;
    55  	right: 0;
    56  	top: 0;
    57  	height: 50px;
    58  }
    59  #head {
    60  	float: left;
    61  	padding: 8px;
    62  
    63  	font-size: 30px;
    64  	font-family: Georgia, serif;
    65  }
    66  .lines {
    67  	float: left;
    68  	overflow: hidden;
    69  	text-align: right;
    70  }
    71  .lines div {
    72  	padding-right: 5px;
    73  	color: lightgray;
    74  }