Ignore:
Timestamp:
02/08/22 22:07:07 (2 years ago)
Author:
GitHub <noreply@…>
Branches:
main
Children:
967b414
Parents:
ad4243e (diff), c02189f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Mato-77 <56981531+Mato-77@…> (02/08/22 22:07:07)
git-committer:
GitHub <noreply@…> (02/08/22 22:07:07)
Message:

Merge pull request #3 from partaloski/master

Added new core functionalities, fixed bugs and improved visual clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/classes/static/css/shared.css

    rad4243e r0226942  
    5252.bottom{
    5353    position: absolute;
    54     top: 80%;
     54    top: 75%;
    5555    margin:auto;
    5656    width: 100%;
     
    6060    background-color: rgba(0,0,0,0.25);
    6161}
    62 
    63 
    64 .bottom-heart{
     62.bottom h3, .bottom span{
     63    margin-bottom: 0px;
     64    margin-top: 0px;
     65}
     66.bottom span{
     67    font-size: 75%;
     68    margin-top: 5px;
     69}
     70
     71
     72.elements .card .btn{
    6573    top: 60%;
    6674    left: auto;
     
    105113    opacity: 0;
    106114}
     115
     116.person-movies-list{
     117    margin: auto;
     118    margin-top: 20px;
     119    padding: 10px;
     120    width: 80%;
     121    background-color: rgba(52, 58, 64, 0.7);
     122    border-radius: 10px;
     123    transition: 200ms;
     124    color: white;
     125}
     126
     127.person-movies-list:hover{
     128    background-color: rgba(52, 58, 64, 1);
     129}
     130
     131.person-movies-list ul{
     132    list-style-type: none;
     133}
     134
     135.person-movies-list ul li{
     136    color:black;
     137    background-color: rgba(255,255,255,0.7);
     138    padding: 12px;
     139    font-size: 120%;
     140    width: 80%;
     141    text-align: center;
     142    margin: auto;
     143    transition: 200ms;
     144    border-radius: 10px;
     145    margin-bottom: 5px;
     146    text-decoration: underline;
     147}
     148
     149.person-movies-list hr{
     150    color: white;
     151    background-color: white;
     152    border-color: white;
     153}
     154
     155.person-movies-list ul li:hover{
     156    background-color: rgba(255,255,255,1);
     157    text-decoration-color: blue;
     158}
     159
     160.genres-listing ul li:hover{
     161    background-color: rgba(222,128,128,1);
     162}
     163
     164.genres-listing ul li{
     165    background-color: rgba(192,128,128,0.7);
     166    text-decoration: none !important;
     167}
     168
     169.person-movies-list ul li a{
     170    color: black;
     171    transition: 250ms;
     172    text-decoration: underline;
     173    text-decoration-color: black;
     174}
     175
     176.person-movies-list ul li a:hover{
     177    color:blue;
     178}
     179
     180
     181#admin-buttons a{
     182    display: inline-block;
     183    width: 95%;
     184    margin: auto;
     185    margin-top: 10px;
     186    font-size: 125%;
     187    clear: both;
     188}
     189
     190#image-movie-section{
     191    height: fit-content;
     192    min-height: fit-content;
     193}
     194
     195#likes-showcase{
     196    background-color: rgba(192,128,128,0.7);
     197    border-radius: 10px;
     198    padding:10px;
     199    width: 60%;
     200    margin: auto;
     201    transition: 200ms;
     202    margin-top: 2%;
     203}
     204
     205#likes-showcase strong{
     206    font-size: 150%;
     207}
     208
     209#likes-showcase:hover{
     210    background-color: rgba(222,128,128,1);
     211}
     212
     213.invisible-search{
     214    display: none;
     215}
Note: See TracChangeset for help on using the changeset viewer.