144 lines
2.7 KiB
CSS
144 lines
2.7 KiB
CSS
@import url('../../.cache/wal/colors-waybar.css');
|
|
|
|
* {
|
|
all:unset;
|
|
font-size: 14px;
|
|
font-family: "Fira Sans", sans-serif;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.calendar {
|
|
background: #222222;
|
|
padding: 12px;
|
|
margin:14px;
|
|
border-radius: 12px;
|
|
font-weight: bold;
|
|
border: 3px solid @color11;
|
|
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
|
|
padding:20px;
|
|
min-width:320px;
|
|
}
|
|
|
|
calendar:selected {
|
|
background-color:@color11;
|
|
padding:0px;
|
|
}
|
|
|
|
.sidebar {
|
|
background: #222222;
|
|
padding: 12px;
|
|
margin:14px;
|
|
border-radius: 12px;
|
|
font-weight: bold;
|
|
border: 3px solid @color11;
|
|
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
|
|
padding:20px;
|
|
}
|
|
|
|
.group {
|
|
padding:16px;
|
|
background-color: rgba(116, 116, 116, 0.1);
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.ml4wwelcomeicon {
|
|
background:url("assets/ml4w-welcome.png");
|
|
background-size:50px;
|
|
background-repeat: no-repeat;
|
|
background-position: top;
|
|
padding: 40px 50px 20px 50px;
|
|
}
|
|
|
|
.ml4wsettingsicon {
|
|
background:url("assets/ml4w-dotfiles-settings.png");
|
|
background-size:50px;
|
|
background-repeat: no-repeat;
|
|
background-position: top;
|
|
padding: 40px 50px 20px 50px;
|
|
}
|
|
|
|
.ml4whyprlandicon {
|
|
background:url("assets/ml4w-hyprland-settings.png");
|
|
background-size:50px;
|
|
background-repeat: no-repeat;
|
|
background-position: top;
|
|
padding: 40px 50px 20px 50px;
|
|
}
|
|
|
|
.midbtn {
|
|
background-color: @color11;
|
|
font-size: 12px;
|
|
padding:10px;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.AudioSlider {
|
|
background-color:@color11;
|
|
border-radius:12px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.AudioSlider contents {
|
|
min-height: 20px;
|
|
background-color:@color15;
|
|
border-radius:12px;
|
|
}
|
|
|
|
.AudioSlider value {
|
|
min-height: 20px;
|
|
background-color: #222222;
|
|
}
|
|
|
|
.AudioSlider slider {
|
|
min-height: 20px;
|
|
background-color:@color15;
|
|
border-radius:12px;
|
|
}
|
|
|
|
.AudioSlider highlight {
|
|
min-height:20px;
|
|
background-color:@color11;
|
|
border-radius:12px;
|
|
outline-width:3px;
|
|
}
|
|
|
|
.AudioSlider fill {
|
|
min-height:20px;
|
|
background-color:@color11;
|
|
border-radius:12px;
|
|
}
|
|
|
|
.MicrophoneSlider {
|
|
background-color:@color11;
|
|
border-radius:12px;
|
|
}
|
|
|
|
.MicrophoneSlider contents {
|
|
min-height: 20px;
|
|
background-color:@color15;
|
|
border-radius:12px;
|
|
}
|
|
|
|
.MicrophoneSlider value {
|
|
min-height: 20px;
|
|
background-color: #222222;
|
|
}
|
|
|
|
.MicrophoneSlider slider {
|
|
min-height: 20px;
|
|
background-color:@color15;
|
|
border-radius:12px;
|
|
}
|
|
|
|
.MicrophoneSlider highlight {
|
|
min-height:20px;
|
|
background-color:@color11;
|
|
border-radius:12px;
|
|
outline-width:3px;
|
|
}
|
|
|
|
.MicrophoneSlider fill {
|
|
min-height:20px;
|
|
background-color:@color11;
|
|
border-radius:12px;
|
|
} |