source: extensions/custom_download_link/style.css @ 27503

Last change on this file since 27503 was 27503, checked in by plg, 10 years ago

plugin do add a big download button on the page of the photo

File size: 554 bytes
Line 
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.