From 36c8fb1399389b398779af7d3b5e6e562cc8c4c1 Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Fri, 13 May 2005 14:35:28 +0000 Subject: [PATCH] extra styles git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353678 13f79535-47bb-0310-9956-ffa450edef68 --- .../skins/poi-site/css/mysite.css | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/documentation/skins/poi-site/css/mysite.css b/src/documentation/skins/poi-site/css/mysite.css index a979b0b4e..68b373d93 100644 --- a/src/documentation/skins/poi-site/css/mysite.css +++ b/src/documentation/skins/poi-site/css/mysite.css @@ -86,3 +86,38 @@ body, th, td { .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%; +}