MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
[moodle-pu.git] / mod / wiki / ewiki / fragments / core.css
blobe56c93a4b60aa96415f6cf8d9970de4e4ca46c78
2 /*
3 These example style definitions only show how to tweak look
4 of generated WikiPages.
5 */
8 body, td {
9 line-height:140%;
12 a {
13 text-decoration:none;
16 a:hover {
17 text-decoration:underline;
20 p {
21 line-height:110%;
24 em {
25 text-decoration:none;
26 font-style:normal;
27 background-color:#cccc22;
30 strong {
31 font-weight:700;
34 .box {
35 background-color:#222266;
36 border:1px #111133 solid;
39 .box hr {
40 display:none;
43 hr {
44 visibility:hidden;
47 form[name=ewiki] {
48 border:2px #ffffff dashed;
49 padding:5px;
50 background-color:#444444;
53 textarea[name=content] {
54 border:2px #000000 dotted;
55 background-color:#B4D3D7;
58 input[name=save], input[name=preview] {
59 border:1px #000000 solid;
60 background-color:#B4D3D7;
61 -moz-border-redius:10px;