Template:TemplateDocumentationStart/styles.css: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
   overflow: hidden;
   overflow: hidden;
}
}
.section {
.section:not(.top) {
  border-top: 1px solid #a3caff;
}
}
.section.top .heading {
.section.top .heading {

Revision as of 16:45, 24 May 2020

.main {
  border: 1px solid #a3caff;
  background-color: #eaf3ff;
  border-radius: 3px;
  overflow: hidden;
}
.section:not(.top) {
  border-top: 1px solid #a3caff;
}
.section.top .heading {
  background: #c2dcff;
}

.section > div {
  padding: 0.4em 0.6em 0.25em;
}
.section .heading {
  font-weight: bold;
}
.section .content.usage code {
  padding: 0.8em 1em;
  border: 1px solid #bbb;
  border-radius: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
}
.argument-name {
}
.argument-desc {
  padding-left: 2.5em;
}