<?php
//Copyright (c) Florian Grannemann
//Last change in version: 2.0 Alpha 1
/*
******************************************************************************
ADbNewsSender 2
Copyright (C) 2009 Florian Grannemann (hide@address.com)
Website: http://adbnewssender.sf.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/
******************************************************************************
*/
?>
/*This is used in the newsletter management modul to show the available newsletters in a table:*/
table.shownewsletters
{
font-size:80%;
}
/*This is used in the view maillinglist and view pendinglist modules to show all entries in a table:*/
table.showentries
{
font-size:75%;
}
body {
color: black; background-color: white;
font-size: 100.0%;
font-family: Helvetica,Arial,sans-serif;
margin: 0; padding: 1em;
}
h1 { font-size:200%;
color:black;
font-style:italic;
text-decoration: underline;
}
a {
color:black;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
#contents {
position:absolute;
height:100%;
width:60%;
overflow:auto;
top:5em;
left:1em;
bottom:0;
}
#header
{
width:100%;
}
#menu
{
top:5em;
left:80%;
right:1em;
width:30%;
float: right;
border: 3px dotted;
padding:0.5em;
}