mirror of https://github.com/CGAL/cgal
30 lines
862 B
CSS
30 lines
862 B
CSS
BODY {background-image:url(http://www-sop.inria.fr/geometrica/CGAL/images/cgal-bg2.gif);
|
|
color:black}
|
|
|
|
P {
|
|
width: 80ex
|
|
}
|
|
|
|
TABLE.result {background-color: white}
|
|
|
|
TD.ok {background-color: rgb(50%,100%,50%)}
|
|
TD.warning {background-color: rgb(100%,100%,50%)}
|
|
TD.error {background-color: rgb(100%,50%,50%)}
|
|
|
|
TH.ok {background-color: rgb(50%,100%,50%)}
|
|
TH.warning {background-color: rgb(100%,100%,50%)}
|
|
TH.error {background-color: rgb(100%,50%,50%)}
|
|
|
|
|
|
TD.ok A {font-size:large; text-decoration: none}
|
|
TD.ok A:link {color: rgb(0%,0%,100%)}
|
|
TD.ok A:visited {color: rgb(0%,80%,100%)}
|
|
|
|
TD.warning A {font-size:large; text-decoration: none}
|
|
TD.warning A:link {color: rgb(0%,0%,100%)}
|
|
TD.warning A:visited {color: rgb(80%,80%,100%)}
|
|
|
|
TD.error A {font-size: large; text-decoration: none}
|
|
TD.error A:link {color: rgb(0%,0%,100%)}
|
|
TD.error A:visited {color: rgb(80%,0%,100%)}
|