extra styles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd8f48f7d7
commit
36c8fb1399
@ -86,3 +86,38 @@ body, th, td {
|
|||||||
|
|
||||||
.logoImage {
|
.logoImage {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.frame {
|
||||||
|
border: solid black 1px;
|
||||||
|
margin: 1em 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame .label {
|
||||||
|
background: #369;
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.frame .content {
|
||||||
|
padding: 5px 10px;
|
||||||
|
background: #F0F0FF;
|
||||||
|
color: black;
|
||||||
|
line-height: 120%;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
.warning .label {
|
||||||
|
background: #C00;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.warning .content {
|
||||||
|
background: #FFF0F0;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
.fixme .label {
|
||||||
|
background: #C6C600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.codefrag {
|
||||||
|
font-family: "Courier New", Courier, monospace;
|
||||||
|
font-size: 110%;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user