Advertisement
Guest User

orderbook_example.css

a guest
May 26th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. body {
  2. font-family: 'Nunito', sans-serif;
  3. }
  4.  
  5. img {
  6. border: 1px solid black;
  7. }
  8.  
  9. .box {
  10. border: 3px solid black;
  11. padding: 3px;
  12. font-family: 'Nunito', sans-serif;
  13. }
  14.  
  15. .box h1 {
  16. color: white;
  17. }
  18.  
  19. .box_table {
  20. cell-padding: 3px;
  21. font-size: 11;
  22. }
  23.  
  24. layout_table {
  25. border: 0;
  26. }
  27.  
  28. right_table th {
  29. font-size: 11;
  30. border: 0;
  31. }
  32.  
  33. .small_table {
  34. border: 1px solid black;
  35. background: white;
  36. font-family: 'Ubuntu Mono', sans-serif;
  37. font-size: 10;
  38. text-align: right;
  39. }
  40.  
  41. .small_table td {
  42. border-right: 1px solid black;
  43. }
  44.  
  45. .small_table th {
  46. text-align: center;
  47. border: 1px solid black;
  48. }
  49.  
  50. .mybids {
  51. background-color: #b0e7b0;
  52. }
  53.  
  54. .bids {
  55. background-color: #80e780;
  56. }
  57.  
  58. .price {
  59. background-color: #e7e780;
  60. }
  61.  
  62. .asks {
  63. background-color: #e78080;
  64. }
  65.  
  66. .myasks {
  67. background-color: #e7b0b0;
  68. }
  69.  
  70. .pricediv {
  71. border-bottom: 1px solid black;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement