style.css~ 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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; padding-top: 0.3rem;
  6. }
  7. footer.container {
  8. margin-top: 1%;
  9. }
  10. .jumbotron.ivprogh-desc {
  11. padding-bottom: 0.5rem;
  12. margin-bottom: 1rem;
  13. }
  14. .text-reduced {
  15. font-size: 96%;
  16. margin-bottom: 0.5rem;
  17. }
  18. h1 {
  19. margin-bottom: 0;
  20. }
  21. .col-md-3.item {
  22. padding: 1em; background: #007bff; color: white;
  23. margin: 1em; border-radius: .5em; text-align: center;
  24. border: 1px groove; cursor: pointer;
  25. }
  26. .col-md-3.item .octicon {
  27. font-size: 3em;
  28. }
  29. .col-md-3.item h4 {
  30. font-size: 1.4em;
  31. margin-top: 0.6em;
  32. }
  33. .row.thumbs-ivprog {
  34. margin-top: 1em;
  35. }
  36. .row.thumbs-ivprog-download .item {
  37. background-color: #5a6570;
  38. border: 2px groove;
  39. }
  40. .col-md-3.item:hover {
  41. background-color: #03396c;
  42. }
  43. .col-md-3.item hr {
  44. background: white;
  45. }
  46. .col-md-3.item a {
  47. color: white;
  48. }
  49. .btn.btn-primary .octicon {
  50. font-size: 1.5em;
  51. margin-right: 0.5em;
  52. }
  53. .download-ivprog {
  54. font-size: 1.3em;
  55. }
  56. .div-button {
  57. text-align: center;
  58. padding-top: 2.5em;
  59. }
  60. .div-button .span-version {
  61. display: block;
  62. font-size: 98%;
  63. }
  64. .my-4 .octicon-history {
  65. font-size: 1em;
  66. }
  67. .row.thumbs-ivprog-download {
  68. padding-bottom: 3em;
  69. }
  70. .history-ivprog-version {
  71. display: block;
  72. font-size: 1em;
  73. font-weight: bold;
  74. margin-top: -.5em;
  75. margin-bottom: .5em;
  76. }
  77. .history-ivprog-time {
  78. background-color: gray;
  79. padding: .4em;
  80. border-radius: .4em;
  81. }
  82. footer.container {
  83. margin-bottom: 1em;
  84. }
  85. .example-large-div {
  86. background-color: #0bbf4a;
  87. border-radius: .8em;
  88. margin-top: 0.5em;
  89. }
  90. .example-large-div .container .embed-responsive {
  91. border-radius: .5em;
  92. margin-top: 1em;
  93. }
  94. .text-count-example {
  95. font-size: 1.5em;
  96. color: white;
  97. text-shadow: 2px 2px gray;
  98. font-weight: 600;
  99. margin-bottom: .3em;
  100. padding-top: .3em;
  101. padding-bottom: .2em;
  102. cursor: pointer;
  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. }
  118. .container.example-large-div.autoeval-descript {
  119. background-color: #538564;
  120. color: white;
  121. padding: .2em;
  122. padding-left: 1em;
  123. font-size: 1.1em;
  124. border-radius: .3em;
  125. }
  126. .container.example-large-div.autoeval-descript .pointer {
  127. cursor:pointer;
  128. }
  129. .container.example-large-div.autoeval-descript span {
  130. font-size: 1.2em;
  131. margin-right: .2em;
  132. }
  133. #area-autoeval-descript {
  134. padding-left: 2em;
  135. padding-top: 1em;
  136. padding-right: 2em;
  137. padding-bottom: 1em;
  138. }
  139. button.btn.btn-primary.show-solution {
  140. float: right;
  141. margin-right: 1em;
  142. }
  143. .ivprogh-title-download {
  144. color: #03396c;
  145. }
  146. .ivprogh-title-download .octicon {
  147. font-size: 1em;
  148. }
  149. .table.about-auto-eval {
  150. border: 2px solid white;
  151. }
  152. .box-download {
  153. background: #efefef;
  154. border-radius: .5em;
  155. }
  156. .distinct-container {
  157. margin-top: 2em;
  158. margin-bottom: 2em;
  159. }
  160. .zoom-images {
  161. width: 10em;
  162. cursor: zoom-in;
  163. height: 5.5em !important;
  164. }