Open main menu
Home
Random
Log in
Settings
About Forge Community Wiki
Disclaimers
Forge Community Wiki
Search
Changes
← Older edit
Template:Colored box/style.css
(view source)
Revision as of 21:39, 14 February 2021
83 bytes added
,
21:39, 14 February 2021
try use currentColor for shadow
Line 4:
Line 4:
border-color: transparent;
border-color: transparent;
border-left-width: 0.5em;
border-left-width: 0.5em;
−
box-shadow: 0 0 0.2em
#cccccc
;
+
box-shadow: 0 0 0.2em
currentColor
;
background: inherit;
background: inherit;
−
width:
60
%;
+
width:
70
%;
margin: 0.5em auto;
margin: 0.5em auto;
display: flex;
display: flex;
Line 19:
Line 19:
}
}
−
.mw-tpl-colorbox-title p {
+
.mw-tpl-colorbox-title
p:first-child, .mw-tpl-colorbox-content p:first-child, .mw-tpl-colorbox-inner
p {
margin: 0;
margin: 0;
}
}
SciWhiz12
297
edits