Uncyclopedia:Projects/stylesheet.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.subp-container { 
  display: flex; 
}
.subp-col { 
  flex: 1 1 50%; 
  flex-basis:200px;
}
.subp-col:first-child {
  margin-right: 0.4em;
}
.subp-header {
  padding: 0.1em 0.4em;
  background: #dadaff;
  font-weight: bold;
  font-size: 125%;
}
.subp-panel {
  flex-grow: 1;
  margin: 0 0;
  background: #f8f9fa;
  border: 1px solid #d9d9d9;
}

#subp-col-1.subp-panel { background: #F9FCFF; }
#subp-col-2.subp-panel { background: honeydew; }

.subp-content {
  padding: .6em .8em;
}
@media screen and (max-width: 768px) {
  .subp-container {
    flex-flow: column wrap;
  }
  .subp-col {
    margin-right: 0 !important;
  }
}
.subp-content h3 { margin-top: 0 !important; }
.subp-content input { margin-bottom: 4px !important; }
.subp-content .mw-editsection { display: none; }
#subp-img {
  max-width: 500px;
  margin: 0 auto;
}
#subp-img img {
  width: 100%;
  height: auto;
}

/* [[Category:UnProjects stylesheets]] */