Difference between revisions of "Template:Colored box/style.css"

From Forge Community Wiki
m
m
Line 3: Line 3:
 
  margin: 0.5em 0.5em 1em 0.5em;
 
  margin: 0.5em 0.5em 1em 0.5em;
 
  border-radius: 0.2em;
 
  border-radius: 0.2em;
  background: #fff;
+
  background: rgb(27, 32, 35);
 
  box-shadow: 0 0 0.2em #999999;
 
  box-shadow: 0 0 0.2em #999999;
 
}
 
}
  
 
.mw-tpl-colorbox-title {
 
.mw-tpl-colorbox-title {
  background: #eaecf0;
+
  background: #7dbae8;
 
  color: #000000;
 
  color: #000000;
 
  border-radius: 0.2em 0.2em 0 0;
 
  border-radius: 0.2em 0.2em 0 0;

Revision as of 03:01, 19 September 2020

.mw-tpl-colorbox {
 box-sizing: border-box;
 margin: 0.5em 0.5em 1em 0.5em;
 border-radius: 0.2em;
 background: rgb(27, 32, 35);
 box-shadow: 0 0 0.2em #999999;
}

.mw-tpl-colorbox-title {
 background: #7dbae8;
 color: #000000;
 border-radius: 0.2em 0.2em 0 0;
 padding: 0.5em 1em 0.5em 1em;
}

.mw-tpl-colorbox-title-icon {
 opacity: 0.8;
}

.mw-tpl-colorbox-title-corner {
 float: right;
 font-size: 0.7em;
}

.mw-tpl-colorbox-content {
 padding: 0.5em 1em 0.5em 1em;
 color: #11151d;
}