2012-04-25 22:48:27 +02:00
|
|
|
/**
|
|
|
|
* OpenSlides agenda style
|
|
|
|
*
|
|
|
|
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
|
|
* :license: GNU GPL, see LICENSE for more details.
|
|
|
|
*/
|
|
|
|
|
2013-01-08 23:05:35 +01:00
|
|
|
tr.topline td {
|
|
|
|
border-bottom: 1px solid #333333;
|
|
|
|
background-color: #CDCDCD;
|
2011-08-31 23:47:31 +02:00
|
|
|
}
|
2012-07-04 13:12:07 +02:00
|
|
|
|
2013-01-30 17:39:53 +01:00
|
|
|
table#agendatime {
|
|
|
|
float: right;
|
2013-02-09 22:59:15 +01:00
|
|
|
width: auto;
|
2013-01-30 17:39:53 +01:00
|
|
|
margin-bottom: 1em;
|
2013-02-11 23:01:48 +01:00
|
|
|
font-size: 12px;
|
2013-02-01 12:55:04 +01:00
|
|
|
}
|
2013-02-01 14:41:52 +01:00
|
|
|
|
2013-02-01 12:55:04 +01:00
|
|
|
table#agendatime td {
|
2013-02-11 23:01:48 +01:00
|
|
|
padding: 3px;
|
2013-02-09 22:59:15 +01:00
|
|
|
white-space: nowrap;
|
2013-02-01 14:41:52 +01:00
|
|
|
}
|
2013-04-14 00:20:35 +02:00
|
|
|
|
2013-05-06 20:17:13 +02:00
|
|
|
/*** List of speakers ***/
|
|
|
|
/* List of speakers - projector slide */
|
|
|
|
ul#list_of_speakers {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#list_of_speakers li {
|
|
|
|
font-size: 130%;
|
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
#list_of_speakers .old_speaker {
|
|
|
|
color: #9FA9B7;
|
|
|
|
}
|
|
|
|
#list_of_speakers .actual_speaker {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
/* List of speakers - overlay */
|
|
|
|
#overlay_list_of_speaker_box {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
border-radius: 0.4em;
|
|
|
|
border: 0.1em solid #777777;
|
|
|
|
background-color: #cccccc;
|
|
|
|
opacity: 0.9;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 1em;
|
|
|
|
z-index: 2;
|
|
|
|
width: 45%;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
#overlay_list_of_speaker_box h3 {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
#overlay_list_of_speaker_box ul {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
#overlay_list_of_speaker_box li {
|
|
|
|
font-size: 120%;
|
|
|
|
line-height: 120%;
|
|
|
|
}
|
|
|
|
#overlay_list_of_speaker_box .old_speaker {
|
|
|
|
color: #777777;
|
|
|
|
}
|
|
|
|
#overlay_list_of_speaker_box .actual_speaker {
|
|
|
|
margin-bottom: 0em;
|
|
|
|
}
|
|
|
|
/* List of speakers - agenda item view */
|
2013-04-29 20:03:50 +02:00
|
|
|
div#complete_list_of_speakers li {
|
|
|
|
list-style-type: none;
|
2013-04-14 00:20:35 +02:00
|
|
|
}
|
2013-04-29 20:03:50 +02:00
|
|
|
div#complete_list_of_speakers li {
|
|
|
|
line-height: 30px;
|
2013-03-18 12:34:47 +01:00
|
|
|
}
|
2013-04-29 20:03:50 +02:00
|
|
|
#coming_speakers span.ui-icon {
|
2013-03-18 12:34:47 +01:00
|
|
|
position: absolute;
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|