2018-06-07 20:15:23 +02:00
|
|
|
<<<<<<< HEAD
|
2018-05-27 03:10:57 +02:00
|
|
|
body {
|
|
|
|
font-family:sans-serif;
|
|
|
|
font-size:12pt;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
font-family:serif;
|
|
|
|
}
|
2018-06-07 20:15:23 +02:00
|
|
|
=======
|
2018-05-22 22:15:29 +02:00
|
|
|
body { font-family:sans-serif;font-size:12pt;}
|
2018-06-08 15:08:58 +02:00
|
|
|
body.cfn{background-color:black;color:lime}
|
2018-05-22 22:15:29 +02:00
|
|
|
p {font-family:serif;}
|
2018-06-07 20:15:23 +02:00
|
|
|
>>>>>>> 7f4cae7bdffea1d97bed3c5a6fe54ed5cfa6cf0d
|
2018-05-27 03:10:57 +02:00
|
|
|
a {
|
|
|
|
text-decoration:none;
|
|
|
|
color:#e12323;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline darkblue;
|
|
|
|
font-size: large;
|
|
|
|
color: blueviolet;
|
|
|
|
}
|
2018-06-07 20:15:23 +02:00
|
|
|
<<<<<<< HEAD
|
2018-05-27 03:10:57 +02:00
|
|
|
ul {
|
|
|
|
list-style:none;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
border:0;
|
|
|
|
border-top:1px dotted #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo{
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
max-width: 800px;
|
|
|
|
left: 50%;
|
|
|
|
position: relative;
|
|
|
|
transform: translate(-50%,0%);
|
|
|
|
}
|
|
|
|
footer {
|
|
|
|
text-align:center;
|
|
|
|
font-size:0.7em;
|
|
|
|
padding-top:30px;
|
|
|
|
}
|
|
|
|
.copyleft {
|
|
|
|
transform:rotate(180deg);
|
|
|
|
display:inline-block;
|
|
|
|
}
|
2018-06-07 20:15:23 +02:00
|
|
|
=======
|
2018-06-07 20:14:02 +02:00
|
|
|
|
2018-05-22 22:15:29 +02:00
|
|
|
ul { list-style:none;}
|
|
|
|
hr { border:0; border-top:1px dotted #000;}
|
|
|
|
.logo{float:right;} body { max-width: 800px; left: 50%; position: relative; transform: translate(-50%,0%); }
|
|
|
|
footer {text-align:center; font-size:0.7em; padding-top:30px;}
|
|
|
|
.copyleft {transform:rotate(180deg); display:inline-block;}
|
2018-06-06 22:48:23 +02:00
|
|
|
|
|
|
|
section>h3 {
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 2rem;
|
|
|
|
}
|
|
|
|
section p:nth-child(2) {
|
|
|
|
font-size: large;
|
|
|
|
margin: auto 6rem;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2018-06-07 20:12:06 +02:00
|
|
|
|
2018-06-08 18:21:55 +02:00
|
|
|
pre {
|
2018-06-07 20:12:06 +02:00
|
|
|
margin: 8px 0px 8px 0px;
|
|
|
|
padding: 8px 8px 8px 8px;
|
2018-06-08 18:21:55 +02:00
|
|
|
white-space: inherit;
|
2018-06-07 20:12:06 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: dotted;
|
|
|
|
border-color: #000000;
|
|
|
|
|
|
|
|
background-color: #F5F6F7;
|
|
|
|
font-family: "Mono";
|
|
|
|
}
|
2018-06-07 20:15:23 +02:00
|
|
|
>>>>>>> 7f4cae7bdffea1d97bed3c5a6fe54ed5cfa6cf0d
|