<?php
/* This file is part of Exhibitae.
Exhibitae 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
(at your option) any later version.
Exhibitae 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/>.
*/
// CSS for common things
return '
a
{
text-decoration: none;
color: '.$ini['t_common_link_color'].';
font-weight: bold;
}
img
{
border: 0px;
}
.no_link
{
color: '.$ini['t_common_no_link_color'].';
}
.highlight
{
color: '.$ini['t_common_highlight_color'].';
}
.semi_highlight
{
color: '.$ini['t_common_semi_highlight_color'].';
}
#error_title
{
color: '.$ini['t_common_error_title_color'].';
text-align: center;
font-weight: bold;
font-size: 20px;
}
#error_header
{
text-align: center;
}
#error_note
{
text-align: center;
font-size: 9px;
}
#error
{
text-align: center;
color: '.$ini['t_common_error_color'].';
margin: 16px 0px;
}
#error_empty
{
text-align: center;
font-size: 9px;
color: '.$ini['t_common_error_empty_color'].';
margin: 8px;
}
';
?>