diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-04 17:05:20 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-04 17:05:20 +0200 |
commit | d529672a314e188d9effdc14a30c37a990f80ebe (patch) | |
tree | 9ad28a9de239bbe542b99846156f37002dfe7ab4 /design | |
parent | 187883fd80675211a022a6e98f6d5d84a796373f (diff) | |
download | Bits-d529672a314e188d9effdc14a30c37a990f80ebe.tar.gz Bits-d529672a314e188d9effdc14a30c37a990f80ebe.zip |
Some changes to the way reviews work - custom styles!
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/design/style.css b/design/style.css index 3aaff45..af90223 100644 --- a/design/style.css +++ b/design/style.css @@ -6,6 +6,7 @@ body { padding: 0px; margin: 0px; width: 400px; + font-size: 0.9em; } .menu { @@ -276,6 +277,28 @@ hr { border-bottom: 1px solid #0000FF; } +/* Study lists */ + +.review_item{ + text-align: center; +} +.review_item div { + width: 400px; + margin: auto; + height: 300px; + border: 1px solid #eeeeee; + background: #ffffff; +} + +.review_item_prop span { + display: inline-block; + padding-right: 8px; + font-size: 0.8em; +} + +.rtk_kr_q_1, .rtk_kr_a_1, .rtk_kr_q_2, .rtk_kr_a_2 { margin: 0px; padding: 0px; padding-top: 50px; } +.rtk_kr_q_1, .rtk_kr_a_2 span { font-size: 4em; font-family: "IPAMincho", serif; } +.rtk_kr_q_2, .rtk_kr_a_1 span { font-size: 1.2em; } /* blog */ |