ebiten/_docs/public/stylesheets/ebiten.css

38 lines
470 B
CSS
Raw Normal View History

2016-08-26 20:18:16 +02:00
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900';
body {
font-family: 'Roboto', sans-serif;
}
2016-08-26 20:43:55 +02:00
h1 small {
position: relative;
top: -0.1em;
}
2016-08-26 19:28:57 +02:00
img.example {
background-color: #000;
}
header {
2016-08-26 19:37:08 +02:00
background-color: #dddddd;
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 {
background-color: #666666;
color: #fff;
2016-08-26 20:18:16 +02:00
padding-top: 1em;
2016-08-26 19:28:57 +02:00
}
footer a {
color: #fff !important;
2016-08-26 20:43:55 +02:00
}
iframe {
border-width: 0;
box-sizing: content-box;
}