Sha256: 63cabe4e089f2dc1b29d030eb2f857581abdb5608292bbe295797bc1419039bb

Contents?: true

Size: 1.08 KB

Versions: 12

Compression:

Stored size: 1.08 KB

Contents

/*
 # -----------------------------------------------------------------------------
 #  ~/modules/gemini/css/theme/uno.css
 #  J1 Theme Uni (default)
 #
 #  Product/Info:
 #  https://jekyll.one
 #
 #  Copyright (C) 2023, 2024 Juergen Adams
 #
 #  J1 Template is licensed under the MIT License.
 #  See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/

/* J1 Modules
   ----------------------------------------------------------------------------- */

/* Styles for the modal */
.modal-info {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-info-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-info-content p {
  margin-bottom: 20px;
}

.modal-info-content button {
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.modal-info-content button:hover {
  background-color: #E0E0E0;
}

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
j1-template-2024.3.17 assets/theme/j1/modules/gemini/css/theme/uno.css
j1-template-2024.3.17 assets/theme/j1/modules/gemini/css/theme/uno.min.css
j1-template-2024.3.16 assets/theme/j1/modules/gemini/css/theme/uno.min.css
j1-template-2024.3.16 assets/theme/j1/modules/gemini/css/theme/uno.css
j1-template-2024.3.15 assets/theme/j1/modules/gemini/css/theme/uno.css
j1-template-2024.3.15 assets/theme/j1/modules/gemini/css/theme/uno.min.css
j1-template-2024.3.14 assets/theme/j1/modules/gemini/css/theme/uno.css
j1-template-2024.3.14 assets/theme/j1/modules/gemini/css/theme/uno.min.css
j1-template-2024.3.13 assets/theme/j1/modules/gemini/css/theme/uno.css
j1-template-2024.3.13 assets/theme/j1/modules/gemini/css/theme/uno.min.css
j1-template-2024.3.12 assets/theme/j1/modules/gemini/css/theme/uno.css
j1-template-2024.3.12 assets/theme/j1/modules/gemini/css/theme/uno.min.css