| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- table {
- tr {
- th {
- color: #b3b3b3;
- }
- }
- }
- #movieSearch {
- > h5 {
- font-weight: bold;
- text-align: center;
- padding: 0.938rem 0 0 0;
- }
- .search-list {
- a.poster-img {
- .ratio-2x3 {
- --bs-aspect-ratio: 150%;
- }
-
- img {
- object-fit: cover;
-
- &:hover,
- &:focus {
- outline: 1px solid #0a7bb9;
- }
- }
- }
- dl {
- margin-top: 10px;
- dt {
- a {
- font-size: 15px;
- text-decoration: none;
- &:hover,
- &:focus {
- text-decoration: underline;
- }
- }
- }
- dd {
- margin-top: 5px;
- var {
- display: inline-block;
- padding-left: 0;
- }
- sub {
- font-size: 15px;
- font-weight: 500;
- margin-right: 5px;
- }
- }
- }
- }
- }
|