blob: addb453ae2889cc9c52c7665fd761c8b34db4f04 [file] [log] [blame]
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -07001/*
2 * Copyright 2015 Open Networking Laboratory
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070017#home div.main-left {
18 width: 55%;
19 padding: 0;
20}
21#home div.main-right {
22 padding: 1% 0 0 3%;
23 width: 42%;
24}
25#home div.move-down {
Bri Prebilic Cole7a5431e2015-06-08 12:53:02 -070026 margin-top: 5%;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070027}
28
29#home div.image-holder {
30 width: 100%;
31 position: relative;
32}
33
34#home div.main-left img {
35 width: 100%;
36 opacity: 0.8;
37 box-shadow: 10px 0 12px 1px rgba(54, 136, 210, 0.25);
38}
39
40#home div.main-right div.bundle-title {
41 padding: 2% 0;
42}
43
44#home h4 {
45 padding-bottom: 2%;
46}
47
48#home p {
49 margin-bottom: 3%;
50}
51
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070052#home table {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070053 width: 94%;
54 table-layout: fixed;
55 margin-left: 6%;
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070056 border-left: 1px solid #CE5650;
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070057}
58
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070059#home table.users th,
60#home table.users td {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070061 font-size: 90%;
62}
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070063
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070064#home td, #home th {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070065 text-align: left;
66 padding: 2%;
67}
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070068
69#home table.users th.user-pic {
70 background-color: white;
71}
72#home table.users th.user-pic,
73#home table.users td.user-pic {
74 width: 30px;
75 padding-left: 4%;
76}
77#home table.users td.user-pic img {
78 width: 25px;
79 opacity: 0.5;
80}