-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.css
More file actions
81 lines (65 loc) · 1.17 KB
/
privacy.css
File metadata and controls
81 lines (65 loc) · 1.17 KB
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
body {
background-color: transparent;
height:100%;
}
html {
background-repeat: repeat;
background-position: top left;
background-attachment: fixed;
height:100%;
}
.greened{
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.policy {
background-color:white;
/*overflow:scroll;*/
height:100%;
}
.navig {
color:white;
background-image: url('assets/img/texture_pattern_repeat_green_zoom_out1.jpg');
background-repeat: repeat;
background-position: top left;
background-attachment: fixed;
padding:20px;
border-radius: 20px;
}
.wash{
color:white;
}
.row {
height:100%;
}
.nav-pills a {
color: white;
/*font-weight:bold;*/
font-family: "London Sans", Helvetica, Arial, sans-serif;
}
.nav-pills > li.active > a {
background-color: transparent;
font-weight:bold;
}
.nav-pills > li > a:hover {
background-color: white;
color: #333333;
}
.nav-pills > li.active > a:hover {
color: #333333;
background-color: white;
}
@font-face {
font-family: "Roboto";
src: url('roboto/Roboto-Regular.ttf');
}
body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: medium;
}
.col-md-4 img{
margin-left: auto;
margin-right: auto;
}