1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
veranstaltung/style.css
2014-01-04 15:52:17 +01:00

49 lines
No EOL
964 B
CSS

tr:nth-child(2n) td {
background: #CEF6D8
}
tr:nth-child(2n-1) td {
background: #FAFA1F
}
input, textarea {
width: 300px;
}
table {
margin: auto;
border-collapse: collapse;
}
th {
font-size: 120%;
font-weight: bold;
}
a{
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
-webkit-border-radius: 30px;
border-radius: 30px;
-moz-box-shadow: 2px 2px 5px 2px #ccc;
-webkit-box-shadow: 2px 2px 5px 2px #ccc;
box-shadow: 2px 2px 5px 2px #ccc;
}
html {
text-align: center;
}
nav a:visited, nav a:link {
box-shadow: none;
-moz-box-shadow: none;
-webkit-border-radius: 0px;
border-radius: 0px;
background: none;
border: solid;
font-family: "Times New Roman", Times, serif;
font-size: 100%;
}