Skip to content
Snippets Groups Projects
Commit 7c9bd87c authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

anpassungen an alternativen metall-designvorschlag

parent 7c7928d3
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
position: relative;
width: 100%;
height: 100%;
background-color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
......@@ -15,7 +14,7 @@
[data-departure] {
position: relative;
width: 100%;
background-color: #000063;
background-color: rgba(33, 33, 134, 0.25);
color: #FFFFFF;
border-style: solid;
border-width: 1px;
......
[data-departure-view] {
position: relative;
width: 100%;
height: 100%;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
overflow: hidden;
font-family: display;
/* font-weight: bold */
[data-departure] {
position: relative;
width: 100%;
background-color: rgba(33, 33, 134, 0.25);
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
[data-transport] {
position: relative;
display: inline-table;
width: 100%;
white-space: nowrap;
[data-line] {
position: relative;
display: inline-table;
background-color: #FFFFFF;
color: #0000A0;
width: 10%;
height: 100%;
text-align: right;
padding: 0px 5px;
}
[data-name] {
position: relative;
display: inline-table;
/* background-color: #0000A0; */
color: #FFFFFF;
height: 100%;
padding: 0px 5px;
}
}
[data-stops] {
position: relative;
display: block;
width: 100%;
[data-stop] {
position: relative;
display: flex;
list-style: none;
width: 100%;
margin: 1px 0px 0px 0px;
[data-time] {
position: relative;
flex: 2;
height: 100%;
overflow: hidden;
text-align: right;
padding: 0px 5px 0px 0px;
}
[data-delay] {
position: relative;
flex: 1;
height: 100%;
overflow: hidden;
text-align: right;
padding: 0px 5px 0px 0px;
font-weight: bold;
color: #B8860B;
}
[data-name] {
position: relative;
flex: 16;
height: 100%;
overflow: hidden;
}
}
}
}
[data-msg] {
position: relative;
width: 100%;
background-color: #0000A0;
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
white-space: nowrap;
display: hidden;
[data-title] {
width: 100%;
background-color: #FFFFFF;
color: #0000A0;
text-align: center;
}
[data-message] {
width: 100%;
}
}
}
[data-departure-view] {
position: relative;
width: 100%;
height: 100%;
background-color: #000000;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
overflow: hidden;
font-family: display;
/* font-weight: bold */
[data-departure] {
position: relative;
width: 100%;
background-color: #000063;
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
[data-transport] {
position: relative;
display: inline-table;
width: 100%;
white-space: nowrap;
[data-line] {
position: relative;
display: inline-table;
background-color: #FFFFFF;
color: #0000A0;
width: 10%;
height: 100%;
text-align: right;
padding: 0px 5px;
}
[data-name] {
position: relative;
display: inline-table;
/* background-color: #0000A0; */
color: #FFFFFF;
height: 100%;
padding: 0px 5px;
}
}
[data-stops] {
position: relative;
display: block;
width: 100%;
[data-stop] {
position: relative;
display: flex;
list-style: none;
width: 100%;
margin: 1px 0px 0px 0px;
[data-time] {
position: relative;
flex: 2;
height: 100%;
overflow: hidden;
text-align: right;
padding: 0px 5px 0px 0px;
}
[data-delay] {
position: relative;
flex: 1;
height: 100%;
overflow: hidden;
text-align: right;
padding: 0px 5px 0px 0px;
font-weight: bold;
color: #B8860B;
}
[data-name] {
position: relative;
flex: 16;
height: 100%;
overflow: hidden;
}
}
}
}
[data-msg] {
position: relative;
width: 100%;
background-color: #0000A0;
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #000000;
padding: 0px;
box-sizing: border-box;
white-space: nowrap;
display: hidden;
[data-title] {
width: 100%;
background-color: #FFFFFF;
color: #0000A0;
text-align: center;
}
[data-message] {
width: 100%;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment