css/socialmedia.css
author veltr
Mon, 04 Feb 2013 18:54:17 +0100
changeset 1 1f574d93e195
child 2 0d947d167ec5
permissions -rw-r--r--
First tests

body {
    font-family: "DIN 1451 Std Mittelschrift", Arial, sans-serif
}

.start-head, .start-second-line {
    clear: both;
}

.title-block {
    float: left; width: 258px; margin: 8px 0 0 8px;
}

.start-head h1 {
    font-size: 38px; line-height: 66px;
}

.play-block {
    width: 242px; height: 66px;
}

.play-button {
    float: left; margin: 8px; font-size: 38px; color: #fff;
    background: #aaa; border-radius: 5px; padding: 0 8px 0 10px; 
    line-height: 50px;
}

.duration {
    float: right; font-size: 36px; margin: 0 8px; line-height: 66px;
}

.explain-block {
    width: 492px; height: 66px;
}

.explain-block h3 {
    text-align: center; font-size: 18px; line-height: 66px;
}

.shadow-block {
    float: left; background: #DDDDDD; box-shadow: 1px 1px 2px #000; margin: 8px 0 0 8px;
}

.video-block {
    float: left; background: #000000; width: 266px; height: 166px; margin-top: 8px;
}

.description-block {
    width: 242px; height: 166px;
}

.description-block p {
    margin: 8px; font-size: 12px;
}

.topwords-block {
    width: 492px; height: 166px; overflow: hidden; text-align: center;
}

.topwords-block li, .topic-words li {
    display: inline-block; background: #999; color: #fff; padding: 6px; margin: 6px 0 0 6px; font-size: 14px; border-radius: 4px;
}

.start-bottom {
    position: absolute; top: 248px; bottom: 0; overflow: hidden;
}

.start-dataviz {
    float: left; height: 100%; width: 266px;
}

.topics-block {
    float: left; width: 750px;
}

.topic-column {
    float: left; width: 250px;
}

.topic {
    width: 242px; text-align: center;
}