-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
117 lines (98 loc) · 1.71 KB
/
style.css
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
body {
font-size:14px;
padding-top: 48px;
color:#333;
font-family: -apple-system, BlinkMacSystemFont,
"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
letter-spacing: 1.5px;
line-height: 1.75;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
nav {
box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
.navbar {
padding: 0 1rem;
}
.navbar-brand {
font-size: 1rem;
color: #444!important;
}
button.navbar-toggler {
padding: 0 3px;
border: none;
}
button.navbar-toggler:focus {
outline: 0;
border-color: transparent;
}
.navbar-toggler-icon {
background-size: 60% 60%;
}
footer {
text-align:center;
font-size:80%;
color: white;
background-color: #999;
margin-top:60px;
padding:10px 0;
}
.form-group {
margin-bottom: 0;
}
.form-control {
font-size:14px;
padding:3px 5px;
line-height: 1.3;
}
select.form-control:not([size]):not([multiple]) {
height: calc(1.8rem + 2px);
}
.form-group label {
display: inline-block;
margin-bottom: 1px;
font-size:70%;
}
.form-check {
margin-top: 1rem;
}
.form-check label {
display: inline-block;
margin-bottom: 1px;
padding-left:20px;
font-size:100%;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: 0;
}
.skill {
border-bottom: dashed 1px #bbb;
padding:3px 0;
}
.remarks {
color: crimson;
}
table.data {
border-collapse: collapse;
}
table.data td, table.data th {
border: 1px solid #333;
padding: 5px;
line-height: 14px;
text-align:left;
font-weight:normal;
}
table.data th {
background-color:#ddd;
}
[v-cloak] {
display:none;
}