web/cineconf/style.css
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 15:14:16 +0200
changeset 1471 c99372e45a90
parent 942 620ba7e347c1
permissions -rw-r--r--
Added tag V06.005 for changeset 4812c816aec1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
body {
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
	background: #222222;
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
#main {
942
620ba7e347c1 Cineconf for Kaspar Hauser
Raphael Velt <raph.velt@gmail.com>
parents: 902
diff changeset
     7
	position: absolute; background: url(background.jpg);
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
	left: 50%; top: 50%; width: 1400px; height: 875px;
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
	margin-top: -437px; margin-left: -700px;
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
#visionplayer_1101 {
942
620ba7e347c1 Cineconf for Kaspar Hauser
Raphael Velt <raph.velt@gmail.com>
parents: 902
diff changeset
    13
	position: absolute; margin: 0; width: 836px; height: 440px; left: 34px; top: 227px;
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
868
84d49f436e3d carton ha
Raphael Velt <raph.velt@gmail.com>
parents: 858
diff changeset
    16
#visionplayer_1101 img {
84d49f436e3d carton ha
Raphael Velt <raph.velt@gmail.com>
parents: 858
diff changeset
    17
	margin: 20px auto;
84d49f436e3d carton ha
Raphael Velt <raph.velt@gmail.com>
parents: 858
diff changeset
    18
}
84d49f436e3d carton ha
Raphael Velt <raph.velt@gmail.com>
parents: 858
diff changeset
    19
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
#vizcontainer {
942
620ba7e347c1 Cineconf for Kaspar Hauser
Raphael Velt <raph.velt@gmail.com>
parents: 902
diff changeset
    21
	position: absolute; left: 893px; top: 227px; height: 617px; overflow: hidden;
901
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    22
}
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    23
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    24
#vizcontainer, #tweetviz {
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    25
    width: 492px;
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
#tweetlist {
901
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    29
	background: #222222; color: #cccccc; width: 320px;
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
li.tweet {
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
	background: none;
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
.full p.tweet_text {
901
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    37
	color: #ffffff; font-size: 14px;
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
#inp_q, #recherche_annot {
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
	background: #555555; color: #cccccc;
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
li.tweet, li.placeholder {
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
    border-color: #666666;
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
}
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
901
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    48
li.placeholder:nth-child(n+2) {
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    49
    visibility: visible;
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    50
}
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    51
854
4c377df66569 Style adjustments for Hanna Arendt
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
li.full {
901
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    53
    width: 320px; border-right: none;
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    54
}
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    55
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    56
li.tweet.full.current {
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    57
	width: 310px; border-right: 10px solid #ff0;
858
fd8bb224617e Modifs Hannah Arendt
Raphael Velt <raph.velt@gmail.com>
parents: 854
diff changeset
    58
}
fd8bb224617e Modifs Hannah Arendt
Raphael Velt <raph.velt@gmail.com>
parents: 854
diff changeset
    59
fd8bb224617e Modifs Hannah Arendt
Raphael Velt <raph.velt@gmail.com>
parents: 854
diff changeset
    60
li.tweet a {
fd8bb224617e Modifs Hannah Arendt
Raphael Velt <raph.velt@gmail.com>
parents: 854
diff changeset
    61
	color: #80ccfc;
fd8bb224617e Modifs Hannah Arendt
Raphael Velt <raph.velt@gmail.com>
parents: 854
diff changeset
    62
}
901
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    63
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    64
#tweetlist, #timeline, #scrollcont {
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    65
    height: 590px;
1c802a62425f Changes on Cineconf
Raphael Velt <raph.velt@gmail.com>
parents: 868
diff changeset
    66
}