telme10/web/css/style.css

59 lines
724 B
CSS
Raw Normal View History

2017-03-03 20:07:42 +01:00
@font-face {
font-family: 'KeyCaps';
src: url('./KeyCapsFLF.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
2016-12-28 22:02:57 +01:00
body {
color: #5cb85c;
background-color: #1f2021;
text-align: center;
}
h1 {
text-align: center;
}
div {
display: inline-block;
}
2017-03-03 19:14:35 +01:00
pre.code {
2016-12-28 22:02:57 +01:00
margin: 0 auto;
}
pre {
2016-12-28 22:19:55 +01:00
min-width: 42em;
2016-12-28 22:02:57 +01:00
color: #5cb85c;
text-align: left;
2016-12-28 22:07:54 +01:00
line-height: 1.2em;
2016-12-28 22:02:57 +01:00
}
2017-03-03 19:14:35 +01:00
pre a:link {
color: #5cb85c;
}
pre a:visited {
color: #5cb85c;
}
pre a:hover {
color: #5cb85c;
}
2017-03-03 20:07:42 +01:00
2017-03-04 20:50:08 +01:00
.keydiv {
float: right;
margin-right: 40%;
color: #5cb85c;
overflow: hidden;
2017-03-03 20:07:42 +01:00
}
2017-03-04 20:50:08 +01:00
a.key {
font-family: KeyCaps;
font-size: 3em;
line-height: 2em;
padding: 0;
margin: 3px;
2017-03-03 20:07:42 +01:00
}