-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathflash.css
More file actions
91 lines (82 loc) · 1.45 KB
/
flash.css
File metadata and controls
91 lines (82 loc) · 1.45 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
iframe{
position:absolute;
height:460px;
left:190px;
top:100px;
}
div.frames{
position:absolute;
background-color: rgba(0,0,0,0.5);
height:100%;
top:210px;
width:1000px;
left:160px;
}
body{
background-image:url(neww.jpg);
background-size:100%;
background-repeat:no-repeat;
background-attachment: fixed;
}
div.desc{
position:absolute;
background-color: rgba(0,0,0,0.5);
width:1000px;
height:100%;
left:160px;
top:800px;
}
h3,h2,h1{
letter-spacing:1px;
color:white;
}
div.header{
border-radius: 25px;
background: #000000;
padding: 10px;
width: 190px;
height: 75px;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgba(0,0,0,0.5);
}
li {
float: left;
}
a{
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
display: block;
color: white;
text-align:center;
padding: 15px 20px;
text-decoration: none;
}
a:hover {
background-color: #1B1818;
}
div.search{position:absolute;
right:300px;
top:115px;
}
.butn {
position:relative;
padding:6px 30px;
right:-200px;
border:2px solid white;
background-color:#111;
color:white;
}
.sear { position:relative;
right:-210px;
padding:8px 50px;
background: white;
border:0px;}
.butn:hover {
background-color:#1B1818;
}