1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
/*
Copyright (C) 2016-2025 The Octave Project Developers
See the file COPYRIGHT.md in the top-level directory of this
distribution or <https://octave.org/copyright/>.
This file is part of Octave.
Octave is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Octave 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Octave; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>.
*/
/* Import web font Roboto Condensed, Font Library Version 2015-06-06 */
@font-face {
font-family: 'Roboto Condensed';
src: local('Roboto Condensed Bold'),
local('RobotoCondensed-Bold'),
url('https://fontlibrary.org/assets/fonts/roboto-condensed/71405335c70332d94afd24ae4f06c9b2/4b8b4b377e8cb358cf886d13c7bb287c/RobotoCondensedBold.ttf') format('truetype');
font-weight: bold;
font-style: normal; }
@font-face
{
font-family: 'Roboto Condensed';
src: local('Roboto Condensed Bold Italic'),
local('RobotoCondensed-BoldItalic'),
url('https://fontlibrary.org/assets/fonts/roboto-condensed/71405335c70332d94afd24ae4f06c9b2/9b1d05d1b332e5b95ad86e71ca8404fb/RobotoCondensedBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'Roboto Condensed';
src: local('Roboto Condensed Italic'),
local('RobotoCondensed-Italic'),
url('https://fontlibrary.org/assets/fonts/roboto-condensed/71405335c70332d94afd24ae4f06c9b2/d02fffb6890e4f28023dd149916d1b8a/RobotoCondensedItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'Roboto Condensed';
src: local('Roboto Condensed Regular'),
local('RobotoCondensed-Regular'),
url('https://fontlibrary.org/assets/fonts/roboto-condensed/71405335c70332d94afd24ae4f06c9b2/b0b1845ecce8ab6a503971e808a8409c/RobotoCondensedRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Import web font Fantasque Sans Mono, Font Library Version 2016-04-05 */
@font-face
{
font-family: 'Fantasque Sans Mono', FreeMono, 'Courier New', Cousine, Courier, monospace;
src: local('Fantasque Sans Mono Bold'),
local('FantasqueSansMono-Bold'),
url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/a46033d3a07d9385620dc83b7655203f/FantasqueSansMonoBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'Fantasque Sans Mono', FreeMono, 'Courier New', Cousine, Courier, 'monospace';
src: local('Fantasque Sans Mono Bold Italic'),
local('FantasqueSansMono-BoldItalic'),
url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b0683ef4c834908aa372ec78dea42349/FantasqueSansMonoBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'Fantasque Sans Mono', FreeMono, 'Courier New', Cousine, Courier, monospace;
src: local('Fantasque Sans Mono Italic'),
local('FantasqueSansMono-Italic'),
url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/b78d0a48e4443f797e8d45dcf97594f7/FantasqueSansMonoItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'Fantasque Sans Mono', FreeMono, 'Courier New', Cousine, Courier, monospace;
src: local('Fantasque Sans Mono Regular'),
local('FantasqueSansMono-Regular'),
url('https://fontlibrary.org/assets/fonts/fantasque-sans-mono/b0cbb25e73a9f8354e96d89524f613e7/f3fdc4f0f26e4431f54e8b552d55480c/FantasqueSansMonoRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Use custom fonts */
code, kbd, samp, tt, pre { font-family: 'Fantasque Sans Mono', FreeMono, 'Courier New', Cousine, Courier, monospace; }
code, kbd, samp, tt {
font-style: italic;
padding: 0 0.1ex; /* slightly increase margin to surrounding text */ }
body, .sansserif { font-family: 'Roboto Condensed', sans-serif; }
h1, h2, h3, h4, h5, .menu-comment, .roman, .menu-preformatted {
font-family: 'Roboto Condensed', serif; }
/* Use colors from the solarized color theme (sparsely), the main text
will remain in default colors for optimal readability (black on white). */
pre.example, .header, .float-caption, hr {
/* base00 ~ body text in light solarized theme */
color: #657b83;
border-color: #657b83; }
pre.example {
/* base3 ~ background color in light solarized theme */
background-color: #fdf6e3;
padding: 0.5em; }
a { color: #268bd2; /* blue */ }
a:visited { color: #d33682; /* magenta */ }
/* Center floating tables and images */
.float table, .float img, .float object {
margin-left: auto;
margin-right: auto; }
/* Decrease table width, but not on small screens */
.float table { max-width: 38em; }
/* Use horizontal lines: above/below tables and after table headers
(Chicago Style). */
.float table, .float th {
border-collapse: collapse;
border-top: 1px solid black;
border-bottom: 1px solid black; }
.float th, .float td { padding: 0.5em; }
/* Use horizontal ruler with double lines */
hr { border-width: 0; border-top-width: 3px; border-style: double; }
/* Smaller gap between subsequent @group blocks */
.example { margin-bottom: 1em; }
.example + .example { margin-top: -0.5em }
/* Smaller gap between definition and its description */
dd > p:first-child { margin-top: 0.5em; }
/* Limit maximum body width such that text is easier to read */
body { max-width: 42em; margin-left: 0.5em; margin-right: 0.5em; }
/* On small screens don't indent the code examples to prevent overflow */
div.example { margin-left: auto; max-width: 38.8em; }
/*
Use left margin such that text is easier to read,
but don't sacrifice space on small screens.
*/
@media screen and (min-width: 43em)
{
/* Smooth transition for screens between 43em and 57em */
body { margin-left: auto; margin-right: auto; }
@media (min-width: 57em)
{
body { margin-left: 7.5em; }
}
}
|