harraps

microm.css

Apr 18th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1. body{
  2.     background: #111;
  3.     color: white;
  4. }
  5. .microm,
  6. .microm table,
  7. .microm td{
  8.     border-radius: 5px;
  9. }
  10. .microm,
  11. .microm table{
  12.     padding: 10px;
  13. }
  14. .microm{
  15.     background: #333;
  16.     margin: 10px;
  17. }
  18. .microm table{
  19.     margin-left: auto;
  20.     margin-right: auto;
  21. }
  22. .microm td{
  23.     margin: 2px;
  24. }
  25. .microm button{
  26.     background: transparent;
  27.     color: #111;
  28.     min-width: 20px;
  29.     border: 0;
  30.     text-align: center;
  31. }
  32. .microm-display table{
  33.     background: black;
  34. }
  35. .microm-display td{
  36.     width: 20px;
  37.     height: 20px;
  38.     background: #111;
  39.     color: #aaa;
  40. }
  41. .microm-keyboard table{
  42.     background: #222;
  43. }
  44. .microm-keyboard td{
  45.     text-align: center;
  46.     background: #555;
  47.     color: #111;
  48. }
  49. .microm-container{
  50.     margin-top: 50px;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment