git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@938 29311d96-e01e-0410-9327-a35deaab8ce9

This commit is contained in:
sageweil 2006-10-17 17:31:08 +00:00
parent 564ece9a1b
commit 9cf37bb833

View File

@ -35,7 +35,7 @@ small { font-size: 10px; }
.navsegment {
padding: 0;
border: 1px solid #C9D2DC;
background-color: #EEEEEE;
background-color: #EEEEFF;
margin-bottom: 10px;
}
.navsegment h4 {
@ -43,7 +43,7 @@ small { font-size: 10px; }
font-family: sans-serif, Arial;
font-weight: bold;
color: #000066;
background-color: #C9D2DC;
background-color: #C9D2EC;
border-top: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid #93A4B7;
@ -74,7 +74,7 @@ small { font-size: 10px; }
}
.mainsegment h3 {
margin: 0;
background-color: #6D859E;
background-color: #7982BC;
color: white;
padding: 2px 1px 2px 6px;
font-family: sans-serif, "Trebuchet MS", Tahoma, Arial;
@ -91,7 +91,7 @@ small { font-size: 10px; }
margin: 0;
padding: 2px 1px 2px 6px;
font-family: sans-serif, Arial, Tahoma;
background-color: #EEEEEE;
background-color: #DDDDEE;
border-top: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid #999999;
@ -99,7 +99,7 @@ small { font-size: 10px; }
}
pre, .programlisting {
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
border: 1px solid #CCCCEE;
padding: 10px;
}
@ -123,30 +123,8 @@ DD { padding-bottom: 0 }
padding: 10px;
}
/* Test reporting */
h4.file {
background-color: #EEEEEE;
border: 1px solid #999999;
margin-top: 20px;
}
h4.function {
background-color: transparent;
border: 0px;
margin-top: 15px;
font-style: italic;
}
table.report {width: 100%; border-width: thin; border-style: solid}
pre.report {
background-color: transparent;
border: 0;
padding: 0;
}
td.linecount { color: #999999 }
tr.na {color: grey}
tr.great {background-color: green; color: white}
tr.notexec {background-color: #e84545}
tr.low {background-color: #dde244}
/* Diagram thinger */
td.kernel {text-align: center; background-color: pink}
td.entity {text-align: center; background-color: #4ae544}
td.lib {text-align: center; background-color: orange}