1 /*****************************************************************************
2 * style.css: VLC media player web interface
3 *****************************************************************************
4 * Copyright (C) 2005-2006 the VideoLAN team
7 * Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
22 *****************************************************************************/
25 background-color: #eee;
26 font-family: Arial, sans-serif;
28 text-align: center; /* Center on page - IE */
42 border: solid #000 1px;
43 margin: 10px auto; /* Center on page - Firefox */
45 overflow: hidden; /* so that the title bar doesn't overflow on
46 * firefox but still takes all the div's width
64 border: solid #000 1px;
65 background-color: #fff;
71 border: solid 1px #000;
74 border: solid 1px #000;
78 width: 100%/*576px*/; /* see overflow:hidden several lines
79 * before for explanation */
80 background: #000 url('images/vlc16x16.png') no-repeat top left;
86 border: 1px none #000;
88 background-color: #000;
97 border: 1px solid #fff;
99 background-color: #fff;
106 padding-bottom: 0.3em;
108 div.list_element ul {
125 text-decoration: underline;
142 border: 0px none black;
146 background-color: #fff;
148 border: solid #888 1px;
149 margin: 10px auto; /* Center on page - Firefox */
158 div#browse div.title {
159 background-color: #008;
169 background: url('images/white.png') repeat;
174 background-color: #aaf;
177 background-color: #faa;
180 background-color: #afa;
183 border: 0px solid #000;
189 border: 0px solid #000;
193 border-spacing: 0px 0px;
196 table#mosaic_table tr {
200 table#mosaic_table td {
201 border: 0px solid #000;
206 table#mosaic_table input {
208 background: transparent;
211 textarea#mosaic_code {
217 div.controls button.on {
218 background-color: #aaa;
221 div.controls button.off {
222 background-color: #fff;
231 border: 1px solid #ccc;
234 background: url('images/white.png') repeat;
240 background: transparent;
242 div.menu button.menuout {
243 border: 1px solid transparent;
245 div.menu button.menuover {
246 border: 1px solid #000;
249 div.popup img.close {