summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css99
1 files changed, 45 insertions, 54 deletions
diff --git a/static/styles.css b/static/styles.css
index c8d5c6d..169d754 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -100,86 +100,77 @@ a:hover {
color: #dd1b26;
}
-.title {
- font-size: 200%;
- font-weight: bold;
- color: #dd1b26;
- text-decoration: none;
- letter-spacing: -1px;
+
+.header {
+ text-align: center;
}
-.subtitle {
- font-weight: bold;
- font-size: large;
- margin-bottom: -.5em;
+.wrapper {
+ overflow: auto;
+ white-space: nowrap;
}
-.category {
- font-size: large;
- font-style: italic;
- margin-bottom: -.3em;
- margin-top: 1.8em;
+.picture {
+ vertical-align: top;
+ display: inline-block;
+ width: 90%;
+ position: relative;
}
-.work {
- margin-left: 1em;
+.logo {
+ width: 300px;
+ max-width: 60%;
+ margin: 1em;
}
-.work-title {
- font-weight: bold;
- letter-spacing: -1px;
+.event {
+ border: 1px darkslategrey dotted;
+ border-radius: 10px;
+ padding: 1em;
+ padding-top: .6em;
}
-.schedule {
- margin-left: 2em;
+.instance {
+ border: 1px darkslategrey dotted;
+ border-radius: 5px;
+ padding: 1em;
+ padding-top: .6em;
+ display: inline-block;
}
-.contact {
- margin-top: .3em;
- font-style: italic;
- font-size: small;
+.instance-ok {
+ background: #dfd;
}
-.home {
- font-style: italic;
- font-size: 20px;
- letter-spacing: -1px;
+hr {
+ border: 0;
+ border-bottom: 1px dashed #ccc;
+ background: #999;
}
-.home > span {
- font-size: 16px;
+.subtitle {
+ text-align: center;
}
-.site {
- font-size: 16px;
+.nav {
+ text-align: center;
}
-.crumbs {
- font-size: small;
+.info {
padding-left: 2em;
+ padding-top: .5em;
}
-.crumbs a {
- white-space: nowrap;
+.info p {
+ margin: 0;
+ margin-bottom: .5em;
}
-.home-title {
+.event-time {
font-weight: bold;
- color: #dd1b26;
-}
-
-.sep {
- margin-left: 3px;
- margin-right: 3px;
-}
-
-.header {
- text-align: center;
+ font-size: larger;
}
-.source {
- float: right;
- font-size: small !important;
- font-family: monospace;
- font-style: normal;
+.event-location {
+ font-size: larger;
}