rave_alerts.css in RAVE Alerts 7
Same filename and directory in other branches
#rave-alerts .alert { background: #990000; background: #e51c23; padding: 15px 10%; color: #fff; margin: 0; font-weight: normal; font-size: 18px; line-height: 140%; text-align: center; font-weight: 600; } #rave-alerts a:link, #rave-alerts a:visited { color: #111; background: #fff; font-size: 14px; display: inline-block; line-height: 110%; font-weight: 700; padding: 4px 8px; margin:0 10px; white-space: nowrap; }
File
css/rave_alerts.cssView source
- #rave-alerts .alert {
- background: #990000;
- background: #e51c23;
- padding: 15px 10%;
- color: #fff;
- margin: 0;
- font-weight: normal;
- font-size: 18px;
- line-height: 140%;
- text-align: center;
- font-weight: 600;
- }
-
- #rave-alerts a:link,
- #rave-alerts a:visited {
- color: #111;
- background: #fff;
- font-size: 14px;
- display: inline-block;
- line-height: 110%;
- font-weight: 700;
- padding: 4px 8px;
- margin:0 10px;
- white-space: nowrap;
- }