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

org.sonar.sslr.toolkit.sourceCodeEditor.css Maven / Gradle / Ivy

The newest version!
/*
 * SonarSource Language Recognizer
 * Copyright (C) 2010-2020 SonarSource SA
 * mailto:info AT sonarsource DOT com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
.code {
  font-size: 10px; 
  font-family: Monospace;
  margin: 0;
  padding: 0 5px;
  color: #111;
}

/* for example java annotations */
.code .a {
  color: #808000;
}

/* constants */
.code .c {
  color: #660E80;
  font-style: italic;
  font-weight: bold;
}

.table {
  border: 1px;
  margin: 0;
  padding: 0 0px;  
}

/* javadoc */
.code .j {
  color: #666666;
  font-style: normal;
}

/* classic comment */
.code .cd {
  color: #666666;
  font-style: italic;
}

/* C++ doc */
.code .cppd {
  color: #666666;
  font-style: italic;
}

/* keyword */
.code .k {
  color: #000080;
  font-weight: bold;
}

/* string */
.code .s {
  color: #008000;
  font-weight: bold;
}

/* keyword light*/
.code .h {
  color: #000080;
  font-weight: normal;
}

/* preprocessor*/
.code .p {
  color: #347235;
  font-weight: normal;
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy