|
|
Line 1: |
Line 1: |
| | /* #################### */ |
| | /* Delete after testing */ |
| | /* #################### */ |
| .community_button2 { | | .community_button2 { |
| background-color: #8a5c8a; | | background-color: #8a5c8a; |
Line 11: |
Line 14: |
| display: block; | | display: block; |
| } | | } |
|
| |
| .community_button2:hover, community_button2:visited { | | .community_button2:hover, community_button2:visited { |
| background-color: #ad85ad; | | background-color: #ad85ad; |
| } | | } |
|
| |
| .community_button2>a, .community_button2>a.visited, .community_button2>a.external:visited, .community_button2>a:hover { | | .community_button2>a, .community_button2>a.visited, .community_button2>a.external:visited, .community_button2>a:hover { |
| color: white !important; | | color: white !important; |
Line 21: |
Line 22: |
| } | | } |
|
| |
|
| | .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 */ |
| | /* #################### */ |
|
| |
|
|
| |
|