You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199 lines
3.4 KiB
199 lines
3.4 KiB
.tableborders {
|
|
border-width:0.5px 0.5px 0.5px 0.5px;
|
|
border-style: solid;
|
|
border-color: @theme_fg_color;
|
|
}
|
|
.tableborderleft {
|
|
border-left: 0.5px;
|
|
border-style: solid;
|
|
border-color: @theme_fg_color;
|
|
|
|
}
|
|
.tableborderright {
|
|
border-right: 0.5px;
|
|
border-style: solid;
|
|
border-color: @theme_fg_color;
|
|
|
|
}
|
|
.tablebordertop {
|
|
border-top: 0.5px;
|
|
border-style: solid;
|
|
border-color: @theme_fg_color;
|
|
|
|
}
|
|
.tableborderbottom {
|
|
border-bottom:0.5px;
|
|
border-style: solid;
|
|
border-color: @theme_fg_color;
|
|
|
|
}
|
|
.tablemargin {
|
|
padding: 1px;
|
|
}
|
|
.thin {
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
.noborder {
|
|
border:none;
|
|
}
|
|
.nobackground {
|
|
background:transparent;
|
|
}
|
|
.nobackground:active {
|
|
background:transparent;
|
|
}
|
|
.textHead{
|
|
text-shadow: 2px 2px @theme_bg_color;
|
|
color: @theme_text_color;
|
|
}
|
|
|
|
.inherited>* {
|
|
border:none;
|
|
background:inherit;
|
|
}
|
|
.workingbg {
|
|
background:@theme_base_color;
|
|
}
|
|
.menuitembottom{
|
|
margin-top:0px;
|
|
margin-bottom:3px;
|
|
border-color:inherit;
|
|
border-left-width:inherit;
|
|
border-right-width:inherit;
|
|
}
|
|
.menuitemmiddle{
|
|
margin-top:0px;
|
|
margin-bottom:0px;
|
|
border-color:inherit;
|
|
border-left-width:inherit;
|
|
border-right-width:inherit;
|
|
}
|
|
|
|
.menuitemtop{
|
|
margin-bottom:0px;
|
|
border-color:inherit;
|
|
border-top-width:inherit;
|
|
border-left-width:inherit;
|
|
border-right-width:inherit;
|
|
}
|
|
.menuitemtop>*{
|
|
margin:2px 2px 0 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
border:transparent;
|
|
}
|
|
.menuitemmiddle>*{
|
|
margin:0 2px 0 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
border:transparent;
|
|
}
|
|
.menuitembottom>*{
|
|
margin:0 2px 2px 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
}
|
|
.menuitemtop:hover {
|
|
background:@theme_bg_color;
|
|
border-color:inherit;
|
|
border-top-width:inherit;
|
|
border-left-width:inherit;
|
|
border-right-width:inherit;
|
|
}
|
|
.menuitemmiddle:hover {
|
|
background:@theme_bg_color;
|
|
border-color:inherit;
|
|
border-left-width:inherit;
|
|
border-right-width:inherit;
|
|
}
|
|
.menuitembottom:hover {
|
|
background:@theme_bg_color;
|
|
border-color:inherit;
|
|
border-bottom-width:0px;
|
|
border-left-width:inherit;
|
|
border-right-width:inherit;
|
|
|
|
}
|
|
.menuitemtop:hover>* {
|
|
margin:2px 2px 0 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
background:@theme_selected_bg_color;
|
|
border-radius:2px;
|
|
}
|
|
.menuitemmiddle:hover>* {
|
|
margin:0 2px 0px 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
background:@theme_selected_bg_color;
|
|
border-radius:2px;
|
|
}
|
|
.menuitembottom:hover>* {
|
|
margin:0 2px 2px 2px;
|
|
padding: 3px 10px 3px 5px;
|
|
background:@theme_selected_bg_color;
|
|
border-radius:2px;
|
|
}
|
|
.boxInfoMessError{
|
|
background-color: #ea9999;
|
|
}
|
|
|
|
.boxInfoMessOK{
|
|
background-color: #f3f0ac;
|
|
}
|
|
|
|
.listfix row:selected * .buttonlistfx:active * {
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
|
|
.tag_red{
|
|
border-radius: 2px;
|
|
border-width: 0.5px;
|
|
border-style: solid;
|
|
margin:2px;
|
|
color:#2f2f2f;
|
|
|
|
background-color:#ab709a
|
|
}
|
|
.tag_blue{
|
|
border-radius: 2px;
|
|
border-width: 0.5px;
|
|
border-style: solid;
|
|
margin:2px;
|
|
color:#2f2f2f;
|
|
|
|
background-color:#33aadf
|
|
}
|
|
.tag_purple{
|
|
border-radius: 2px;
|
|
border-width: 0.5px;
|
|
border-style: solid;
|
|
margin:2px;
|
|
color:#2f2f2f;
|
|
|
|
background-color:#ab709a
|
|
}
|
|
.tag_orange{
|
|
border-radius: 2px;
|
|
border-width: 0.5px;
|
|
border-style: solid;
|
|
margin:2px;
|
|
color:#2f2f2f;
|
|
|
|
background-color:#ffac40
|
|
}
|
|
.tag_yellow{
|
|
border-radius: 2px;
|
|
border-width: 0.5px;
|
|
border-style: solid;
|
|
margin:2px;
|
|
color:#2f2f2f;
|
|
|
|
background-color:#ffd070
|
|
}
|
|
.tag_green{
|
|
border-radius: 2px;
|
|
border-width: 0.5px;
|
|
border-style: solid;
|
|
margin:2px;
|
|
color:#2f2f2f;
|
|
|
|
background-color:#80ff80
|
|
} |