- Make the CSS more better.
This commit is contained in:
parent
fa8bcd2e03
commit
d9548d4215
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30720
1 changed files with 13 additions and 3 deletions
|
@ -108,7 +108,7 @@ OL {
|
||||||
BODY PRE {
|
BODY PRE {
|
||||||
margin: .75em 0;
|
margin: .75em 0;
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
color: #461b7e;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY TD, BODY TH {
|
BODY TD, BODY TH {
|
||||||
|
@ -134,9 +134,14 @@ BODY P B.APPLICATION {
|
||||||
}
|
}
|
||||||
|
|
||||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||||
.GUILABEL, .INTERFACE, .GUIBUTTON,
|
.GUILABEL, .INTERFACE,
|
||||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.GUIBUTTON {
|
||||||
background-color: #CFCFCF;
|
background-color: #CFCFCF;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ACCEL {
|
.ACCEL {
|
||||||
|
@ -145,5 +150,10 @@ BODY P B.APPLICATION {
|
||||||
}
|
}
|
||||||
|
|
||||||
.PROGRAMLISTING, .SCREEN {
|
.PROGRAMLISTING, .SCREEN {
|
||||||
margin-left: 3ex;
|
background-color: #DEE3E7;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen { /* hide from IE3 */
|
||||||
|
a[href]:hover { background: #ffa }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue