From 2689b2e69e77677522bc75cb7d790bc30ff644ab Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 3 Jun 2013 17:53:53 -0700 Subject: Adding Initial Survey Templates Adding the base survey template and the image and text question types. Moved the hero section to the index.html template to make common-page more common. Also adding jquery and some initial grow.js code. --- web/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index a21fc52..f20b1be 100644 --- a/web/style.css +++ b/web/style.css @@ -122,6 +122,7 @@ nav.primary a.current { #content h1 { color: #696969; + font-size: 24pt; } #getstarted { @@ -191,3 +192,28 @@ footer a:hover { .imageQuestion img { padding: 1em; } + +.textQuestion { + margin-top: 3em; +} + +.textQuestion .answer { + background: #ededed; + width: 90%; + margin: 0.5em auto 0.5em auto; + text-align: left; + padding: 1em; + color: #676767; + font-weight: bold; + cursor: pointer; +} + +.textQuestion .answer:hover, .textQuestion .selected { + background: #fe6000; + color: white; +} + +.textQuestion .question a { + text-decoration: none; +} + -- cgit v1.2.3