You are here

rave_alerts.css in RAVE Alerts 7

Same filename and directory in other branches
  1. 1.0.x css/rave_alerts.css
#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.css
View source
  1. #rave-alerts .alert {
  2. background: #990000;
  3. background: #e51c23;
  4. padding: 15px 10%;
  5. color: #fff;
  6. margin: 0;
  7. font-weight: normal;
  8. font-size: 18px;
  9. line-height: 140%;
  10. text-align: center;
  11. font-weight: 600;
  12. }
  13. #rave-alerts a:link,
  14. #rave-alerts a:visited {
  15. color: #111;
  16. background: #fff;
  17. font-size: 14px;
  18. display: inline-block;
  19. line-height: 110%;
  20. font-weight: 700;
  21. padding: 4px 8px;
  22. margin:0 10px;
  23. white-space: nowrap;
  24. }