Template:Navcard: Difference between revisions
m CSS test |
m CSS test |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
border: solid; | border: solid; | ||
border-radius: 4px; | border-radius: 4px; | ||
border-color: # | border-color: #c8ccd1; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
Line 27: | Line 27: | ||
background-color: #f7faeb; | background-color: #f7faeb; | ||
color: #000; | color: #000; | ||
} | } | ||
Line 67: | Line 52: | ||
text-align: center; | text-align: center; | ||
align-content: center; | align-content: center; | ||
background-color: #27292d; | |||
color: #54595d; | |||
background-color: #eaecf0; | |||
} | |||
@media screen { | |||
html.skin-theme-clientpref-night .background-basic { | |||
background-color: #383838; | |||
color: #ace; | |||
} | |||
html.skin-theme-clientpref-night #title { | |||
color: #a2a9b1; | |||
background-color: #27292d; | |||
} | |||
html.skin-theme-clientpref-night #link-overlay { | |||
border-color: #404244; | |||
} | |||
} | } | ||
}} | }} | ||
<div id="link-overlay" class="{{{size|regular}}}"><div id="test">[[File:Invisible-png.png|link={{{link|Stillwind}}}|class=test]]</div><div id="container"><div id="img-container">[[File:{{{image|Stillwindsclimate.jpg}}}|link=|center|class=display]]</div><div id="title">{{{text|Category}}}</div></div></div> | <div id="link-overlay" class="{{{size|regular}}}"><div id="test">[[File:Invisible-png.png|link={{{link|Stillwind}}}|class=test]]</div><div id="container"><div id="img-container">[[File:{{{image|Stillwindsclimate.jpg}}}|link=|center|class=display]]</div><div id="title">'''{{{text|Category}}}'''</div></div></div> |