X-Git-Url: http://jaekl.net/gitweb/?p=frank.git;a=blobdiff_plain;f=report%2Fstyle.css;fp=report%2Fstyle.css;h=0000000000000000000000000000000000000000;hp=d5904cb4a78fd229af4a16cb6316377f118863b7;hb=c35af9e511e8390a66ca76331c3af43d0f0f7464;hpb=24f097b0fe78fa44f99b9f6f2e51a8e689d86a4a diff --git a/report/style.css b/report/style.css deleted file mode 100644 index d5904cb..0000000 --- a/report/style.css +++ /dev/null @@ -1,213 +0,0 @@ -/* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ -body { - font-family: verdana, arial, sans-serif - font-size: 12px; -} - -a { - font-size: 12px; -} - -table.src { - font-size: 12px; - border-left: #dcdcdc 1px solid; - border-right: #dcdcdc 1px solid; - border-bottom: #dcdcdc 1px solid; - border-top: #dcdcdc 1px solid; -} - -table.report { - font-size: 12px !important; - border-collapse: collapse; - width: 100%; -} - -tr.report { - border: #dcdcdc 1px solid; -} - -table.percentGraph { - height: 10px; - width: 100px; -} - -th.report { - background: #F0F0F0; - font-size: inherit !important; - font-weight: bold; - border: #dcdcdc 1px solid; - cursor: default; -} - - -th.report:hover { - background: #dcdcdc; -} - -table.report a.sortheader { - color: black; - text-decoration: none; - display: block; -} -table.report span.sortarrow { - color: black; - text-decoration: none; -} - - - - -td.reportText { - font-size: inherit !important; - border: #dcdcdc 1px solid; -} - -td.reportValue { - font-size: inherit !important; - border: #dcdcdc 1px solid; - text-align: right; -} - -td.reportValue_covered { - font-size: inherit !important; - border: #dcdcdc 1px solid; - text-align: right; - background: #80ff80; -} - -td.reportValue_uncovered { - font-size: inherit !important; - border: #dcdcdc 1px solid; - text-align: right; - background: #FF3030; -} - -td.spacer { - border-left: #FF0000 0px none; - border-right: #FF0000 0px none; - height: 30px; - padding-top: 15px; -} - -td.percentCovered { - background: #00FF00; - empty-cells: show; -} - -td.percentUnCovered { - background: #FF0000; - empty-cells: show; -} - -td.numLine { - background: #F0F0F0; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: right; -} - -td.numLineCover { - background: #80ff80; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: right; -} - -td.numLineUnCover { - background: #FF3030; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: right; -} - -td.nbHits { - background: #F0F0F0; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: left; -} - -td.nbHitsCovered { - background: #80ff80; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: left; -} - -td.nbHitsUncovered { - background: #FF3030; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: left; -} - -td.src { - width: 100%; -} - -pre.src { - background: #ffffff; - margin-top: 0px; - margin-bottom: 0px; -} - -span.srcUncovered { - background: #FF3030; - border-right: #dcdcdc 1px solid; - padding-right: 3px; - text-align: right; -} - -span.keyword { - color: #0000ff; -} - -span.comment { - color: #008080; - font-style: italic; -} - -span.string { - color: #000000; -} - -span.title { - font-weight: bold; - font-size: 16px; -} - -span.title2 { - font-weight: bold; - font-size: 14px; -} -span.text { - font-size: 12px; -} - -span.text_italic { - font-size: 12px; - font-style: italic; -}