-
Notifications
You must be signed in to change notification settings - Fork 0
/
top.css
107 lines (87 loc) · 2.41 KB
/
top.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
*::selection{
color: #055805;
background-color: #eeeb58;
text-shadow: #235502 4px 4px 10px ;
}
marquee{
color:#f00;
background-color: #ff0;
height: 2em;
vertical-align: middle;
font-size:2em;
}
#div1 {
user-select: none;
border-radius: 5px;
height: auto;
align-content: center;
position: fixed;
width: 100%;
background-image: url('assets/bg.jpg');
top:0;
box-shadow: 0px 0px 50px 50px #000 ;
}
#body{
background-image:url("assets/bg.jpg");
background-repeat :round;
background-attachment:fixed;
margin: 0;
height: 200%;
}
#name {
width: 500;
border-style: dashed;
font-size: 2 em;
}
.c1 {
font-family: cursive;
text-emphasis-color: #fff;
color: #ffffcc;
font-size: 1.8em;
}
#menu_bar{
background-color: none;
display:flex;
width:100%;
}
.menubar:visited,
.menubar:active,
.menubar{
user-select: none;
font-size: 1.4em;
color: #000000 ;
border-style: groove;
border-color: #eee;
border-radius: 10px;
padding: 10px;
margin-left: 0.5%;
margin-right: 0.5%;
text-align: middle;
background-color: darkkhaki;
width: 20%;
text-align: center;
font-family: cursive;
}
a{
text-decoration-line:none ;
color:#000000;
}
a:hover{
text-decoration-line:none ;
color:#000000;
}
.menubar:hover{
background-image: url("assets/menubg.jpg");
}
#info-container{
margin-top: 25%;
}
.block{
color:#ffffcc;
font-size: 1.25em;
font-family: monospace, sans-serif, 'Times New Roman', Times, serif ;
text-shadow: #00ff 0.08em 0.08em 0.25em ;
border-style:dashed;
padding:10px;
width:50%;
}