styling wofi
This commit is contained in:
39
templates/wofi-style.css.j2
Normal file
39
templates/wofi-style.css.j2
Normal file
@@ -0,0 +1,39 @@
|
||||
/* ===== 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 */
|
||||
}
|
||||
Reference in New Issue
Block a user