~xibo-maintainers/xibo/tempel

384 by Dan Garner
Moved web servable files to web folder
1
/*
2
 * Xibo - Digital Signage - http://www.xibo.org.uk
3
 * Copyright (C) 2012 Daniel Garner
4
 *
5
 * This file is part of Xibo.
6
 *
7
 * Xibo is free software: you can redistribute it and/or modify
8
 * it under the terms of the GNU Affero General Public License as published by
9
 * the Free Software Foundation, either version 3 of the License, or
10
 * any later version.
11
 *
12
 * Xibo is distributed in the hope that it will be useful,
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 * GNU Affero General Public License for more details.
16
 *
17
 * You should have received a copy of the GNU Affero General Public License
18
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
19
 */
20
21
div.timelineMediaVerticalList {
22
    float: left;
484.1.7 by Dan Garner
Twitter improvements for Removal of URL's, mentions and hashtags. Handling for durationIsPerItem.
23
    width: 560px;
384 by Dan Garner
Moved web servable files to web folder
24
}
25
26
div#timelinePreview {
27
    float: left;
28
    width: 180px;
29
}
30
31
div.timelineMediaDetails h3 {
32
    font-size: 16px;
33
}
34
35
ul.timelineSortableListOfMedia {
36
    list-style: none;
37
}
38
39
li.timelineModuleListItem {
40
    list-style: none;
41
}
42
43
img.timelineModuleButtonImage {
44
    width: 35px;
45
    height: 35px;
46
    float: left;
47
}
48
49
span.timelineModuleButtonText {
50
    float:left;
51
    padding-top: 12px;
52
}
53
54
a.timelineModuleButtonAnchor {
55
    display: block;
56
    clear: left;
57
}
58
59
div.timelineMediaItem {
60
    width: 500px;
61
}
62
63
li.timelineMediaListItem {
64
    padding: 5px;
65
    padding-bottom: 60px;
66
}
67
68
ul.timelineMediaItemLinks li {
69
    display: inline;
70
    padding-left: 15px;
71
}
72
73
ul.timelineMediaItemLinks li a {
74
    color: white;
75
}
76
77
ul.timelineMediaItemLinks {
78
    background-color: black;
79
    margin: 0;
80
    padding: 10px;
81
}
82
83
div.timelineMediaPreview {
84
    display: none;
85
}
86
87
div.timelineMediaDetails {
88
    height: 60px;
89
}
90
91
div.timelineMediaDetails h3 {
92
    float: left;
93
    padding-left: 20px;
94
    color: whiteSmoke;
95
}
96
div.timelineMediaItemColouringDefault {
97
    background-color: green;
98
}
99
100
div.timelineMediaItemColouring_powerpoint {
101
    background-color: #3333D6;
102
}
103
104
div.timelineMediaItemColouring_image {
105
    background-color: #FF3030;
106
}
107
108
div.timelineMediaItemColouring_webpage {
109
    background-color: #009933;
110
}
111
112
div.timelineMediaItemColouring_shellcommand {
113
    background-color: #66C285;
114
}
115
116
div.timelineMediaItemColouring_microblog {
117
    background-color: #FF6600;
118
}
119
120
div.timelineMediaItemColouring_embedded {
121
    background-color: #FF3399;
122
}
123
124
div.timelineMediaItemColouring_text {
125
    background-color: #CCCC00;
126
}
127
128
div.timelineMediaItemColouring_ticker {
129
    background-color: #006600;
130
}
131
132
div.timelineMediaItemColouring_video {
133
    background-color: #990099;
134
}
135
136
div.timelineMediaItemColouring_flash {
137
    background-color: #ADAD85;
138
}
139
140
div.timelineMediaItemColouring_counter {
141
    background-color: #3366FF;
142
}
143
144
div.timelineMediaItemColouring_datasetview {
145
    background-color: #009999;
146
}
147
148
div.timelineMediaItemColouring_enabled {
149
    background-color: green;
150
}
151
152
div.timelineMediaItemColouring_disabled{
153
    background-color: #999966;
154
}
155
156
span.library_assign_list_select {
157
    cursor: pointer;
158
}
159
160
ul#LibraryAssignSortable {
161
    display: inline-block;
484.1.6 by Dan Garner
Library form re-organise to make more usable
162
    padding: 0;
384 by Dan Garner
Moved web servable files to web folder
163
}
164
165
#LibraryAssignSortable .li-sortable {
166
    padding: 5px;
167
    margin: 5px;
168
    border: 1px solid #8080ff;
169
    background-color: #E5F0FF;
170
    cursor: pointer;
171
    list-style: none;
172
}
173
174
div.timelineLink {
175
    color: white;
176
    background-color: black;
177
    z-index: 50;
178
    padding: 5px;
179
    position: absolute;
180
    right: 15px;
181
    font-family: Verdana;
182
    top: 109px;
183
}
184
185
div.timelineLink a {
186
    color: white;
187
}
188
189
div.regionPreviewOverlay {
190
    width: 100%;
191
    height: 100%;
192
    position: absolute;
193
}
194
195
div.previewContent {
196
    overflow: hidden;
484.1.6 by Dan Garner
Library form re-organise to make more usable
197
}
198
199
.layoutJumpListContainer .bootstrap-select.btn-group .dropdown-toggle .filter-option {
200
    text-align: center;
201
    overflow: hidden;
202
}
203
204
.designer-control-panel .btn {
205
    overflow: hidden;
206
}
207
208
.designer-control-panel-checkbox {
209
    padding-top: 5px;
384 by Dan Garner
Moved web servable files to web folder
210
}