You are here

messageclose.css in Status Message Close 8

Same filename and directory in other branches
  1. 6 css/messageclose.css
  2. 7 css/messageclose.css
a.messageclose {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 0 1px;
}

a.messageclose:hover,
a.messageclose:focus,
a.messageclose:active {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

File

css/messageclose.css
View source
  1. a.messageclose {
  2. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  3. float: right;
  4. color: #000000;
  5. font-size: 20px;
  6. font-weight: bold;
  7. line-height: 13.5px;
  8. text-shadow: 0 1px 0 #ffffff;
  9. filter: alpha(opacity=25);
  10. -khtml-opacity: 0.25;
  11. -moz-opacity: 0.25;
  12. opacity: 0.25;
  13. background-color: rgba(0, 0, 0, 0.25);
  14. display: inline-block;
  15. padding: 0 1px;
  16. }
  17. a.messageclose:hover,
  18. a.messageclose:focus,
  19. a.messageclose:active {
  20. color: #000000;
  21. text-decoration: none;
  22. filter: alpha(opacity=40);
  23. -khtml-opacity: 0.4;
  24. -moz-opacity: 0.4;
  25. opacity: 0.4;
  26. }