design.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .container {
  2. background-color: #3d8bd4;
  3. width: 1020px;
  4. padding: 15px;
  5. border-radius: 10px;
  6. }
  7. header {
  8. margin: 5px;
  9. font-weight: bold;
  10. }
  11. header h1 {
  12. color: #a7c0dc;
  13. font-size: 20px;
  14. }
  15. #nav_ir_para_conteudo {
  16. margin-left: 200px;
  17. padding-top: 15px;
  18. }
  19. #nav_ir_para_conteudo a {
  20. color: white;
  21. font-size: 15px;
  22. }
  23. #main {
  24. width: 100%;
  25. margin: 5px;
  26. }
  27. fieldset {
  28. width: 100%;
  29. background-color: white;
  30. position: relative;
  31. display: block;
  32. margin-top: 15px;
  33. border-radius: 10px;
  34. }
  35. legend {
  36. width: 200px;
  37. border: 3px solid silver;
  38. border-radius: 10px;
  39. background-color: #3d8bd4;
  40. margin-left: 50px;
  41. }
  42. legend h1 {
  43. font-size: 20px;
  44. font-family: "Segoe UI", "Arial", "Times New Roman";
  45. color: white;
  46. padding-left: 10px;
  47. }
  48. footer {
  49. width: 97%;
  50. color: #a7c0dc;
  51. background-color: black;
  52. font-size: 20px;
  53. margin-left: 20px;
  54. font-weight: bold;
  55. padding: 10px;
  56. }
  57. footer h1 {
  58. color: #a7c0dc;
  59. font-size: 20px;
  60. }
  61. .acessible-terminal {
  62. border-radius: 10px;
  63. }
  64. .acessible-terminal .bash-title {
  65. border-radius: 10px 10px 0 0;
  66. }
  67. .variable-item {
  68. border: solid 1px darkgray;
  69. border-radius: 10px;
  70. }
  71. #htmlOlCommandsVariablesVariables {
  72. list-style-type: none;
  73. }
  74. #htmlOlCommandsVariablesOperations {
  75. list-style-type: none;
  76. }
  77. #main ol li {
  78. margin-bottom: 3px;
  79. }
  80. #main ol li a {
  81. text-decoration: none;
  82. }
  83. /* Resume display */
  84. code {
  85. font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono,
  86. DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  87. color: black;
  88. }