summaryrefslogtreecommitdiff
path: root/rt/share/static/css/aileron/layout.css
blob: ae60e291d135a1c676f7a1b62bb8c0abf8e904cf (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/* body */

body {
    padding:0;
    margin:0;
    background: #547CCC url(../../../static/css/images/background-gradient.png) top left repeat-x ;
    font-family: arial, helvetica, sans-serif;
    color: #000000;
}

div#body {
    position: relative;
    padding: 1.8em 1em 1em 1em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    margin-left: 1em;
    margin-top: 3em;
    margin-right: 0;
    margin-bottom: 0em;
    min-height: 10%;
    background: #fff;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    z-index:1;
    border-radius: 0.5em 0 0 0.5em;

}

div#footer {
 position: absolute;
 right: 0;
 text-align: right;
 font-size: 0.9em;
 margin-top: 2em;
 background: #fff;
 margin-bottom: 0;
 padding-left: 3em;
 padding-right: 1em;
 border-top: 2px solid #aaa;
 border-left: 2px solid #aaa;
 -moz-border-radius-topleft: 0.5em;
 -webkit-border-top-left-radius: 0.5em;
 -moz-border-radius-bottomleft: 0.5em;
 -webkit-border-bottom-left-radius: 0.5em;

  border-radius: 0.5em 0 0.5em 0;
}

div#footer #time {
    display: none ;
}

div#footer #bpscredits {
 text-align: right;
 background: url(../../../static/images/bpslogo.png) no-repeat top right;
 padding-top: 4em;
}


/* logo stuff */

div#logo {
    position: absolute;
    right: 2px;
    top: 0;
    height: 2.3em;
}

div#logo a img {
    border: 0;
    height: 100% !important;
    width: auto !important;
    float: right;
}

div#logo .rtname {
    position: relative;
    font-weight: bold;
    text-align: center;
    top: 0.7em;
    padding-right: 1em;
    float:left;
}


div#quickbar, div#logo {
    font-size: 0.9em;
}
div#quickbar a, div#logo a {
    color: #000;
}


div#quickbar {
 background: #eaeaea;
 padding-top: 1em;
 padding-left: 1em;
 padding-bottom: 0.5em;
 height: 1em;
 border-bottom: 1px solid #ccc;

}

div#header h1 {
 position: absolute;
 left: 0.5em;
 right: 20em;
 top: 1.6em;
 overflow: hidden;
 height: 1em;
 font-size: 1.4em;
 margin-top: 0.4em;
 padding: 0.25em;
 color: #fff;
}

/* in multi-column layouts, make sure we have an internal gutter */

tr .boxcontainer {
      padding-right: 1em;
}

tr .boxcontainer:last-child {
      padding-right: 0;
}