Templat:Main Page/styles1.css

Moroi ba Wiktionary
blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    display: inline-flex;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left: none;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #889c0b;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}
.card_row {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0 -5px 0 -5px;
}
.card_flex {
  flex: 1;
  border-radius: 5px;
  margin: 4px;
  min-width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card {
  width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header_lila {
  background-color: #ddcef2;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #afa3bf;
  font-size: 110%;
  font-weight: bold;
}
.container_lila {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #faf5ff;
  text-align: left;
}
.header_yellow {
  background-color: #faecc8;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #fad67d;
  font-size: 110%;
  font-weight: bold;
}
.container_yellow {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #faf6ed;
  text-align: left;
}
.header_blue {
  background-color: #d0e5f5;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #94cdf8;
  font-size: 110%;
  font-weight: bold;
}
.container_blue {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #e3eff7;
  text-align: left;
}
.header_green {
  background-color: #d2f0ee;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #b8d7d5;
  font-size: 110%;
  font-weight: bold;
}
.container_green {
  border-radius: 0 0 5px 5px;
  padding: 8px;
  background-color: #f5fbfb;
  text-align: left;
}