blob: 1f44657b8e57c36f3d389a43a78deb768363bccb [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 {
26 margin-top: 19%;
27}
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 Cole60553c82015-06-05 08:50:17 -070063#home table.users th {
64 background-color: #7AB6EA;
65 color: white;
66 letter-spacing: 0.05em;
67 font-weight: lighter;
Bri Prebilic Cole3c3361c2015-05-19 12:07:29 -070068}
69
Bri Prebilic Cole75874da2015-05-19 14:24:24 -070070#home td, #home th {
Bri Prebilic Colef3eba312015-05-21 16:35:06 -070071 text-align: left;
72 padding: 2%;
73}
Bri Prebilic Cole60553c82015-06-05 08:50:17 -070074
75#home table.users th.user-pic {
76 background-color: white;
77}
78#home table.users th.user-pic,
79#home table.users td.user-pic {
80 width: 30px;
81 padding-left: 4%;
82}
83#home table.users td.user-pic img {
84 width: 25px;
85 opacity: 0.5;
86}