menu image and style changes

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

View file

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

View file

@ -13,6 +13,8 @@
<link href="xstyle.css" rel="stylesheet" type="text/css" media="all"> <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 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="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?> <?theme style?>
</head> </head>
<body> <body>