diff options
author | Jayaram Pai | 2013-12-22 22:50:27 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-22 22:50:27 +0530 |
commit | 1541ab6a4ff28a6a0a4e37873367314e3b898dac (patch) | |
tree | 80c62ab7fb280e1db5afa85fb20c72dbf97d9cc1 /static/website/css/main.css | |
parent | a5279e062d09ef8b0fcfe9354d41d7e01d29ae69 (diff) | |
download | spoken-tutorial-forums-1541ab6a4ff28a6a0a4e37873367314e3b898dac.tar.gz spoken-tutorial-forums-1541ab6a4ff28a6a0a4e37873367314e3b898dac.tar.bz2 spoken-tutorial-forums-1541ab6a4ff28a6a0a4e37873367314e3b898dac.zip |
making forum in table format
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 4280d57..2d629ac 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -1,3 +1,4 @@ +@import url(http://fonts.googleapis.com/css?family=Varela+Round); /* override bootstrap */ .container>.navbar-header { height: 45px; @@ -12,6 +13,7 @@ body { background: #fafafa; box-shadow: 4px 0 10px #cccccc, -4px 0 10px #cccccc; + font-family: 'Varela Round', sans-serif; } #page-wrapper { max-width: 970px; @@ -56,7 +58,7 @@ body { } #content .question .title a{ padding: 0 0 7px 0; - font-size: 1.3em; + font-size: 1.1em; color: #424242; } #content .question .body { @@ -68,7 +70,7 @@ body { #content .question .minute_range a, #content .question .second_range a { padding: 3px 5px; - margin: 0 10px 0 0; + margin: 0 5px 0 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; @@ -81,6 +83,8 @@ body { #content .question .tutorial a { background: #424242; color: #ffffff; + width: 100px; + overflow: hidden; } #content .question .minute_range a { background: #f5f5f5; @@ -99,6 +103,18 @@ body { background: #f5f5f5; padding: 2px 7px; } +table .category { + color:#7395d9; + font-weight:bold; +} +table .tutorial { + color:#a26dc8; + font-weight:bold; +} +table .title a { + font-size: 1.1em; + color: #424242; +} #similar-link { display: none; } |