/* Timeline Note 页面专用样式 */
.grid {
    padding: 10px;
    background: #fff;
    float: left;
    margin: 8px;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -webkit-transition: top 1s ease, left 1s ease;
    transition: top 1s ease, left 1s ease;
    border: 1px solid #ddd;
    position: relative;
}

.grid .title {
    text-align: center;
    color: #333;
    font-weight: bold;
    font-family: 'Adobe Kaiti Std';
    font-size: 16px;
}

.grid .content {
    line-height: 1.5;
    padding: 10px;
    background-color: #333;
    color: #ddd;
    min-height: 80px;
    word-break: break-all;
    margin: 10px 0;
}

.grid .tags {
    margin-bottom: 10px;
}

.grid .tags span + span {
    margin-left: 5px;
}

.grid .time {
    color: #999;
    text-align: center;
    font-size: 12px;
}
