2016-08-02 18:56:12 +02:00
|
|
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
2016-08-02 18:56:12 +02:00
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
2016-08-02 18:56:12 +02:00
|
|
|
|
|
|
|
/* Let's go for the actual style */
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
font-family: 'Noto Sans';
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
2016-08-02 18:56:12 +02:00
|
|
|
|
|
|
|
header {
|
|
|
|
|
|
|
|
text-shadow:0 5px 6px rgba(150,150,150,0.69);
|
|
|
|
text-align: center;
|
|
|
|
color: #1182DB;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
2016-08-02 18:56:12 +02:00
|
|
|
|
|
|
|
header > h1 {
|
|
|
|
|
|
|
|
font-size: 300%;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
header > h2 {
|
|
|
|
|
|
|
|
margin-left: 1em;
|
|
|
|
font-size: 120%;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
section {
|
2013-08-11 22:32:25 +02:00
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
width: 80%;
|
|
|
|
margin: 30px auto;
|
|
|
|
padding: 10px 15px;
|
|
|
|
text-align: center;
|
2013-08-11 22:32:25 +02:00
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
box-shadow: 0px 1px 2px rgba(0,0,0, 0.25);
|
2013-08-11 22:32:25 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
section > h2 {
|
2013-08-11 22:32:25 +02:00
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
font-size: 200%;
|
|
|
|
font-weight: bold;
|
2013-08-11 22:32:25 +02:00
|
|
|
|
2014-05-25 23:23:52 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
a, a:link, a:visited {
|
|
|
|
|
|
|
|
color: #2196F3;
|
2013-08-11 22:32:25 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
button {
|
|
|
|
|
|
|
|
line-height: 1.9em;
|
|
|
|
color: #FFF;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 6px 12px;
|
|
|
|
margin: 12px auto 0px;
|
|
|
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
min-width: 140px;
|
|
|
|
background: #2196F3 none repeat scroll 0% 0%;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
width: calc(20% - 4px);
|
|
|
|
|
2014-05-28 17:34:50 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
.description {
|
|
|
|
|
|
|
|
margin: 10px;
|
|
|
|
text-decoration: underline;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
h5 {
|
|
|
|
|
|
|
|
margin: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
form {
|
|
|
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
|
2014-05-21 19:09:37 +02:00
|
|
|
.maintainer {
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
font-size: 60%;
|
|
|
|
text-align: right;
|
|
|
|
|
2013-08-11 22:32:25 +02:00
|
|
|
}
|
|
|
|
|
2016-08-02 18:56:12 +02:00
|
|
|
input[type="text"] {
|
|
|
|
|
|
|
|
background-color: white;
|
|
|
|
color: #404552;
|
|
|
|
border: 0px;
|
|
|
|
border-bottom: 2px solid #2196F3;
|
|
|
|
font-size: 1.1em;
|
|
|
|
margin-left: 8px;
|
|
|
|
padding-left: 4px;
|
|
|
|
|
2014-05-21 19:09:37 +02:00
|
|
|
}
|