Line 197: | Line 197: | ||
#bodyContent table tr{ | #bodyContent table tr{ | ||
background-color: white; | background-color: white; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent table tr:nth-child(even) { | #bodyContent table tr:nth-child(even) { | ||
Line 231: | Line 232: | ||
list-style-type: none; | list-style-type: none; | ||
color: #149375; | color: #149375; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent a:hover { | #bodyContent a:hover { | ||
Line 308: | Line 310: | ||
padding: 10px; | padding: 10px; | ||
text-decoration: none; | text-decoration: none; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent #sidebar ul li a:hover { | #bodyContent #sidebar ul li a:hover { | ||
Line 321: | Line 324: | ||
padding: 10px; | padding: 10px; | ||
text-decoration: none; | text-decoration: none; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent #sidebar ul ul a:hover { | #bodyContent #sidebar ul ul a:hover { | ||
Line 382: | Line 386: | ||
padding: 20px; | padding: 20px; | ||
font-size: 5vw; | font-size: 5vw; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent section#footer i:hover { | #bodyContent section#footer i:hover { | ||
Line 463: | Line 468: | ||
background: #149375; | background: #149375; | ||
color: white; | color: white; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent a.close:visited { | #bodyContent a.close:visited { | ||
Line 523: | Line 529: | ||
text-align: left; | text-align: left; | ||
outline: none; | outline: none; | ||
− | transition: 0. | + | transition: all 0.5s ease; |
} | } | ||
#bodyContent button.accordion.active, | #bodyContent button.accordion.active, | ||
Line 561: | Line 567: | ||
#mega-menu a { | #mega-menu a { | ||
color: #263238; | color: #263238; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#mega-menu a:link { | #mega-menu a:link { | ||
Line 629: | Line 636: | ||
border: 3px solid white; | border: 3px solid white; | ||
border-radius: 100%; | border-radius: 100%; | ||
+ | transition: all 0.5s ease; | ||
} | } | ||
#bodyContent #sidebar-btn:hover { | #bodyContent #sidebar-btn:hover { |
Revision as of 17:54, 19 September 2017