style.css 855 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. .col-md-3.item:hover {
  43. background-color: #03396c;
  44. }
  45. .col-md-3.item hr {
  46. background: white;
  47. }