net.bull.javamelody.resource.monitoring.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javamelody-core Show documentation
Show all versions of javamelody-core Show documentation
Monitoring of JavaEE applications
/* style sheet */
body {
background-color: white;
background: url(?resource=backgroundGradient.png) bottom left fixed
repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
img {
border: 0px;
vertical-align: middle;
}
a {
text-decoration: none;
color: #0000BB;
}
a:hover, a:visited:hover {
text-decoration: underline;
color: #0000BB;
}
a:visited {
color: #6600BB;
}
a img {
transition: all 0.3s ease;
}
a:hover img {
transform: scale(1.25);
-webkit-filter: drop-shadow(2px 2px 1px grey) /* Safari and Chrome */
}
.chapterTitle img {
width: 24px;
height: 24px;
}
.synthese {
box-shadow: 2px 2px 3px #888;
transition: all 0.3s ease;
}
.synthese:hover {
transform: scale(1.05);
-webkit-filter: drop-shadow(2px 2px 1px grey) /* Safari and Chrome */
}
table {
border-color: gray;
border-spacing: 0;
border-radius: 5px;
}
th {
font-size: 11px;
padding: 2px;
background-color: #F0F0F0;
cursor: pointer;
}
table tr.odd td {
background-color: #F5F5F5;
}
table tr.highlight td {
background-color: #E0E0E0;
}
td {
font-size: 11px;
padding: 2px;
}
table tr:last-child td:first-child {
border-bottom-left-radius: 5px
}
table tr:last-child td:last-child {
border-bottom-right-radius: 5px
}
table thead th:first-child {
border-top-left-radius: 5px
}
table thead th:last-child {
border-top-right-radius: 5px
}
.wrappedText {
/* wrap very long words in requests and errors cells */
word-wrap: break-word;
word-break: break-all;
}
.tooltip {
/* pour que
© 2015 - 2024 Weber Informatics LLC | Privacy Policy