summaryrefslogtreecommitdiffstats
path: root/reports/web-rprt-srcs/boxypastel.css
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2005-08-01 14:57:24 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2005-08-01 14:57:24 +0000
commit058635947a024e68112b7721174c7bc40248aaee (patch)
treea177d52716088c64ac004b8f0ab253df63135726 /reports/web-rprt-srcs/boxypastel.css
parent7fb840f2b981c8c75158b76d2dd4b0af7635d681 (diff)
downloadbcfg2-058635947a024e68112b7721174c7bc40248aaee.tar.gz
bcfg2-058635947a024e68112b7721174c7bc40248aaee.tar.bz2
bcfg2-058635947a024e68112b7721174c7bc40248aaee.zip
(Logical change 1.272)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1105 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/web-rprt-srcs/boxypastel.css')
-rw-r--r--reports/web-rprt-srcs/boxypastel.css113
1 files changed, 113 insertions, 0 deletions
diff --git a/reports/web-rprt-srcs/boxypastel.css b/reports/web-rprt-srcs/boxypastel.css
index e69de29bb..bbb2566c9 100644
--- a/reports/web-rprt-srcs/boxypastel.css
+++ b/reports/web-rprt-srcs/boxypastel.css
@@ -0,0 +1,113 @@
+/* body */
+body {
+ background-color: #fff;
+ color: #000;
+ font: 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
+ margin-left:25px;
+ margin-right:100px;
+ }
+/* links */
+a:link {
+ color: #00f;
+ text-decoration: none;
+ }
+a:visited {
+ color: #00a;
+ text-decoration: none;
+ }
+a:hover {
+ color: #00a;
+ text-decoration: underline;
+ }
+a:active {
+ color: #00a;
+ text-decoration: underline;
+ }
+/* divs*/
+div.bad {
+ border: 1px solid #660000;
+ background: #FF6A6A;
+ margin: 10px 0;
+ padding: 8px;
+ text-align: left;
+ margin-left:50px;
+ margin-right:50px;
+ }
+div.modified {
+ border: 1px solid #CC9900;
+ background: #FFEC8B;
+ margin: 10px 0;
+ padding: 8px;
+ text-align: left;
+ margin-left:50px;
+ margin-right:50px;
+ }
+div.clean {
+ border: 1px solid #006600;
+ background: #9AFF9A;
+ margin: 10px 0;
+ padding: 8px;
+ text-align: left;
+ margin-left:50px;
+ margin-right:50px;
+ }
+div.warning {
+ border: 1px solid #CC3300;
+ background: #FF9933;
+ margin: 10px 0;
+ padding: 8px;
+ text-align: left;
+ margin-left:50px;
+ margin-right:50px;
+ }
+div.items {
+ display: none;
+ }
+div.nodebox {
+ border: 1px solid #c7cfd5;
+ background: #f1f5f9;
+ margin: 20px 0;
+ padding: 8px;
+ text-align: left;
+ position:relative;
+ }
+div.header {
+ background-color: #DDD;
+ padding: 8px;
+ text-indent:50px;
+ position:relative;
+
+ }
+
+/*Spans*/
+.nodename {
+ font-style: italic;
+ }
+.nodelisttitle {
+ font-size: 14px;
+ }
+
+h2 {
+ font-size: 16px;
+ color: #000;
+ }
+
+ul.plain {
+ list-style-type:none;
+ text-align: left;
+ }
+
+.notebox {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ padding: 1px;
+ text-indent:0px;
+ border: 1px solid #FFF;
+ background: #999;
+ color: #FFF;
+ }
+
+p.indented{
+ text-indent: 50px
+ }