2 Copyright (c) Maen Artimy, 2018
\r
6 background-color: transparent;
\r
8 /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
\r
12 margin: 0px 10px 20px 10px;
\r
15 .card:nth-of-type(even) {
\r
20 border-style: solid;
\r
21 border-color: var(--scolor-3);
\r
22 border-width: 2px 0 2px 0;
\r
49 width: 1100px; /*needs to be fixed*/
\r
52 .card.wide .container{
\r
58 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
\r
61 .card .header button {
\r
62 background-color: transparent;
\r
74 .card .header button::after {
\r
82 .card .header button.active::after {
\r
87 color: var(--scolor-4);
\r
94 .card.wide .header h1 {
\r
100 list-style-type: none;
\r
106 margin-bottom: 2px;
\r
107 border-bottom: 1px solid lightgray;
\r
112 .card li.selected::before{
\r
117 background-color: #EEE;
\r
121 padding-bottom: 5px;
\r
125 Card top navigation
\r
126 probably not all are used.
\r
129 /* Add a black background color to the top navigation */
\r
131 /*background-color: #333;*/
\r
132 background-color: transparent;
\r
136 /* Style the links inside the navigation bar */
\r
139 /*display: inline-block;*/
\r
140 color: var(--scolor-3);
\r
141 text-align: center;
\r
143 text-decoration: none;
\r
147 /* Add a color to the active/current link */
\r
149 background-color: #4CAF50;
\r
150 color: var(--scolor-3);
\r