css/playscreen.css
author veltr
Wed, 10 Apr 2013 15:39:28 +0200
changeset 18 cd85b780f4a5
parent 17 8ee8c9ea2a9f
child 19 685c406c7d8c
permissions -rw-r--r--
new buttons + next/prev now based on topics/chapters


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

.play-second-line {
	position: relative;
}

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

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

.play-head h1 {
    font-size: 28px; line-height: 30px;
}

.play-block {
    width: 402px; height: 30px;
}

.button {
    float: left; width: 18px; margin: 5px 4px;
    height: 18px; background: url(../img/sprites.png);
}

.button:hover {
	opacity: .5;
}

.play-button.playing {
	background-position: -18px 0;
}

.next-button {
	background-position: -36px 0;
}

.prev-button {
	background-position: -54px 0;
}

.duration, .time-separator, .current-time {
    float: left; height: 30px;
    font-size: 20px; line-height: 30px;
}

.time-separator {
	width: 6px; text-align: center;
}
.duration, .current-time {
	width: 140px; margin: 0 8px;
}
.current-time {
	text-align: right; color: #CCCCCC;
}

.explain-block {
    width: 340px; height: 30px; padding: 0 5px;
}

.keyword-search {
    line-height: 20px; padding: 0 5px; margin-top: 4px; border: 1px solid #000000; width: 300px; font-size: 18px;
    background: #666666; float: left;
}

.keyword-search a {
	color: #FFFFFF; text-decoration: none;
}

a.placeholder {
    color: #cccccc;
}

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

.play-bottom {
    position: absolute; left: 8px; top: 86px; bottom: 8px; right: 8px; overflow: hidden;
}

.home-button {
	background-position: -36px -18px;
}

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

.topics-block {
    float: left; clear: both; width: 10000px; padding-left: 8px; height: 40px; left: 0;
}

.topic {
    float: left; padding: 6px; cursor: pointer; background: #333333;
}

.topic-words li {
    display: inline-block; color: #fff; padding: 0 4px;
    font-size: 14px; line-height: 16px;
}

.left-arrow, .right-arrow {
	position: absolute; top: 0; width: 9px; height: 20px; width: 9px; background: url(../img/arrows.png); margin: 5px; cursor: pointer;
}

.left-arrow {
	left: 0;
}

.right-arrow {
	right: 0; background-position: -9px 0;
}

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

.play-images {
	left: 155px; position: absolute;
}

.play-images img {
	position: absolute; left: 0; width: 80px; height: 45px;
}

.play-localtweets {
    left: 390px;
    position: absolute;
    z-index: 2;
}

.play-localtweets .tweet {
	width: 320px; background: #666666; padding: 4px;
}

.tweet img {
	width: 20px; height: 20px; float: left;
}

.tweet p {
	margin-left: 24px; font-size: 12px;
}

.tweet a {
	color: #ffffc0;
}

.play-tagcloud {
	left: 720px;
	top: 5px;
    position: absolute;
    width: 296px;
}

.play-tagcloud li {
	float: left; width: 98px; height: 10px;
	line-height: 10px;
    text-align: center; cursor: pointer;
}

.play-tagcloud li.selected {
	background: #FFFF00; color: #000000;
}

.play-tagcloud li:nth-child(3n+2) {
	margin-top: 5px;
}

.play-tagcloud li:nth-child(3n) {
	margin-top: 10px;
}

.local-position, .global-position {
	position: absolute; height: 1px;
	background: #FF00FC;
}

.global-position {
	left: 0; width: 125px;
}

.local-position {
	left: 155px; width: 215px;
}

.user-tweets {
	position: absolute; left: 730px; top: 300px; bottom: 0; right: 0; display: none;
}

.user-tweets-head {
	font-size: 14px; text-align: center;
}

.user-tweets-list {
	position: absolute; left: 0; top: 20px; bottom: 0; right: 0; overflow: auto;
}

.user-tweets-list .tweet {
	background: #666666; font-size: 12px; padding: 4px; margin: 5px 0;
}

.user-name {
	font-weight: bold;
}