/**
* Default style sheet, based of the work of Juri Aksenov
*
- * $Id: global.css,v 1.9 2003/05/28 02:01:34 chriskl Exp $
+ * $Id: global.css,v 1.10 2003/05/28 03:08:45 chriskl Exp $
*/
/** ELEMENTS */
margin: 4px;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
padding: 0px;
- font-size: 0.8em;
+ font-size: smaller; /*0.8em;*/
text-align: left;
}
-.foo {
- font-size: 1em;
-}
-
body.topbar
{
background-color: #CECF9C;
margin: 0px;
padding: 0px;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
+ font-size: smaller; /* 1em; */
text-align: left;
border-bottom: 2px solid #000000;
}
margin: 0px;
padding: 0px;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
+ font-size: smaller; /*1em;*/
text-align: left;
border-right: 1px dashed #c0c0c0;
}
margin: 0px;
padding: 0px;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
+ font-size: smaller; /*1em;*/
text-align: left;
border-top: 1px solid #000000;
}
h2
{
color: #666633;
- font-size: 1.3em;
+ font-size: large; /*1.3em;*/
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
font-weight: bold;
}
background-color: #F3F3E9;
text-align: center;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.9em;
+ font-size: smaller; /* 0.9em */
font-weight: bold;
}
background-color: #E6E6CC;
text-align: center;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.9em;
+ font-size: smaller; /* 0.9em */
}
td.topbar
margin: 0px 0px;
padding: 0px;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.8em;
+ font-size: smaller; /*0.8em;*/
text-align: left;
}
background-color: #F3F3E9;
text-align: left;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.8em;
+ font-size: smaller; /*0.8em;*/
}
td.data2
background-color: #E6E6CC;
text-align: left;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.8em;
+ font-size: smaller; /*0.8em;*/
}
td.opbutton1
border-right: 1px solid #706D41;
border-bottom: 1px solid #706D41;
border-left: 1px solid #FFFFFF;
- padding-left: 6px;
- padding-right: 6px;
cursor: hand;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.8em;
+ font-size: smaller; /*0.8em;*/
+ padding-left: 6px;
+ padding-right: 6px;
+ text-align: center;
}
td.opbutton2
border-right: 1px solid #706D41;
border-bottom: 1px solid #706D41;
border-left: 1px solid #FFFFFF;
- padding-left: 6px;
- padding-right: 6px;
cursor: pointer;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 0.8em;
+ font-size: smaller; /*0.8em;*/
+ padding-left: 6px;
+ padding-right: 6px;
+ text-align: center;
}
a,a:active
{
color: #336699;
font-family: arial;
- font-size: 1em;
text-decoration: none;
}
{
color: #336699;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
text-decoration: none;
}
{
color: #cc0000;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
text-decoration: none;
}
{
color: #336699;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
font-weight: bold;
text-decoration: none;
}
{
color: #336699;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
font-weight: bold;
text-decoration: none;
}
{
color: #cc0000;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
font-weight: bold;
text-decoration: none;
}
{
color: #cc0000;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
- font-size: 1em;
font-weight: bold;
text-decoration: none;
+ font-size: 1.2em;
}
+
/**
* Top menu for phpPgAdmin
*
- * $Id: topbar.php,v 1.12 2003/05/26 11:33:22 chriskl Exp $
+ * $Id: topbar.php,v 1.13 2003/05/28 03:08:45 chriskl Exp $
*/
// Include application functions
$misc->printHeader();
$misc->printBody('topbar');
?>
-<table width="100%" border="0" cellspacing="0" cellpadding="0" style="background-color: #CECF9C;">
+<table width="100%" border="0" cellspacing="0" cellpadding="0" class="topbar">
<tr>
<td width="211" rowspan="2"><img src="images/themes/<?php echo $conf['theme'] ?>/title.gif" width="211" height="50" alt="<?php echo htmlspecialchars($appName) ?>" /></td>
- <td style="background-color: #CECF9C;" width="5" rowspan="2"> </td>
- <td style="background-color: #CECF9C;">
+ <td class="topbar" width="5" rowspan="2"> </td>
+ <td class="topbar">
<?php echo sprintf($lang['strtopbar'], htmlspecialchars($conf['description']),
htmlspecialchars($conf['servers'][$_SESSION['webdbServerID']]['host']),
htmlspecialchars($conf['servers'][$_SESSION['webdbServerID']]['port']),
date($lang['strtimefmt'])) ?></td>
</tr>
<tr>
- <td style="background-color: #CECF9C;">
+ <td class="topbar">
<?php
// For superuser, show user and group admin. For normal user, show change password.
if ($data->isSuperUser($_SESSION['webdbUsername'])) :