|
|
Line 1: |
Line 1: |
| /* #################### */
| |
| /* Delete after testing */
| |
| /* #################### */
| |
| .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;
| |
| }
| |
|
| |
| .online_records_button2 {
| |
| background-color: #3073dd;
| |
| border-radius: 10px;
| |
| color: white;
| |
| width: 210px;
| |
| text-align: center;
| |
| text-decoration: none;
| |
| font-size: 1.1em;
| |
| margin: 5px;
| |
| padding: 5px;
| |
| display: block;
| |
| }
| |
| .online_records_button2:hover, .online_records_button2:visited {
| |
| text-decoration: none !important;
| |
| background-color: #6597e6;
| |
| }
| |
| .online_records_button2>a, .online_records_button2>a.visited, .online_records_button2>a.external:visited, .online_records_button2>a:hover {
| |
| color: white !important;
| |
| text-decoration: none !important;
| |
| }
| |
|
| |
| /* #################### */
| |
| /* Delete above */
| |
| /* #################### */
| |
|
| |
|
| |
|
| /* Shifts the Destination filename field on the Special:Upload page */ | | /* Shifts the Destination filename field on the Special:Upload page */ |