index.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*@import url(theme://globals/fontello.css);*/
  2. h2 {
  3. color: #11ff00;
  4. }
  5. .greenColor {
  6. color: #11ff00;
  7. }
  8. :host {
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. h3 {
  13. margin-top: 0;
  14. margin-bottom: 10px;
  15. }
  16. .toolbar {
  17. display: flex;
  18. flex-direction: row;
  19. align-items: center;
  20. padding: 10px;
  21. }
  22. #view {
  23. flex: 1;
  24. padding: 10px;
  25. padding-top: 0px;
  26. overflow-y: auto;
  27. overflow-x: hidden;
  28. }
  29. .QQ {
  30. background: url('http://wpa.qq.com/pa?p=2:774177933:51');
  31. width: 77px;
  32. height: 25px;
  33. }
  34. .log {
  35. width: 100%;
  36. height: 170px;
  37. background: #252525;
  38. resize: none;
  39. color: #fd942b;
  40. border-color: #fd942b;
  41. outline: none;
  42. }
  43. .margin0{
  44. margin: 0 0 0 0 ;
  45. }
  46. div.section {
  47. border-bottom: 1px solid #666;
  48. padding-bottom: 10px;
  49. margin-bottom: 10px;
  50. }
  51. div.section:last-child {
  52. border-bottom: 0px;
  53. }
  54. div.group {
  55. min-width: 420px;
  56. margin-bottom: 5px;
  57. display: flex;
  58. flex-direction: row;
  59. align-items: center;
  60. flex-wrap: wrap;
  61. }
  62. span {
  63. margin-right: 0.25em;
  64. }