timeline/css/timeline.css
author veltr
Tue, 22 May 2012 14:55:44 +0200
changeset 65 03bbfd9cd3c6
child 66 37492d1ce841
permissions -rw-r--r--
First commit for Timeline

.Tl-Main {
    border: 1px solid #ccc;
}

.Tl-TopBar {
    height: 25px; border-style: solid none; border-color: #ccc; border-width: 1px;
    background: url(../img/barbgd.png);
}

.Tl-TopBar-Button {
    float: left; background: url(../img/barbgd.png); cursor: pointer;
}

.Tl-TopBar-TextBtn {
    font-size: 12px; height: 15px; padding: 5px;
}

.Tl-TopBar-Button.active, .Tl-TopBar-Button:hover {
    background-position: 0 -25px;
}

.Tl-Border-Right {
    border-right: 1px solid #ccc;
}

.Tl-Border-Left {
    border-left: 1px solid #ccc;
}

.Tl-TopBar-Spacer {
    float: left; height: 25px; width: 25px;
}

.Tl-TopBar-AddButton {
    width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -50px 0;
}

.Tl-TopBar-AddButton.active, .Tl-TopBar-AddButton:hover {
    background-position: -50px -25px;
}

.Tl-TopBar-PreviousButton {
    width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -100px 0;
}

.Tl-TopBar-PreviousButton.active, .Tl-TopBar-PreviousButton:hover {
    background-position: -100px -25px;
}

.Tl-TopBar-NextButton {
    width: 25px; height: 25px; background: url(../img/sprites.png); background-position: -75px 0;
}

.Tl-TopBar-NextButton.active, .Tl-TopBar-NextButton:hover {
    background-position: -75px -25px;
}

.Tl-TopBar-SyncButton {
    width: 25px; height: 25px; background: url(../img/sprites.png); background-position: 0 0;
}

.Tl-TopBar-SyncButton.active, .Tl-TopBar-SyncButton:hover {
    background-position: 0 -25px;
}

.Tl-TopBar-TimeSpan {
    float: left; width: 120px; text-align: center;
}

.Tl-BottomPart {
    position: relative;
}

.Tl-MainPart {
    position: absolute; border-left: 1px solid #ccc; right: 0; top: 0; bottom: 0; background: rgba(255,255,255,.2); overflow: hidden;
}

.Tl-UniversLabels {
    list-style: none; margin: 0; padding: 0; border: none;
}

.Tl-Line-Even {
    background: #e0e0e0;
}

.Tl-Grid {
    position: absolute; top: 0; left: 50%; height: 100%;
}

.Tl-Grid-Column {
    position: absolute; top: 0; height: 100%; border-left: 1px solid #999;
}
/*
.Tl-Grid-Major {
    z-index: 3; border-left: 1px solid #999;
}
*/
.Tl-Grid-Label {
    position: absolute; height: 12px; bottom: 0; left: 1px; font-size: 10px; z-index: 4; width: 80px;
}

.Tl-Grid-Now {
    position: absolute; top: 0; height: 100%; margin-left: -1px; width: 2px; background: #f000ff;
}