RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / ballard / layout.css
1 /* body */
2
3 body {
4     padding:0;
5     margin:0;
6     background: #547CCC url(../../../static/css/images/background-gradient.png) top left repeat-x ;
7     font-family: arial, helvetica, sans-serif;
8     color: #000000;
9 }
10
11 div#body {
12     position: relative;
13     padding: 1.8em 1em 1em 1em;
14     -moz-border-radius-topleft: 0.5em;
15     -webkit-border-top-left-radius: 0.5em;
16     border-top-left-radius: 0.5em;
17     -moz-border-radius-bottomleft: 0.5em;
18     -webkit-border-bottom-left-radius: 0.5em;
19     border-bottom-left-radius: 0.5em;
20     margin-left: 10em;
21     margin-top: 3em;
22     margin-right: 0;
23     margin-bottom: 0em;
24     min-height: 10%;
25     background: #fff;
26     border-top: 2px solid #ccc;
27     border-left: 2px solid #ccc;
28     z-index:1;
29
30
31 }
32
33 div#footer {
34  position: absolute;
35  right: 0;
36  text-align: right;
37  font-size: 0.9em;
38  margin-top: 2em;
39  background: #fff;
40  margin-bottom: 0;
41  padding-left: 3em;
42  padding-right: 1em;
43  border-top: 2px solid #aaa;
44  border-left: 2px solid #aaa;
45  -moz-border-radius-topleft: 0.5em;
46  -webkit-border-top-left-radius: 0.5em;
47  border-top-left-radius: 0.5em;
48  -moz-border-radius-bottomleft: 0.5em;
49  -webkit-border-bottom-left-radius: 0.5em;
50  border-bottom-left-radius: 0.5em;
51 }
52
53 div#footer #time {
54     display: none ;
55 }
56
57 div#footer #bpscredits {
58  text-align: right;
59  background: url(../../../static/images/bpslogo.png) no-repeat top right;
60  padding-top: 4em;
61 }
62
63
64 /* logo stuff */
65
66 div#logo {
67     position: absolute;
68     right: 2px;
69     top: 0;
70     height: 2.3em;
71 }
72
73 div#logo a img {
74     border: 0;
75     height: 100% !important;
76     width: auto !important;
77     float: right;
78 }
79
80 div#logo .rtname {
81     position: relative;
82     font-weight: bold;
83     text-align: center;
84     top: 0.7em;
85     padding-right: 1em;
86     float:left;
87 }
88
89
90 div#quickbar, div#logo {
91     font-size: 0.9em;
92 }
93 div#quickbar a, div#logo a { 
94     color: #000;
95 }
96
97
98 div#quickbar {
99  background: #eaeaea;
100  padding-top: 1em;
101  padding-left: 1em;
102  padding-bottom: 0.5em;
103  height: 1em;
104  border-bottom: 1px solid #ccc;
105
106 }
107
108 div#header h1 {
109  position: absolute;
110  left: 0.5em;
111  right: 20em;
112  top: 1.6em;
113  overflow: hidden;
114  height: 1em;
115  font-size: 1.4em;
116  margin-top: 0.4em;
117  padding: 0.25em;
118  color: #fff;
119 }
120
121 /* in multi-column layouts, make sure we have an internal gutter */
122
123 tr .boxcontainer {
124       padding-right: 1em;
125 }
126
127 tr .boxcontainer:last-child {
128       padding-right: 0;
129 }
130