8
/* Ovarit v0.1 */

body {
    --primary-color: #6c4290;
}

.subinfo h3 a {
  color: var(--primary-color);
}

.subbuttonscentered .button-secondary {
    background: #369054;
}

.subbuttonscentered .button-warning {
    background: #2c62a8;
}


.subbuttonscentered .pure-button-group .pure-button {
    margin: 3px;
    font-size: 15px;
    border-right: none
}

.post-content-container, .post-content-link-container {
    background: #f4f4f4;
    border: none;
}

.motto {
    visibility: hidden;
}

#path54 {
    d: path("M 12 5.344 v -1.344 h -8 v 1.344 h 8 Z M 9.344 9.344 v -1.344 h -5.344 v 1.344 h 5.344 Z M 4 6 v 1.344 h 8 v -1.344 h -8 Z M 13.344 1.344 c 0.719 0 1.313 0.594 1.313 1.313 v 8 c 0 0.719 -0.594 1.344 -1.313 1.344 h -9.344 l -2.656 2.656 v -12 c 0 -0.719 0.594 -1.313 1.313 -1.313 h 10.688 Z");
fill:#333!important;
transform: scale(3.5);
}

.subtitle {
    margin-left: -28em;
}
``` /* Ovarit v0.1 */ body { --primary-color: #6c4290; } .subinfo h3 a { color: var(--primary-color); } .subbuttonscentered .button-secondary { background: #369054; } .subbuttonscentered .button-warning { background: #2c62a8; } .subbuttonscentered .pure-button-group .pure-button { margin: 3px; font-size: 15px; border-right: none } .post-content-container, .post-content-link-container { background: #f4f4f4; border: none; } .motto { visibility: hidden; } #path54 { d: path("M 12 5.344 v -1.344 h -8 v 1.344 h 8 Z M 9.344 9.344 v -1.344 h -5.344 v 1.344 h 5.344 Z M 4 6 v 1.344 h 8 v -1.344 h -8 Z M 13.344 1.344 c 0.719 0 1.313 0.594 1.313 1.313 v 8 c 0 0.719 -0.594 1.344 -1.313 1.344 h -9.344 l -2.656 2.656 v -12 c 0 -0.719 0.594 -1.313 1.313 -1.313 h 10.688 Z"); fill:#333!important; transform: scale(3.5); } .subtitle { margin-left: -28em; } ```

Zatiaľ bez komentára...