Blame Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/projection.css

87dce2
/* 
87dce2
 * projection.css -- This file provides visual style for projections.
87dce2
 *
87dce2
 * Copyright (C) 2009-2013 The CentOS Project
87dce2
 * Copyright (C) 2003 by Juergen Hermann
87dce2
 *
87dce2
 * This CSS is free software; you can redistribute it and/or modify it
87dce2
 * under the terms of the GNU General Public License as published by
87dce2
 * the Free Software Foundation; either version 2 of the License, or
87dce2
 * (at your option) any later version.
87dce2
 *
87dce2
 * This CSS is distributed in the hope that it will be useful, but
87dce2
 * WITHOUT ANY WARRANTY; without even the implied warranty of
87dce2
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
87dce2
 * General Public License for more details.
87dce2
 *
87dce2
 * You should have received a copy of the GNU General Public License
87dce2
 * along with this program; if not, write to the Free Software
87dce2
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
af7431
af7431
*/
af7431
af7431
@import url(screen.css);
af7431
af7431
html { line-height: 1.8em; }
af7431
af7431
body, b, em, a, span, div, p, td { font-size: 18pt; }
af7431
af7431
h1 { font-size: 26pt; }
af7431
h2 { font-size: 22pt; }
af7431
h3 { font-size: 20pt; }
af7431
h4 { font-size: 18pt; }
af7431
h5 { font-size: 16pt; }
af7431
h6 { font-size: 14pt; }
af7431
af7431
tt, pre { font-size: 16pt; }
af7431
sup, sub { font-size: 12pt; }
af7431
af7431
table.navigation {
af7431
    float: right;
af7431
    margin: 2px;
af7431
}
af7431
af7431
.navigation td, .navigation a {
af7431
    font-size: 10pt;
af7431
    padding: 2px;
af7431
}
af7431
af7431
#interwiki, #pagelocation, #pageinfo { display: none; }