55 lines
934 B
Plaintext
55 lines
934 B
Plaintext
.t_scale {
|
|
height: 516px;
|
|
background: 0 0 url(<%= asset_path "timeline/ruler.png" %>) repeat-x;
|
|
}
|
|
#scale_wrapper {
|
|
overflow: hidden;
|
|
padding: 36px 0 0 12px;
|
|
background: 0 60px url(<%= asset_path "timeline/date_connector.png" %>) repeat-x;
|
|
}
|
|
#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 {
|
|
font-size: 30px;
|
|
margin-right: 24px;
|
|
border-right: solid 12px #efefef;
|
|
}
|
|
.month_heading {
|
|
color: #333;
|
|
font-family: 'Open sans', sans-serif;
|
|
font-size: 21px;
|
|
background-color: #efefef;
|
|
display: inline-block;
|
|
}
|
|
|
|
.bubble_list ul {
|
|
float:left;
|
|
width: 324px;
|
|
height: 440px;
|
|
margin-right: 12px;
|
|
}
|
|
.bubble {
|
|
cursor: pointer;
|
|
width: 300px;
|
|
height: 50px;
|
|
float: left;
|
|
font-size: 12px;
|
|
font-family: Arial, sans-serif;
|
|
margin-bottom: 12px;
|
|
} |