RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / web2 / 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     -moz-border-radius-bottomleft: 0.5em;
17     -webkit-border-bottom-left-radius: 0.5em;
18     margin-left: 10em;
19     margin-top: 5.8em;
20     margin-right: 0;
21     margin-bottom: 0em;
22     min-height: 10%;
23     background: #fff;
24     border-top: 2px solid #ccc;
25     border-left: 2px solid #ccc;
26     z-index:1;
27     border-radius: 0.5em 0 0 0.5em;
28
29 }
30
31 div#body.login-body {
32     top: -2.5em;
33     margin-right: 10em;
34 }
35
36 div#footer {
37  position: absolute;
38  right: 0;
39  text-align: right;
40  font-size: 0.9em;
41  margin-top: 2em;
42  background: #fff;
43  margin-bottom: 0;
44  padding-left: 3em;
45  padding-right: 1em;
46  border-top: 2px solid #aaa;
47  border-left: 2px solid #aaa;
48  -moz-border-radius-topleft: 0.5em;
49  -webkit-border-top-left-radius: 0.5em;
50  -moz-border-radius-bottomleft: 0.5em;
51  -webkit-border-bottom-left-radius: 0.5em;
52
53   border-radius: 0.5em 0 0.5em 0;
54 }
55
56 div#footer #time {
57     display: none ;
58 }
59
60 div#footer #bpscredits {
61  text-align: right;
62  background: url(../../../static/images/bpslogo.png) no-repeat top right;
63  padding-top: 4em;
64 }
65
66
67 /* logo stuff */
68
69 div#logo {
70     position: absolute;
71     right: 2px;
72     top: 0;
73     height: 2.3em;
74 }
75
76 div#logo a img {
77     border: 0;
78     height: 100% !important;
79     width: auto !important;
80     float: right;
81 }
82
83 div#logo .rtname {
84     position: relative;
85     font-weight: bold;
86     text-align: center;
87     top: 0.7em;
88     padding-right: 1em;
89     float:left;
90 }
91
92
93 div#quickbar, div#logo {
94     font-size: 0.9em;
95 }
96 div#quickbar a, div#logo a { 
97     color: #000;
98 }
99
100
101 div#quickbar {
102  background: #eaeaea;
103  padding-top: 1em;
104  padding-left: 1em;
105  padding-bottom: 0.5em;
106  height: 1em;
107  border-bottom: 1px solid #ccc;
108
109 }
110
111 #prefs-menu.sf-menu li li {
112     background: #eaeaea;
113 }
114
115 #prefs-menu.sf-menu #li-preferences {
116     background: none;
117 }
118
119 #prefs-menu.sf-menu li:hover,
120 #prefs-menu.sf-menu li.sfHover,
121 #prefs-menu.sf-menu #li-preferences.sfHover,
122 #prefs-menu.sf-menu #li-preferences:hover,
123 #prefs-menu.sf-menu a:focus,
124 #prefs-menu.sf-menu a:hover,
125 #prefs-menu.sf-menu a:active,
126 {
127     background-color: #CFDEFF;
128     text-color: #000;
129     color: #000;
130     border: none;
131 }
132
133 #prefs-menu .sfHover a,
134 #prefs-menu .sfHover a:visited {
135     color: #000;
136     border: none;
137 }
138
139
140
141 div#header h1 {
142  position: absolute;
143  left: 7em;
144  right: 20em;
145  top: 1.4em;
146  overflow: hidden;
147  height: 1em;
148  font-size: 1.4em;
149  margin-top: 0.4em;
150  padding: 0.25em;
151  color: #fff;
152 }
153
154 /* in multi-column layouts, make sure we have an internal gutter */
155
156 tr .boxcontainer {
157       padding-right: 1em;
158 }
159
160 tr .boxcontainer:last-child {
161       padding-right: 0;
162 }
163