CSS stuff
This commit is contained in:
parent
3f13502e7d
commit
5a2f1f71dd
2 changed files with 31 additions and 5 deletions
|
@ -31,8 +31,6 @@ h3 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.preview pre, div.project pre {
|
div.preview pre, div.project pre {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
@ -55,7 +53,14 @@ .header .pagetree .title {
|
||||||
color: #fff
|
color: #fff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*table td {
|
||||||
|
border: 1px solid black
|
||||||
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
/*table.skami {
|
||||||
|
border-color: #eeeeee
|
||||||
|
}*/
|
||||||
table.skami .semiused {
|
table.skami .semiused {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
|
@ -69,4 +74,4 @@ table.skami .unused {
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-color: #fff
|
border-color: #fff
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,9 +16,30 @@ table.banner {
|
||||||
color: #0F0F0F;
|
color: #0F0F0F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.banner {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.bannerlink {
|
||||||
|
color: #0F0F0F;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.bannerlink:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre.music {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
div.page {
|
div.page {
|
||||||
margin-left: 0.5em;
|
min-width: 700px;
|
||||||
margin-right: 0.5em
|
max-width: 1024px;
|
||||||
|
/*margin-left: 0.5em;
|
||||||
|
margin-right: 0.5em;*/
|
||||||
|
padding-left: 0.5em;
|
||||||
|
padding-right: 0.5em;
|
||||||
|
margin: auto
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.inline {
|
h1.inline {
|
||||||
|
|
Loading…
Reference in a new issue