frontend: resources: assets/resources used inside the frontend
* images: referenced image files * fonts: rendering elements * stylesheets: theme definition using CSS subsystem Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
91
frontend/resources/stylesheets/theme.css
Normal file
91
frontend/resources/stylesheets/theme.css
Normal file
@@ -0,0 +1,91 @@
|
||||
.top_bar {
|
||||
padding-left: 4;
|
||||
padding-right: 4;
|
||||
min-height: 52;
|
||||
background: #475b6e;
|
||||
}
|
||||
|
||||
.bottom_bar {
|
||||
height: 40;
|
||||
background: #475b6e;
|
||||
}
|
||||
|
||||
.header {
|
||||
font-size: 64;
|
||||
font-family: "Roboto Medium";
|
||||
}
|
||||
|
||||
text_box.inplace {
|
||||
color: #dfebf5;
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
border-width: 1;
|
||||
border-radius: 2;
|
||||
padding: 6;
|
||||
font-size: 48;
|
||||
}
|
||||
|
||||
text_box.inplace:focus {
|
||||
background: #3b434a;
|
||||
border-color: #f8de4c;;
|
||||
}
|
||||
|
||||
text_box.inplace:empty {
|
||||
color: #9E9E9E
|
||||
}
|
||||
|
||||
.icon_only {
|
||||
icon-color: #dfebf5;
|
||||
background: transparent;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
.icon_only:active {
|
||||
background: #516475;
|
||||
icon-color: #dfebf5;
|
||||
}
|
||||
|
||||
.icon_only:disabled {
|
||||
icon-color: #949ca5;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
items-widget {
|
||||
padding: 0;
|
||||
border-color: transparent;
|
||||
font-size: 48;
|
||||
}
|
||||
|
||||
list-view-item {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
height: 62;
|
||||
}
|
||||
|
||||
list-view-item:active {
|
||||
background: #516475;
|
||||
}
|
||||
|
||||
overview_view.text_box {
|
||||
font-size: 48;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
icon-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.transparent:active {
|
||||
icon-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.item_button {
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
font-size: 48;
|
||||
}
|
||||
|
||||
.separator {
|
||||
background: #212121;
|
||||
}
|
||||
Reference in New Issue
Block a user