|
|
Line 1: |
Line 1: |
| | .community_button2 { |
| | background-color: #8a5c8a; |
| | border-radius: 10px; |
| | color: white; |
| | width: 210px; |
| | text-align: center; |
| | text-decoration: none; |
| | font-size: 1.1em; |
| | margin: 5px; |
| | padding: 5px; |
| | display: block; |
| | } |
| | |
| | .community_button2:hover, community_button2:visited { |
| | background-color: #ad85ad; |
| | } |
| | |
| | .community_button2>a, .community_button2>a.visited, .community_button2>a.external:visited, .community_button2>a:hover { |
| | color: white !important; |
| | text-decoration: none !important; |
| | } |
| | |
| | |
| | |
| | |
| | |
| | |
| /* Shifts the Destination filename field on the Special:Upload page */ | | /* Shifts the Destination filename field on the Special:Upload page */ |
| .page-Special_Upload #wpDestFile { | | .page-Special_Upload #wpDestFile { |