2012-04-10 20:09:10 +02:00
|
|
|
/**
|
2012-04-25 22:48:27 +02:00
|
|
|
* OpenSlides projector control style
|
|
|
|
*
|
|
|
|
* :copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
|
|
|
* :license: GNU GPL, see LICENSE for more details.
|
2012-04-10 20:09:10 +02:00
|
|
|
*/
|
|
|
|
|
2012-09-10 23:28:19 +02:00
|
|
|
/** Widgets **/
|
2012-04-10 20:09:10 +02:00
|
|
|
.column {
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
2012-08-22 09:39:20 +02:00
|
|
|
padding-bottom: 100px;
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
2012-09-10 23:28:19 +02:00
|
|
|
.widget {
|
2012-04-14 17:50:31 +02:00
|
|
|
margin: 0 10px 10px 0;
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
2013-06-16 00:44:41 +02:00
|
|
|
.widget.affix {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 100;
|
|
|
|
right: 20px;
|
|
|
|
top: 42px;
|
|
|
|
max-width: 40%;
|
|
|
|
}
|
2012-09-10 23:28:19 +02:00
|
|
|
.widget-header {
|
2013-06-16 00:44:41 +02:00
|
|
|
min-height: 30px;
|
2012-09-10 23:28:19 +02:00
|
|
|
background: #E9E9E9;
|
|
|
|
background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
|
|
|
|
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
|
|
|
|
background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
|
|
|
|
background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
|
|
|
|
background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
|
|
|
|
border: 1px solid #D5D5D5;
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
}
|
|
|
|
.widget-header h3 {
|
2013-06-16 00:44:41 +02:00
|
|
|
margin: 7px 0 7px 14px;
|
2012-09-10 23:28:19 +02:00
|
|
|
font-size: 14px;
|
|
|
|
color: #555;
|
|
|
|
line-height: 18px;
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
2012-09-10 23:28:19 +02:00
|
|
|
.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
|
2013-06-16 00:44:41 +02:00
|
|
|
margin: -2px 5px 0 0px;
|
2012-09-10 23:28:19 +02:00
|
|
|
color: #555;
|
|
|
|
vertical-align: middle;
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
2013-06-16 00:44:41 +02:00
|
|
|
.widget-header .collapsebutton, .widget-header .fixbutton{
|
|
|
|
margin: -2px 4px 0 0px;
|
|
|
|
}
|
|
|
|
.widget-header .fixbutton{
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
.widget-header .icon-pushpin {
|
|
|
|
background-image: url("../img/glyphicons_335_pushpin.png");
|
|
|
|
background-position: 0 center;
|
|
|
|
margin-left:4px !important;
|
|
|
|
}
|
2012-09-10 23:28:19 +02:00
|
|
|
.widget-content {
|
2013-06-16 00:44:41 +02:00
|
|
|
padding: 0px 15px 0px 13px;
|
2012-09-10 23:28:19 +02:00
|
|
|
background: #FFF;
|
|
|
|
border: 1px solid #D5D5D5;
|
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
|
-moz-border-radius: 0 0 5px 5px;
|
|
|
|
-webkit-border-radius: 0 0 5px 5px;
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
2013-02-05 11:24:41 +01:00
|
|
|
.widget-content li {
|
2012-04-10 21:11:50 +02:00
|
|
|
padding: 4px 0;
|
|
|
|
}
|
2013-02-05 11:24:41 +01:00
|
|
|
.widget-content .overlay_list li {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2012-09-10 23:28:19 +02:00
|
|
|
.widget-content ul {
|
|
|
|
list-style: none inside none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-09-11 00:05:20 +02:00
|
|
|
.widget-content hr {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2012-09-10 23:28:19 +02:00
|
|
|
|
2012-04-10 20:09:10 +02:00
|
|
|
.ui-sortable-placeholder {
|
2012-09-10 23:28:19 +02:00
|
|
|
border: 2px dashed #555555;
|
2012-04-10 20:09:10 +02:00
|
|
|
visibility: visible !important;
|
|
|
|
height: 50px !important;
|
|
|
|
}
|
|
|
|
.ui-sortable-placeholder * {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2013-04-22 19:59:05 +02:00
|
|
|
.overlay_list .overlayblock {
|
|
|
|
margin: 0 0 0 31px;
|
2013-02-05 11:24:41 +01:00
|
|
|
}
|
2012-07-04 02:43:26 +02:00
|
|
|
|
2012-04-26 12:43:35 +02:00
|
|
|
#countdown_time {
|
2012-05-20 22:06:07 +02:00
|
|
|
width: 40px;
|
2012-04-26 12:43:35 +02:00
|
|
|
}
|
|
|
|
|
2012-04-10 20:09:10 +02:00
|
|
|
/* iframe */
|
|
|
|
#iframe {
|
2013-06-17 17:30:46 +02:00
|
|
|
width: 1024px;
|
|
|
|
height: 768px;
|
2012-04-15 14:27:27 +02:00
|
|
|
-moz-transform-origin: 0 0;
|
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
|
-o-transform-origin: 0 0;
|
|
|
|
-moz-transform: scale(0.25);
|
|
|
|
-webkit-transform: scale(0.25);
|
|
|
|
-o-transform: scale(0.25);
|
2013-06-17 17:30:46 +02:00
|
|
|
transform: scale(0.25);
|
|
|
|
/* IE8+ - must be on one line, unfortunately */
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.25, M12=0, M21=0, M22=0.25, SizingMethod='auto expand')";
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
|
|
|
#iframewrapper {
|
2013-06-16 00:44:41 +02:00
|
|
|
width: 256px;
|
|
|
|
height: 192px;
|
2012-04-15 14:27:27 +02:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2012-09-11 00:05:20 +02:00
|
|
|
border: 1px solid #D5D5D5;
|
2013-06-16 00:44:41 +02:00
|
|
|
margin-bottom: 10px;
|
2012-04-10 20:09:10 +02:00
|
|
|
}
|
2012-04-15 10:44:15 +02:00
|
|
|
#iframeoverlay {
|
|
|
|
width: 256px;
|
|
|
|
height: 192px;
|
2012-04-15 14:27:27 +02:00
|
|
|
position: absolute;
|
2012-04-15 10:44:15 +02:00
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
2012-04-15 14:27:27 +02:00
|
|
|
display: block;
|
2012-04-15 10:44:15 +02:00
|
|
|
z-index: 1;
|
|
|
|
}
|