-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (83 loc) · 1.67 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
body {
font-size: 16px;
color: #fff;
background-color: #61122f;
font-family: 'Oxygen', sans-serif;
}
#header-navbar {
border-radius: 0;
margin: 0;
background-color: #faac04ec;
border: 0;
}
.navbar-header {
height: 80px;
/*** test ***/
}
.navbar-brand {
height: 100px;
padding: 0 15px;
}
.navbar-brand a:hover {
text-decoration: none;
}
.navbar-brand h1 { /* company name */
color: #61122f;
font-size: 2em;
font-weight: bold;
text-shadow: 0 0 2px #ff0000;
text-transform: uppercase;
margin: 0;
padding-top: 24px;
}
#header-navbar button.navbar-toggle {
margin: 35px 15px 0 0 ;
}
#header-navbar button.navbar-toggle, #header-navbar button.icon-bar {
border: 2px solid #61122f;
}
#header-navbar button.navbar-toggle:hover, #header-navbar button.icon-bar:hover {
background-color: #e7e7e7;
}
#nav-list {
margin-top: 10px;
}
#nav-list span {
color: #61122f;
text-align: center;
font-size: 1.8em;
}
#nav-list span:hover {
background-color: #e7e7e7;
}
.row {
margin-top: 30px;
margin-bottom: 0;
}
#menu-chicken, #menu-beef, #menu-sushi {
background-color: gray;
padding: 5px 0 5px 8px;
margin-bottom: 18px;
}
#menu-chicken h3, #menu-beef h3, #menu-sushi h3 {
text-align: center;
font-size: 1.8em;
font-weight: bold;
color: #61122f;
}
#menu-sushi {
margin-bottom: 0;
}
#menu-chicken p, #menu-beef p, #menu-sushi p {
font-size: 1.4em;
}
/*.footer-panel */
.footer-panel{
background-color: #222;
height: 50px;
margin-top: 15px;
}
#back-top p {
padding-top: 9px;
text-align: center;
}