space and transparency
This commit is contained in:
22
root.css
22
root.css
@@ -10,12 +10,14 @@ body {
|
||||
/* text-decoration: overline; */
|
||||
/* text-transform: uppercase; */
|
||||
/* background-color: #FFAAAA; */
|
||||
background-image: url(Circles.png);
|
||||
background-image: url("space.gif");
|
||||
/* url(Circles.png); */
|
||||
text-align: center;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
#wrapper {
|
||||
opacity: 0.9;
|
||||
width: 1024px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -24,6 +26,7 @@ body {
|
||||
/* width: 90%; */
|
||||
border-style: groove;
|
||||
border-color: #000000;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -31,22 +34,21 @@ nav {
|
||||
background-color: #333333;
|
||||
border-style: inset;
|
||||
border-color: #000000;
|
||||
padding: none;
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
.navborder {
|
||||
border-style: inset;
|
||||
}
|
||||
.button {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
border-style: outset;
|
||||
cursor: pointer;
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.button a {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
border-style: outset;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button a:hover {
|
||||
.button:hover {
|
||||
border-style: inset;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user