refinement

This commit is contained in:
Squidly271 2023-05-20 09:54:22 -04:00
parent 4e4dade7b9
commit 4511e89c88
3 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ f2a86fd875cb73bb095388e69ca035fd ./scripts/showStatistics.php
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
5c088a7cf82229cb64edfd4c415a84a0 ./scripts/updatePluginSupport.php
49278ae3008d2e2c54d39c1817a8c249 ./skins/Narrow/._css.php
35bb43c6de611f66c3cfc92b948f30d2 ./skins/Narrow/css.php
0c4fd3c073552744767cdeb7add9f8ec ./skins/Narrow/css.php
d642a25efb891e51471fc4c7636da885 ./skins/Narrow/skin.html
515abf863dad9ccf5331050546cc246b ./skins/Narrow/skin.php

View File

@ -197,7 +197,7 @@ a.ca_fa-delete{text-decoration:none;margin-left:1rem;font-size:2rem;margin-top:-
.ca_forum::before{content:"\f1cd";font-family:fontAwesome;}
.ca_green{color:#038503;}
.ca_holder{background-color:<?=$templateBackground?>;display:inline-block;float:left;height:20rem;min-width:24rem;max-width:24rem;overflow:hidden;padding:20px;margin-top:0px;margin-bottom:1rem;margin-right:1rem;border:1px solid;border-color:<?=$borderColor?>;cursor:pointer;}
.ca_holder:hover{background-color:<?=$templateHoverBackground?>;box-shadow: 5px 5px 5px rgba(255,140,47,.5);}
.ca_holder:hover{background-color:<?=$templateHoverBackground?>;box-shadow: 5px 5px 5px -3px rgba(255,140,47,.5);}
.dockerHubHolder {background-color:<?=$templateBackground?>;display:inline-block;float:left;height:20rem;min-width:24rem;max-width:24rem;overflow:hidden;padding:20px;margin-top:0px;margin-bottom:1rem;margin-right:1rem;border:1px solid;border-color:<?=$borderColor?>;cursor:pointer;}
.dockerHubHolder:hover{background-color:<?=$templateHoverBackground?>;}
.ca_holderFav{background-color:<?=$templateFavourite?> !important;}