Template:AnalysisBox/styles.css

Template page
< Template:AnalysisBox
Revision as of 18:14, 8 October 2022 by Kaladin (talk | contribs) (Created page with ".TheoryBoxVideo { overflow: hidden; border-radius: 10px; line-height: 0px; text-align: center; } .MockCodeBlock { border: 1px solid #eaecf0; border-radius: 2px;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.TheoryBoxVideo {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0px;
  text-align: center;
}

.MockCodeBlock {
  border: 1px solid #eaecf0;
  border-radius: 2px;
  margin: 10px 6px;
  padding: 1px 4px;
  background-color: #252323;
  font-family: monospace,monospace;
}
.fpbox {
  background-color: #252323;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
  margin: 0px 10px 20px 10px;
  padding: 2px;
  border-radius: 4px;
}