Sha256: 75570f8347c145e8f6436ebe19cf468a27948ff27e0ef93a8e88e6f17d894f0a

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

.note {
  margin: 2em 0;
  background-color: #ffc;
  padding: 32px;
  max-width: 960px;
}

.note.important {
  background-color: #fcc;
}

pre {
  border-left: 3px solid rgba(0, 0, 255, 0.75) !important;
  padding: 1em;
  background-color: rgba(190, 200, 255, 0.25);
}

.wrong-code {
  border-left: 3px solid rgba(255, 0, 0, 0.75) !important;
  background-color: rgba(255, 0, 0, 0.05);
}


/* Live code styling */

.live-code,
.code-preview {
  padding: 2em;
  background: rgba(100, 255, 255, 0.1);
  border: 3px dotted blue;
  margin-bottom: 1em;
}

.initial-code,
.solution {
  position: relative;
  padding-top: 24px;
}

.initial-code::before,
.solution::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  padding: 4px 16px;
  background-color: rgba(0, 0, 255, 0.75);
  color: white;
}

.initial-code::before {
  content: "საწყისი მაგალითი";
}

.solution::before {
  content: "ამონახსნი";
}

.live-code::after {
  content: "აღდგენა /// ამოხსნის ნახვა"
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hs-cli-0.3.3 app/public/default.css
hs-cli-0.3.2 app/public/default.css