vesh-vj
Version:
VESH's JavaScript Framework
32 lines (31 loc) • 602 B
CSS
.titleBar {
width:100%;
height:50px;
background-color:rgb(254,101,130);
color:white;
}
.titleBar-left,.titleBar-textButton,.titleBar-rightButton {
width:33%;
float:left;
line-height:50px;
text-align:center;
}
.titleBar .titleBar-rightButton {
text-align:right;
}
.titleBar .titleBar-left {
text-align:left ;
}
.titleBar-left span {
padding-left:20px;
}
.titleBar-textButton {
font-size:24px;
}
.titleBar-textButton .active {
border-bottom:1px solid white;
padding-bottom: 5px;
}
.titleBar-textButton a:not(:first-child) {
margin-left: 20px;
}