Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
playground:style_useruser [2025/01/25 14:43] – user478 | playground:style_useruser [2025/01/25 16:56] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | .dream-card { | + | %% |
- | | + | *{background-color: |
- | transition: transform 0.2s; | + | %% |
- | } | + | |
- | + | ||
- | .dream-card: | + | |
- | transform: translateY(-5px); | + | |
- | box-shadow: 0 4px 15px rgba(0, | + | |
- | } | + | |
- | + | ||
- | .tag-badge { | + | |
- | margin-right: | + | |
- | margin-bottom: | + | |
- | cursor: pointer; | + | |
- | } | + | |
- | + | ||
- | .archetype-section { | + | |
- | border-left: | + | |
- | padding-left: | + | |
- | margin: 10px 0; | + | |
- | } | + | |
- | + | ||
- | .symbol-section { | + | |
- | border-left: | + | |
- | padding-left: | + | |
- | margin: 10px 0; | + | |
- | } | + | |
- | + | ||
- | .search-highlight { | + | |
- | | + | |
- | } | + | |
- | + | ||
- | .delete-btn { | + | |
- | position: absolute; | + | |
- | top: 10px; | + | |
- | right: 10px; | + | |
- | opacity: 0; | + | |
- | transition: opacity 0.2s; | + | |
- | } | + | |
- | + | ||
- | .dream-card: | + | |
- | opacity: 1; | + | |
- | } | + |