1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .ivprog-container {
- -webkit-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
- box-shadow: 0px 0px 31px -5px rgba(0,0,0,0.75);
- border-radius: 4px;
- padding-top: 0.3rem;
- }
- footer.container {
- margin-top: 1%;
- }
- .jumbotron.ivprogh-desc {
- padding-bottom: 0.5rem;
- margin-bottom: 1rem;
- }
- .text-reduced {
- font-size: 96%;
- margin-bottom: 0.5rem;
- }
- h1 {
- margin-bottom: 0;
- }
- .col-md-3.item {
- padding: 1em;
- background: #007bff;
- color: white;
- margin: 1em;
- border-radius: .5em;
- text-align: center;
- border: 1px groove;
- cursor: pointer;
- }
- .col-md-3.item .octicon {
- font-size: 3em;
- }
- .col-md-3.item h4 {
- font-size: 1.4em;
- margin-top: 0.6em;
- }
- .row.thumbs-ivprog {
- margin-top: 1em;
- }
- .col-md-3.item:hover {
- background-color: #03396c;
- }
- .col-md-3.item hr {
- background: white;
- }
|