updated dead links and beautify stuff
This commit is contained in:
109
style.css
109
style.css
@ -4,49 +4,66 @@ CC BY-NC 4.0
|
||||
https://creativecommons.org/licenses/by-nc/4.0/
|
||||
*/
|
||||
body {
|
||||
background-color: #000000;
|
||||
}
|
||||
body,td,th,h1 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
a:link {
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:visited {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #0000ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: #0000ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
.menu{
|
||||
font-weight: bold; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px;
|
||||
}
|
||||
.menu a{
|
||||
text-decoration: none;
|
||||
}
|
||||
.style2 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px;}
|
||||
.table {
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 0px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: none;
|
||||
border-right-style: solid;
|
||||
border-bottom-style: none;
|
||||
border-left-style: solid;
|
||||
border-bottom-color: #000000;
|
||||
max-width:100%;
|
||||
}
|
||||
.no-decoration a{
|
||||
text-decoration: none;
|
||||
}
|
||||
.center{
|
||||
text-align: center;
|
||||
}
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
body,td,th,h1 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #0000ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #0000ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu {
|
||||
font-weight: bold;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
.menu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.style2 {
|
||||
font-weight: bold;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
.table {
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 0px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: none;
|
||||
border-right-style: solid;
|
||||
border-bottom-style: none;
|
||||
border-left-style: solid;
|
||||
border-bottom-color: #000000;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.no-decoration a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user