mirror of https://github.com/r4sas/Niflheim-api
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
500 B
28 lines
500 B
/* style sheet for peer-stats */ |
|
body, input, textarea { |
|
font-family: sans-serif; |
|
padding: 0; |
|
margin: 0; |
|
background-color: #F0F0F0; |
|
}a { |
|
text-decoration:none; |
|
color:#800000; |
|
}h2 { |
|
font-size:18px; |
|
}#title { |
|
max-width:570px; |
|
margin-bottom:40px; |
|
line-height: 35px; |
|
font-size: 25px; |
|
font-weight: bold; |
|
padding-top:20px; |
|
padding-bottom:5px; |
|
border-bottom:1px solid #c4c4c4; |
|
}#wrapper { |
|
font-size: 15px; |
|
max-width: 570px; |
|
margin: auto; |
|
}.contribs { |
|
font-size:13px; |
|
margin-bottom:6px; |
|
}
|
|
|