themes/solr/static/css/base.css [1:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

html, body {
  font-family: 'Helvetica Neue', sans-serif; /* substitute for proxima nova */
  color: #333;
}

body {
  overflow-x:hidden;
  pointer-events: none;
}

body > * {
  pointer-events: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.container {
  padding: 40px 0;
}

code, pre {
  font-family: Menlo, Consolas,"Liberation Mono",Courier,monospace;
  color:#4F504D;
}

code {
  font-weight: 500;
}

/*
 * Elements
 */
:focus {
  outline: 0;
}

.offset {
  position: relative;
  top: -150px;
  padding-top: 150px;
  margin-bottom: -130px;
  z-index: -1000;
}

.offset-medium {
  position: relative;
  top: -115px;
  padding-top: 115px;
  padding-bottom: 0px;
  margin-bottom: -115px;
  z-index: -1000;
}

.offset-small {
  position: relative;
  top: -56px;
  padding-top: 112px;
  margin-bottom: -56px;
  z-index: -1000;
}

.btn1{
  border: 1px solid #d1d3d4;
  background-color:inherit;
  text-transform: uppercase;
  color:#000;
  padding: 0.7em 1em;
  font-weight: 500;
  margin: 0;
}
.btn1:hover, .btn1:focus {
  color:#ff833d;
  background:inherit;
}

div.centered {
  text-align: center;
  padding-top: 32px;
}

a.btn, button {
  border: 1px solid #d1d3d4;
  background-color:inherit;
  text-transform: uppercase;
  color:#000;
  padding: 0.7em 1em;
  font-weight: 500;
  margin: 0;
}

a.btn:hover, a.btn:focus,
button:hover, button:focus {
  color:#ff833d;
  background:inherit;
}

a.btn.white, 
button.white {
  color:#fff;
}

a.btn.white,
button.white:hover {
  color:#262130;
  background:#fff;
}

/*
 * Header
 */

.header-section {
  position: fixed;
  z-index: 999;
  min-width: 100%;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



themes/solr/static/css/operator.css [1:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

html, body {
  font-family: 'Helvetica Neue', sans-serif; /* substitute for proxima nova */
  color: #333;
}

body {
  overflow-x:hidden;
  pointer-events: none;
}

body > * {
  pointer-events: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.container {
  padding: 40px 0;
}

code, pre {
  font-family: Menlo, Consolas,"Liberation Mono",Courier,monospace;
  color:#4F504D;
}

code {
  font-weight: 500;
}

/*
 * Elements
 */
:focus {
  outline: 0;
}

.offset {
  position: relative;
  top: -150px;
  padding-top: 150px;
  margin-bottom: -130px;
  z-index: -1000;
}

.offset-medium {
  position: relative;
  top: -115px;
  padding-top: 115px;
  padding-bottom: 0px;
  margin-bottom: -115px;
  z-index: -1000;
}

.offset-small {
  position: relative;
  top: -56px;
  padding-top: 112px;
  margin-bottom: -56px;
  z-index: -1000;
}

.btn1{
  border: 1px solid #d1d3d4;
  background-color:inherit;
  text-transform: uppercase;
  color:#000;
  padding: 0.7em 1em;
  font-weight: 500;
  margin: 0;
}
.btn1:hover, .btn1:focus {
  color:#ff833d;
  background:inherit;
}

div.centered {
  text-align: center;
  padding-top: 32px;
}

a.btn, button {
  border: 1px solid #d1d3d4;
  background-color:inherit;
  text-transform: uppercase;
  color:#000;
  padding: 0.7em 1em;
  font-weight: 500;
  margin: 0;
}

a.btn:hover, a.btn:focus,
button:hover, button:focus {
  color:#ff833d;
  background:inherit;
}

a.btn.white, 
button.white {
  color:#fff;
}

a.btn.white,
button.white:hover {
  color:#262130;
  background:#fff;
}

/*
 * Header
 */

.header-section {
  position: fixed;
  z-index: 999;
  min-width: 100%;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



