summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 3cd2462..d71ae21 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -177,3 +177,47 @@ dl, li p {
pre {
white-space: pre !important;
}
+
+/* spline taks */
+div.talks-box {
+ background: url(../images/border_grey.png) repeat scroll 0 0 transparent;
+ padding: 5px;
+}
+
+div.talks-box > div {
+ background: #fff;
+ padding: 10px;
+ margin: 5px;
+ font-size: 15px;
+}
+
+div.center {
+ text-align: center;
+}
+
+div.center > div {
+ padding: 20px;
+}
+
+dd {
+ margin-bottom: 1em;
+}
+
+.talks {
+ max-width: 800px;
+ margin: auto;
+}
+
+.talks small {
+ display: block;
+ color: #000;
+}
+
+.talks img {
+ float: right;
+}
+
+.talks hr {
+ clear: both;
+ border-bottom: 3px solid #eee;
+}