Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*  Copyright (c) 2009 Facebook
2
 *
3
 *  Licensed under the Apache License, Version 2.0 (the "License");
4
 *  you may not use this file except in compliance with the License.
5
 *  You may obtain a copy of the License at
6
 *
7
 *      http://www.apache.org/licenses/LICENSE-2.0
8
 *
9
 *  Unless required by applicable law or agreed to in writing, software
10
 *  distributed under the License is distributed on an "AS IS" BASIS,
11
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
 *  See the License for the specific language governing permissions and
13
 *  limitations under the License.
14
 */
15
 
16
/* Start moodle modification: add basic, smaller, font specs */
17
body, p, table, li {
18
  font: normal normal normal 13px/1.231 arial, helvetica, clean, sans-serif;
19
}
20
/* End moodle modification */
21
 
22
td.sorted {
23
  color:#0000FF;
24
}
25
 
26
td.vbar, th.vbar {
27
  text-align: right;
28
  border-left:
29
  solid 1px #bdc7d8;
30
}
31
 
32
td.vbbar, th.vbar {
33
  text-align: right;
34
  border-left:
35
  solid 1px #bdc7d8;
36
  color:blue;
37
}
38
 
39
/* diff reports: display regressions in red */
40
td.vrbar {
41
  text-align: right;
42
  border-left:solid 1px #bdc7d8;
43
  color:red;
44
}
45
 
46
/* diff reports: display improvements in green */
47
td.vgbar {
48
  text-align: right;
49
  border-left: solid 1px #bdc7d8;
50
  color:green;
51
}
52
 
53
td.vwbar, th.vwbar {
54
  text-align: right;
55
  border-left: solid 1px white;
56
}
57
 
58
td.vwlbar, th.vwlbar {
59
  text-align: left;
60
  border-left: solid 1px white;
61
}
62
 
63
p.blue  {
64
  color:blue
65
}
66
 
67
.bubble {
68
  background-color:#C3D9FF
69
}
70
 
71
ul.xhprof_actions {
72
  float: right;
73
  padding-left: 16px;
74
  list-style-image: none;
75
  list-style-type: none;
76
  margin:10px 10px 10px 3em;
77
  position:relative;
78
}
79
 
80
ul.xhprof_actions li {
81
  border-bottom:1px solid #D8DFEA;
82
}
83
 
84
ul.xhprof_actions li a:hover {
85
  background:#3B5998 none repeat scroll 0 0;
86
  color:#FFFFFF;
87
}