mirror of
https://githubfast.com/mhwikicn/mh.git
synced 2024-11-22 03:30:05 +08:00
update color style
This commit is contained in:
parent
d40496a627
commit
ef80a369c0
8
mh.css
8
mh.css
@ -1,7 +1,11 @@
|
||||
body { background-image: url('img/fgback.gif'); background-color: #dda86a;
|
||||
background-repeat: repeat-y; font-size: 10pt; color: #442200 }
|
||||
a { color: #005580; text-decoration: none }
|
||||
a:hover { text-decoration: underline }
|
||||
|
||||
a { text-decoration: none; color:#0000EE; }
|
||||
a:visited { text-decoration: none; }
|
||||
a:hover { text-decoration: underline; color:#EE0000}
|
||||
a:focus { text-decoration: underline; color:#EE00EE}
|
||||
a:hover, a:active { text-decoration: underline; }
|
||||
table { font-size: 10pt ;}
|
||||
.title { font-size: 12pt ; font-weight: bold}
|
||||
.address { margin-left: 8 ; margin-top: 5}
|
||||
|
8
mh2.css
8
mh2.css
@ -1,7 +1,11 @@
|
||||
.body { background-image: url('img/fgback2.gif'); background-color: #dda86a;
|
||||
background-repeat: repeat-y; font-size: 10pt; color: #442200 }
|
||||
a { color: #005580; text-decoration: none }
|
||||
a:hover { text-decoration: underline }
|
||||
|
||||
a { text-decoration: none; color:#0000EE; }
|
||||
a:visited { text-decoration: none; }
|
||||
a:hover { text-decoration: underline; color:#EE0000}
|
||||
a:focus { text-decoration: underline; color:#EE00EE}
|
||||
a:hover, a:active { text-decoration: underline; }
|
||||
table { font-size: 10pt ;}
|
||||
.title { font-size: 12pt ; font-weight: bold}
|
||||
.address { margin-left: 8 ; margin-top: 5}
|
||||
|
Loading…
Reference in New Issue
Block a user