ebiten/docs/stylesheets/ebiten.css

61 lines
939 B
CSS
Raw Normal View History

2016-08-26 22:29:35 +02:00
@import 'https://fonts.googleapis.com/css?family=Play:400,700';
2016-08-29 15:13:05 +02:00
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';
2016-08-26 20:18:16 +02:00
body {
2016-08-26 21:40:55 +02:00
background-color: #f5f5f5;
2016-08-29 15:13:05 +02:00
font-family: 'Roboto', sans-serif;
}
2017-08-17 18:22:19 +02:00
h1, h2 {
margin-top: 1rem;
}
2016-08-29 15:13:05 +02:00
h1, h2, h3, h4, h5, h6, .navbar, .lead {
2016-08-26 22:29:35 +02:00
font-family: 'Play', sans-serif;
}
2016-08-29 15:13:05 +02:00
h1, h2, h3, h4, h5, h6, .navbar-brand {
2016-08-26 22:29:35 +02:00
font-weight: 700;
2016-08-26 20:18:16 +02:00
}
2016-08-26 19:28:57 +02:00
img.example {
background-color: #000;
2017-08-17 18:22:19 +02:00
border-color: #666;
border-style: solid;
border-width: 1px;
margin-bottom: 1rem;
padding: 0;
2016-08-26 19:28:57 +02:00
}
header {
2016-09-03 21:44:33 +02:00
background-color: #ddd;
2016-08-26 19:28:57 +02:00
}
2016-08-26 20:18:16 +02:00
header a {
color: #666 !important;
}
2016-08-26 19:28:57 +02:00
footer {
2016-09-03 21:44:33 +02:00
background-color: #666;
2016-08-26 19:28:57 +02:00
color: #fff;
2017-08-17 18:22:19 +02:00
margin-top: 1.42857143rem;
padding-top: 1rem;
padding-bottom: 1px;
2016-08-26 19:28:57 +02:00
}
footer a {
color: #fff !important;
2016-08-26 20:43:55 +02:00
}
iframe {
2016-09-03 21:44:33 +02:00
background-color: #000;
border-color: #ddd;
border-style: solid;
border-width: 1px;
2016-08-26 20:43:55 +02:00
box-sizing: content-box;
}
2016-08-27 17:13:04 +02:00
.hljs {
background: transparent;
}