DomButtonYellowStar.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* === Yellow Star ==*/
  2. .mblDomButtonYellowStar {
  3. position: relative;
  4. width: 29px;
  5. height: 29px;
  6. }
  7. .mblDomButtonYellowStar > div {
  8. position: absolute;
  9. width: 0px;
  10. height: 0px;
  11. border-style: solid;
  12. border-color: #FFFF00 transparent transparent transparent;
  13. top: 12px;
  14. left: 3px;
  15. border-width: 9px 12px 0px 12px;
  16. -webkit-transform: rotate(0deg);
  17. }
  18. .mblDomButtonYellowStar > div > div {
  19. position: absolute;
  20. width: 24px;
  21. height: 0px;
  22. border-style: solid;
  23. border-color: #CD853F;
  24. border-width: 1px 0px 0px 0px;
  25. top: -10px;
  26. left: -12px;
  27. }
  28. .mblDomButtonYellowStar > div > div > div {
  29. position: absolute;
  30. width: 0px;
  31. height: 0px;
  32. border-style: solid;
  33. border-color: #FFFF00 transparent transparent transparent;
  34. top: 0px;
  35. left: 0px;
  36. border-width: 9px 12px 0px 12px;
  37. -webkit-transform: rotate(72deg);
  38. }
  39. .mblDomButtonYellowStar > div > div > div > div {
  40. position: absolute;
  41. width: 0px;
  42. height: 0px;
  43. border-style: solid;
  44. border-color: #FFFF00 transparent transparent transparent;
  45. top: -10px;
  46. left: -12px;
  47. border-width: 9px 12px 0px 12px;
  48. -webkit-transform: rotate(216deg);
  49. }