summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-05-24 03:05:46 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2015-05-24 03:50:47 +0200
commitd513f2b4a35fd21569127aa6a66e8e457deb48d4 (patch)
treeccd86acf8f8bffc957dca9cd60d7ad3609cb8add /static/css/main.css
parentb1cd71548baf0080aeb657e519282b1dcf849e70 (diff)
downloadwww-d513f2b4a35fd21569127aa6a66e8e457deb48d4.tar.gz
www-d513f2b4a35fd21569127aa6a66e8e457deb48d4.tar.bz2
www-d513f2b4a35fd21569127aa6a66e8e457deb48d4.zip
talks: Initial conversion of the separate webpage
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;
+}