web/res/css/tweetcast.css
author Raphael Velt <raph.velt@gmail.com>
Tue, 06 Mar 2012 17:20:15 +0100
changeset 538 ba7bf4da33d9
parent 536 5dd170a735e9
child 546 fd35749faca9
permissions -rw-r--r--
Minor changes - About to publish new Metadataplayer version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
/* Browser-reset CSS */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
html, body, div, span, applet, object, iframe,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
a, abbr, acronym, address, big, cite, code,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
del, dfn, em, img, ins, kbd, q, s, samp,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
small, strike, strong, sub, sup, tt, var,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
b, u, i, center,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
dl, dt, dd, ol, ul, li,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
fieldset, form, label, legend,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
table, caption, tbody, tfoot, thead, tr, th, td,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
article, aside, canvas, details, embed, 
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
figure, figcaption, footer, header, hgroup, 
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
menu, nav, output, ruby, section, summary,
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
time, mark, audio, video {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
	margin: 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
	padding: 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
	border: 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
	font-size: 100%;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
	font: inherit;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
	vertical-align: baseline;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
img a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
    border: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
body {
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    29
	font-family: 'PT Sans', Helvetica, Arial, sans-serif; background-color: #F7F6F6;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    30
	background-image: url("twcx-img/bgd.jpg"); background-repeat: repeat-x;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    31
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    32
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    33
body.embed {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    34
    background-position: 0 -63px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
h2, h3, h4 {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
    font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
p {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
    font-size: 12px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
489
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
    45
b, strong {
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
    font-weight: bold;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
i {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
    font-style: italic;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
.highlight {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
    background: #ffff00;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
.hidden {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
    display: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    60
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
    61
.fl {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
    62
    float: left;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
    63
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
    64
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    65
/* feedback */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    66
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    67
#sendUsFeedBack {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    68
  position: absolute; right: 0; top: 0; width: 100px; z-index: 999999;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    69
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    70
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    71
.embed #sendUsFeedBack {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    72
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    73
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    74
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    75
#container {
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
    76
    position: relative; width: 960px; margin: 0 auto;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    77
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    78
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    79
.embed #container {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    80
    width: 455px; padding-bottom: 70px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    81
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    82
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    83
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    84
#mdpgauche {
535
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
    85
    float: left; width: 300px; margin-right: 10px;
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    86
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    87
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    88
#mdpdroite {
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    89
    float: left; width: 650px; margin-top: 10px; position: relative;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    90
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
    91
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
#colgauche {
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    93
    float: right; width: 455px; margin-right: 13px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    94
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    95
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    96
.embed #colgauche {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    97
    margin: 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    98
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    99
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   100
.barre {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
    float: left; width: 100%;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   102
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   104
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   105
.greyed {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   106
    color: #999; font-style: italic;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   107
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   108
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
.rechercheCourante {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
    background: #ffa0ff; font-weight: bold; color: #000080;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   111
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   112
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   113
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   114
/* Menu */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   115
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   116
#headlogo {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   117
    float: left; margin-right: 10px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   118
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   119
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   120
.embed #headlogo {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   121
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   122
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   123
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   124
#minilogo {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   125
  background: url("../../images/pol_color.gif") left top no-repeat;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   126
  width: 46px; height: 5px; left: 99px; top: 55px;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   127
  position: absolute; z-index: 9;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   128
}
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   129
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   130
.embed #minilogo {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   131
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   132
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   133
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   134
.menu {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   135
    border-left: 1px solid #C3C3C3;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   136
    float: left;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   137
    list-style: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   138
    font-size: 12px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   139
    height: 62px; overflow: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   140
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   141
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   142
.embed .menu {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   143
    display: none;  
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   144
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   145
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   146
.menu li {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   147
    background: url("twcx-img/menu_underline.gif") left bottom no-repeat;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   148
    padding: 3px 0 0 5px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   149
    height: 18px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   150
    min-width: 80px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   151
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   152
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   153
.menu a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   154
    color: #000000; text-decoration: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   155
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   156
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   157
.menu a:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   158
    color: #0099FF;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   159
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   160
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   161
#content_select_ul span, #content_select_ul select {
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   162
    margin: 5px;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   163
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   164
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   165
#content_select_ul select {
535
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   166
    width: 350px; 
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   167
}
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   168
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   169
.embedbar {
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   170
    float: right; width: 216px; height: 32px; margin-top: 15px;
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   171
}
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   172
536
5dd170a735e9 new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents: 535
diff changeset
   173
.embed .embedbar {
5dd170a735e9 new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents: 535
diff changeset
   174
    display: none;
5dd170a735e9 new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents: 535
diff changeset
   175
}
5dd170a735e9 new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents: 535
diff changeset
   176
535
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   177
a.embedbutton {
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   178
    display: block; float: left; background: url(twcx-img/embedbutton.png); text-decoration: none; font-size: 13px;
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   179
    width: 64px; text-align: center; height: 19px; padding-top: 13px;
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   180
    color: #333; margin-right: 4px;
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   181
}
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   182
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   183
a.embedbutton:hover {
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   184
    background-position: 0 -32px;
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   185
}
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   186
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   187
.addthis_toolbox {
8276f3ff7a3f Added new player in player_embed
Raphael Velt <raph.velt@gmail.com>
parents: 534
diff changeset
   188
    float: left;
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   189
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   190
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   191
/* Formulaire */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   192
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   193
#twwWrap {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   194
    float: left; width: 450px; background: #ffffff; padding: 1px; border-width: 1px; border-style: solid solid none solid; border-color: #ababab; margin-top: 6px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   195
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   196
#tweetWriter {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   197
    width: 430px; padding: 10px; background: #efefef;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   198
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   199
.loginbutton{
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   200
    margin: 10px 0; height: 45px; width: 420px; padding:5px;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   201
    background: url(twcx-img/bgdWriterDisconnect.png) no-repeat;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   202
    border: none; color:#fff; font-size: 12px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   203
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   204
.loginlink{
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   205
    text-decoration:none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   206
    color:#fff;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   207
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   208
textarea {
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   209
    display: block; margin: 10px 0; height: 45px; width: 420px; padding:5px;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   210
    background: url(twcx-img/bgdWriter.png) no-repeat;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   211
    border: none; resize: none; font-size: 14px; font-family: 'PT Sans', Helvetica, Arial, sans-serif;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   212
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   213
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   214
a#sendTweet {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   215
    background: transparent url('../../images/bg_button_a_w.png') no-repeat top right;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   216
    color: #444; display: block; font-size: 12px; height: 24px; line-height: 14px;
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   217
    float:right; margin: 2px 0 0 5px; padding: 0 18px 0 0; text-decoration: none;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   218
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   219
a#sendTweet span {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   220
    background: transparent url('../../images/bg_button_span_w.png') no-repeat; display: block; height: 14px;
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   221
    padding: 5px 6px 5px 24px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   222
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   223
a#sendTweet:hover, a#sendTweet:active {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   224
    background-position: right -24px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   225
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   226
a#sendTweet:hover span, a#sendTweet:active span {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   227
    background-position: 0 -24px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   228
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   229
.tweetButton { 
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   230
    float:left; margin: 2px 8px 0 0; width:75px; height:24px; text-decoration: none;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   231
    background: url('twcx-img/tweetbuttons.png');
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   232
    color: #333; text-align:center; cursor: pointer; cursor: hand; 
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   233
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   234
.twbSyntax {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   235
    font-weight: normal; font-size: 14px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   236
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   237
.twbSeparator {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   238
    color: #999; font-size: 12px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   239
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   240
.twbLabel {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   241
    font-weight: bold; font-size: 10px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   242
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   243
.tweetButton.twbGreen {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   244
    background-position: 0 0;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   245
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   246
.tweetButton.twbGreen.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   247
    background-position: 0 -48px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   248
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   249
.tweetButton.twbGreen:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   250
    background-position: 0 -24px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   251
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   252
.tweetButton.twbRed {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   253
    background-position: -75px 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   254
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   255
.tweetButton.twbRed.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   256
    background-position: -75px -48px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   257
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   258
.tweetButton.twbRed:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   259
    background-position: -75px -24px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   260
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   261
.tweetButton.twbYellow {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   262
    background-position: -150px 0;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   263
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   264
.tweetButton.twbYellow.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   265
    background-position: -150px -48px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   266
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   267
.tweetButton.twbYellow:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   268
    background-position: -150px -24px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   269
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   270
.tweetButton.twbBlue {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   271
    background-position: -225px 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   272
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   273
.tweetButton.twbBlue.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   274
    background-position: -225px -48px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   275
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   276
.tweetButton.twbBlue:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   277
    background-position: -225px -24px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   278
}
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   279
#tweetCounter{
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   280
    float: right; background: transparent; border: none; font-size: 13px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   281
    font-weight:bold; margin: 4px 0 0; padding: 0; color: #666;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   282
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   283
.tweetCounterNegative{
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   284
    color:red;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   285
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   286
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   287
/* Liste de Tweets */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   288
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   289
#tweetviz {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   290
    float: left; width: 452px; border: 1px solid #999;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   291
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   292
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   293
/* Recherche */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   294
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   295
#recherche {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   296
    position: relative; float: left; padding: 2px 0; width: 452px; border-bottom: 1px solid #999;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   297
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   298
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   299
#recherche input {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   300
    float: left;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   301
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   302
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   303
#inp_q {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   304
    width: 236px; border: none; padding: 1px; margin-left: 2px; height: 17px; font-size: 13px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   305
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   306
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   307
#inp_submit, #inp_reset {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   308
    border: 0; padding: 0; width: 20px; height: 20px; overflow: hidden; text-indent: 800px; background: url(twcx-img/searchcancel.png)
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   309
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   310
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   311
#inp_submit:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   312
    background-position: -20px 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   313
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   314
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   315
#inp_submit:active {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   316
    background-position: -40px 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   317
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   318
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   319
#inp_reset {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   320
    background-position: 0 -20px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   321
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   322
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   323
#inp_reset:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   324
    background-position: -20px -20px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   325
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   326
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   327
#inp_reset:active {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   328
    background-position: -40px -20px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   329
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   330
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   331
#time_legende {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   332
    float: left; margin-left: 30px; width: 30px; height: 20px; background: url(twcx-img/scale.png) left;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   333
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   334
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   335
#time_scale {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   336
    float: left; font-size: 12px; margin: 3px 0 0; color: #666; width: 50px; text-align: center;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   337
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   338
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   339
#time_zoomout, #time_zoomin {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   340
    float: left; width: 12px; height: 20px; background: url(twcx-img/scale.png);
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   341
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   342
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   343
#time_zoomout {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   344
    background-position: -30px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   345
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   346
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   347
#time_zoomout.inactive {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   348
    background-position: -54px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   349
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   350
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   351
#time_zoomin {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   352
    background-position: -42px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   353
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   354
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   355
#time_zoomin.inactive {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   356
    background-position: -66px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   357
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   358
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   359
#recherche_annot {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   360
    position: absolute; top: 20px; z-index: 4; background: #ffffff; border: 1px solid #ccc; padding: 4px; font-size: 12px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   361
    display: none; box-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   362
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   363
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   364
#recherche_annot a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   365
    padding: 1px; line-height: 13px; margin: 1px; font-weight: bold; text-decoration: none; color: #000000;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   366
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   367
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   368
/* Liste des tweets */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   369
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   370
#tweetlist {
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   371
	float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   372
	color: #585858; cursor: pointer; cursor: hand; background: #ffffff;
488
395108b6cf1b Corrections mineures
Raphael Velt <raph.velt@gmail.com>
parents: 485
diff changeset
   373
	/* font-family: Arial, Helvetica, sans-serif; /* Quick Fix */
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   374
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   375
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   376
#tweetlist a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   377
    text-decoration: none; color: #1985B5;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   378
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   379
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   380
#tweetlist a:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   381
    text-decoration: underline; color: #105060;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   382
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   383
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   384
li.tweet, li.placeholder {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   385
	border-bottom : 1px dotted; overflow: hidden; float: left; border-color: #ccc;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   386
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   387
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   388
li.tweet {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   389
	position: relative; background: #fff;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   390
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   391
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   392
li.full {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   393
    width: 270px; height: 117px; border-right: 10px solid #ff0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   394
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   395
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   396
li.half {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   397
    width: 280px; height: 46px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   398
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   399
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   400
li.icons {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   401
    width: 20px; height: 20px; border: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   402
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   403
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   404
li.placeholder {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   405
    visibility: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   406
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   407
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   408
.tweet p {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   409
    overflow: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   410
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   411
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   412
.full p.tweet_text {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   413
	font-size: 12px; margin: 5px 0 5px 58px; height: 108px; width: 207px; color: #000000;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   414
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   415
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   416
.half p.tweet_text {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   417
    font-size: 11px; margin: 5px 0 5px 49px; height: 36px; line-height: 12px; width: 216px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   418
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   419
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   420
div.around_img {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   421
	float: left;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   422
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   423
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   424
.full .profile_image {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   425
    margin: 5px 5px 0 5px; width: 48px; height: 48px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   426
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   427
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   428
.half .profile_image {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   429
    margin: 5px; width: 36px; height: 36px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   430
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   431
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   432
.icons .profile_image {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   433
    margin: 2px; width: 16px; height: 16px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   434
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   435
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   436
p.created_at {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   437
	font-size: 12px; text-align: center; font-style: italic; color: #999999; width: 58px; overflow: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   438
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   439
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   440
.annotations {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   441
    position: absolute; margin: 0; padding: 0; top: 0; left: 0; width: 100%; height: 100%; 
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   442
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   443
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   444
.icons .annotations {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   445
    position: absolute; width: 20px; height: 6px; left: 0; top: 16px; z-index: 3;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   446
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   447
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   448
div.annotation {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   449
    float: left; height: 100%;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   450
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   451
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   452
div.twmain {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   453
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; overflow: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   454
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   455
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   456
div.tweet_actions {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   457
    position: absolute; bottom : 2px; right: 4px; font-size: 11px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   458
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   459
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   460
/* timeline */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   461
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   462
#timeline {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   463
    float: left; height: 480px; width: 150px; border-right: 1px solid #999; cursor: pointer; cursor: hand;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   464
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   465
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   466
#scrollcont {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   467
    float: left; width: 20px; height: 480px; overflow: auto;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   468
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   469
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   470
#scrollin {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   471
    width: 1px; height: 8000px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   472
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   473
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   474
/* hovertweet */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   475
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   476
#hovertweet {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   477
    position: absolute; display: none; margin: -20px 0 0 15px; z-index: 12;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   478
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   479
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   480
div.full {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   481
    position: absolute; background: #eeeeee; width: 270px; height: 84px; border: 1px solid #808080; border-radius: 3px; box-shadow: 5px 5px 5px rgba(0,0,0,.3);
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   482
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   483
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   484
#hoverarrow {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   485
    position: absolute; width: 10px; height: 18px; left: -9px; top: 13px;  background: url(twcx-img/arrow.png);
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   486
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   487
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   488
/* Colonne de droite */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   489
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   490
#onglets {
536
5dd170a735e9 new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents: 535
diff changeset
   491
    float: left; width: 441px; margin: 22px 25px 0; list-style: none;
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   492
    border-left: 1px solid #999;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   493
}
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   494
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   495
.embed #onglets {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   496
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   497
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   498
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   499
#onglets li {
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   500
    float: left; text-transform: uppercase; background: url(twcx-img/bg_onglet.png) repeat-x;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   501
    line-height: 12px; font-size: 12px; height: 12px; padding: 6px 10px; font-weight: bold;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   502
    border: 1px #999; border-style: solid solid solid none; margin-top: 1px;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   503
}
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   504
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   505
#onglets a {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   506
    text-decoration: none; color: #666666;
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   507
}
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   508
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   509
#onglets a:hover {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   510
    color: #0099ff;
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   511
}
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   512
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   513
#onglets li.selected {
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   514
    background-position: 0 -22px; padding-bottom: 8px; border-bottom: none; margin-top: 0;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   515
}
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   516
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   517
#onglets li.selected a {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   518
    color: #333333; 
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   519
}
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   520
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   521
#coldroite {
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   522
    float: right; width: 492px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   523
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   524
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   525
.embed #coldroite {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   526
    width: 455px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   527
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   528
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   529
div.ifwrap {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   530
    float: left; border: 5px solid #ffffff; background: #999999; padding: 1px; width: 480px; height: 320px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   531
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   532
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   533
#videoLivePlayer, .ifwrap iframe {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   534
    width: 480px; height: 320px; background: #000000; border: none; padding: 0; margin: 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   535
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   536
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   537
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   538
.embed div.ifwrap, .embed #videoLivePlayer {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   539
    width: 442px; height: 250px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   540
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   541
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   542
.embed div.ifwrap {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   543
    margin: 5px 0 0;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   544
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   545
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   546
#out_fleche {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   547
    float: left; position: relative; width: 492px; height: 14px; background: url(twcx-img/bgnoarrow.png);
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   548
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   549
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   550
#mdpgauche #out_fleche {
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   551
    width: 300px;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   552
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   553
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   554
.embed #out_fleche {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   555
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   556
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   557
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   558
#in_fleche {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   559
    position: absolute; left: 10px; width: 27px; height: 15px; background: url(twcx-img/arrowtop.png);
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   560
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   561
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   562
#accordeon {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   563
    float: left; width: 492px; list-style: none; background: #999999;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   564
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   565
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   566
.embed #accordeon {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   567
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   568
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   569
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   570
#mdpgauche #accordeon {
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   571
    width: 300px;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   572
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   573
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   574
#accordeon h3 {
408
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   575
    font-size: 16px; font-weight: bold; color: #555555;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   576
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   577
415
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   578
#accordeon h3 a {
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   579
    color: #555555; text-decoration: none;
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   580
}
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   581
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   582
#accordeon h3:hover, #accordeon h3 a:hover {
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   583
    color: #0099ff;
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   584
}
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   585
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   586
#accordeon p {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   587
    margin: 5px 0; line-height: 1.5em;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   588
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   589
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   590
li.acctitre, li.acctexte {
408
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   591
    float: left; width: 480px; margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative;
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   592
}
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   593
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   594
#mdpgauche li.acctitre, #mdpgauche li.acctexte {
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   595
    width: 288px;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   596
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   597
408
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   598
div.accsubtitle {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   599
    position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   600
}
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   601
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   602
div.aroundsubtitle {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   603
    position: absolute; top: 50%; left: 0; width: 0; height: 0; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg);
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   604
}
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   605
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   606
.aroundsubtitle h4 {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   607
    position: absolute; top: 0; left: -75px; width: 150px; height: 20px; font-size: 13px; font-weight: bold; text-align: center; color: #555555;
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   608
}
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   609
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   610
div.tagcloud {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   611
    width: 460px; text-align: center; margin-left: 20px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   612
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   613
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   614
#mdpgauche div.tagcloud {
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   615
    width: 288px; margin: 0;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   616
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   617
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   618
.tagcloud span {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   619
    padding: 2px; cursor: pointer; cursor: hand;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   620
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   621
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   622
li.acctitre {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   623
    background: #efefef; cursor: pointer; cursor: hand;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   624
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   625
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   626
li.acctexte {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   627
    background: url(twcx-img/bgdeplie.png) top repeat-x #efefef;
534
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   628
    max-height: 228px; overflow: auto; 
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   629
    font-size: 12px;
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   630
}
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   631
0a2505c3b547 New metadata player and big directory reorganization
Raphael Velt <raph.velt@gmail.com>
parents: 506
diff changeset
   632
#mdpgauche li.acctexte {
536
5dd170a735e9 new embed and share buttons
Raphael Velt <raph.velt@gmail.com>
parents: 535
diff changeset
   633
    max-height: 450px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   634
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   635
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   636
.acctexte ul {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   637
    list-style: disc; font-size: 12px; padding-left: 1em;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   638
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   639
489
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   640
.acctexte ol {
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   641
    list-style: decimal; font-size: 12px; padding-left: 1.5em;
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   642
}
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   643
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   644
.acctexte li {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   645
    margin: 4px 0;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   646
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   647
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   648
/* Tag Cloud */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   649
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   650
#hoverkw {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   651
    list-style: none; position: absolute; width: 86px; height: 39px; font-size: 14px; line-height: 19px;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   652
    background: url(twcx-img/lefttt.png); padding: 5px 13px 5px 5px; text-align: center; display: none;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   653
    margin-left: -104px; margin-top: -24px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   654
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   655
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   656
#hoverkw a {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   657
    text-decoration: none; color: #222222;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   658
}
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   659
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   660
#hoverkw a:hover {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   661
    color: #0099FF; text-decoration: underline;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   662
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   663
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   664
/* Footer */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   665
.footer {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   666
    float: left; width: 100%; margin: 40px 0 10px; text-align: center;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   667
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   668
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   669
.embed .footer {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   670
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   671
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   672
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   673
hr {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   674
  background: #cccccc; border: none; height: 1px; margin: 0 0 10px; width: 100%;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   675
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   676
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   677
a.footerLink {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   678
    text-decoration:none; margin:5px; color: #000000;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   679
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif; font-size: 13px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   680
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   681
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   682
a.footerLink:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   683
    color: #0099FF;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   684
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   685
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   686
/* TWEET WALL */
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   687
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   688
.tweetwall #tweetviz {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   689
    width: 800px; height: 770px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   690
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   691
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   692
.tweetwall #tweetlist {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   693
    width: 490px; height: 770px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   694
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   695
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   696
.tweetwall #timeline {
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   697
    width: 280px; height: 770px; background: #efefef;
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   698
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   699
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   700
.tweetwall li.full {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   701
    width: 475px; height: 140px; border-right: 15px solid #ff0;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   702
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   703
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   704
.tweetwall li.half {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   705
    width: 490px; height: 80px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   706
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   707
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   708
.tweetwall li.icons {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   709
    width: 35px; height: 35px; border: none;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   710
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   711
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   712
.tweetwall .full p.tweet_text {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   713
    font-weight: bold; font-size: 18px; margin: 10px 0 10px 100px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   714
    height: 120px; width: 365px; color: #000000; line-height: 22px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   715
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   716
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   717
.tweetwall .half p.tweet_text {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   718
    font-weight: bold; font-size: 16px; margin: 10px 0 10px 70px; height: 60px; line-height: 20px; width: 410px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   719
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   720
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   721
.tweetwall .full .profile_image {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   722
    margin: 10px 10px 0 10px; width: 80px; height: 80px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   723
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   724
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   725
.tweetwall .half .profile_image {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   726
    margin: 10px; width: 60px; height: 60px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   727
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   728
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   729
.tweetwall .icons .profile_image {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   730
    margin: 5px; width: 25px; height: 25px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   731
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   732
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   733
.tweetwall .icons .annotations {
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   734
    position: absolute; width: 30px; height: 8px; left: 0; top: 22px; z-index: 3;
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   735
}
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   736
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   737
.tweetwall p.created_at {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   738
    font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   739
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   740
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   741
.tweetwall .tweet_actions {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   742
    display: none;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   743
}