Line 1: | Line 1: | ||
+ | |||
ul { | ul { | ||
list-style-image: none; | list-style-image: none; | ||
+ | } | ||
+ | |||
+ | #top_title, #top_menu_under { | ||
+ | display: none; | ||
} | } | ||
Revision as of 13:50, 29 June 2018
ul { list-style-image: none; }
- top_title, #top_menu_under {
display: none; }
body{
background-color: #B2B2B2;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
width: 1322px;
@charset 'UTF-8
}
img{ float:left; }
- story{
width: 420px; color: #333; border: 1px solid #ccc; background:#CCC8B3; margin: 0px 0px 5px 0px; padding: 10px; height: 579px; float:left; }
#title { display: none; color: #ffffff; background-color: #000000; text-align: center; width: 130px; padding: 10px; }
- content {
width: 1300px; color: #333; border: 1px solid #ccc; background:#CCC8B3; margin: 0px 0px 5px 0px; padding: 10px; float:left;
}
- footer {
color: #333; width: 1300px; border: 1px solid #ccc; background-color:#F3F2ED; margin: 0px 0px 10px 0px; padding: 10px; float: bottom;
}
.topnav {
overflow: hidden; background-color: #333;
}
.topnav a {
float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px;
}
.topnav a:hover {
background-color: #ddd; color: black;
}
.topnav a.active {
background-color: #ff0000; color: white;
}