style.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. border: 2px groove;
  45. }
  46. .col-md-3.item:hover {
  47. background-color: #03396c;
  48. }
  49. .col-md-3.item hr {
  50. background: white;
  51. }
  52. .btn.btn-primary .octicon {
  53. font-size: 1.5em;
  54. margin-right: 0.5em;
  55. }
  56. .download-ivprog {
  57. font-size: 1.3em;
  58. }
  59. .div-button {
  60. text-align: center;
  61. padding-top: 2.5em;
  62. }
  63. .div-button .span-version {
  64. display: block;
  65. font-size: 98%;
  66. }
  67. .my-4 .octicon-history {
  68. font-size: 1em;
  69. }
  70. .row.thumbs-ivprog-download {
  71. padding-bottom: 3em;
  72. }
  73. .history-ivprog-version {
  74. display: block;
  75. font-size: 1em;
  76. font-weight: bold;
  77. margin-top: -.5em;
  78. margin-bottom: .5em;
  79. }
  80. .history-ivprog-time {
  81. background-color: gray;
  82. padding: .4em;
  83. border-radius: .4em;
  84. }
  85. footer.container {
  86. margin-bottom: 1em;
  87. }
  88. .example-large-div {
  89. background-color: #0bbf4a;
  90. border-radius: .8em;
  91. }
  92. .example-large-div .container .embed-responsive {
  93. border-radius: .5em;
  94. margin-top: 1em;
  95. }
  96. .text-count-example {
  97. font-size: 1.5em;
  98. color: white;
  99. text-shadow: 2px 2px gray;
  100. font-weight: 600;
  101. margin-bottom: .3em;
  102. padding-top: .3em;
  103. }
  104. .example-large-div .text-reduced {
  105. color: #06065a;
  106. font-size: 1.1em;
  107. text-indent: 1em;
  108. }
  109. .text-count-example .octicon {
  110. text-shadow: none;
  111. font-weight: normal;
  112. font-size: .9em;
  113. margin-right: .1em;
  114. }
  115. .container.text-center .btn {
  116. margin: .5em;
  117. }