Last change
on this file since 30343 was
27503,
checked in by plg, 11 years ago
|
plugin do add a big download button on the page of the photo
|
File size:
554 bytes
|
Rev | Line | |
---|
[27503] | 1 | #customDownloadLink { |
---|
| 2 | margin:10px; |
---|
| 3 | } |
---|
| 4 | |
---|
| 5 | #customDownloadLink { |
---|
| 6 | background-color: #222222; |
---|
| 7 | -moz-border-radius: 10px; |
---|
| 8 | -webkit-border-radius: 10px; |
---|
| 9 | border-radius: 10px; |
---|
| 10 | font-size: 20px; |
---|
| 11 | letter-spacing:1px; |
---|
| 12 | line-height: 50px; |
---|
| 13 | margin: 10px auto; |
---|
| 14 | width: 300px; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | #customDownloadLink img { |
---|
| 18 | border:none; |
---|
| 19 | margin:0; |
---|
| 20 | margin-bottom:-10px; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | #customDownloadLink a { |
---|
| 24 | color:#ddd; |
---|
| 25 | border:none; |
---|
| 26 | text-decoration:none; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | #customDownloadLink a:hover { |
---|
| 30 | color:#fff; |
---|
| 31 | border:none; |
---|
| 32 | text-decoration:none; |
---|
| 33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.