Line 106: |
Line 106: |
| div.refbegin { | | div.refbegin { |
| font-size: 90%; /* Default font-size */ | | font-size: 90%; /* Default font-size */ |
− | margin-bottom: 0.5em; | + | margin-bottom: 0.8em; |
| } | | } |
| div.refbegin-100 { | | div.refbegin-100 { |
Line 113: |
Line 113: |
| div.reflist ol.references { | | div.reflist ol.references { |
| font-size: 100%; /* Reset font-size when nested in div.reflist */ | | font-size: 100%; /* Reset font-size when nested in div.reflist */ |
− | margin-bottom: 0; /* Avoid double margin when nested in div.reflist */ | + | margin-bottom: 0.8em; /* Avoid double margin when nested in div.reflist */ |
| list-style-type: inherit; /* Enable custom list style types */ | | list-style-type: inherit; /* Enable custom list style types */ |
| } | | } |
Line 1,765: |
Line 1,765: |
| | | |
| #mouther { | | #mouther { |
− | background-image: url('https://wiki.masticationpedia.org/images/9/90/Mouth_surgeon_23.jpg') no-repeat center fixed;
| + | background-image: url("https://wiki.masticationpedia.org/images/9/90/Mouth_surgeon_23.jpg"); |
− | background-size: cover;
| + | background-position: center; /* Center the image */ |
− | background-color: #cccccc;
| + | background-repeat: no-repeat; /* Do not repeat the image */ |
− | padding:5%; | + | background-size: cover; /* Resize the background image to cover the entire container */ |
| + | padding:5%; |
| + | } |
| + | |
| + | .customers { |
| + | font-family: Arial, Helvetica, sans-serif; |
| + | border-collapse: collapse; |
| + | border: 1px dotted #ddd !important; |
| + | width: 100%; |
| + | } |
| + | |
| + | .customers td, .customers th { |
| + | border: 1px solid #ddd !important; |
| + | padding: 8px; |
| + | } |
| + | |
| + | .customers tr:nth-child(even){background-color: #f2f2f2;} |
| + | |
| + | .customers tr:hover {background-color: #ddd;} |
| + | |
| + | .customers th { |
| + | padding-top: 12px; |
| + | padding-bottom: 12px; |
| + | text-align: left; |
| + | background-color: #4CAF50; |
| + | color: white; |
| + | } |
| + | |
| + | |
| + | .bookind { |
| + | font-size:88%; |
| + | /*font-weight: 400;*/ |
| + | list-style-type: none; |
| + | padding: 1px; |
| + | margin: 1px; |
| + | text-indent:-4px; |
| + | } |
| + | |
| + | .bookind:ul, .bookind:li { |
| + | list-style-type: none; |
| + | text-indent:-4px; |
| + | } |
| + | |
| + | @media only screen and (max-width: 600px) { |
| + | .bookind { |
| + | font-size:80%; |
| + | margin-right: 1px; |
| + | } |
| + | |
| } | | } |
| + | |
| + | |
| + | .header-container, .header-chrome { |
| + | /* background-color: #97D6F7 !important; |
| + | position: fixed !important; |
| + | display: block !important; |
| + | width: 100% !important; |
| + | z-index: 99 !important;*/ |
| + | border-bottom: 2px solid orange !important; |
| + | } |
| + | |
| + | input { |
| + | border: 1px solid grey !important; |
| + | border-radius: 6px !important; |
| + | padding: 12px !important; |
| + | } |
| + | |
| + | |
| + | @media print { |
| + | .noprint { |
| + | visibility: hidden; |
| + | } |
| + | } |