-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
126 lines (104 loc) · 2.26 KB
/
style.css
File metadata and controls
126 lines (104 loc) · 2.26 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
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
118
119
120
121
122
123
124
125
126
body {
background-image: url("background-image-75.jpg");
background-size: cover;
height: 100%; }
.login {
color: white; }
.navbar {
background-color: #333; }
.navbar-inverse {
background-image: none;
border: 0px solid black; }
.navbar-inverse a {
color: white !important;
font-weight: 900; }
a {
text-decoration: none !important; }
.nummerplaat {
background-color: #f4be04;
border: 2px solid black;
border-radius: 10px;
color: black;
text-align: center;
font-size: 2em;
max-width: 200px; }
.steden {
background-color: #333;
height: 100px;
text-align: center;
vertical-align: middle;
border-radius: 6px;
margin-top: 10px;
color: white; }
.steden h4 {
color: white;
padding-top: 40px; }
.btn-succes {
background-color: #00E676; }
.intro {
background-color: #2196F3; }
.submenu {
background-color: #333;
height: 60px;
text-align: center;
vertical-align: middle;
border-radius: 6px;
margin-top: 10px;
color: white; }
.submenu h4 {
color: white;
padding-top: 20px; }
.redbtn {
background-color: #E53935;
height: 60px;
text-align: center;
vertical-align: middle;
border-radius: 6px;
margin-top: 10px;
color: white; }
.redbtn h4 {
color: white;
padding-top: 20px; }
.jumbotron {
background-color: #2196F3;
color: white; }
.panel {
border: 0px solid grey; }
.panel .panel-body {
background-color: #2196F3 !important;
border-radius: 3px; }
.panel .panel-heading {
background-color: #333 !important;
color: white !important;
border: 0px solid grey;
font-weight: 900; }
.form-control {
background-color: rgba(255, 255, 255, 0.95) !important;
border: 0px solid grey !important;
padding: 20px 0 20px 10px !important;
margin-bottom: 5px; }
.form-control select {
background-color: rgba(255, 255, 255, 0.95) !important;
border: 0px solid grey !important;
padding: 20px !important; }
.addy {
padding: 10px 0 10px 10px;
background-color: #00E676;
border: 0px solid #00E676;
width: 100%; }
.tableId {
width: 5%; }
.tableName {
width: 25%; }
.tableEmail {
width: 25%; }
.tablePassword {
width: 20%; }
.tableSpots {
width: 10%; }
.tableDelete {
width: 15%; }
.tablePlate {
width: 25%; }
.tableNote {
width: 45%; }