-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyCSS.css
113 lines (111 loc) · 1.91 KB
/
myCSS.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
body,html {overflow:scroll;}
body
{
top: 0%;
background: url(images/bg1.jpg);
background-size: 100%;
position: fixed;
z-index: -2;
height: 100%;
left: 0%;
right: 0%;
}
#mainhead
{
font-size:2.2em;
color: crimson;
text-align: center;
text-decoration-style: wavy;
font-family:Comic Sans MS;
font-style: oblique;
background-color: white;
border: solid thick blue;
box-shadow: -5px 2px 5px darkred;
margin-top: 2px;
margin-left: 35%;
padding: 5px;
width:30%;
height: 10%;
}
#menu{
float:left;
width:14%;
height:auto;
padding: 2px 0 0 3px;
background-color:white;
border-right: 2px solid darkred;
border-top: 5px solid darkred;
border-bottom: 5px solid darkred;
color:darkred;
line-height:30px;
position:absolute;
left:0;
top: 106px;
}
#general
{
font-family:Comic Sans MS;
font-size:1.1em;
padding:1%;
color:darkblue;
border: groove 3px darkred;
box-shadow: -5px 2px 5px blue;
width:70%;
margin-left:15%;
}
#terms
{
border: dashed 2px blue;
font-family:Calibri;
font-size:0.9em;
line-height:1.5em;
width:50%;
padding:2px;
background-color: aliceblue;
color:darkred;
margin-left: 25%;
}
#available
{
margin-left: 25%;
text-align: center;
font-size: 1.2em;
font-family: cursive;
font-weight: bold;
color:darkred;
width:55%;
}
#wanted
{
margin-left: 25%;
text-align: center;
font-size: 1.2em;
font-family: cursive;
font-weight: bold;
color: darkred;
width:50%;
height: 383px;
}
.toy
{
box-shadow: -5px 2px 5px darkred;
text-align:left;
color: darkblue;
font-family:cursive;
font-weight: 100;
line-height:20px;
width:98%;
}
td
{
border: solid thin black;
}
footer {
clear:left;
position:fixed;
bottom:0;
right:0;
left:0;
background-color:darkred;
color:white;
}