-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_u.css
86 lines (84 loc) · 1.58 KB
/
style_u.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
body{
background-size: auto;
background-color: rgb(200,200,200);
width: 98%;
height: 100%;
}
#wrapper{
display:block;
width:90%;
background-color: rgb(200,200,200);
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
overflow-x: hidden;
padding:0%;
}
#linktable{
width:60%;
border: 2px solid;
border-collapse: collapse;
margin-left: 25%;
margin-right:20%;
margin-top: 0%;
}
td{
border: 2px solid;
border-collapse: collapse;
text-align: center;
border-bottom-color: rgb(200,200,200);
border-top-color: rgb(200,200,200);
border-left-color: rgb(200,200,200);
border-right-color: rgb(200,200,200);
padding:auto;
}
td:hover{
color:rgb(100,100,100);
}
#links{
background-color:rgb(220,220,220
);
}
a{
text-decoration:none;
font-family:fantasy;
font-family: monospace;
font-size:xx-large;
}
a:hover{
color: red;
background-color: rgb(202,225,255);
}
a:visited{
color:blue;
}
#image1{
position: relative;
max-width:100%;
max-height: 100%;
}
#login{
margin-left: 15%;
margin-right:0%;
margin-top:3%;
padding-top: 3%;
padding-left:10%;
padding-right:25%;
float: left;
background-color: rgb(180,180,180);
}
#all{
background-color: white;
width:80%;
margin-left:auto;
margin-right: auto;
padding-left: 10%;
padding-top: 4%;
padding-bottom: 4%;
}
h1{
color: red;
}
h2{
color: green;
}