dokuwiki-template-base/contents.css

43 lines
618 B
CSS

a.wikilink1 {
color:blue;
}
a.wikilink1:visited {
color:darkblue;
}
a.wikilink2 {
color:red;
text-decoration:underline dashed red;
}
body > footer,
body > header,
body > main,
body > nav {
border:1px red dotted;
margin:1em;
padding:1em;
}
body > footer {
max-height:3em;
}
body > footer > section > ul,
body > header > section > ul {
list-style-type:none;
padding-left:0;
}
body > footer > section > ul > li,
body > header > section > ul > li {
display:inline-block;
margin-left:1em;
}
body > footer > section > ul > li:first-child,
body > header > section > ul > li:first-child {
margin-left:0;
}