2014-08-26 17:49:23 +02:00
|
|
|
/*
|
|
|
|
This program 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.
|
|
|
|
|
|
|
|
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 General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
2014-06-20 00:09:34 +02:00
|
|
|
body {
|
2014-08-26 17:49:23 +02:00
|
|
|
font-size: 120%;
|
2014-06-20 00:09:34 +02:00
|
|
|
}
|
2014-08-26 17:49:23 +02:00
|
|
|
|
2014-03-05 22:59:02 +01:00
|
|
|
code {
|
2014-08-26 17:49:23 +02:00
|
|
|
white-space: pre-line;
|
2014-08-11 18:10:38 +02:00
|
|
|
display: inline-block;
|
2014-03-05 22:59:02 +01:00
|
|
|
}
|
2014-08-26 17:49:23 +02:00
|
|
|
|
|
|
|
code.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2014-03-05 23:09:50 +01:00
|
|
|
ol {
|
2014-08-26 17:49:23 +02:00
|
|
|
counter-reset: item;
|
|
|
|
padding-left: 1em;
|
2014-03-05 23:09:50 +01:00
|
|
|
}
|
2014-08-26 17:49:23 +02:00
|
|
|
|
2014-03-05 23:09:50 +01:00
|
|
|
ol li {
|
2014-08-26 17:49:23 +02:00
|
|
|
display: block;
|
2014-03-05 23:09:50 +01:00
|
|
|
}
|
2014-08-26 17:49:23 +02:00
|
|
|
|
2014-03-05 23:09:50 +01:00
|
|
|
ol li:before {
|
2014-08-26 17:49:23 +02:00
|
|
|
content: counters(item, ".") ". ";
|
|
|
|
counter-increment: item;
|
2014-03-05 23:09:50 +01:00
|
|
|
}
|
2014-08-26 17:49:23 +02:00
|
|
|
|
2014-08-11 18:10:38 +02:00
|
|
|
a.toclink {
|
|
|
|
font-size: 25%;
|
|
|
|
}
|
2014-08-26 17:49:23 +02:00
|
|
|
|
2014-08-11 18:10:38 +02:00
|
|
|
a.toclink:before {
|
|
|
|
content: "▲ ";
|
|
|
|
}
|