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

scala.tools.nsc.doc.html.resource.lib.ref-index.css Maven / Gradle / Ivy

The newest version!
/* fonts */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('source-code-pro-v6-latin-regular.eot');
  src: local('Source Code Pro'), local('SourceCodePro-Regular'),
  url('source-code-pro-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
  url('source-code-pro-v6-latin-regular.woff') format('woff'),
  url('source-code-pro-v6-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: url('source-code-pro-v6-latin-700.eot');
  src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'),
  url('source-code-pro-v6-latin-700.eot?#iefix') format('embedded-opentype'),
  url('source-code-pro-v6-latin-700.woff') format('woff'),
  url('source-code-pro-v6-latin-700.ttf') format('truetype');
}

body {
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

a {
    color:#315479;
}

.letters {
  width:100%;
  text-align:center;
  margin:0.6em;
  padding:0.1em;
  border-bottom:1px solid gray;
}

div.entry {
  padding: 0.5em;
  background-color: #e1e7ed;
  border-radius: 0.2em;
  color: #103a51;
  margin: 0.5em 0;
}

.name {
  font-family: "Source Code Pro";
  font-size: 1.1em;
}

.occurrences {
  margin-left: 1em;
  margin-top: 5px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy