forked from niklasvh/html2canvas
-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
89 lines (68 loc) · 1.13 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
@import url(https://fonts.googleapis.com/css?family=Pacifico);
#tabelaPonto {
-width: 30em;
}
#assinatura {
-margin: 1em;
-border: 3px inset gray;
background: none;
}
.input-group {
-width: 16em;
}
.form-group input {
-text-align: right;
}
.panel-heading a:after {
font-family: 'Glyphicons Halflings';
content: "\e114";
float: right;
color: grey;
}
.panel-heading a.collapsed:after {
content: "\e080";
}
.input-group-addon.email {
width: auto;
}
.texto{
position: relative;
left: 171px;
margin-top: 5px;
padding-top: 2px;
}
#nome-p{
color: #374885;
font-weight: bold;
font-size: 15px;
margin: 3px 0px 0px 10px;
}
#cargo-p{
color: #374885;font-size: 12px;margin: -16px 0px 0px 10px;}
#teste{
background: url("template.png");
background-repeat: no-repeat;
height: 150px;
}
header{
background-color: #DCDCDC;
}
body{
background-color: #F7F7F7;
}
div.container{
width: 60%;
margin-top: 3%;
}
div.container h2#titulo{
font-family: 'Pacifico', cursive;
font-size: 36px;
color: rgb(106, 121, 175);
}
#logo{
margin: 8px 0px 7px 44px;
}
.nome-form{
font-size: 17px;
color: #404040;
}