Warning, /swf-monitor/src/static/css/style.css is written in an unsupported language. File is not indexed.
0001 body {
0002 font-family: sans-serif;
0003 margin: 0;
0004 padding: 0;
0005 }
0006
0007 nav {
0008 background-color: #333;
0009 color: white;
0010 padding: 1em;
0011 display: flex;
0012 align-items: center;
0013 }
0014
0015 nav a {
0016 color: white;
0017 margin-right: 1em;
0018 text-decoration: none;
0019 }
0020
0021 main {
0022 padding: 1em;
0023 }
0024
0025 table {
0026 width: 100%;
0027 border-collapse: collapse;
0028 }
0029
0030 th, td {
0031 border: 1px solid #ccc;
0032 padding: 0.5em;
0033 text-align: left;
0034 }
0035
0036 th {
0037 background-color: #f4f4f4;
0038 }
0039
0040 .actions a {
0041 margin-right: 0.5em;
0042 }