mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
index.html: add win95.css button theming
This commit is contained in:
parent
c64570ca9f
commit
4d46af1172
@ -7,6 +7,26 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="css/layout.css" />
|
<link rel="stylesheet" type="text/css" href="css/layout.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
button {
|
||||||
|
border-width: 2px;
|
||||||
|
border-style: outset;
|
||||||
|
border-color: buttonface;
|
||||||
|
border-right-color: #424242;
|
||||||
|
border-bottom-color #424242;
|
||||||
|
background: silver;
|
||||||
|
color: black;
|
||||||
|
padding: 4px;
|
||||||
|
border-radius: 1px;
|
||||||
|
}
|
||||||
|
button:hover {
|
||||||
|
border: 2px inset #fff;
|
||||||
|
background: silver;
|
||||||
|
color: black;
|
||||||
|
box-shadow: -1px -1px #000;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<body oncontextmenu="return false;">
|
<body oncontextmenu="return false;">
|
||||||
<div id="box">
|
<div id="box">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user