style.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. margin-top: 0.5em;
  92. }
  93. .example-large-div .container .embed-responsive {
  94. border-radius: .5em;
  95. margin-top: 1em;
  96. }
  97. .text-count-example {
  98. font-size: 1.5em;
  99. color: white;
  100. text-shadow: 2px 2px gray;
  101. font-weight: 600;
  102. margin-bottom: .3em;
  103. padding-top: .3em;
  104. padding-bottom: .2em;
  105. cursor: pointer;
  106. }
  107. .example-large-div .text-reduced {
  108. color: #06065a;
  109. font-size: 1.1em;
  110. text-indent: 1em;
  111. }
  112. .text-count-example .octicon {
  113. text-shadow: none;
  114. font-weight: normal;
  115. font-size: .9em;
  116. margin-right: .1em;
  117. }
  118. .container.text-center .btn {
  119. margin: .5em;
  120. }
  121. .container.example-large-div.autoeval-descript {
  122. background-color: #538564;
  123. color: white;
  124. padding: .2em;
  125. padding-left: 1em;
  126. font-size: 1.1em;
  127. border-radius: .3em;
  128. }
  129. .container.example-large-div.autoeval-descript .pointer {
  130. cursor:pointer;
  131. }
  132. .container.example-large-div.autoeval-descript span {
  133. font-size: 1.2em;
  134. margin-right: .2em;
  135. }
  136. #area-autoeval-descript {
  137. padding-left: 2em;
  138. padding-top: 1em;
  139. padding-right: 2em;
  140. padding-bottom: 1em;
  141. }
  142. button.btn.btn-primary.show-solution {
  143. float: right;
  144. margin-right: 1em;
  145. }
  146. .ivprogh-title-download {
  147. color: #03396c;
  148. }
  149. .ivprogh-title-download .octicon {
  150. font-size: 1em;
  151. }
  152. .table.about-auto-eval {
  153. border: 2px solid white;
  154. }
  155. .box-download {
  156. background: #efefef;
  157. border-radius: .5em;
  158. }
  159. .distinct-container {
  160. margin-top: 2em;
  161. margin-bottom: 2em;
  162. }
  163. .zoom-images {
  164. width: 10em;
  165. cursor: zoom-in;
  166. height: 5.5em !important;
  167. }