Skip to content
Snippets Groups Projects
Commit 8bd5828d authored by Anika Henke's avatar Anika Henke
Browse files

oops, removed unintentionally added CSS files

parent 85b4e78a
No related branches found
No related tags found
No related merge requests found
html,
body {
background-color: #369;
}
#dokuwiki__header,
#dokuwiki__aside,
.docInfo,
#dokuwiki__footer {
color: #fff;
}
#dokuwiki__header a,
#dokuwiki__aside a,
.docInfo a,
#dokuwiki__footer a {
color: #ff9 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #036;
}
.dokuwiki div.breadcrumbs {
border-top-color: #999;
border-bottom-color: #666;
}
.dokuwiki div.breadcrumbs div:first-child {
border-bottom-color: #999;
}
.dokuwiki div.breadcrumbs div:last-child {
border-top-color: #666;
}
@media screen {
body {
font: normal 100%/1.4 Frutiger, Calibri, "Myriad Pro", Myriad, "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Constantia, Utopia, Lucidabright, Lucida, Georgia, "Nimbus Roman No9 L", serif;
color: @ini_text_neu;
}
q {
font-style: italic;
}
#dokuwiki__header h1 a {
color: @ini_link;
font-weight: bold;
}
div.dokuwiki p.plugin__pagenav {
margin: 0 0 1.4em;
}
} /* /@media */
#dokuwiki__header h1 {
position: relative;
}
#dokuwiki__header h1 img {
position: absolute;
top: -27px;
left: -33px;
max-width: none;
}
#dokuwiki__header h1 {
padding-left: 110px;
}
#dokuwiki__header p.claim {
padding-left: 110px;
}
@media print {
.dokuwiki p.plugin__pagenav {
display: none;
}
} /* /@media */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment