2005-01-20 03:55:10 +00:00
|
|
|
/* Mesa CSS */
|
|
|
|
body {
|
2005-05-05 14:18:31 +00:00
|
|
|
background-color: #ffffff;
|
2005-01-20 03:55:10 +00:00
|
|
|
font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2019-04-18 12:55:07 +02:00
|
|
|
font-size: 24px;
|
2005-01-20 03:55:10 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2019-04-18 12:55:07 +02:00
|
|
|
font-size: 18px;
|
2005-01-20 03:55:10 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font-size: 10pt;
|
2018-11-29 13:15:48 +00:00
|
|
|
background-color: #eee;
|
|
|
|
margin-left: 2em;
|
|
|
|
padding: .5em;
|
2005-01-20 03:55:10 +00:00
|
|
|
}
|
|
|
|
|
2012-09-18 18:57:02 +02:00
|
|
|
iframe {
|
2019-04-18 10:18:36 +02:00
|
|
|
width: 19em;
|
|
|
|
height: 80em;
|
|
|
|
border: none;
|
|
|
|
float: left;
|
2012-09-18 18:57:02 +02:00
|
|
|
}
|
|
|
|
|
2020-01-16 19:57:13 +01:00
|
|
|
figure {
|
|
|
|
margin: 0.5em;
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
figure pre {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
figure figcaption {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
2012-09-18 18:57:02 +02:00
|
|
|
.content {
|
2019-04-18 10:18:36 +02:00
|
|
|
position: absolute;
|
|
|
|
left: 20em;
|
|
|
|
right: 10px;
|
2019-04-18 13:09:25 +02:00
|
|
|
overflow: hidden;
|
2012-09-18 18:57:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
2019-04-17 14:20:13 +02:00
|
|
|
background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat;
|
2019-05-06 13:26:47 +02:00
|
|
|
padding: 1.75rem;
|
2019-04-17 14:46:00 +02:00
|
|
|
text-align: center;
|
2019-04-18 10:18:36 +02:00
|
|
|
color: white;
|
|
|
|
font: x-large sans-serif;
|
2012-09-18 18:57:02 +02:00
|
|
|
}
|