-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyles.css
121 lines (115 loc) · 1.99 KB
/
mystyles.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
118
119
120
121
.row-header {
margin: 0px auto;
padding: 0px 0px;
}
.row-content {
margin: 0px auto;
padding: 50px 0px;
border-bottom: 1px ridge;
min-height: 400px;
}
.row-footer {
margin: 0px auto;
padding: 20px 0px;
background-color: #AfAfAf;
}
.jumbotron {
margin: 0px auto;
padding: 70px 30px;
background: #7986CB;
color: floralwhite;
}
.carousel {
background: #1a237e;
}
.carousel .item {
height: 300px;
}
.carousel .item img {
left: 0;
min-height: 300px;
position: absolute;
top: 0;
}
.navbar-inverse {
background: #303f9f;
color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a {
background: #1a237e;
color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:hover {
background: #1a237e;
color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:focus {
background: #1a237e;
color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a {
background: #1a237e;
color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a:hover {
background: #1a237e;
color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a:focus {
background: #1a237e;
color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
background-color: #303f9f;
color: #eeeeee;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
color: #000000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu {
background-color: #303f9f;
color: #eeeeee;
}
address {
color: #0f0f0f;
font-size: 80%;
margin: 0px;
}
body {
align: center;
padding: 50px 0px 0px 0px;
z-index: 0;
}
.tab-content {
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
padding: 10px;
}
.affix {
top: 100px;
}
#carouselButtons {
bottom: 0px;
position: absolute;
right: 0px;
}
.margin-bot-10 {
margin-bottom: 10px;
}
.sort-text {
/*position: center;*/
text-align: center;
}
.comments-list blockquote {
margin-bottom: 0px;
}
.rating-star {
color: #ffcc00;
}
.bad {
color: #d9d9d9;
}
.rating-btn {
margin-right: 20px;
}