All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.thesaurus.example.index.css Maven / Gradle / Ivy

There is a newer version: 8.2.0
Show newest version
body {
    padding: 20px;
    overflow: auto;
}
a {
    text-decoration: underline;
}

.row {
    padding-top: 1em;
    display: block;
}

#json {
    height: 100ex;
}

input[type=checkbox] {
    display: inline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);

}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  height: 90%;
}

.modal iframe {
  width: 100%;
  height: 100%;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy