summaryrefslogtreecommitdiffstats
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css44
-rw-r--r--static/css/responsive.css16
2 files changed, 60 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;
+}
diff --git a/static/css/responsive.css b/static/css/responsive.css
index 001b795..8ec4f67 100644
--- a/static/css/responsive.css
+++ b/static/css/responsive.css
@@ -63,22 +63,38 @@
margin: 6px 0px 10px 0px;
}
+ h1 small {
+ font-size: 16px;
+ }
+
h2 {
font-size: 16px;
line-height: 1.2;
margin: 8px 0px 4px 0px;
}
+ h2 small {
+ font-size: 13px;
+ }
+
h3 {
font-size: 14px;
line-height: 1.2;
margin: 6px 0px 4px 0px;
}
+ h3 small {
+ font-size: 12px;
+ }
+
h4 {
font-size: 14px;
}
+ h4 small {
+ font-size: 12px;
+ }
+
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
}