8,960
edits
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
#p-themes-item-light a { | #p-themes-item-light a { | ||
--background-color: #f1f1f1; | |||
--header-background-color: #ffffff; | |||
--content-background-color: #ffffff; | |||
direction: ltr; | |||
font-family: 'MyCustomFont2', sans-serif; | |||
visibility: hidden; | visibility: hidden; | ||
list-style: none; | |||
line-height: 1em; | |||
display: block; | |||
white-space: nowrap; | |||
cursor: pointer; | |||
padding: 0.25em 0.5em; | |||
text-decoration: none; | |||
margin-left: -10px; | |||
text-align: center; | |||
font-size: 15px; | |||
color: red; | |||
background: transparent; | |||
transition: color 0.3s ease, text-shadow 0.3s ease; | |||
width: 100%; | |||
position: relative; | position: relative; | ||
} | } | ||
| Line 32: | Line 48: | ||
width: 100%; | width: 100%; | ||
text-align: center; | text-align: center; | ||
line-height: 1em; | |||
color: red; | |||
font-size: 15px; | |||
font-family: 'MyCustomFont2', sans-serif; | |||
white-space: nowrap; | |||
cursor: pointer; | |||
transition: color 0.3s ease, text-shadow 0.3s ease; | |||
} | } | ||