You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
970 B

  1. /* a, a:link, a:visited, a:hover {
  2. color: #5ae1cd!important;
  3. text-decoration: none!important;
  4. }
  5. a:hover {
  6. color: #5ae1cd!important;
  7. text-decoration: none!important;
  8. } */
  9. .btn {
  10. cursor: pointer;
  11. }
  12. hr {
  13. height: 2px!important;
  14. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cee6+0,5ae1cd+98 */
  15. background: #00cee6; /* Old browsers */
  16. background: -moz-linear-gradient(left, #00cee6 0%, #5ae1cd 98%); /* FF3.6-15 */
  17. background: -webkit-linear-gradient(left, #00cee6 0%,#5ae1cd 98%); /* Chrome10-25,Safari5.1-6 */
  18. background: linear-gradient(to right, #00cee6 0%,#5ae1cd 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  19. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cee6', endColorstr='#5ae1cd',GradientType=1 ); /* IE6-9 */
  20. }
  21. .resourcesTable>thead>tr>th, .resourcesTable>tbody>tr>td{
  22. padding-left: 5px;
  23. padding-right: 5px;
  24. text-align: center;
  25. border:1px solid #ffffff;
  26. }