6 a { text-decoration: none; }
7 a:hover { text-decoration: underline; }
8 a:visited { color: #23f5fc; }
9 a:active { color: #23fc7e; }
10 a:link { color: #83a8f2; }
13 font-family: sans-serif;
18 background-color: #303030;
23 border-collapse: collapse;
26 width: calc(100% - 16px);
27 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
30 .styled-table thead tr {
31 background-color: #0a5778;
41 .styled-table tbody tr {
42 border-bottom: 1px solid #dddddd;
45 .styled-table tbody tr:nth-of-type(even) {
46 background-color: #505050;
49 .styled-table tbody tr:last-of-type {
50 border-bottom: 2px solid #0a5778;
53 .styled-table tbody tr.active-row {
Definition range_file_body.hpp:18
constexpr char const * defaultListingStyle
Definition default_listing_style.hpp:5