global table style

Sat, 07 Apr 2018 23:01:58 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 07 Apr 2018 23:01:58 +0200
changeset 23
a7d3e5921cce
parent 22
5a91fb7067af
child 24
8137ec335416

global table style

web/lightpit.css file | annotate | diff | comparison | revisions
     1.1 --- a/web/lightpit.css	Sun Apr 01 18:25:31 2018 +0200
     1.2 +++ b/web/lightpit.css	Sat Apr 07 23:01:58 2018 +0200
     1.3 @@ -47,14 +47,12 @@
     1.4      text-decoration: none;
     1.5  }
     1.6  
     1.7 -#mainMenu, #mainMenuEntries {
     1.8 +#mainMenu {
     1.9      width: 100%;
    1.10      display: flex;
    1.11      flex-flow: row wrap;
    1.12 -}
    1.13 -
    1.14 -#mainMenu {
    1.15      background: #f0f0f5;
    1.16 +    font-size: large;
    1.17  }
    1.18  
    1.19  #subMenu {
    1.20 @@ -83,3 +81,27 @@
    1.21  #content-area {
    1.22      padding: 1em;
    1.23  }
    1.24 +
    1.25 +table {
    1.26 +    border-style: solid;
    1.27 +    border-width: 1pt;
    1.28 +    border-color: black;
    1.29 +    border-collapse: collapse;
    1.30 +}
    1.31 +
    1.32 +th {
    1.33 +    text-align: left;
    1.34 +    font-weight: bold;
    1.35 +    background: lightsteelblue;
    1.36 +}
    1.37 +
    1.38 +th, td {
    1.39 +    border-style: solid;
    1.40 +    border-width: 1pt;
    1.41 +    border-color: black;
    1.42 +    padding: .4em;
    1.43 +}
    1.44 +
    1.45 +tr:nth-child(2n) {
    1.46 +    background: lightblue;
    1.47 +}

mercurial