fceux/web/fceux.css

117 lines
1.9 KiB
CSS
Raw Permalink Normal View History

body {
margin: 0;
padding: 0;
background-color: #E9E9E9;
}
#masthead {
2009-12-04 18:04:46 +00:00
background-repeat: no-repeat;
background-position: left;
background-color: #999999;
padding: 0px;
margin: auto;
border-style: solid;
text-align:center;
font-weight:bold;
2009-12-04 18:04:46 +00:00
font-size:medium;
padding-top:0px;
padding-bottom:1px;
}
2009-12-04 18:04:46 +00:00
#top_nav {
text-align: center;
margin-left: 200px;
margin-right: 200px;
margin-top: 20px;
margin-bottom: 20px;
}
#top_nav a {
font-size: large;
text-decoration: none;
color: black;
border-radius: 8px;
border-width: 2px;
border-style: solid;
border-color: #333;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
background-color: #BBB;
margin-bottom: 5px;
display: inline-block;
}
#top_nav a:hover {
background-color: #777;
}
#container {
min-width: 600px;
}
#left_col {
2010-05-22 22:34:42 +00:00
width: 192px;
float: left;
2010-05-22 22:34:42 +00:00
padding-right: 8px
}
#page_content {
margin-left: 200px;
}
.Font {
font-family: Arial, Helvetica, sans-serif;
}
#footer {
font-size: small;
text-align: center;
border-style: inset;
border-width: thick;
margin-left: 200px;
margin-right: 200px;
margin-top: 24px;
2009-12-05 00:05:16 +00:00
margin-bottom: 8px;
border-color: #E2E2E2;
}
h1 {
2009-12-05 00:05:16 +00:00
background-image:url('assets/ICON_1.ico');
background-repeat: no-repeat;
background-position: left;
background-color: #999999;
padding: 0px;
margin: auto;
2009-12-04 18:04:46 +00:00
border-style:solid;
border-width: thin;
text-indent:40px;
}
h2 {
background-color: #B4B4B4;
padding: 0px;
border-top-width:4px;
2009-12-04 18:04:46 +00:00
border-style: solid;
border-width: thin;
padding-top: 4px;
margin-top: 20px;
margin-left: 0px;
margin-right: 80px;
}
h3 {
border-style: solid;
border-color: #999999;
2009-12-04 18:04:46 +00:00
border-width: thin;
text-align: left;
background-color: #E1E1E1;
margin-right: 80px;
}
li {
background-color: #E9E9E9;
padding-left: 1px;
}
2009-12-04 18:04:46 +00:00
.largerfont {
font-weight:bold;
font-size:xx-large;
}