50 lines
655 B
CSS
50 lines
655 B
CSS
#head h1
|
|
{
|
|
background-image: url('logo.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right top;
|
|
font-size: 2em;
|
|
margin-bottom: 10px;
|
|
min-height: 60px;
|
|
width: 100%;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#head .actions
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
#head .actions li:first-child
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
#head .actions li
|
|
{
|
|
margin-left: 0;
|
|
}
|
|
|
|
#head .actions li a
|
|
{
|
|
margin-left: 0.6em;
|
|
}
|
|
|
|
#head .action-fileview, #head .action-all-pages, #head .action-page-history
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.markdown-body h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.markdown-body h2 {
|
|
border-bottom: none;
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.markdown-body h3, .markdown-body h4, .markdown-body h5 {
|
|
font-size: 1em;
|
|
}
|