web/lightpit.css

changeset 23
a7d3e5921cce
parent 18
a94b172c3a93
child 24
8137ec335416
equal deleted inserted replaced
22:5a91fb7067af 23:a7d3e5921cce
45 a { 45 a {
46 color: #3060f8; 46 color: #3060f8;
47 text-decoration: none; 47 text-decoration: none;
48 } 48 }
49 49
50 #mainMenu, #mainMenuEntries { 50 #mainMenu {
51 width: 100%; 51 width: 100%;
52 display: flex; 52 display: flex;
53 flex-flow: row wrap; 53 flex-flow: row wrap;
54 }
55
56 #mainMenu {
57 background: #f0f0f5; 54 background: #f0f0f5;
55 font-size: large;
58 } 56 }
59 57
60 #subMenu { 58 #subMenu {
61 background: #f7f7ff; 59 background: #f7f7ff;
62 60
81 } 79 }
82 80
83 #content-area { 81 #content-area {
84 padding: 1em; 82 padding: 1em;
85 } 83 }
84
85 table {
86 border-style: solid;
87 border-width: 1pt;
88 border-color: black;
89 border-collapse: collapse;
90 }
91
92 th {
93 text-align: left;
94 font-weight: bold;
95 background: lightsteelblue;
96 }
97
98 th, td {
99 border-style: solid;
100 border-width: 1pt;
101 border-color: black;
102 padding: .4em;
103 }
104
105 tr:nth-child(2n) {
106 background: lightblue;
107 }

mercurial