40 lines
728 B
Django/Jinja
40 lines
728 B
Django/Jinja
/* ===== Stargate: Atlantis Wofi Style ===== */
|
|
|
|
window {
|
|
background-color: rgba(16, 21, 26, 0.9); /* Mørkeblå, semi-transparent */
|
|
border: 2px solid #00aaff;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
#input {
|
|
margin: 10px;
|
|
padding: 8px;
|
|
border: none;
|
|
border-radius: 4px;
|
|
background-color: #1a2026;
|
|
color: #cdd6f4; /* Lys tekstfarve */
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
}
|
|
|
|
#entry {
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: #00aaff; /* Atlantis blå som markeringsfarve */
|
|
color: #10151a; /* Mørk tekst for kontrast */
|
|
}
|
|
|
|
#text {
|
|
color: #cdd6f4; /* Lys tekstfarve */
|
|
padding: 5px;
|
|
}
|
|
|
|
#text:selected {
|
|
color: #10151a; /* Mørk tekst for kontrast */
|
|
}
|