-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
133 lines (108 loc) · 2.48 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
.panel.date {
margin: 0px;
width: 35px;
text-align: center;
font-size: 1em;
}
.panel.date .month {
padding: 1px 0px;
font-weight: 200;
text-transform: uppercase;
}
.imageTest{
background-image:url("https://static01.nyt.com/images/2017/12/12/opinion/contributors/12hayek-bg/12hayek-bg-superJumbo-v3.jpg");
width:300px;
height:300px;
background-repeat:no-repeat;
/* background-size:cover; */
background-size: contain;
}
.panel.date .day {
padding: 1px 0px;
font-weight: 200;
font-size: 1em;
}
.panel {
font-size: .75em;
/* padding: 1px 0px; */
}
.media{
border: double #2a008e;
background-color: white;
border-radius: 10px;
}
.dateBlock {
padding-top: 5px;
padding-left: 5px;
}
li h4 {
color: #2a008e;
padding-top: 5px;
font-family: Optima, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, Helvetica, Arial, sans-serif;
}
li p {
font-family: Optima, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, Helvetica, Arial, sans-serif;
color: #00c7ff;
text-align: right;
padding: 5px;
/* text-shadow: 3px 3px 4px #000000; */
}
.dateNum {
color: black;
text-align: center;
padding-top: 5px;
}
body{
background-image: url("background.jpeg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.panel-heading {
background-color: #2a008e;
color: white;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
/* border-radius: 10px; */
}
.panel-panel-danger {
border: #2a008e groove;
border-radius: 7px;
}
body h1 {
text-align: center;
font-family: Futura, Impact, Helvetica, Arial, sans-serif;
color: #00c7ff;
/* text-shadow: #2a008e 2px; */
text-shadow: 3px 3px 4px #2a008e;
font-size: 36pt;
}
#subtitle {
font-family: Optima, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, Helvetica, Arial, sans-serif;
color: #00efeb;
text-align: center;
text-shadow: 3px 3px 4px #000000;
}
body h5 {
color: #00c7ff;
text-shadow: 3px 3px 4px #000000;
text-align: center;
font-size: 16pt;
}
#eventContainer {
/* border: double;
display: flex;
float: right;
width: 500px;
width: wrap; */
}
.container {
border: double;
/* width: */
/* width: wrap;
height: wrap; */
display: flex;
float: right;
padding: 1px;
}