kpsul/kfet/cms/static/kfetcms/css/menu.css

59 lines
970 B
CSS
Raw Normal View History

.carte {
margin-bottom: 15px;
font-family: "Roboto Slab";
}
.carte .carte-title {
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
}
.carte .carte-list {
2017-01-25 23:41:16 +01:00
width: 100%;
padding: 15px;
2017-01-25 23:41:16 +01:00
list-style-type: none;
}
.carte .carte-item {
2017-01-25 23:41:16 +01:00
position: relative;
text-align: right;
white-space: nowrap;
padding: 0;
2017-01-25 23:41:16 +01:00
}
.carte .carte-item .filler {
2017-01-25 23:41:16 +01:00
position: absolute;
left: 0;
right: 0;
border-bottom: 2px dotted #333;
height: 75%;
}
.carte .carte-item > span {
position: relative;
2017-01-25 23:41:16 +01:00
}
.carte .carte-item .carte-label {
2017-01-25 23:41:16 +01:00
background: white;
float: left;
padding-right: 10px;
2017-02-08 15:40:58 +01:00
text-overflow: ellipsis;
overflow: hidden;
2017-02-08 15:40:58 +01:00
white-space: nowrap;
2017-01-25 23:41:16 +01:00
}
2017-02-08 15:40:58 +01:00
.carte .carte-item .carte-ukf {
padding: 0 10px;
background: #ffdbc7;
2017-01-25 23:41:16 +01:00
}
2017-01-26 17:19:42 +01:00
.carte-inverted .carte-list,
.carte-inverted .carte-item .carte-label {
background: #ffdbc7;
}
2017-01-26 17:19:42 +01:00
.carte-inverted .carte-item .carte-ukf {
background: white;
2017-01-26 17:19:42 +01:00
}