|
|
Line 293: |
Line 293: |
| padding-bottom: 0; | | padding-bottom: 0; |
| */ | | */ |
| }
| |
|
| |
| .tab-container
| |
| {
| |
| border: 1px solid #a2a9b1;
| |
| border-spacing: 3px;
| |
| background-color: #f8f9fa;
| |
| color: black;
| |
| /* @noflip */
| |
| margin: 0.5em 0 0.5em 1em;
| |
| padding: 0.5em;
| |
| /* @noflip */
| |
| float: right;
| |
| /* @noflip */
| |
| clear: right;
| |
| font-size: 88%;
| |
| line-height: 1.5em;
| |
| }
| |
|
| |
| .tab-subcontainer
| |
| {
| |
| display: grid;
| |
| gap: .7em .7em;
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| }
| |
|
| |
| .tab-subcontainer#language-subcontainer
| |
| {
| |
| grid-template-columns: auto auto;
| |
| margin-bottom: 5px;
| |
| }
| |
|
| |
| .tab-subcontainer#edition-subcontainer
| |
| {
| |
| grid-template-columns: auto auto auto;
| |
| }
| |
|
| |
| .tab-language
| |
| {
| |
| display: inline-block;
| |
| text-align: center;
| |
| background-color: #f1f1f1;
| |
| cursor: pointer;
| |
| }
| |
|
| |
| .tab-language:hover
| |
| {
| |
| background-color: #ddd;
| |
| }
| |
|
| |
| .tab-language.active
| |
| {
| |
| background-color: #ccc;
| |
| }
| |
|
| |
| .tab-edition
| |
| {
| |
| display: inline-block;
| |
| text-align: center;
| |
| background-color: #f1f1f1;
| |
| cursor: pointer;
| |
| }
| |
|
| |
| .tab-edition:hover
| |
| {
| |
| background-color: #ddd;
| |
| }
| |
|
| |
| .tab-edition.active
| |
| {
| |
| background-color: #ccc;
| |
| } | | } |