menu image and style changes

This commit is contained in:
/dev/urandom 2021-01-26 10:06:46 +03:00
parent c89c99ffaf
commit 65bc0be9da
2 changed files with 11 additions and 7 deletions

View file

@ -128,20 +128,22 @@ th, td {
.nav_linkmenu a {
display: inline-block;
background: C_FOOTERBG;
margin: 6px 2px;
padding: 2px 4px;
border: 1px solid C_DBORDER;
width: 128px;
height: 32px;
line-height: 32px;
background: url("/menu_button.gif");
font-weight: bold;
color: C_NAVFG;
text-shadow: 1px 1px 0 C_FOOTERBG;
text-decoration: none;
}
.nav_linkmenu a:hover {
background: C_DERR url("/menu_hover.gif");
background: url("/menu_button_hover.gif");
}
.nav_linkmenu a:active {
background: C_DGREEN url("/menu_pressed.gif");
background: url("/menu_button_sel.gif");
}
.footer a, .footer a:visited {
@ -289,7 +291,7 @@ HASH(#itime-progress) {
}
.content {
padding-inline: 1em;
padding-block-end: 1em;
padding-block: 1em;
}
.info, .warning, .error {

View file

@ -13,6 +13,8 @@
<link href="xstyle.css" rel="stylesheet" type="text/css" media="all">
<link href="/style_alt.css" rel="alternate stylesheet" type="text/css" media="all" title="Funky">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="preload" href="/menu_button_hover.gif" as="image">
<link rel="preload" href="/menu_button_sel.gif" as="image">
<?theme style?>
</head>
<body>