Changeset c02189f in Git for target/classes/static/css
- Timestamp:
- 02/08/22 20:13:23 (3 years ago)
- Branches:
- main
- Children:
- 0226942, 3fe36de
- Parents:
- 3c0f9a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
target/classes/static/css/shared.css
r3c0f9a9 rc02189f 52 52 .bottom{ 53 53 position: absolute; 54 top: 80%;54 top: 75%; 55 55 margin:auto; 56 56 width: 100%; … … 60 60 background-color: rgba(0,0,0,0.25); 61 61 } 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{ 65 73 top: 60%; 66 74 left: auto; … … 105 113 opacity: 0; 106 114 } 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.