Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baccfb80 authored by Daniel's avatar Daniel
Browse files

Merge branch 'eelo_theme' into 'master'

Updated theme

See merge request spot/my-spot!8
parents 96638df2 e7083b67
Loading
Loading
Loading
Loading
+108 −5
Original line number Diff line number Diff line
@@ -7,14 +7,17 @@ nav {
a {
  transition: color 0.2s ease-in-out;
}
.border-color-transition,
#search_form #search_input_container {
.border-color-transition {
  transition: border-color 0.2s ease-in-out;
}
.fill-transition,
.checkmark .icon {
  transition: fill 0.2s ease-in-out;
}
.box-shadow-transition,
#search_form #search_input_container {
  transition: box-shadow 0.2s ease-in-out;
}
.disabled,
[disabled],
#preferences #engines .engine input:checked ~ .data {
@@ -207,6 +210,12 @@ input.btn[type="submit"] {
.checkmark_input.inverted:not(:checked) + .checkmark .unchecked {
  display: none;
}
.collapser input:checked ~ .collapse {
  display: initial;
}
.collapser input:not(:checked) ~ .collapse {
  display: none;
}
.custom-select {
  appearance: none;
  -webkit-appearance: none;
@@ -287,6 +296,9 @@ footer {
  color: #c1c1c1;
  padding-bottom: 8px;
}
footer .links > :first-child {
  margin-right: 8px;
}
.hidden,
#icons {
  display: none;
@@ -430,7 +442,7 @@ nav #eelo_links > * {
}
#search_form #search_input_container:hover,
#search_form #search_input_container:active {
  border-color: #5068dd;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
}
#search_form #search_input_container #q {
  font-size: 16px;
@@ -541,6 +553,7 @@ nav #eelo_links > * {
  font-size: 14px;
  font-weight: normal;
  margin-right: 16px;
  cursor: pointer;
}
#search_form .search_categories input[type="radio"]:checked + label,
#search_form #categories input[type="radio"]:checked + label {
@@ -571,6 +584,9 @@ nav #eelo_links > * {
  align-items: center;
  position: relative;
}
#show_more_categories_ {
  cursor: default;
}
#more_categories_toggle:checked ~ #more_categories,
#more_categories_toggle_[checked] ~ #more_categories {
  display: flex;
@@ -623,7 +639,7 @@ nav #eelo_links > * {
  #search_form #more_categories > label {
    padding: 0;
  }
  #search_input_container {
  #search_form.inline-search > #search_input_container {
    margin-right: 40px;
  }
  .tt-dropdown-menu {
@@ -634,6 +650,14 @@ nav #eelo_links > * {
  margin-top: 32px;
  margin-bottom: 32px;
}
.result .result-template {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.result .result-template + .result_header {
  margin-top: 0;
}
.result .result_header {
  margin-bottom: 6px;
}
@@ -641,15 +665,61 @@ nav #eelo_links > * {
  width: 16px;
  height: 16px;
}
.result .subheader > :not(:last-child),
.result .subheader > * > :not(:last-child) {
  margin-right: 16px;
}
.result .result-content {
  margin-top: 8px;
  margin-bottom: 6px;
}
.result .result-content p,
.result .result-content pre {
  margin-top: 8px;
  margin-bottom: 8px;
}
.result.result-torrent .extra-info > :not(:last-child) {
  margin-right: 16px;
}
.result.result-videos {
  position: relative;
}
.result.result-videos .result-content {
  display: flex;
  margin: 0px;
}
.result.result-videos .result-content .result_header {
  margin-top: 0;
}
.result.result-videos .result-content > .thumbnail {
  flex: 1;
}
.result.result-videos .result-content > :not(.thumbnail) {
  flex: 3;
  padding-left: 16px;
}
.result.result-videos .result-content .thumbnail > img {
  width: 100%;
}
.result .external-link {
  font-size: 14px;
  color: #39a441;
}
.result.result-default {
.result .extra-info {
  color: rgba(0, 0, 0, 0.4);
}
.result .code-block {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.result .code-block pre {
  white-space: pre-wrap;
}
.result.result-default,
.result.result-torrent,
.result.result-videos {
  margin-bottom: 32px;
}
.result.result-images {
@@ -690,12 +760,21 @@ nav #eelo_links > * {
#default_images_container {
  column-count: 5;
  column-gap: 8px;
  margin-bottom: 32px;
}
#default_images_container .img-thumb-link {
  display: block;
  max-height: 120px;
  overflow: hidden;
}
#suggestions form,
#corrections form {
  display: inline-block;
}
#suggestions form .btn,
#corrections form .btn {
  text-transform: none;
}
.infobox {
  margin-top: 32px;
}
@@ -720,11 +799,29 @@ nav #eelo_links > * {
  width: 100%;
  margin-top: 16px;
}
.infobox table {
  margin-top: 16px;
}
.infobox table tr {
  vertical-align: top;
}
.infobox table tr td {
  padding: 0;
  padding-bottom: 8px;
}
.infobox table tr > .label {
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  padding-right: 16px;
}
#image_result_mini_gallery_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#image_result_mini_gallery_header .title {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  #results.image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
@@ -814,3 +911,9 @@ nav #eelo_links > * {
    margin-bottom: 8px;
  }
}
.highlight .lineno,
.highlighttable .lineno {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.4);
  display: none;
}
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,10 @@ footer {
  text-align: center;
  color: #c1c1c1;
  padding-bottom: @spacing_medium;

  .links > :first-child {
    margin-right: @spacing_medium;
  }
}


+11 −0
Original line number Diff line number Diff line
.highlight, .highlighttable {
  .lineno {
    margin-right: @spacing_large;
    color: @text-muted-color;
    display: none;
  }
  .kd {}
  .kt {}
  .nf {}
  .o {}
}
 No newline at end of file
Loading