source: extensions/custom_contact_link/style.css

Last change on this file was 32165, checked in by ddtddt, 4 years ago

[custom_contact_link]

File size: 628 bytes
Line 
1#customContactLink {
2  margin:10px;
3}
4
5#customContactLink {
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: 600px;
15    text-align:center;
16}
17
18#customContactLink img {
19    border:none;
20    margin:0;
21    margin-bottom:-10px;
22}
23
24#customContactLink a {
25    color:#ddd;
26    border:none;
27    text-decoration:none;
28}
29
30#customContactLink a:hover {
31    color:#fff;
32    border:none;
33    text-decoration:none;
34}
35
36.clichere{
37    font-size: 12px;
38        font-style: italic;
39}
Note: See TracBrowser for help on using the repository browser.