initial commit
This commit is contained in:
160
docs/mcss_theme/m-theme-udel.css
Normal file
160
docs/mcss_theme/m-theme-udel.css
Normal file
@@ -0,0 +1,160 @@
|
||||
/*
|
||||
This file is part of m.css.
|
||||
|
||||
Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
:root {
|
||||
/* Text properties */
|
||||
/*--font: 'Libre Baskerville', serif;*/
|
||||
/*--code-font: 'Source Code Pro', monospace;*/
|
||||
--font: 'Source Sans Pro', sans-serif;
|
||||
--code-font: 'Source Code Pro', monospace;
|
||||
--font-size: 1em;
|
||||
--code-font-size: 0.8em; /* *not* rem, so it follows surrounding font size */
|
||||
--line-height: normal;
|
||||
--paragraph-indent: 1.5rem;
|
||||
--paragraph-align: justify;
|
||||
--link-decoration: underline;
|
||||
--link-decoration-nav: none;
|
||||
--link-decoration-heading: none;
|
||||
--nav-brand-case: lowercase;
|
||||
--nav-menu-case: lowercase;
|
||||
--nav-heading-case: uppercase;
|
||||
--nav-categories-case: lowercase;
|
||||
--landing-header-case: lowercase;
|
||||
--heading-font-weight: normal;
|
||||
|
||||
/* Shapes */
|
||||
--border-radius: 0.2rem;
|
||||
|
||||
/* Basics */
|
||||
--background-color: #ffffff;
|
||||
--color: #000000;
|
||||
--line-color: #c7cfd9;
|
||||
--link-color: #205275;
|
||||
--link-active-color: #2f73a3;
|
||||
--mark-color: #4c93d3;
|
||||
--mark-background-color: #f0c63e;
|
||||
--code-color: #000000;
|
||||
--code-inverted-color: rgba(91, 91, 91, 0.33);
|
||||
--console-color: var(--code-color);
|
||||
--console-inverted-color: var(--code-inverted-color);
|
||||
/* This is simply color-picked --code-note-background-color on top of
|
||||
--background-color */
|
||||
--code-background-color: #f2f7fa;
|
||||
--code-note-background-color: rgba(251, 240, 236, 0.5);
|
||||
--console-background-color: #000000;
|
||||
--button-background-color: #ffffff;
|
||||
|
||||
/* Header */
|
||||
--header-border-width: 0.25rem 0 0 0;
|
||||
--header-color: #000000;
|
||||
--header-breadcrumb-color: #bdbdbd; /* same as --dim-color */
|
||||
--header-background-color: #ffffff;
|
||||
--header-background-color-landing: rgba(255, 255, 255, 0.75);
|
||||
--header-background-color-jumbo: rgba(255, 255, 255, 0.25);
|
||||
--header-link-color: #000000;
|
||||
--header-link-active-color: #205275;
|
||||
--header-link-current-color: #2f73a3;
|
||||
--header-link-active-background-color: #ffffff;
|
||||
--header-link-active-background-color: rgba(255, 255, 255, 0.5);
|
||||
|
||||
/* Footer */
|
||||
--footer-font-size: 0.85rem;
|
||||
--footer-color: #7c7c7c;
|
||||
--footer-background-color: #eeeeee;
|
||||
--footer-link-color: #191919;
|
||||
--footer-link-active-color: #494949;
|
||||
|
||||
/* Cover image */
|
||||
--cover-image-background-color: #666666;
|
||||
|
||||
/* Search (used only by m-documentation.css) */
|
||||
--search-overlay-color: var(--header-background-color-landing);
|
||||
--search-background-color: var(--header-background-color);
|
||||
|
||||
/* Article */
|
||||
--article-header-color: #7a7a7a;
|
||||
--article-footer-color: #969696;
|
||||
--article-heading-color: #205275;
|
||||
--article-heading-active-color: #2e73a3;
|
||||
|
||||
/* Right navigation panel */
|
||||
--navpanel-link-color: #292929;
|
||||
--navpanel-link-active-color: #205275;
|
||||
|
||||
/* Plots */
|
||||
--plot-background-color: #f2f7fa;
|
||||
--plot-error-color: #000000;
|
||||
|
||||
/* Colored components */
|
||||
--default-color: #000000;
|
||||
--default-link-active-color: #205275;
|
||||
--default-filled-color: #000000;
|
||||
--default-filled-background-color: #f2f7fa;
|
||||
--default-filled-link-color: #2f73a3;
|
||||
--default-filled-link-active-color: #205275;
|
||||
|
||||
--primary-color: #205275;
|
||||
--primary-link-active-color: #000000;
|
||||
--primary-filled-color: #fbe4d9;
|
||||
--primary-filled-background-color: #ef9069;
|
||||
--primary-filled-link-color: #782f0d;
|
||||
--primary-filled-link-active-color: #2f1205;
|
||||
|
||||
--success-color: #31c25d;
|
||||
--success-link-active-color: #dcf6e3;
|
||||
--success-filled-color: #f4fcf6;
|
||||
--success-filled-background-color: #4dd376;
|
||||
--success-filled-link-color: #c5f2d1;
|
||||
--success-filled-link-active-color: #dcf6e3;
|
||||
|
||||
--warning-color: #d19600;
|
||||
--warning-link-active-color: #fff1cc;
|
||||
--warning-filled-color: #fff7e3;
|
||||
--warning-filled-background-color: #d19600;
|
||||
--warning-filled-link-color: #fff1cc;
|
||||
--warning-filled-link-active-color: #fff7e3;
|
||||
|
||||
--danger-color: #f60000;
|
||||
--danger-link-active-color: #f6dddc;
|
||||
--danger-filled-color: #fdf3f3;
|
||||
--danger-filled-background-color: #e23e3e;
|
||||
--danger-filled-link-color: #f2c7c6;
|
||||
--danger-filled-link-active-color: #f6dddc;
|
||||
|
||||
--info-color: #2e7dc5;
|
||||
--info-link-active-color: #c6ddf2;
|
||||
--info-filled-color: #f4f8fc;
|
||||
--info-filled-background-color: #4c93d3;
|
||||
--info-filled-link-color: #c6ddf2;
|
||||
--info-filled-link-active-color: #dbeaf7;
|
||||
|
||||
--dim-color: #bdbdbd;
|
||||
--dim-link-color: #c0c0c0;
|
||||
--dim-link-active-color: #949494;
|
||||
--dim-filled-color: #7c7c7c;
|
||||
--dim-filled-background-color: #f1f1f1;
|
||||
--dim-filled-link-color: #c0c0c0;
|
||||
--dim-filled-link-active-color: #949494;
|
||||
--dim-button-active-color: #c0c0c0;
|
||||
}
|
||||
30
docs/mcss_theme/m-udel.css
Normal file
30
docs/mcss_theme/m-udel.css
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
This file is part of m.css.
|
||||
|
||||
Copyright © 2017, 2018, 2019 Vladimír Vondruš <mosra@centrum.cz>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
@import url('m-theme-udel.css');
|
||||
@import url('m-grid.css');
|
||||
@import url('m-components.css');
|
||||
@import url('m-layout.css');
|
||||
@import url('pygments-tango.css');
|
||||
@import url('pygments-console.css');
|
||||
419
docs/mcss_theme/pygments-tango.css
Normal file
419
docs/mcss_theme/pygments-tango.css
Normal file
@@ -0,0 +1,419 @@
|
||||
.m-code .hll {
|
||||
background-color: #ffffcc
|
||||
}
|
||||
|
||||
.m-code {
|
||||
background: #f8f8f8;
|
||||
}
|
||||
|
||||
.m-code .c {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment */
|
||||
.m-code .err {
|
||||
color: #a40000;
|
||||
border: 1px solid #ef2929
|
||||
}
|
||||
|
||||
/* Error */
|
||||
.m-code .g {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Generic */
|
||||
.m-code .k {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword */
|
||||
.m-code .l {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Literal */
|
||||
.m-code .n {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name */
|
||||
.m-code .o {
|
||||
color: #ce5c00;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Operator */
|
||||
.m-code .x {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Other */
|
||||
.m-code .p {
|
||||
color: #000000;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Punctuation */
|
||||
.m-code .ch {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Hashbang */
|
||||
.m-code .cm {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Multiline */
|
||||
.m-code .cp {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Preproc */
|
||||
.m-code .cpf {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.PreprocFile */
|
||||
.m-code .c1 {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Single */
|
||||
.m-code .cs {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Comment.Special */
|
||||
.m-code .gd {
|
||||
color: #a40000
|
||||
}
|
||||
|
||||
/* Generic.Deleted */
|
||||
.m-code .ge {
|
||||
color: #000000;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Generic.Emph */
|
||||
.m-code .gr {
|
||||
color: #ef2929
|
||||
}
|
||||
|
||||
/* Generic.Error */
|
||||
.m-code .gh {
|
||||
color: #000080;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Generic.Heading */
|
||||
.m-code .gi {
|
||||
color: #00A000
|
||||
}
|
||||
|
||||
/* Generic.Inserted */
|
||||
.m-code .go {
|
||||
color: #000000;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Generic.Output */
|
||||
.m-code .gp {
|
||||
color: #8f5902
|
||||
}
|
||||
|
||||
/* Generic.Prompt */
|
||||
.m-code .gs {
|
||||
color: #000000;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Generic.Strong */
|
||||
.m-code .gu {
|
||||
color: #800080;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Generic.Subheading */
|
||||
.m-code .gt {
|
||||
color: #a40000;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Generic.Traceback */
|
||||
.m-code .kc {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword.Constant */
|
||||
.m-code .kd {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword.Declaration */
|
||||
.m-code .kn {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword.Namespace */
|
||||
.m-code .kp {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword.Pseudo */
|
||||
.m-code .kr {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword.Reserved */
|
||||
.m-code .kt {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Keyword.Type */
|
||||
.m-code .ld {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Literal.Date */
|
||||
.m-code .m {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number */
|
||||
.m-code .s {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String */
|
||||
.m-code .na {
|
||||
color: #c4a000
|
||||
}
|
||||
|
||||
/* Name.Attribute */
|
||||
.m-code .nb {
|
||||
color: #204a87
|
||||
}
|
||||
|
||||
/* Name.Builtin */
|
||||
.m-code .nc {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Class */
|
||||
.m-code .no {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Constant */
|
||||
.m-code .nd {
|
||||
color: #5c35cc;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Decorator */
|
||||
.m-code .ni {
|
||||
color: #ce5c00
|
||||
}
|
||||
|
||||
/* Name.Entity */
|
||||
.m-code .ne {
|
||||
color: #cc0000;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Exception */
|
||||
.m-code .nf {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Function */
|
||||
.m-code .nl {
|
||||
color: #f57900
|
||||
}
|
||||
|
||||
/* Name.Label */
|
||||
.m-code .nn {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Namespace */
|
||||
.m-code .nx {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Other */
|
||||
.m-code .py {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Property */
|
||||
.m-code .nt {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Name.Tag */
|
||||
.m-code .nv {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Variable */
|
||||
.m-code .ow {
|
||||
color: #204a87;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Operator.Word */
|
||||
.m-code .w {
|
||||
color: #f8f8f8;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
/* Text.Whitespace */
|
||||
.m-code .mb {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number.Bin */
|
||||
.m-code .mf {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number.Float */
|
||||
.m-code .mh {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number.Hex */
|
||||
.m-code .mi {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number.Integer */
|
||||
.m-code .mo {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number.Oct */
|
||||
.m-code .sa {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Affix */
|
||||
.m-code .sb {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Backtick */
|
||||
.m-code .sc {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Char */
|
||||
.m-code .dl {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Delimiter */
|
||||
.m-code .sd {
|
||||
color: #8f5902;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* Literal.String.Doc */
|
||||
.m-code .s2 {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Double */
|
||||
.m-code .se {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Escape */
|
||||
.m-code .sh {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Heredoc */
|
||||
.m-code .si {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Interpol */
|
||||
.m-code .sx {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Other */
|
||||
.m-code .sr {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Regex */
|
||||
.m-code .s1 {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Single */
|
||||
.m-code .ss {
|
||||
color: #4e9a06
|
||||
}
|
||||
|
||||
/* Literal.String.Symbol */
|
||||
.m-code .bp {
|
||||
color: #3465a4
|
||||
}
|
||||
|
||||
/* Name.Builtin.Pseudo */
|
||||
.m-code .fm {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Function.Magic */
|
||||
.m-code .vc {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Variable.Class */
|
||||
.m-code .vg {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Variable.Global */
|
||||
.m-code .vi {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Variable.Instance */
|
||||
.m-code .vm {
|
||||
color: #000000
|
||||
}
|
||||
|
||||
/* Name.Variable.Magic */
|
||||
.m-code .il {
|
||||
color: #0000cf;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
/* Literal.Number.Integer.Long */
|
||||
Reference in New Issue
Block a user