-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentation3.css
More file actions
93 lines (81 loc) · 1.42 KB
/
presentation3.css
File metadata and controls
93 lines (81 loc) · 1.42 KB
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
#backgroundLayer {
width: 100%;
height: 100%;
}
/* img {
-webkit-filter: blur(15px);
filter: blur(15px);
} */
.arabic{
direction: rtl;
}
#content1{
position: absolute;
overflow:hidden;
z-index:5;
/*padding:10px;*/
font-weight:bold;
/* -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black; */
}
#content2{
position: absolute;
overflow:hidden;
z-index:5;
/*padding:10px;*/
font-weight:bold;
/* -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black; */
}
#semitransparentLayer{
position: absolute;
opacity: 0.3;
background-color: black;
z-index:4;
border-radius: 25px;
height: 300px;
width: 300px;
visibility: hidden;
}
.footer_vv_style{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
z-index:5;
}
.footer_date_style{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 16px;
text-align: left;
font-weight: bold;
z-index:5;
}
/* Presentation style */
.titleStyle {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 60px;
font-weight: bold;
text-align: center;
/*background-color: #edf5ff;*/
z-index:5;
}
.footerStyle {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
z-index:5;
float: right;
}
.contentStyle {
color: #FFFFFF;
font-weight: bold;
/* text-align: center; */
overflow: hidden;
}
.abspos{
position: absolute;
}