Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bdc9c284 authored by Alexandre DENIS's avatar Alexandre DENIS
Browse files

www: improve readability

parent b296cbff
Branches
Tags
No related merge requests found
Pipeline #1181854 passed
......@@ -21,7 +21,7 @@
--background-color: #1b1b1b;
--text-color: #d8d8d8;
--border-color: #444477;
--title-color: #a5b9f0;
--title-color: #ffffff; /* #a5b9f0; */
--visited-color: #6e8de1;
--table-color: #ffffff;
--th-color: #000000;
......@@ -64,7 +64,7 @@ div.header
border-bottom: 1px solid var(--border-color);
font-family: arial, sans-serif;
font-weight: bold;
letter-spacing: 2px;
letter-spacing: 3px;
color: var(--title-color);
background: var(--header-color);
margin-top: 10px;
......@@ -75,12 +75,14 @@ div.header
div.header h1
{
font-size: 36px;
font-weight: bold;
margin: 10px;
padding: 0;
}
div.header h2
{
font-size: 24px;
font-weight: bold;
margin: 10px;
padding: 0;
}
......@@ -107,18 +109,20 @@ div.sec, div.contents
border-bottom: 1px solid var(--div-color);
font-family: arial, sans-serif;
font-size: 14px;
letter-spacing: 0.5px;
letter-spacing: 0.6px;
}
h1
{
color: var(--title-color);
font-family: 'Arial', sans-serif;
font-size: 24px;
letter-spacing: 2px;
}
h2
{
color: var(--title-color);
padding-left: 16px;
letter-spacing: 2px;
}
p
{
......@@ -138,8 +142,8 @@ pre
/* benchmark pages */
img.graph
{
margin: 20px;
padding: 8px;
margin: 2px;
padding: 0px;
border: 1px solid var(--border-color);
}
table.tests, th.tests, td.tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment