summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css100
1 files changed, 82 insertions, 18 deletions
diff --git a/style.css b/style.css
index 4b26ec4..3be6e14 100644
--- a/style.css
+++ b/style.css
@@ -1,28 +1,29 @@
/* page structure */
body {
- font-family: "Helvetica Neue", Helvetica, sans-serif;
- background-color: #abe;
+ font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif;
+ background-color: #765;
+ margin-top: 0;
+ padding-top: 0;
}
#content {
width: 1200px;
margin-left: auto;
margin-right: auto;
- margin-top: .5em;
+ margin-top: 0;
+ padding-top: 0;
border: thin solid #333;
background-color: white;
- border-top-left-radius: .75em;
- border-top-right-radius: .75em;
+ border-top: 0;
}
header {
- background: -moz-linear-gradient(top, #ffa, #9d9);
+ background: -moz-linear-gradient(top, #acf, #dfe);
padding: 1em 3em 1em;
color: #333;
border-bottom: thin solid #d6d6d6;
- border-top-left-radius: .75em;
- border-top-right-radius: .75em;
- margin: 0
+ border-top: 0;
+ margin: 0;
}
footer {
@@ -37,18 +38,36 @@ footer {
article {
padding: 1em 3em 1em;
+ background-color: #fff;
+}
+
+article#bracket {
font-size: 85%;
- background-color: #F0F0C3
}
menu {
margin: 0;
padding: 0.5em;
- background-color: #ddd;
+ background-color: #eee;
border-top: thin solid #a0a0a0;
border-bottom: thin solid #a0a0a0;
}
+menu a {
+ font-weight: bold;
+ color: #644;
+}
+
+menu a:visited {
+ text-decoration: underline;
+ color: #644;
+}
+
+
+menu a:hover {
+ color: #f6f;
+}
+
menu ul {
list-style: none;
padding: 0
@@ -79,7 +98,8 @@ header h1 {
article h1 {
text-align: center;
- font-size: 200%
+ font-size: 300%;
+ margin: 1ex auto;
}
table {
@@ -91,14 +111,9 @@ table {
td {
border: thin solid;
padding: 0.3em;
- text-align: center
-}
-
-#calendar td {
- text-align: left
}
-tr:nth-child(even) td {
+tr:nth-child(even) {
background-color: #9d9
}
@@ -212,3 +227,52 @@ tr:nth-child(even) td {
}
+.readable {
+ margin-left: auto;
+ margin-right: auto;
+ width: 50em;
+}
+
+table#teams {
+ width: 80%;
+}
+
+#teams td {
+ text-align: center;
+}
+
+td.team-name {
+ font-weight: bold;
+ font-size: 200%;
+ text-shadow: .1em .1em .2em #424242;
+}
+
+#teams tr:hover {
+ background-color: #bef;
+}
+
+#teams td.members {
+ font-size: 150%;
+ line-height: 5ex;
+ font-variant: small-caps;
+ text-shadow: .1em .1em .3em #666;
+}
+
+#teams img {
+ border: thick solid #666;
+ border-radius: 1em;
+ opacity: 0.6;
+}
+
+#teams tr:hover img {
+ border-color: #444;
+ opacity: 1.0;
+}
+
+.cred { color: #900; }
+.cgreen { color: #090; }
+.cblue { color: #009; }
+.cpink { color: #909; }
+.cyellow { color: #a60; }
+
+