-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.css
119 lines (100 loc) · 2.14 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
111
112
113
114
115
116
117
118
119
/*=======================================================================
** MODAL WINDOWS START
=========================================================================
*/
.myCloseBtn{
background:url("img/closeBtn.png");
cursor: pointer;
height: 36px;
width: 36px;
}
.modal{
overflow : hidden;
}
div a.myCloseBtn{
text-align: right;
position: fixed;
z-index: 1040;
}
.app-modal-window .modal-dialog {
width: 60%;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
color: white;
}
.noBodyScroll{
overflow: hidden;
}
.the-modal {
background-color: #363636;
border-radius: 5px;
max-height: 702px;
}
section.the-modal header h3{
color: #3ab0f4;
font-size: 2.1rem;
font-family: Georgia, "Times New Roman", Times, sans-serif;
font-style: italic;
line-height: 2rem;
}
section.the-modal > h5{
font-size: 1.5rem;
}
section.the-modal h1, section.the-modal h2, section.the-modal h3, section.the-modal h4, section.the-modal h5{
color: #3ab0f4;
font-family: Georgia, "Times New Roman", Times, sans-serif;
font-style: italic;
line-height: 2rem;
}
my-modal.modal-body section {
color: white;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.125rem;
line-height: 3rem;
}
.items{
margin-top: 6rem;
}
section a.item img{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
float: right;
height: 5.5rem;
margin-left: auto;
margin-right: auto;
border-radius: 0.375rem;
box-sizing: border-box;
}
div section .header{
color: white;
width: 12rem;
font-size: 1.3rem;
padding-top: 1.175rem;
text-transform: uppercase;
text-align: right;
letter-spacing: 0.125rem;
line-height: 3rem;
font-family: Arial, Helvetica, sans-serif;
}
section.the-modal header h4{
font-size: 1.9rem;
}
.modal-open{
margin-right:0px !important;
overflow: hidden;
}
section.the-modal textarea{
width: 100%;
border-radius: 3px;
height: 13rem;
color: black;
}
section.the-modal button{
margin-top: 2rem;
}
/*
MODAL WINDOW END
*/