~trb143/openlp/remoteweb

« back to all changes in this revision

Viewing changes to old_code/css/main.css

  • Committer: Tim Bentley
  • Date: 2017-06-11 20:28:35 UTC
  • Revision ID: tim.bentley@gmail.com-20170611202835-370ity9y702335r4
site cleanup and test structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
* OpenLP - Open Source Lyrics Projection                                      *
3
 
* --------------------------------------------------------------------------- *
4
 
* Copyright (c) 2008-2017 OpenLP Developers                                   *
5
 
* --------------------------------------------------------------------------- *
6
 
* This program is free software; you can redistribute it and/or modify it     *
7
 
* under the terms of the GNU General Public License as published by the Free  *
8
 
* Software Foundation; version 2 of the License.                              *
9
 
*                                                                             *
10
 
* This program is distributed in the hope that it will be useful, but WITHOUT *
11
 
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       *
12
 
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for    *
13
 
* more details.                                                               *
14
 
*                                                                             *
15
 
* You should have received a copy of the GNU General Public License along     *
16
 
* with this program; if not, write to the Free Software Foundation, Inc., 59  *
17
 
* Temple Place, Suite 330, Boston, MA 02111-1307 USA                          *
18
 
******************************************************************************/
19
 
body {
20
 
  background-color: black;
21
 
  font-family: sans-serif;
22
 
  overflow: hidden;
23
 
}
24
 
 
25
 
.size {
26
 
    position: absolute;
27
 
    top: 0px;
28
 
    vertical-align: middle;
29
 
    height: 100%;
30
 
    background-size: cover;
31
 
    background-repeat: no-repeat;
32
 
}