style.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .ivprog-container {
  2. -webkit-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
  3. -moz-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
  4. box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
  5. border-radius: 4px;
  6. padding-top: 0.3rem;
  7. }
  8. footer.container {
  9. margin-top: 1%;
  10. }
  11. .jumbotron.ivprogh-desc {
  12. padding-bottom: 0.5rem;
  13. margin-bottom: 1rem;
  14. }
  15. .text-reduced {
  16. font-size: 96%;
  17. margin-bottom: 0.5rem;
  18. }
  19. h1 {
  20. margin-bottom: 0;
  21. }
  22. .col-md-3.item {
  23. padding: 1em;
  24. background: #007bff;
  25. color: white;
  26. margin: 1em;
  27. border-radius: .5em;
  28. text-align: center;
  29. border: 1px groove;
  30. cursor: pointer;
  31. }
  32. .col-md-3.item .octicon {
  33. font-size: 3em;
  34. }
  35. .col-md-3.item h4 {
  36. font-size: 1.4em;
  37. margin-top: 0.6em;
  38. }
  39. .row.thumbs-ivprog {
  40. margin-top: 1em;
  41. }
  42. .row.thumbs-ivprog-download .item {
  43. background-color: #5a6570;
  44. }
  45. .col-md-3.item:hover {
  46. background-color: #03396c;
  47. }
  48. .col-md-3.item hr {
  49. background: white;
  50. }
  51. .btn.btn-primary .octicon {
  52. font-size: 1.5em;
  53. margin-right: 0.5em;
  54. }
  55. .download-ivprog {
  56. font-size: 1.3em;
  57. }
  58. .div-button {
  59. text-align: center;
  60. padding-top: 2.5em;
  61. }
  62. .div-button .span-version {
  63. display: block;
  64. font-size: 98%;
  65. }
  66. .my-3 .octicon-history {
  67. font-size: 1em;
  68. }
  69. .history-ivprog-version {
  70. display: block;
  71. font-size: 1em;
  72. font-weight: bold;
  73. margin-top: -.5em;
  74. margin-bottom: .5em;
  75. }
  76. .history-ivprog-time {
  77. background-color: gray;
  78. padding: .4em;
  79. border-radius: .4em;
  80. }