diff --git a/actorsmenu.html b/actorsmenu.html index 267172fc0..707c670a4 100644 --- a/actorsmenu.html +++ b/actorsmenu.html @@ -101,6 +101,16 @@ How actors in mk64 works. There are two kinds of actors. display: block; background-color: rgb(40, 44, 52); width: 320px; + box-shadow: 0 0 0 0; + transition: 0.3s ease; +} +.pagelink:hover { + box-shadow: 0 5px 15px 5px rgba(0,0,0,1); + +} +.pagelink:hover img { + transform: scale3d(1.1,1.1,1.1); + } .pageimg { display: inline-block; @@ -108,6 +118,9 @@ How actors in mk64 works. There are two kinds of actors. position: relative; overflow: hidden; } +.pageimg img { + transition: 0.3s ease; +} .content { color: white; font-size: 1em; @@ -119,6 +132,7 @@ How actors in mk64 works. There are two kinds of actors. font-size: 18px; color: white; font-weight: bold; + text-decoration: none; } .pagedescription { color: #fff; @@ -134,10 +148,23 @@ How actors in mk64 works. There are two kinds of actors. line-height: 1.64em; font-size: 1em; font-weight: normal; + text-decoration: none; } .pagea { display: inline-block; } +.pagea:link { + text-decoration: none; +} +.pagea:visited { + text-decoration: none; +} +.pagea:hover { + text-decoration: none; +} +.pagea:active { + text-decoration: none; +} p { margin: 0; padding: 0; @@ -147,7 +174,7 @@ p {