summaryrefslogtreecommitdiffstats
path: root/base/server/share/webapps/pki/css/pki-common.css
blob: 127d56b75d9ea328b5de1d315dac188890e1f325 (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
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("/pki/fonts/OpenSans-Regular-webfont.woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("/pki/fonts/OpenSans-Bold-webfont.woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  src: url("/pki/fonts/OpenSans-Italic-webfont.woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: bold;
  src: url("/pki/fonts/OpenSans-BoldItalic-webfont.woff");
}



* {
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

html, body {
  min-height: 800px;
  min-width: 850px;
  font-size: 13.5px;
  height: 100%;
  color: #4d5258;
}

small {
  font-size: 11.5px;
}


/* Tabbed Headers TODO: Bundle Open Sans */

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}


/* Regular Headers */

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  margin: 4px;
  color: #4d5258;
  font-size: 27.5px;
}

h4 {
  font-family: "Open Sans", sans-serif;
}


/* Links */

a {
  color: #0099d3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Focus */

input, textarea {
  outline: none;
}