aboutsummaryrefslogtreecommitdiff
path: root/css/theme/serif.css
diff options
context:
space:
mode:
authorOwen Versteeg <owen.versteeg@live.com>2013-06-10 20:32:34 -0300
committerOwen Versteeg <owen.versteeg@live.com>2013-06-10 20:32:34 -0300
commit2990909cc4060382cccadaf8ed75b4e64faa7567 (patch)
tree025a39e0c7459692d245784de7f2ad40e147d983 /css/theme/serif.css
parent396d531770849dbcb37c00258fc33da3ba25d6c1 (diff)
downloadfreenode-live-2017-presentation-2990909cc4060382cccadaf8ed75b4e64faa7567.tar
freenode-live-2017-presentation-2990909cc4060382cccadaf8ed75b4e64faa7567.tar.gz
update serif (change controls, fix links, change url)
The Serif theme was a little flaky previously
Diffstat (limited to 'css/theme/serif.css')
-rw-r--r--css/theme/serif.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/theme/serif.css b/css/theme/serif.css
index 37833f6..aee7a8c 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -1,9 +1,8 @@
/**
* A simple theme for reveal.js presentations, similar
- * to the default theme. The accent color is darkblue.
+ * to the default theme. The accent color is brown.
*
- * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
- * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se; so is the theme - beige.css - that this is based off of.
+ * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
*/
/*********************************************
* GLOBAL STYLES
@@ -48,6 +47,7 @@ body {
* LINKS
*********************************************/
.reveal a:not(.image) {
+ line-height: 1.3em;
color: #51483d;
text-decoration: none;
-webkit-transition: color .15s ease;
@@ -87,6 +87,9 @@ body {
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
+.reveal .controls div {
+ opacity: 0.15; }
+
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #51483d; }