uucp_site/css/main.css

93 lines
1.4 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
background-color: black;
color: white;
font-family: "Raleway", sans-serif;
}
#container {
width: 100%;
margin-left: 18%;
margin-right: -20%;
position: absolute;
}
h1 {
font-family: 'Open Sans Condensed', sans-serif;
}
a:active {
color: white;
}
a:visited {
color: white;
}
a:link {
color:white;
}
a:hover {
color: green;
}
table {
width: 100%;
}
th, td {
border: 1px solid white;
border-collapse: collapse;
}
#content {
border-color: green;
border-style: solid;
border-width: 1px 1px 1px 1px;
padding: 10px 10px 10px 10px;
position: absolute;
left: 208px;
top: 103px;
width: 806px;
}
h3.creedo {
font-family: "Raleway", sans-serif;
padding-left: 20px;
}
p.intro {
padding-left: 10px;
}
#header {
border-color: green;
border-style: solid;
width: 1024px;
border-width: 1px 1px 1px 1px;
padding: 5px 5px 5px 5px;
}
#nav {
border-color: green;
border-style: solid;
border-width: 1px 1px 1px 1px;
width: 200px;
height: 400px;
position: relative;
top: 5px;
}
ul.menu {
font-family: 'Open Sans Condensed','sans-serif';
font-size: 28px;
list-style-type: none;
}
hr.join{
width: 100px;
color: green;
}