Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/assets/rainbow/salvus.css
Views: 687
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45/**6* GitHub theme7*8* @author Craig Campbell9* @version 1.0.410*/11/*pre {12border: 1px solid #ccc;13word-wrap: break-word;14padding: 6px 10px;15line-height: 19px;16margin-bottom: 20px;17}18*/1920code {21border: 1px solid #eaeaea;22margin: 0px 2px;23padding: 0px 5px;24font-size: 12px;25}2627pre code {28border: 0px;29padding: 0px;30margin: 0px;31-moz-border-radius: 0px;32-webkit-border-radius: 0px;33border-radius: 0px;34}3536pre, code {37font-family: Consolas, 'Liberation Mono', Courier, monospace;38color: #333;39background: #fff;40-moz-border-radius: 3px;41-webkit-border-radius: 3px;42border-radius: 3px;43}4445pre, pre code {46font-size: 13px;47}4849pre .comment {50color: #8B0000;51}5253pre .support {54color: #0086B3;55}5657pre .tag, pre .tag-name {58color: navy;59}6061pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {62font-weight: bold;63color:#00008b;64}6566pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {67color: #333;68}6970pre .constant.numeric, pre .keyword.unit, pre .hex-color {71font-weight: normal;72color: #099;73}7475pre .entity.class {76color: #458;77}7879pre .entity.id, pre .entity.function {80color: #900;81}8283pre .attribute, pre .variable {84color: teal;85}8687pre .string, pre .support.value {88font-weight: normal;89color: #d14;90}9192pre .regexp {93color: #009926;94}959697