47 lines
575 B
CSS
47 lines
575 B
CSS
.t_scale{
|
|
height: 516px;
|
|
}
|
|
#scale_wrapper {
|
|
overflow: hidden;
|
|
}
|
|
#timline_marker{
|
|
width:100px;
|
|
height:140px;
|
|
opacity:0.4;
|
|
cursor: move;
|
|
border-style:solid;
|
|
border-width:5px;
|
|
border-radius:5px;
|
|
}
|
|
#t_container{
|
|
height:366px;
|
|
}
|
|
.scale_region {
|
|
}
|
|
.group {
|
|
margin-right: 48px;
|
|
}
|
|
.month{
|
|
|
|
}
|
|
.year{
|
|
}
|
|
.bubble{
|
|
cursor: pointer;
|
|
width:300px;
|
|
float: left;
|
|
font-size:15px;
|
|
display: none;
|
|
}
|
|
.month_heading{
|
|
color: #333;
|
|
font-family: 'Open sans', sans-serif;
|
|
font-size: 21px;
|
|
background-color: #efefef;
|
|
}
|
|
|
|
.bubble_list ul{
|
|
float:left;
|
|
width: 300px;
|
|
height: 440px;
|
|
} |