forked from TASEmulators/fceux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfceux.css
117 lines (107 loc) · 1.94 KB
/
fceux.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
body {
margin: 0;
padding: 0;
background-color: #E9E9E9;
}
#masthead {
background-repeat: no-repeat;
background-position: left;
background-color: #999999;
padding: 0px;
margin: auto;
border-style: solid;
text-align:center;
font-weight:bold;
font-size:medium;
padding-top:0px;
padding-bottom:1px;
}
#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 {
width: 192px;
float: left;
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;
margin-bottom: 8px;
border-color: #E2E2E2;
}
h1 {
background-image:url('assets/ICON_1.ico');
background-repeat: no-repeat;
background-position: left;
background-color: #999999;
padding: 0px;
margin: auto;
border-style:solid;
border-width: thin;
text-indent:40px;
}
h2 {
background-color: #B4B4B4;
padding: 0px;
border-top-width:4px;
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;
border-width: thin;
text-align: left;
background-color: #E1E1E1;
margin-right: 80px;
}
li {
background-color: #E9E9E9;
padding-left: 1px;
}
.largerfont {
font-weight:bold;
font-size:xx-large;
}