123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
-
- li {
- float: left;
- display: block;
- }
-
- .on {
- background-color:#f0f0f0;
- border:solid #f0f0f0 2px;
- width:100px;
- height:26px;
- margin-right:5px;
- text-align:center;
- }
-
- .off {
- background-color:#ffffff;
- border:outset 2px;
- width:100px;
- height:26px;
- margin-right:5px;
- text-align:center;
- }
-
- .on a {
- text-decoration:none;
- display:block;
- margin-top:5px;
- }
- .on a:link {color:#000000;}
- .on a:visited {color:#000000;}
- .on a:hover {color:#000000;}
-
- .off a {
- text-decoration:none;
- display:block;
- margin-top:5px;
- }
- .off a:link {color:#000000;}
- .off a:visited {color:#000000;}
- .off a:hover {color:#ff0000;}
-
- .box1 {height:26px;}
-
- .box2 {
- clear:both;
- border-top:solid 10px #f0f0f0;
- border-bottom:solid 3px #f0f0f0;
- border-left:solid 3px #f0f0f0;
- border-right:solid 3px #f0f0f0;
- }
|