-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
120 lines (95 loc) · 1.35 KB
/
theme.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
.jumbotron {
padding: 5px;
margin-bottom: 10px;
color: inherit;
background-color: #eee
}
.home_image_size
{
padding-top: 10px;
height: 185px;
}
.image_size
{
padding-top: 10px;
height: 230px;
width: 240px;
}
.carousel_div
{
width: 50%;
height: 400;
}
.carousel_img
{
padding-left: 0px;
width: 100%;
height: 100%;
}
.ul_photos {
padding:0 0 0 0;
margin:0 0 0 0;
list-style:none;
}
.li_photos {
list-style:none;
cursor: pointer;
height: 145px;
width: 190px;
}
.photos_images
{
padding:0 0 0 0;
padding-bottom: 10px;
margin:0 0 0 0;
max-height: 145px;
max-width: 180px;
cursor: pointer;
}
.panel-images
{
padding-left: 0;
padding-right: 20;
}
.ul_noIndent
{
padding: 0;
margin: 0;
}
.li_noFormat
{
list-style-type: none;
padding: 0;
margin: 0;
}
.p_indent
{
padding-left: 20px;
}
.li_currentPage
{
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.sm_width
{
width: 85%;
max-width: calc(100% - 174px);
padding-right: 10px;
}
.nv_width
{
padding-top:0px;
min-width: 159px;
width: 15%;
right: 45px;
position: fixed;
}
.li_inline
{
white-space: nowrap;
display: inline;
list-style:none;
max-width: 50px;
}