public code v1

This commit is contained in:
Francisco Jesús Martínez Mimbrera
2026-05-23 00:32:57 +02:00
commit 759a8968a2
4357 changed files with 163763 additions and 0 deletions
+70
View File
@@ -0,0 +1,70 @@
Label {
font-size: 10px;
font-family: BBAWLibertine; /*FreeSerif;*/
color: black;
}
Composite Label {
color: black;
}
#SeparatorLabel {
color: #1d659f;
}
Text {
font: Verdana 8px;
}
Composite Text {
background-color: white;
color: black;
}
SashForm {
background-color: #c1d5ef;
}
Table {
background-color: #e3efff #c1d5ef 60%;
color: black;
font-size: 10px;
font-family: BBAWLibertine; /*FreeSerif;*/
}
.MTrimBar {
background-color: #e3efff #c1d5ef;
color: white;
font-size: 10px;
font-family: BBAWLibertine; /*FreeSerif;*/
}
ETabFolder {
simple: true;
}
CTabItem {
color: black;
font-size: 10px;
font-family: BBAWLibertine; /*FreeSerif;*/
}
CTabItem:selected {
background-color: #e3efff #c1d5ef 60%;
font-weight: normal;
font-size: 10px;
font-family: BBAWLibertine; /*FreeSerif;*/
}
CTabItem.active:selected {
background-color: #e3efff #c1d5ef 50%;
color: #1d659f;
font: bold;
}
Shell {
background-color: #e3efff #c1d5ef 60%;
}