mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
.
This commit is contained in:
parent
df0a195a1f
commit
5e2b4a38b1
@ -1,79 +0,0 @@
|
|||||||
body {
|
|
||||||
color: MintCream;
|
|
||||||
background-color: DarkSlateBlue;
|
|
||||||
/* background-color: MidnightBlue; */
|
|
||||||
}
|
|
||||||
h1, h2, h3 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
display: block;
|
|
||||||
height: 1px;
|
|
||||||
border: 0;
|
|
||||||
border-top: 1px solid #ccc;
|
|
||||||
margin: 1em 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mers-code-snippet {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
|
||||||
height: auto;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
.container_left {
|
|
||||||
margin-left: 8%;
|
|
||||||
width: 20%;
|
|
||||||
margin-right: 5%;
|
|
||||||
float: left;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.container_center {
|
|
||||||
margin-left: 0.5%;
|
|
||||||
width: 30%;
|
|
||||||
margin-right: 0.5%;
|
|
||||||
border-style: dotted;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.container_left2 {
|
|
||||||
margin-left: 8%;
|
|
||||||
width: 50%;
|
|
||||||
margin-right: 5%;
|
|
||||||
float: left;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.container_right {
|
|
||||||
margin-left: 5%;
|
|
||||||
width: 20%;
|
|
||||||
margin-right: 8%;
|
|
||||||
float: right;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.container2_left {
|
|
||||||
margin-left: 8%;
|
|
||||||
width: 40%;
|
|
||||||
float: left;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.container2_right {
|
|
||||||
margin-right: 8%;
|
|
||||||
width: 40%;
|
|
||||||
float: right;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.code-border {
|
|
||||||
border-style: double;
|
|
||||||
}
|
|
||||||
.textalign-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.afterpagebreak {
|
|
||||||
width: 100%;
|
|
||||||
page-break-before: always;
|
|
||||||
}
|
|
||||||
.fullwide {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
@ -5,7 +5,7 @@
|
|||||||
# To escape this, put a space before the hashtag or dollar sign.
|
# To escape this, put a space before the hashtag or dollar sign.
|
||||||
<head>
|
<head>
|
||||||
<meta charset=“UTF-8”>
|
<meta charset=“UTF-8”>
|
||||||
<link rel="stylesheet" href="site/external.css">
|
<link rel="stylesheet" href="external.css">
|
||||||
<title>Mark :: mers</title>
|
<title>Mark :: mers</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user