docs/src/ucx.css

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 264
24f5484bae97
     1.1 --- a/docs/src/ucx.css	Sat Oct 28 11:25:27 2017 +0200
     1.2 +++ b/docs/src/ucx.css	Sat Oct 28 15:43:51 2017 +0200
     1.3 @@ -1,3 +1,13 @@
     1.4 +a {
     1.5 +    color: #2e2eaf;
     1.6 +    text-decoration: none;
     1.7 +}
     1.8 +
     1.9 +a:hover {
    1.10 +    text-decoration: underline;
    1.11 +    text-decoration-style: dotted; // not supported in IE / Edge
    1.12 +}
    1.13 +
    1.14  #header, h1, h2, h3, #sidebar {
    1.15      font-family: sans-serif;
    1.16  }
    1.17 @@ -7,8 +17,9 @@
    1.18      padding-bottom: 0.5em;
    1.19      margin-bottom: 2em;
    1.20      border: none;
    1.21 -    border-bottom: 1px solid;
    1.22 -    border-bottom-color: #2E2E2E;
    1.23 +    border-bottom-width: 1pt;
    1.24 +    border-bottom-style: solid;
    1.25 +    border-bottom-color: #2e2e2e;
    1.26  }
    1.27  
    1.28  #header span {
    1.29 @@ -28,14 +39,14 @@
    1.30  
    1.31  .nav {
    1.32      color: black;
    1.33 -    background-color: #E9EBEC;
    1.34 +    background-color: #e9ebec;
    1.35      margin-bottom: 1em;
    1.36      padding-bottom: 0.1em;
    1.37  }
    1.38  
    1.39  .nav h3 {
    1.40      color: white;
    1.41 -    background-color: #5B6F7A;
    1.42 +    background-color: #5b6f7a;
    1.43      font-size: 1.2em;
    1.44      padding-top: 0.2em;
    1.45      padding-bottom: 0.2em;
    1.46 @@ -59,7 +70,7 @@
    1.47  
    1.48  #content h1 {
    1.49      color: white;
    1.50 -    background-color: #5B6F7A;
    1.51 +    background-color: #5b6f7a;
    1.52      font-size: 1.2em;
    1.53      padding-top: 0.2em;
    1.54      padding-bottom: 0.2em;
    1.55 @@ -69,7 +80,12 @@
    1.56  }
    1.57  
    1.58  #content h2 {
    1.59 +    color: #2e2e2e;
    1.60      font-size: 1.2em;
    1.61 +    border-bottom-color: #5b6f7a;
    1.62 +    border-bottom-style: solid;
    1.63 +    border-bottom-width: 1pt;
    1.64 +    width: 100%;
    1.65  }
    1.66  
    1.67  #content h3 {

mercurial