mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Initial import
This commit is contained in:
parent
50c1749a46
commit
bb4290537f
37
docs/plugins/supybot.css
Normal file
37
docs/plugins/supybot.css
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
body {
|
||||||
|
background:#fff;
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
tr#headers {
|
||||||
|
text-align:center;
|
||||||
|
font-weight:bold;
|
||||||
|
margin:none;
|
||||||
|
border:none;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0px 3px 0px 3px;
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
border:1px solid black;
|
||||||
|
padding:3px;
|
||||||
|
background:#e4eaf2;
|
||||||
|
color:inherit;
|
||||||
|
}
|
||||||
|
.detail {
|
||||||
|
white-space:normal;
|
||||||
|
}
|
||||||
|
.dark {
|
||||||
|
background:#c2cfdf;
|
||||||
|
color:inherit;
|
||||||
|
}
|
||||||
|
.dark td {
|
||||||
|
border:1px solid black;
|
||||||
|
}
|
||||||
|
.light {
|
||||||
|
background:#e4eaf2;
|
||||||
|
color:inherit;
|
||||||
|
}
|
||||||
|
.light td {
|
||||||
|
border:1px solid black;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user