summaryrefslogtreecommitdiffstats
path: root/reports/web-rprt-srcs/boxypastel.css
blob: bbb2566c90a74f899fd03c4809d0819b7c212910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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
    }