Some CSS tweaks from http://instiki.org/show/StylesheetTweaks
This commit is contained in:
parent
19368f24c1
commit
57e4c725e9
|
@ -22,7 +22,10 @@ body, p, ol, ul, td {
|
||||||
|
|
||||||
a { color: #000; }
|
a { color: #000; }
|
||||||
a:visited { color: #666; }
|
a:visited { color: #666; }
|
||||||
a:hover { color: #fff; background-color:#000; }
|
a:hover {
|
||||||
|
color: #fff;
|
||||||
|
background-color:#000;
|
||||||
|
}
|
||||||
|
|
||||||
.newWikiWord { background-color: #eee; }
|
.newWikiWord { background-color: #eee; }
|
||||||
.newWikiWord a:hover { background-color: white; }
|
.newWikiWord a:hover { background-color: white; }
|
||||||
|
@ -220,3 +223,19 @@ ol.setup li {
|
||||||
.newsList p {
|
.newsList p {
|
||||||
margin-bottom:30px
|
margin-bottom:30px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {border:thin solid grey;}
|
||||||
|
table {
|
||||||
|
border: double black;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.byline {
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Affects the display of "category: ..." */
|
||||||
|
.property {
|
||||||
|
color: grey;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue