Template:Navcard: Difference between revisions
m CSS test |
m CSS test |
||
Line 4: | Line 4: | ||
width: 200px; | width: 200px; | ||
border: solid; | border: solid; | ||
border-radius: 2px; | |||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
#link-overlay:hover { | |||
border-color: red; | |||
} | |||
.background-basic { | |||
background-color: #f7faeb; | |||
color: #000; | |||
} | |||
@media screen { | |||
html.skin-theme-clientpref-night .background-basic { | |||
background-color: #383838; | |||
color: #ace; | |||
} | |||
} | |||
.test { | .test { | ||
position: absolute; | position: absolute; | ||
Line 23: | Line 40: | ||
} | } | ||
img { | |||
height: 100%; | height: 100%; | ||
width: 200px; | width: 200px; |