web/lightpit.css

changeset 26
65d5a0ca49ae
parent 24
8137ec335416
child 28
cfc3d11884ad
     1.1 --- a/web/lightpit.css	Sun Apr 08 14:41:10 2018 +0200
     1.2 +++ b/web/lightpit.css	Sun Apr 08 15:34:11 2018 +0200
     1.3 @@ -33,7 +33,7 @@
     1.4  
     1.5  body {
     1.6      background: white;
     1.7 -    font-family: sans-serif;
     1.8 +    font-family: serif;
     1.9      
    1.10      border-color: #505050;
    1.11      border-style: solid;
    1.12 @@ -42,6 +42,10 @@
    1.13      color: #1c202e;
    1.14  }
    1.15  
    1.16 +h1, h2, h3, h4, #mainMenu, #subMenu {
    1.17 +    font-family: sans-serif;
    1.18 +}
    1.19 +
    1.20  a {
    1.21      color: #3060f8;
    1.22      text-decoration: none;
    1.23 @@ -52,7 +56,7 @@
    1.24      display: flex;
    1.25      flex-flow: row wrap;
    1.26      background: #f0f0f5;
    1.27 -    font-size: large;
    1.28 +    font-size: larger;
    1.29  }
    1.30  
    1.31  #subMenu {
    1.32 @@ -82,26 +86,42 @@
    1.33      padding: 1em;
    1.34  }
    1.35  
    1.36 -table {
    1.37 +th {
    1.38 +    text-align: left;
    1.39 +}
    1.40 +
    1.41 +table.datatable {
    1.42 +    width: 100%;
    1.43      border-style: solid;
    1.44      border-width: 1pt;
    1.45      border-color: black;
    1.46      border-collapse: collapse;
    1.47  }
    1.48  
    1.49 -th {
    1.50 -    text-align: left;
    1.51 +table.datatable th {
    1.52      font-weight: bold;
    1.53      background: lightsteelblue;
    1.54  }
    1.55  
    1.56 -th, td {
    1.57 +table.datatable th, table.datatable td {
    1.58      border-style: solid;
    1.59      border-width: 1pt;
    1.60      border-color: black;
    1.61      padding: .4em;
    1.62  }
    1.63  
    1.64 -tr:nth-child(2n) {
    1.65 +table.datatable tr:nth-child(2n) {
    1.66      background: lightblue;
    1.67  }
    1.68 +
    1.69 +.hcenter {
    1.70 +    text-align: center;
    1.71 +}
    1.72 +
    1.73 +.smalltext {
    1.74 +    font-size: smaller;
    1.75 +}
    1.76 +
    1.77 +.nowrap {
    1.78 +    white-space: nowrap;
    1.79 +}
    1.80 \ No newline at end of file

mercurial