forked from james/femboyfinancial.jp
dl page style fixes
This commit is contained in:
parent
f818c02c3b
commit
fefebb58f3
@ -7,12 +7,27 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-image: url('/assets/Downloads.gif');
|
background-image: url('/assets/Downloads.gif');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
color: #EE2D24;
|
||||||
|
}
|
||||||
|
.copyright, .footerlinks a {
|
||||||
color: #EE2D24;
|
color: #EE2D24;
|
||||||
}
|
}
|
||||||
.dllist {
|
.dllist {
|
||||||
margin: 65px 75px;
|
margin: 65px 75px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
.dllist h6 {
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.dllist img {
|
||||||
|
image-rendering: crisp-edges;
|
||||||
|
}
|
||||||
|
.dllist a {
|
||||||
|
color: #EE2D24;
|
||||||
|
font-size: 9px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user