css/startscreen.css
author veltr
Fri, 22 Mar 2013 17:54:46 +0100
changeset 13 3ba18138e37e
parent 11 9833f3e24105
child 18 cd85b780f4a5
permissions -rw-r--r--
Removed Tagcloud


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

.start-head {
    margin-top: 8px;
}

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

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

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

.play-button {
    float: left; margin: 8px; font-size: 44px;
    line-height: 50px; color: #FFFFFF; text-decoration: none;
}

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

.explain-block {
    width: 494px; height: 66px; padding: 0 5px;
}

.explain-block h3 {
    font-size: 18px; line-height: 32px;
}

.keyword-search {
    line-height: 30px; padding: 0 5px; border: 1px solid #000000; width: 300px; font-size: 18px;
    background: #666666; color: #FFFFFF;
}
::-webkit-input-placeholder { 
    color: #cccccc; font-style: italic;
}
:-moz-placeholder {
    color: #cccccc; font-style: italic;
}

.ui-autocomplete {
    background: #666666; font-size: 14px;
}

.ui-autocomplete a {
    color: #ffffff;
}

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

.topic-words li {
    display: inline-block; color: #fff; padding: 0 6px; margin-right: 3px;
    font-size: 14px; line-height: 26px;
}

.start-bottom {
    position: absolute; top: 82px; bottom: 0; overflow: hidden; width: 100%;
}

.start-dataviz {
    float: left; height: 100%; width: 240px; position: relative; margin-left: 8px;
}

.start-svg {
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}

.topics-block {
    float: left; width: 768px; padding-left: 8px;
}

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

.topic {
    width: 236px; padding: 6px; cursor: pointer; background: #333333;
}

.topic:hover li {
	color: #000000;
}

.highlight {
    color: #333333; background: #ffff00;
}