Jakub Man | 8398de2 | 2020-09-24 16:25:02 +0200 | [diff] [blame] | 1 | /* CESNET blue: #0068a2 */
|
| 2 |
|
| 3 | body {
|
| 4 | background-color: #fff;
|
| 5 | }
|
| 6 |
|
| 7 | div.header {
|
| 8 | background-image: none;
|
| 9 | background-color: #fff;
|
| 10 | }
|
| 11 |
|
| 12 | div.contents {
|
| 13 | background-color: #fff;
|
| 14 | padding: 1.618em 3.236em;
|
Radek Krejci | 8678fa4 | 2020-08-18 16:07:28 +0200 | [diff] [blame] | 15 | max-width: 60em;
|
Jakub Man | 8398de2 | 2020-09-24 16:25:02 +0200 | [diff] [blame] | 16 | margin: auto;
|
| 17 | margin-left: 0;
|
| 18 | text-align: justify;
|
| 19 | }
|
| 20 |
|
| 21 | .sm-dox {
|
| 22 | background-image: none;
|
| 23 | background-color: #0068a2;
|
| 24 | border-bottom: 1px solid white;
|
| 25 | }
|
| 26 |
|
| 27 | .sm-dox a {
|
| 28 | background-image: none;
|
| 29 | border-right: 1px solid white;
|
| 30 | color: white;
|
| 31 | text-shadow: none;
|
| 32 | }
|
| 33 |
|
| 34 | .sm-dox a:hover {
|
| 35 | background-image: none;
|
| 36 | background-color: rgba(0,0,0,0.3);
|
| 37 | }
|
| 38 |
|
| 39 | .sm-dox ul a:hover {
|
| 40 | background-image: none;
|
| 41 | background-color: #ddd;
|
| 42 | text-shadow: none;
|
| 43 | color: #555;
|
| 44 | }
|
| 45 |
|
| 46 | .navpath ul {
|
| 47 | background-image: none;
|
| 48 | background-color: #0068a2;
|
| 49 | }
|
| 50 |
|
| 51 | .navpath li.footer {
|
| 52 | color: white;
|
| 53 | }
|
| 54 | img.footer {
|
| 55 | height: 20px;
|
| 56 | }
|
| 57 |
|
| 58 | .navpath li.navelem a {
|
| 59 | color: white;
|
| 60 | text-shadow: none;
|
| 61 | }
|
| 62 |
|
| 63 | #side-nav {
|
| 64 | background-color: #343131;
|
| 65 | }
|
| 66 |
|
| 67 | #nav-tree::-webkit-scrollbar {
|
| 68 | width: 5px;
|
| 69 | }
|
| 70 |
|
| 71 | #nav-tree::-webkit-scrollbar-track {
|
| 72 | background: #333;
|
| 73 | border-radius: 50px;
|
| 74 | }
|
| 75 |
|
| 76 | #nav-tree::-webkit-scrollbar-thumb {
|
| 77 | background: #ccc;
|
| 78 | border-radius: 50px;
|
| 79 | }
|
| 80 |
|
| 81 | #nav-tree {
|
| 82 | background: none;
|
| 83 | }
|
| 84 |
|
| 85 | #nav-tree .item {
|
| 86 | padding-top: 10px;
|
| 87 | padding-bottom: 10px;
|
| 88 | }
|
| 89 |
|
| 90 | #nav-tree .item:hover {
|
| 91 | background-color: rgba(255,255,255,0.2);
|
| 92 | }
|
| 93 |
|
| 94 | #nav-tree a {
|
| 95 | color: #fff;
|
| 96 | font-size: 1.2em;
|
| 97 | }
|
| 98 |
|
| 99 | #nav-tree .selected {
|
| 100 | background-image: none;
|
| 101 | background-color: #0068a2;
|
| 102 | }
|
| 103 |
|
| 104 | #nav-tree-contents {
|
| 105 | margin: 0;
|
Radek Krejci | 8678fa4 | 2020-08-18 16:07:28 +0200 | [diff] [blame] | 106 | }
|