2014-01-14 23:22:29 +01:00
|
|
|
/*
|
|
|
|
* OpenSlides default projector styles
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2011-07-31 10:46:29 +02:00
|
|
|
body{
|
2013-09-07 10:14:54 +02:00
|
|
|
font-size: 20px !important;
|
|
|
|
line-height: 24px !important;
|
2012-09-15 09:13:36 +02:00
|
|
|
overflow: hidden;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*** HEADER ***/
|
|
|
|
#header {
|
2013-09-07 10:14:54 +02:00
|
|
|
box-shadow: 0 0 7px rgba(0,0,0,0.6);
|
|
|
|
height: 70px;
|
|
|
|
margin-bottom: 20px;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
|
|
|
#logo {
|
2013-11-09 23:04:50 +01:00
|
|
|
position: relative;
|
2013-09-07 10:14:54 +02:00
|
|
|
left: 75px;
|
2013-11-09 23:04:50 +01:00
|
|
|
top: 4px;
|
|
|
|
height: 60px;
|
|
|
|
margin-right: 35px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#eventdata {
|
|
|
|
position: relative;
|
|
|
|
left: 75px;
|
|
|
|
top: 12px;
|
|
|
|
height: 50px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#eventdata .title {
|
|
|
|
font-size: 26px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#eventdata .title.titleonly {
|
|
|
|
position: relative;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
#eventdata .description {
|
|
|
|
font-size: 18px;
|
|
|
|
opacity: 0.5;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
|
|
|
#currentTime {
|
|
|
|
border:0 solid #000000;
|
|
|
|
font-size:24px;
|
|
|
|
position:absolute;
|
|
|
|
text-align:right;
|
|
|
|
top:110px;
|
|
|
|
right:40px;
|
|
|
|
padding-left:30px;
|
2013-09-07 10:14:54 +02:00
|
|
|
background: url(../img/glyphicons_054_clock_big.png) no-repeat scroll 0px 0px;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
2012-03-16 12:28:42 +01:00
|
|
|
|
2013-10-17 11:34:54 +02:00
|
|
|
/*** CONTENT with base style elements ***/
|
2013-09-07 10:14:54 +02:00
|
|
|
#content {
|
|
|
|
position: absolute;
|
|
|
|
left: 75px;
|
|
|
|
top: 150px;
|
|
|
|
right: 40px;
|
2011-09-04 00:18:11 +02:00
|
|
|
z-index: -1;
|
2013-10-23 17:08:08 +02:00
|
|
|
line-height: normal;
|
2013-10-04 11:38:39 +02:00
|
|
|
transition-property: margin, font-size;
|
|
|
|
transition-duration: 1s;
|
2013-10-17 15:32:54 +02:00
|
|
|
}
|
2013-09-07 10:14:54 +02:00
|
|
|
h1 {
|
2013-10-23 17:08:08 +02:00
|
|
|
font-size: 2.25em;
|
|
|
|
margin-bottom: 40px;
|
2014-03-26 22:09:37 +01:00
|
|
|
line-height: 1.1em;
|
2013-11-19 20:50:51 +01:00
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #e6e6e6;
|
2013-10-23 17:08:08 +02:00
|
|
|
}
|
2014-03-26 22:09:37 +01:00
|
|
|
h1.title_only {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 2.75em;
|
|
|
|
line-height: 1.3em;
|
|
|
|
border: 0px;
|
|
|
|
padding: 40px;
|
|
|
|
margin-left: -35px; /* see #content position 'left' - 'right' for real centering */
|
|
|
|
}
|
2013-10-23 17:08:08 +02:00
|
|
|
h1 small {
|
|
|
|
font-size: 0.55em;
|
2013-11-19 20:50:51 +01:00
|
|
|
margin-top: 15px;
|
|
|
|
display: block;
|
2013-10-23 17:08:08 +02:00
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 1.2em;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
|
|
|
#sidebar {
|
2012-04-30 08:23:50 +02:00
|
|
|
width: 255px;
|
2011-07-31 10:46:29 +02:00
|
|
|
float: right;
|
|
|
|
margin: 0 0 20px 10px;
|
|
|
|
}
|
2013-10-23 17:08:08 +02:00
|
|
|
ul, ol {
|
|
|
|
margin: 0 0 10px 2em;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
2013-09-07 10:14:54 +02:00
|
|
|
.well h4 {
|
|
|
|
margin: 20px 0 2px 0;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
2013-11-11 17:45:05 +01:00
|
|
|
.well h4.first {
|
2013-09-07 10:14:54 +02:00
|
|
|
margin-top: 0;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
2013-10-17 11:34:54 +02:00
|
|
|
.well .result {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.well .result hr {
|
2014-04-10 20:18:22 +02:00
|
|
|
border-top: 1px solid;
|
2013-10-23 17:08:08 +02:00
|
|
|
margin: 5px 0;
|
2014-04-10 20:18:22 +02:00
|
|
|
width: 10em;
|
2012-04-30 08:30:04 +02:00
|
|
|
}
|
2013-10-17 11:34:54 +02:00
|
|
|
.result.big {
|
|
|
|
font-size: 120%;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
.result .bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-09-07 10:14:54 +02:00
|
|
|
hr {
|
2013-10-23 17:08:08 +02:00
|
|
|
margin: 10px 0;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
2014-01-14 23:22:29 +01:00
|
|
|
.nobr {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-09-07 10:14:54 +02:00
|
|
|
|
|
|
|
|
2014-01-14 23:22:29 +01:00
|
|
|
/*** Overlay ***/
|
2013-09-07 10:14:54 +02:00
|
|
|
#overlay_transparent {
|
|
|
|
background-color: #777777;
|
|
|
|
opacity: 0.6;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-11-21 21:05:56 +01:00
|
|
|
}
|
2014-01-14 23:22:29 +01:00
|
|
|
#overlay_countdown_inner {
|
|
|
|
position: fixed;
|
|
|
|
right: 40px;
|
|
|
|
height: 30px;
|
|
|
|
width: 215px;
|
|
|
|
margin: 0;
|
|
|
|
top: 0;
|
|
|
|
font-size: 4em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 0 0 0.2em 0.2em;
|
|
|
|
}
|
|
|
|
#overlay_countdown_inner.negative {
|
|
|
|
color: #CC0000;
|
|
|
|
}
|
|
|
|
#overlay_message_inner {
|
|
|
|
position: fixed;
|
|
|
|
top: 35%;
|
|
|
|
left: 10%;
|
|
|
|
width: 80%;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 0.5em;
|
|
|
|
background: #FFFFFF;
|
|
|
|
font-size: 2.75em;
|
|
|
|
padding: 0.2em 0;
|
|
|
|
line-height: normal !important;
|
2011-07-31 10:46:29 +02:00
|
|
|
}
|
2013-05-06 20:17:13 +02:00
|
|
|
|
2011-07-31 10:46:29 +02:00
|
|
|
|
2014-01-14 23:22:29 +01:00
|
|
|
/*** Table style ***/
|
2011-07-31 10:46:29 +02:00
|
|
|
table {
|
|
|
|
border-collapse:collapse;
|
|
|
|
border-color:#CCCCCC -moz-use-text-color #CCCCCC #CCCCCC;
|
|
|
|
border-style:solid none solid solid;
|
|
|
|
border-width:1px medium 1px 1px;
|
|
|
|
margin:0;
|
|
|
|
border-spacing:0px;
|
|
|
|
}
|
|
|
|
table th {
|
|
|
|
border-right:1px solid #CCCCCC;
|
|
|
|
color:#333333;
|
|
|
|
font-weight:normal;
|
|
|
|
padding:10px 10px 10px 10px;
|
|
|
|
text-align:left;
|
|
|
|
text-transform:uppercase;
|
|
|
|
}
|
|
|
|
table tr.odd td {
|
|
|
|
background:none repeat scroll 0 0 #F1F1F1;
|
|
|
|
}
|
|
|
|
table td {
|
|
|
|
background:none repeat scroll 0 0 #F7F7F7;
|
|
|
|
border-right:1px solid #CCCCCC;
|
|
|
|
line-height:120%;
|
|
|
|
padding: 10px 10px;
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
2011-09-07 23:25:59 +02:00
|
|
|
tr.total td {
|
|
|
|
border-top: 1px solid #333333;
|
|
|
|
background-color: #e3e3e3;
|
2012-04-16 16:35:30 +02:00
|
|
|
}
|
2013-10-17 11:34:54 +02:00
|
|
|
tr.elected td {
|
2013-10-11 20:17:43 +02:00
|
|
|
background-color: #BED4DE !important;
|
|
|
|
}
|