web/res/css/tweetcast.css
author Raphael Velt <raph.velt@gmail.com>
Tue, 14 Feb 2012 14:17:43 +0100
changeset 506 f7fd2458fc5c
parent 502 b035e0787bb0
child 534 0a2505c3b547
permissions -rw-r--r--
Added museo 14.02.12 and several corrections
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
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    83
#colgauche {
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    84
    float: right; width: 455px; margin-right: 13px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    85
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    86
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    87
.embed #colgauche {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    88
    margin: 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    89
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    90
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    91
.barre {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    92
    float: left; width: 100%;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    93
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    94
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
    95
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    96
.greyed {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    97
    color: #999; font-style: italic;
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
.rechercheCourante {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   101
    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
   102
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   103
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   104
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   105
/* Menu */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   106
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   107
#headlogo {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   108
    float: left; margin-right: 10px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   109
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   110
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   111
.embed #headlogo {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   112
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   113
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   114
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   115
#minilogo {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   116
  background: url("../../images/pol_color.gif") left top no-repeat;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   117
  width: 46px; height: 5px; left: 99px; top: 55px;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   118
  position: absolute; z-index: 9;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   119
}
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   120
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   121
.embed #minilogo {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   122
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   123
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   124
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   125
.menu {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   126
    border-left: 1px solid #C3C3C3;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   127
    float: left;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   128
    list-style: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   129
    font-size: 12px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   130
    height: 62px; overflow: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   131
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   132
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   133
.embed .menu {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   134
    display: none;  
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   135
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   136
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   137
.menu li {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   138
    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
   139
    padding: 3px 0 0 5px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   140
    height: 18px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   141
    min-width: 80px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   142
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   143
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   144
.menu a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   145
    color: #000000; text-decoration: none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   146
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   147
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   148
.menu a:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   149
    color: #0099FF;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   150
}
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
/* Formulaire */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   153
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   154
#twwWrap {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   155
    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
   156
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   157
#tweetWriter {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   158
    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
   159
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   160
.loginbutton{
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   161
    margin: 10px 0; height: 45px; width: 420px; padding:5px;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   162
    background: url(twcx-img/bgdWriterDisconnect.png) no-repeat;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   163
    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
   164
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   165
.loginlink{
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   166
    text-decoration:none;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   167
    color:#fff;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   168
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   169
textarea {
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   170
    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
   171
    background: url(twcx-img/bgdWriter.png) no-repeat;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   172
    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
   173
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   174
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   175
a#sendTweet {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   176
    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
   177
    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
   178
    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
   179
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   180
a#sendTweet span {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   181
    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
   182
    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
   183
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   184
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
   185
    background-position: right -24px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   186
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   187
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
   188
    background-position: 0 -24px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   189
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   190
.tweetButton { 
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   191
    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
   192
    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
   193
    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
   194
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   195
.twbSyntax {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   196
    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
   197
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   198
.twbSeparator {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   199
    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
   200
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   201
.twbLabel {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   202
    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
   203
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   204
.tweetButton.twbGreen {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   205
    background-position: 0 0;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   206
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   207
.tweetButton.twbGreen.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   208
    background-position: 0 -48px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   209
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   210
.tweetButton.twbGreen:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   211
    background-position: 0 -24px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   212
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   213
.tweetButton.twbRed {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   214
    background-position: -75px 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   215
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   216
.tweetButton.twbRed.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   217
    background-position: -75px -48px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   218
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   219
.tweetButton.twbRed:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   220
    background-position: -75px -24px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   221
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   222
.tweetButton.twbYellow {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   223
    background-position: -150px 0;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   224
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   225
.tweetButton.twbYellow.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   226
    background-position: -150px -48px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   227
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   228
.tweetButton.twbYellow:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   229
    background-position: -150px -24px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   230
}
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   231
.tweetButton.twbBlue {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   232
    background-position: -225px 0;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   233
}
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   234
.tweetButton.twbBlue.selected {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   235
    background-position: -225px -48px;
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
.tweetButton.twbBlue:hover {
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   238
    background-position: -225px -24px;
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   239
}
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   240
#tweetCounter{
506
f7fd2458fc5c Added museo 14.02.12 and several corrections
Raphael Velt <raph.velt@gmail.com>
parents: 502
diff changeset
   241
    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
   242
    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
   243
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   244
.tweetCounterNegative{
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   245
    color:red;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   246
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   247
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   248
/* Liste de Tweets */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   249
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   250
#tweetviz {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   251
    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
   252
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   253
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   254
/* Recherche */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   255
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   256
#recherche {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   257
    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
   258
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   259
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   260
#recherche input {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   261
    float: left;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   262
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   263
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   264
#inp_q {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   265
    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
   266
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   267
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   268
#inp_submit, #inp_reset {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   269
    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
   270
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   271
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   272
#inp_submit:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   273
    background-position: -20px 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   274
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   275
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   276
#inp_submit:active {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   277
    background-position: -40px 0;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   278
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   279
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   280
#inp_reset {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   281
    background-position: 0 -20px;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   284
#inp_reset:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   285
    background-position: -20px -20px;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   288
#inp_reset:active {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   289
    background-position: -40px -20px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   290
}
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
#time_legende {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   293
    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
   294
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   295
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   296
#time_scale {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   297
    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
   298
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   299
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   300
#time_zoomout, #time_zoomin {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   301
    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
   302
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   303
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   304
#time_zoomout {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   305
    background-position: -30px;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   308
#time_zoomout.inactive {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   309
    background-position: -54px;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   312
#time_zoomin {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   313
    background-position: -42px;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   316
#time_zoomin.inactive {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   317
    background-position: -66px;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   320
#recherche_annot {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   321
    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
   322
    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
   323
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   324
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   325
#recherche_annot a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   326
    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
   327
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   328
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   329
/* Liste des tweets */
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
#tweetlist {
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   332
	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
   333
	color: #585858; cursor: pointer; cursor: hand; background: #ffffff;
488
395108b6cf1b Corrections mineures
Raphael Velt <raph.velt@gmail.com>
parents: 485
diff changeset
   334
	/* 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
   335
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   336
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   337
#tweetlist a {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   338
    text-decoration: none; color: #1985B5;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   339
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   340
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   341
#tweetlist a:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   342
    text-decoration: underline; color: #105060;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   343
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   344
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   345
li.tweet, li.placeholder {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   346
	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
   347
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   348
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   349
li.tweet {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   350
	position: relative; background: #fff;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   351
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   352
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   353
li.full {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   354
    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
   355
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   356
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   357
li.half {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   358
    width: 280px; height: 46px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   359
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   360
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   361
li.icons {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   362
    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
   363
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   364
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   365
li.placeholder {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   366
    visibility: hidden;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   369
.tweet p {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   370
    overflow: hidden;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   371
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   372
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   373
.full p.tweet_text {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   374
	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
   375
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   376
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   377
.half p.tweet_text {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   378
    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
   379
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   380
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   381
div.around_img {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   382
	float: left;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   385
.full .profile_image {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   386
    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
   387
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   388
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   389
.half .profile_image {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   390
    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
   391
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   392
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   393
.icons .profile_image {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   394
    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
   395
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   396
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   397
p.created_at {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   398
	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
   399
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   400
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   401
.annotations {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   402
    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
   403
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   404
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   405
.icons .annotations {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   406
    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
   407
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   408
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   409
div.annotation {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   410
    float: left; height: 100%;
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
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   413
div.twmain {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   414
    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
   415
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   416
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   417
div.tweet_actions {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   418
    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
   419
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   420
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   421
/* timeline */
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
#timeline {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   424
    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
   425
}
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
#scrollcont {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   428
    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
   429
}
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
#scrollin {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   432
    width: 1px; height: 8000px;
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   433
}
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
/* hovertweet */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   436
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   437
#hovertweet {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   438
    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
   439
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   440
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   441
div.full {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   442
    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
   443
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   444
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   445
#hoverarrow {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   446
    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
   447
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   448
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   449
/* Colonne de droite */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   450
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   451
#onglets {
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   452
    float: left; width: 441px; margin: 43px 25px 0; list-style: none;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   453
    border-left: 1px solid #999;
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   454
}
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   455
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   456
.embed #onglets {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   457
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   458
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   459
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   460
#onglets li {
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   461
    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
   462
    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
   463
    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
   464
}
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   465
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   466
#onglets a {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   467
    text-decoration: none; color: #666666;
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   468
}
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   469
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   470
#onglets a:hover {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   471
    color: #0099ff;
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   472
}
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   473
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   474
#onglets li.selected {
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   475
    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
   476
}
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   477
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   478
#onglets li.selected a {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   479
    color: #333333; 
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   480
}
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   481
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   482
#coldroite {
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   483
    float: right; width: 492px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   484
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   485
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   486
.embed #coldroite {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   487
    width: 455px;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   488
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   489
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   490
div.ifwrap {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   491
    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
   492
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   493
421
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   494
#videoLivePlayer, .ifwrap iframe {
c8db83b70def Added "sweet-tweet" & Knowtex iframes in client
Raphael Velt <raph.velt@gmail.com>
parents: 420
diff changeset
   495
    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
   496
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   497
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   498
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   499
.embed div.ifwrap, .embed #videoLivePlayer {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   500
    width: 442px; height: 250px;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   501
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   502
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   503
.embed div.ifwrap {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   504
    margin: 5px 0 0;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   505
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   506
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   507
#out_fleche {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   508
    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
   509
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   510
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   511
.embed #out_fleche {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   512
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   513
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   514
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   515
#in_fleche {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   516
    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
   517
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   518
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   519
#accordeon {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   520
    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
   521
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   522
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   523
.embed #accordeon {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   524
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   525
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   526
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   527
#accordeon h3 {
408
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   528
    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
   529
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   530
415
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   531
#accordeon h3 a {
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   532
    color: #555555; text-decoration: none;
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   533
}
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   534
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   535
#accordeon h3:hover, #accordeon h3 a:hover {
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   536
    color: #0099ff;
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   537
}
593250f3a286 Sweet Tweet modifications
Raphael Velt <raph.velt@gmail.com>
parents: 412
diff changeset
   538
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   539
#accordeon p {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   540
    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
   541
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   542
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   543
li.acctitre, li.acctexte {
408
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   544
    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
   545
}
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   546
408
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   547
div.accsubtitle {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   548
    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
   549
}
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   550
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   551
div.aroundsubtitle {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   552
    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
   553
}
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   554
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   555
.aroundsubtitle h4 {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   556
    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
   557
}
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   558
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   559
div.tagcloud {
4141c5821c98 Improvements on PT live client
Raphael Velt <raph.velt@gmail.com>
parents: 407
diff changeset
   560
    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
   561
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   562
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   563
.tagcloud span {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   564
    padding: 2px; cursor: pointer; cursor: hand;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   565
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   566
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   567
li.acctitre {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   568
    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
   569
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   570
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   571
li.acctexte {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   572
    background: url(twcx-img/bgdeplie.png) top repeat-x #efefef;
420
eb7c2cff1816 Modifs pour ENMI
Raphael Velt <raph.velt@gmail.com>
parents: 415
diff changeset
   573
    max-height: 228px; overflow: auto;
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   574
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   575
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   576
.acctexte ul {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   577
    list-style: disc; font-size: 12px; padding-left: 1em;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   578
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   579
489
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   580
.acctexte ol {
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   581
    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
   582
}
a543cdb3cc79 Meetup Web of Data 20.01.2012
Raphael Velt <raph.velt@gmail.com>
parents: 488
diff changeset
   583
485
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   584
.acctexte li {
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   585
    margin: 4px 0;
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   586
}
38ac6cb87be7 Live polemic tweet corrections
Raphael Velt <raph.velt@gmail.com>
parents: 424
diff changeset
   587
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   588
/* Tag Cloud */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   589
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   590
#hoverkw {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   591
    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
   592
    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
   593
    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
   594
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   595
407
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   596
#hoverkw a {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   597
    text-decoration: none; color: #222222;
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   598
}
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   599
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   600
#hoverkw a:hover {
5ab44abc46df Correction Live-client
Raphael Velt <raph.velt@gmail.com>
parents: 406
diff changeset
   601
    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
   602
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   603
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   604
/* Footer */
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   605
.footer {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   606
    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
   607
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   608
424
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   609
.embed .footer {
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   610
    display: none;
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   611
}
e67c4b18a16b Added Embeddable Version
Raphael Velt <raph.velt@gmail.com>
parents: 421
diff changeset
   612
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   613
hr {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   614
  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
   615
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   616
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   617
a.footerLink {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   618
    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
   619
    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
   620
}
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   621
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   622
a.footerLink:hover {
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   623
    color: #0099FF;
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
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   626
/* TWEET WALL */
406
86b62b98fea7 Polemic Tweet client now uses rv's live system
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
   627
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   628
.tweetwall #tweetviz {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   629
    width: 800px; height: 770px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   630
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   631
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   632
.tweetwall #tweetlist {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   633
    width: 490px; height: 770px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   634
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   635
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   636
.tweetwall #timeline {
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   637
    width: 280px; height: 770px; background: #efefef;
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   638
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   639
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   640
.tweetwall li.full {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   641
    width: 475px; height: 140px; border-right: 15px solid #ff0;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   642
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   643
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   644
.tweetwall li.half {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   645
    width: 490px; height: 80px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   646
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   647
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   648
.tweetwall li.icons {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   649
    width: 35px; height: 35px; border: none;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   650
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   651
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   652
.tweetwall .full p.tweet_text {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   653
    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
   654
    height: 120px; width: 365px; color: #000000; line-height: 22px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   655
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   656
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   657
.tweetwall .half p.tweet_text {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   658
    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
   659
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   660
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   661
.tweetwall .full .profile_image {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   662
    margin: 10px 10px 0 10px; width: 80px; height: 80px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   663
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   664
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   665
.tweetwall .half .profile_image {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   666
    margin: 10px; width: 60px; height: 60px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   667
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   668
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   669
.tweetwall .icons .profile_image {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   670
    margin: 5px; width: 25px; height: 25px;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   671
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   672
502
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   673
.tweetwall .icons .annotations {
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   674
    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
   675
}
b035e0787bb0 iri homepage iframe correction
Raphael Velt <raph.velt@gmail.com>
parents: 501
diff changeset
   676
501
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   677
.tweetwall p.created_at {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   678
    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
   679
}
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   680
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   681
.tweetwall .tweet_actions {
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   682
    display: none;
a5ce7d08e4f8 Premiere version Tweetwall
Raphael Velt <raph.velt@gmail.com>
parents: 489
diff changeset
   683
}