2021-11-21 23:11:54 +01:00
|
|
|
|
/*-----------------------
|
|
|
|
|
|
|
|
|
|
--------------
|
|
|
|
|
- Minimaxing -
|
|
|
|
|
--------------
|
2024-01-17 14:34:17 +01:00
|
|
|
|
|
2021-11-21 23:11:54 +01:00
|
|
|
|
a template for Lionwiki-t2t
|
|
|
|
|
https://lionwiki-t2t.sourceforge.io/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
|
|
|
|
|
based on
|
|
|
|
|
|
2021-11-21 23:11:54 +01:00
|
|
|
|
https://html5up.net/minimaxing
|
|
|
|
|
licence Creative Commons Attribution 3.0 Unported
|
|
|
|
|
http://creativecommons.org/licenses/by/3.0/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
|
2021-11-21 23:11:54 +01:00
|
|
|
|
----------------------------*/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
/* This CSS file was generated from the minimaxing.less template.
|
2020-04-06 01:32:42 +02:00
|
|
|
|
See http://lesscss.org/
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
Use the part above to customise your fonts.
|
|
|
|
|
You can create your own manuscript / handwriting font on http://www.myscriptfont.com/ or http://www.paintfont.com/
|
|
|
|
|
*/
|
|
|
|
|
/* we use this for random theme color. You can also choose only one color below. */
|
|
|
|
|
/*
|
|
|
|
|
#8B9AB8 : lighter grey blue
|
|
|
|
|
#7B8AA8 : light grey blue
|
|
|
|
|
#56A3B5 : turquoise blue
|
2024-01-17 14:34:17 +01:00
|
|
|
|
#B1494D : brick red
|
2020-04-06 01:32:42 +02:00
|
|
|
|
#465E7C : dark blue
|
2024-01-17 14:34:17 +01:00
|
|
|
|
#549136 : green
|
2020-04-06 01:32:42 +02:00
|
|
|
|
#799037 : grass green
|
|
|
|
|
#D07732 : orange
|
|
|
|
|
#754496 : purple
|
|
|
|
|
#847457 : brown
|
|
|
|
|
*/
|
|
|
|
|
/* define mixin */
|
2020-12-31 17:00:57 +01:00
|
|
|
|
/* we disable it as it's sometimes a problem with lesscss
|
2024-01-17 14:34:17 +01:00
|
|
|
|
.generateColor() {
|
2020-12-31 17:00:57 +01:00
|
|
|
|
@background-color: color(~`@{all-background-colors}.split(',')[Math.floor(Math.random()*@{all-background-colors}.split(',').length)]`);
|
|
|
|
|
}
|
2024-01-17 14:34:17 +01:00
|
|
|
|
.generateColor();
|
2020-12-31 17:00:57 +01:00
|
|
|
|
*/
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/* This line below will use a random main color: */
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/* @fg: @background-color; */
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/* if you prefer to select a fixed background color, just uncomment one color from below */
|
2020-12-31 17:00:57 +01:00
|
|
|
|
/* For YunoHost config */
|
2024-01-17 11:23:28 +01:00
|
|
|
|
/* @fg: #__COLOR__; */
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/* Header color */
|
|
|
|
|
/* You can use a shade of MainColor: */
|
|
|
|
|
/* or a complementary color: */
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/*@HeaderColor: (#ffffff - @fg - (#ffffff - @fg)/3); */
|
|
|
|
|
/* templates */
|
|
|
|
|
/* Brick Red (darker) Default color 2021 */
|
|
|
|
|
/* normal or bold */
|
|
|
|
|
/* overriding default values above */
|
|
|
|
|
/* theme 03 */
|
|
|
|
|
/* */
|
|
|
|
|
/* Dark blue */
|
|
|
|
|
/*@link-hover: desaturate(darken(@fg,10%),20%);*/
|
|
|
|
|
/* TODO should be HeaderColor: color: spin(@fg, 180);*/
|
|
|
|
|
/* normal or bold */
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
|
|
|
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
|
|
|
|
|
*/
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Ubuntu Condensed';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(../fonts/ubuntu-condensed-regular.woff) format('woff');
|
|
|
|
|
}
|
2020-12-31 17:00:57 +01:00
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Ubuntu';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
src: local('Ubuntu'), url(../fonts/ubuntu.woff) format('woff');
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Ubuntu';
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
src: local('Ubuntu Italic'), url(../fonts/ubuntu-italic.woff) format('woff');
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Ubuntu';
|
|
|
|
|
font-style: bold;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
src: local('Ubuntu Bold'), url(../fonts/ubuntu-bold.woff) format('woff');
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Ubuntu';
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
src: local('Ubuntu Italic Bold'), url(../fonts/ubuntu-bold-italic.woff) format('woff');
|
|
|
|
|
}
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/* Ubuntu */
|
2020-04-06 01:32:42 +02:00
|
|
|
|
@font-face {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
font-family: Fengardo;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-style: normal;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
src: url(../fonts/fengardoneue-regular.woff) format('woff'), url(../fonts/fengardoneue-regular.otf) format('opentype'), url(../fonts/fengardoneue-regular.svg) format('svg');
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
@font-face {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
font-family: Fengardo;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-style: italic;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
src: url(../fonts/fengardoneue-italic.otf) format('opentype');
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
2020-12-31 17:00:57 +01:00
|
|
|
|
@font-face {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
font-family: Fengardo;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
/*font-weight: 500;*/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
src: url(../fonts/fengardoneue-black.woff) format('woff'), url(../fonts/fengardoneue-black.otf) format('opentype'), url(../fonts/fengardoneue-black.svg) format('svg');
|
2020-12-31 17:00:57 +01:00
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Fengardo Neue';
|
|
|
|
|
font-style: bold;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
src: url(../fonts/fengardoneue-black.woff) format('woff');
|
|
|
|
|
}
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/* Fengardo Neue */
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*
|
|
|
|
|
Minimaxing 1.0 by nodethirtythree design
|
|
|
|
|
http://nodethirtythree.com | @nodethirtythree
|
|
|
|
|
Released under the Creative Commons Attribution 3.0 license (nodethirtythree.com/license)
|
|
|
|
|
* http://html5up.net/minimaxing/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
|
2020-04-06 01:32:42 +02:00
|
|
|
|
Based also on the work from http://wiki.lapetitesissone.fr/index.php?page=Lionwiki
|
|
|
|
|
*/
|
|
|
|
|
/* LionWiki specific */
|
|
|
|
|
a.pending {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #7F4736;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
h2 span.par-edit,
|
|
|
|
|
h3 span.par-edit,
|
|
|
|
|
h4 span.par-edit,
|
|
|
|
|
h5 span.par-edit,
|
|
|
|
|
h6 span.par-edit {
|
|
|
|
|
float: right;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
h2:hover span.par-edit,
|
|
|
|
|
h3:hover span.par-edit,
|
|
|
|
|
h4:hover span.par-edit,
|
|
|
|
|
h5:hover span.par-edit,
|
|
|
|
|
h6:hover span.par-edit {
|
|
|
|
|
display: inline;
|
|
|
|
|
font-size: small;
|
|
|
|
|
}
|
|
|
|
|
h1 a:hover,
|
|
|
|
|
h2 a:hover,
|
|
|
|
|
h3 a:hover,
|
|
|
|
|
h4 a:hover,
|
|
|
|
|
h5 a:hover,
|
|
|
|
|
h6 a:hover {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.pageLinks {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.pageLinks a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
#headerLinks td {
|
|
|
|
|
border-bottom: 1px dashed #ccc !important;
|
|
|
|
|
}
|
|
|
|
|
#footerLinks td {
|
|
|
|
|
border-top: 1px dashed #ccc !important;
|
|
|
|
|
}
|
|
|
|
|
#mainContent {
|
|
|
|
|
padding: 1em;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
#mainContent h2:first-child {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
.error {
|
|
|
|
|
color: #F25A5A;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.contentTextarea {
|
|
|
|
|
width: 90%;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
font-family: Ubuntu;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-size: 105%;
|
|
|
|
|
}
|
2020-12-31 17:00:57 +01:00
|
|
|
|
.markItUpEditor {
|
|
|
|
|
width: 90%;
|
|
|
|
|
font-family: Ubuntu;
|
|
|
|
|
color: #444;
|
|
|
|
|
font-size: 140%;
|
|
|
|
|
}
|
2020-04-06 01:32:42 +02:00
|
|
|
|
#diff {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
|
width: 97%;
|
|
|
|
|
}
|
|
|
|
|
#diff ins {
|
|
|
|
|
color: green;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
#diff del {
|
|
|
|
|
color: red;
|
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
}
|
|
|
|
|
#diff .orig {
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
#toc {
|
|
|
|
|
border: 1px dashed #11141A;
|
|
|
|
|
padding: 5px 5px 5px 5px;
|
|
|
|
|
float: right;
|
|
|
|
|
padding-right: 2em;
|
|
|
|
|
list-style: none;
|
|
|
|
|
background: #eee;
|
|
|
|
|
clear: right;
|
|
|
|
|
}
|
|
|
|
|
#toc ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
#toc li {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
/* Plugins LionWiki*/
|
|
|
|
|
.tagList {
|
|
|
|
|
padding: 0.2em 0.4em 0.2em 0.4em;
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
border: 1px dashed #31343A;
|
|
|
|
|
background: #eee;
|
|
|
|
|
clear: right;
|
|
|
|
|
}
|
|
|
|
|
.tagCloud {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 200px;
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
margin: 1em;
|
|
|
|
|
border: 1px dashed #31343A;
|
|
|
|
|
background: #eee;
|
|
|
|
|
clear: right;
|
|
|
|
|
}
|
|
|
|
|
.pageVersionsList {
|
|
|
|
|
letter-spacing: 0px;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
table.wikitable {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
table.wikitable td {
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
table.wikitable td.em {
|
|
|
|
|
background: #ccc;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
table,
|
|
|
|
|
#previewPane table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
empty-cells: show;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border: 1px solid #999;
|
|
|
|
|
}
|
|
|
|
|
.form table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
empty-cells: hide;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
border: 0px solid #fff;
|
|
|
|
|
}
|
|
|
|
|
th,
|
|
|
|
|
td,
|
|
|
|
|
#previewPane th,
|
|
|
|
|
#previewPane td {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
padding: 0.3em 0.5em;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
margin: 0;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
border: 1px solid #999;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.form th,
|
|
|
|
|
td {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
padding: 0.3em 0.5em;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
margin: 0;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
border: 0px solid #999;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
th,
|
|
|
|
|
thead,
|
|
|
|
|
#previewPane th,
|
|
|
|
|
#previewPane thead {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
}
|
|
|
|
|
[dir=rtl] td,
|
|
|
|
|
[dir=rtl] th {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.resizeTextarea a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
/******************************************************************/
|
|
|
|
|
/* Global */
|
|
|
|
|
/******************************************************************/
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/* Mixin Macro */
|
|
|
|
|
.break {
|
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
|
/* This is the dangerous one in WebKit, as it breaks things wherever */
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
/* Instead use this non-standard one: */
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
|
hyphens: auto;
|
|
|
|
|
}
|
2020-04-06 01:32:42 +02:00
|
|
|
|
body {
|
|
|
|
|
font-size: 12pt;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/*font-family: sans-serif;*/
|
2020-12-31 17:00:57 +01:00
|
|
|
|
/*background-color: (@Bg-extra-light/1.1 + #111);*/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
background-color: #fff;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
font-family: Ubuntu;
|
|
|
|
|
color: #656c61;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header h1 {
|
|
|
|
|
color: #fff;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
margin: 2px;
|
|
|
|
|
padding: 2px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4 {
|
2020-12-31 17:00:57 +01:00
|
|
|
|
font-family: Fengardo Neue;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
text-transform: uppercase;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #5d2c0b;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-weight: bold;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
margin-left: 0.1em;
|
|
|
|
|
margin-right: 0.1em;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
border-bottom: 1px solid grey;
|
|
|
|
|
}
|
|
|
|
|
h1 {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/*font-size: 2.6em;*/
|
|
|
|
|
font-size: clamp(2em, 4vw, 6em);
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
h1 a {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #5d2c0b;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header-wrapper h1 {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
line-height: 1.3em;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
#header-wrapper {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #1c4d6e;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header-wrapper a {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #2d5e7f;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header-wrapper a:hover,
|
|
|
|
|
#header-wrapper a:hover {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
|
|
|
|
color: #000019;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header nav {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
}
|
|
|
|
|
#header nav a,
|
|
|
|
|
#header nav li a {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-decoration: none;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header nav li a:hover,
|
|
|
|
|
#header nav li a:active {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 6px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 1.6em;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
letter-spacing: 1px;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
margin-bottom: 0em;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
margin-top: 1.8em;
|
|
|
|
|
}
|
|
|
|
|
h3,
|
|
|
|
|
h4 {
|
|
|
|
|
color: #283121;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
margin-bottom: 0em;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
margin-top: 1.4em;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
h4 {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
p,
|
|
|
|
|
ul {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
margin-bottom: 1em;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
-ms-word-break: break-all;
|
|
|
|
|
/* This is the dangerous one in WebKit, as it breaks things wherever */
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
/* Instead use this non-standard one: */
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
|
hyphens: auto;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
line-height: 1.7em;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
margin-left: 0.25em;
|
|
|
|
|
margin-right: 0.25em;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-right: 5px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#main-row strong,
|
|
|
|
|
b {
|
2020-12-31 17:00:57 +01:00
|
|
|
|
/*color: #555;*/
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
s {
|
|
|
|
|
color: #aaa;
|
|
|
|
|
}
|
|
|
|
|
::selection {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #0b3c5d;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
::-moz-selection {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #0b3c5d;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
pre {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #f3fbff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
line-height: 1.5em;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
font-family: Monospace;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
font-size: 11pt;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
margin: 1em;
|
|
|
|
|
overflow: auto;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
code,
|
|
|
|
|
blockquote,
|
|
|
|
|
dt {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #f3fbff;
|
|
|
|
|
font-family: Monospace;
|
|
|
|
|
font-size: 11pt;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*margin: 1.0em;*/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
overflow: auto;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
dd {
|
|
|
|
|
line-height: 1.5em;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
font-family: Monospace;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
}
|
|
|
|
|
pre,
|
|
|
|
|
blockquote {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
img {
|
|
|
|
|
/*float: center;*/
|
|
|
|
|
/* note: we can already center with txt2tags, just add a space before the image */
|
|
|
|
|
/*float: left;*/
|
|
|
|
|
/*margin: 2px 1.25em 0 0;*/
|
|
|
|
|
margin: 1.5em;
|
|
|
|
|
max-width: 50%;
|
|
|
|
|
max-height: 500px;
|
|
|
|
|
padding: 1px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
border: solid 1px #2d5e7f;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*display: block;*/
|
|
|
|
|
/*margin: 0 auto;*/
|
|
|
|
|
}
|
|
|
|
|
img.left {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 2px 1.25em 0 0;
|
|
|
|
|
}
|
|
|
|
|
img.top {
|
|
|
|
|
margin: 4px 0 2.25em 0;
|
|
|
|
|
}
|
|
|
|
|
img.noborder {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0.1em;
|
|
|
|
|
border: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
2021-11-21 23:11:54 +01:00
|
|
|
|
.img-circle {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: solid 0px ;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
background: #5d2c0b;
|
|
|
|
|
}
|
2020-04-06 01:32:42 +02:00
|
|
|
|
li {
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
/* If you don't like color highlight when you're over a list, comment the next 2 entries */
|
|
|
|
|
#main ul:hover {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
background-color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#main ul li:hover,
|
|
|
|
|
ul li:active {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
background-color: #e1e9ef;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
a {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #0c3d5e;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
text-decoration: none;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #407192;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
ul.small-image-list li {
|
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
ul.big-image-list li {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
ul.link-list li {
|
|
|
|
|
border-top: solid 1px #ced0b7;
|
|
|
|
|
padding: 0.75em 0 0 0;
|
|
|
|
|
margin: 0.75em 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
ul.link-list li:first-child {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
border-top: 0;
|
|
|
|
|
}
|
|
|
|
|
.button,
|
|
|
|
|
a.toolbarTextareaItem {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px 10px 5px 10px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
border-radius: 6px;
|
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
text-decoration: none;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1em;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
letter-spacing: -1px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
border: solid 1px #0b3c5d;
|
|
|
|
|
box-shadow: inset 0px 0px 0px 1px #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.button:hover,
|
|
|
|
|
a.toolbarTextareaItem:hover {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #1c4d6e;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
a.toolbarTextareaItem b {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#copyright {
|
|
|
|
|
font-size: 0.6em;
|
|
|
|
|
text-align: center;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
border-top: solid 1px #ced0b7;
|
|
|
|
|
line-height: 1.1em;
|
|
|
|
|
padding: 3em 0 0 0;
|
|
|
|
|
margin: 1% 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
#copyright a {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #002b4c;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#copyright a:hover {
|
|
|
|
|
color: #ffffff;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #1d4e6f;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.txt2tagsMenu,
|
|
|
|
|
input {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #ccd4d9;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.txt2tagsMenu:hover,
|
|
|
|
|
input.submit:hover {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #dde5ea;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.button_txt2tags_true,
|
|
|
|
|
input.submit {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.button_txt2tags_true:hover,
|
|
|
|
|
input.submit:hover {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #2d5e7f;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.button_txt2tags_false {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #5d2c0b;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.button_txt2tags_false:hover {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #7f4e2d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.valide {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #0b3c5d;
|
|
|
|
|
background-color: #ccd4d9;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.refuse {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #5d2c0b;
|
|
|
|
|
background-color: #ccd4d9;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
/********************************/
|
|
|
|
|
/* 1000px (>= 1000px) */
|
|
|
|
|
/********************************/
|
|
|
|
|
@media only screen and (min-width: 1000px) {
|
|
|
|
|
body {
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
}
|
|
|
|
|
section,
|
|
|
|
|
article {
|
|
|
|
|
margin: 0 0 60px 0;
|
|
|
|
|
}
|
|
|
|
|
section p + p {
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
#header-wrapper {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header-wrapper h1 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
#header {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 2.5% 0 2.5% 0;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
padding: 0 40px 0 40px;
|
|
|
|
|
border-radius: 6px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
box-shadow: inset 0px 0px 0px 1px #0b3c5d, 0px 1px 4px 0px rgba(0, 0, 0, 0);
|
2020-04-06 01:32:42 +02:00
|
|
|
|
height: 66px;
|
|
|
|
|
}
|
|
|
|
|
#header h1 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
top: -28px;
|
|
|
|
|
font-size: 2.4em;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
letter-spacing: 3px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*line-height: 6px;*/
|
|
|
|
|
/* pb in konqueror*/
|
|
|
|
|
}
|
|
|
|
|
#header h1 a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
#header nav {
|
|
|
|
|
/*position: absolute;*/
|
|
|
|
|
float: right;
|
|
|
|
|
clear: both;
|
|
|
|
|
right: 0px;
|
|
|
|
|
top: 1px;
|
|
|
|
|
line-height: 64px;
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
letter-spacing: -1px;
|
|
|
|
|
}
|
|
|
|
|
#header nav li {
|
|
|
|
|
float: left;
|
|
|
|
|
list-style: none;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#header nav a,
|
|
|
|
|
#header nav li a {
|
|
|
|
|
border: 0 none;
|
|
|
|
|
padding: 10px 35px 10px 35px;
|
|
|
|
|
}
|
|
|
|
|
#banner-wrapper h2 {
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
color: white;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
font-size: 2em;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
#banner-wrapper a {
|
|
|
|
|
border-bottom: none;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #5d2c0b;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#banner-wrapper {
|
|
|
|
|
margin-top: -20px;
|
|
|
|
|
margin-bottom: -20px;
|
|
|
|
|
}
|
|
|
|
|
#banner-wrapper h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 2.2em;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
letter-spacing: 1px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-top: 0px;
|
|
|
|
|
border-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
#banner {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 1160px;
|
|
|
|
|
height: 240px;
|
|
|
|
|
margin: 2% 0 2% 0;
|
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
background-size: 1160px 265px;
|
|
|
|
|
}
|
|
|
|
|
#banner h2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 100px;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-size: 3.3em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
letter-spacing: 1px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#banner span {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom: 105px;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-size: 1.6em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
letter-spacing: -1px;
|
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
#main {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
background-color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
padding: 2% 0 2% 0;
|
|
|
|
|
padding-top: -20px;
|
|
|
|
|
}
|
|
|
|
|
#main .main-row {
|
|
|
|
|
margin: 2% 0 2% 0;
|
|
|
|
|
/*overflow: hidden;*/
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
#footer-wrapper {
|
|
|
|
|
padding: 3% 0 3% 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/*********************************************************************************/
|
|
|
|
|
/* 1000px (> 600px && < 1000px) */
|
|
|
|
|
/*********************************************************************************/
|
|
|
|
|
@media only screen and (max-width: 999px) and (min-width: 601px) {
|
|
|
|
|
body {
|
|
|
|
|
font-size: 13pt;
|
|
|
|
|
}
|
|
|
|
|
section,
|
|
|
|
|
article {
|
|
|
|
|
margin: 10px 10px 50px 10px;
|
|
|
|
|
}
|
|
|
|
|
section:last-child,
|
|
|
|
|
article:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
section.left-content {
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
section.right-content {
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
section.middle-content {
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
}
|
|
|
|
|
ul.small-image-list img {
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
|
|
|
|
ul.big-image-list img {
|
|
|
|
|
width: 75px;
|
|
|
|
|
}
|
|
|
|
|
.blog-post-image {
|
|
|
|
|
width: 490px;
|
|
|
|
|
}
|
|
|
|
|
#header-wrapper {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 3.5% 0 1.5% 0;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
padding: 0 40px 0 40px;
|
|
|
|
|
border-radius: 6px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
box-shadow: inset 0px 0px 0px 1px #0b3c5d, 0px 1px 4px 0px rgba(0, 0, 0, 0);
|
2020-04-06 01:32:42 +02:00
|
|
|
|
height: 66px;
|
|
|
|
|
}
|
|
|
|
|
#header h1 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
top: -28px;
|
|
|
|
|
font-size: 2.4em;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
/*line-height: 6px;*/
|
|
|
|
|
/* pb in konqueror*/
|
|
|
|
|
}
|
|
|
|
|
#header h1 a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
#header nav {
|
|
|
|
|
/*position: absolute;*/
|
|
|
|
|
float: right;
|
|
|
|
|
clear: both;
|
|
|
|
|
right: 20px;
|
|
|
|
|
top: 1px;
|
|
|
|
|
line-height: 64px;
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
letter-spacing: -1px;
|
|
|
|
|
}
|
|
|
|
|
#header nav li {
|
|
|
|
|
float: left;
|
|
|
|
|
list-style: none;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#header nav a,
|
|
|
|
|
#header nav li a {
|
|
|
|
|
border: 0 none;
|
|
|
|
|
padding: 10px 35px 10px 35px;
|
|
|
|
|
}
|
|
|
|
|
#banner-wrapper {
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin-bottom: -20px;
|
|
|
|
|
}
|
|
|
|
|
#banner-wrapper h1 {
|
|
|
|
|
font-size: 2.1em;
|
|
|
|
|
letter-spacing: 0px;
|
|
|
|
|
}
|
|
|
|
|
#banner {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 140px;
|
|
|
|
|
margin: 2% 0 2% 0;
|
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
/*background: #fff url(images/banner.jpg) no-repeat 20px 20px;*/
|
|
|
|
|
background-size: 960px 220px;
|
|
|
|
|
}
|
|
|
|
|
#banner h2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 80px;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-size: 3em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
letter-spacing: 1px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#banner span {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom: 85px;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-size: 1.4em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
letter-spacing: -1px;
|
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
#main {
|
2024-01-17 14:34:17 +01:00
|
|
|
|
background-color: #fff;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
padding: 3% 0 3% 0;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
margin-left: 8px;
|
|
|
|
|
margin-right: 4px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#main .main-row {
|
|
|
|
|
margin: 2% 0 2% 0;
|
|
|
|
|
/*overflow: hidden;*/
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
#footer-wrapper {
|
|
|
|
|
padding: 5% 0 5% 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/*********************************************************************************/
|
|
|
|
|
/* Mobile (<= 600px) */
|
|
|
|
|
/*********************************************************************************/
|
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
|
|
body {
|
|
|
|
|
font-size: 13pt;
|
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 1.4em;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
h4 {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
ul.small-image-list img {
|
|
|
|
|
width: 75px;
|
|
|
|
|
}
|
|
|
|
|
ul.big-image-list img {
|
|
|
|
|
width: 75px;
|
|
|
|
|
}
|
|
|
|
|
ul.link-list {
|
|
|
|
|
margin: 0 0 2em 0;
|
|
|
|
|
}
|
|
|
|
|
section,
|
|
|
|
|
article {
|
|
|
|
|
padding: 40px 20px 40px 20px;
|
|
|
|
|
}
|
|
|
|
|
#main section,
|
|
|
|
|
#main article {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
article.blog-post .comments {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -0.5em;
|
|
|
|
|
margin: 0 0 0.5em 0;
|
|
|
|
|
}
|
|
|
|
|
.button {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
.blog-post-image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
#header-wrapper {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#header-wrapper h1 {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
#header {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px 0 5px 0;
|
|
|
|
|
}
|
|
|
|
|
#header h1 {
|
|
|
|
|
font-size: 2.4em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
|
}
|
|
|
|
|
#header h1 a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
#header nav {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
#header nav ul {
|
|
|
|
|
float: center;
|
|
|
|
|
list-style: none;
|
|
|
|
|
position: relative;
|
|
|
|
|
right: 25px;
|
|
|
|
|
}
|
|
|
|
|
#header nav li {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
#header nav li:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
#header nav a,
|
|
|
|
|
#header nav li a {
|
|
|
|
|
border: 0 none;
|
|
|
|
|
padding: 10px 25px 10px 25px;
|
|
|
|
|
}
|
|
|
|
|
#banner-wrapper {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #0b3c5d url(images/bg1.png);
|
2020-04-06 01:32:42 +02:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
#banner {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 240px;
|
|
|
|
|
/*background: #fff url(images/banner.jpg) no-repeat;*/
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
#banner {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#banner h2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom: 80px;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
letter-spacing: 1px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#banner span {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 135px;
|
|
|
|
|
left: 0;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
letter-spacing: -1px;
|
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
#footer-wrapper section,
|
|
|
|
|
#footer-wrapper article {
|
|
|
|
|
border-bottom: solid 1px #ced0b7;
|
|
|
|
|
}
|
|
|
|
|
/* important for markitup : */
|
|
|
|
|
.contentTextarea {
|
|
|
|
|
width: 96%;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
font-family: Ubuntu;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-size: 105%;
|
|
|
|
|
padding: 0px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
margin-left: -0.25px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
#main {
|
|
|
|
|
/*overflow: auto;*/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
background-color: #fff;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
margin-left: 8px;
|
|
|
|
|
margin-right: 4px;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
/* from 5grid/core.css */
|
|
|
|
|
.\35 grid {
|
|
|
|
|
/*overflow: hidden;*/
|
|
|
|
|
/* prevent horizontal scroll */
|
|
|
|
|
overflow: visible;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* Use main color for tables */
|
|
|
|
|
/* Use complementary color for tables */
|
|
|
|
|
/*@TableColor: @HeaderColor;*/
|
|
|
|
|
.mycontent table {
|
|
|
|
|
width: 98%;
|
|
|
|
|
margin: 1%;
|
|
|
|
|
/*box-shadow:-1px 2px 5px 1px #105070*/
|
2021-11-21 23:11:54 +01:00
|
|
|
|
border: 2px solid #4f80a1;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.mycontent td,
|
|
|
|
|
.mycontent th {
|
|
|
|
|
padding: 4px;
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.mycontent th {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #000019;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*#105070;*/
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.mycontent tr {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #83b4d5;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
/*rgba(16,80,112,0.2);*/
|
2024-01-17 14:34:17 +01:00
|
|
|
|
color: #111;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.mycontent tr a:hover,
|
|
|
|
|
.mycontent #header-wrapper a:hover {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #0b3c5d;
|
|
|
|
|
color: #4f80a1;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.mycontent tr a {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #000019;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.mycontent tr:nth-child(even) {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #6091b2 /*rgba(16,80,112,0.1)*/;
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|
|
|
|
|
.mycontent tr:hover,
|
|
|
|
|
.mycontent tr:hover td {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background-color: #1c4d6e /*rgba(16,80,112,0.3)*/;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
}
|
|
|
|
|
/* Progress bar */
|
|
|
|
|
progress {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
color: #5d2c0b;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
background-color: white;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/*border-radius: 4px; */
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
border: solid 1px;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
width: 10em;
|
|
|
|
|
height: 1em;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
-webkit-appearance: none;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
}
|
|
|
|
|
progress::-moz-progress-bar {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #5d2c0b;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
}
|
|
|
|
|
progress::-webkit-progress-value {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: #5d2c0b;
|
2020-12-31 17:00:57 +01:00
|
|
|
|
}
|
|
|
|
|
progress::-webkit-progress-bar {
|
2021-11-21 23:11:54 +01:00
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
/* Big buttons */
|
|
|
|
|
.block {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 65%;
|
|
|
|
|
border: 2px solid #5d2c0b;
|
|
|
|
|
background-color: #5d2c0b;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
min-height: 50px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
margin-top: 8px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
font-family: Ubuntu;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #e1e9ef;
|
|
|
|
|
/*cursor: pointer;*/
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
/*transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;*/
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
}
|
|
|
|
|
.block a {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
min-width: 100%;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
padding-top: 0px;
|
2024-01-17 14:34:17 +01:00
|
|
|
|
min-height: 46px;
|
2021-11-21 23:11:54 +01:00
|
|
|
|
line-height: 46px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
}
|
|
|
|
|
/*.block:hover, */
|
|
|
|
|
.block a:hover {
|
|
|
|
|
/*border: 2px solid @HeaderColor;*/
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #5d2c0b;
|
|
|
|
|
margin-left: -2px;
|
|
|
|
|
margin-right: -2px;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
@media only screen and (max-width: 999px) and (min-width: 1px) {
|
|
|
|
|
.block {
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* Todotxt support */
|
|
|
|
|
.todotxt_A {
|
|
|
|
|
color: #082d46;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_B {
|
|
|
|
|
color: #1b2267;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_C {
|
|
|
|
|
color: #462873;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_D {
|
|
|
|
|
color: #76377d;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_E {
|
|
|
|
|
color: #8a446e;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_F {
|
|
|
|
|
color: #527a95;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_context {
|
|
|
|
|
color: #5d2c0b;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_tag {
|
|
|
|
|
color: #550b5d;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_deleted {
|
|
|
|
|
opacity: 0.4;
|
|
|
|
|
}
|
|
|
|
|
.todotxt_date {
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
}
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
/* Invert all elements on the body while attempting to not alter the hue substantially. */
|
|
|
|
|
body {
|
|
|
|
|
filter: invert(100%) hue-rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
/* Workarounds and optical adjustments. */
|
|
|
|
|
/* Firefox workaround: Set the background colour for the html
|
|
|
|
|
element separately because, unlike other browsers, Firefox
|
|
|
|
|
doesn’t apply the filter to the root element’s background. */
|
|
|
|
|
html {
|
|
|
|
|
background-color: #111;
|
|
|
|
|
}
|
|
|
|
|
/* Do not invert media (revert the invert). */
|
|
|
|
|
img,
|
|
|
|
|
video,
|
|
|
|
|
iframe {
|
|
|
|
|
filter: invert(100%) hue-rotate(180deg);
|
|
|
|
|
}
|
2024-01-17 14:34:17 +01:00
|
|
|
|
#header-wrapper {
|
|
|
|
|
filter: invert(100%) hue-rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4 {
|
|
|
|
|
color: #0b3c5d;
|
|
|
|
|
}
|
2021-11-21 23:11:54 +01:00
|
|
|
|
/* Improve contrast on icons. */
|
|
|
|
|
.icon {
|
|
|
|
|
filter: invert(15%) hue-rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
/* Re-enable code block backgrounds. */
|
|
|
|
|
pre {
|
|
|
|
|
filter: invert(6%);
|
|
|
|
|
}
|
|
|
|
|
/* Improve contrast on list item markers. */
|
|
|
|
|
li::marker {
|
|
|
|
|
color: #555;
|
|
|
|
|
}
|
2020-04-06 01:32:42 +02:00
|
|
|
|
}
|