diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 19:27:51 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 19:27:51 -0600 |
commit | aeacdd6ac410d4b576cf9e804d709cd64fa00384 (patch) | |
tree | 44fd65a626b44eb5e099e2cf2525ef11cef20def /css | |
parent | fed89ebc174dda0963856f992f6f9a26bbe1b182 (diff) | |
download | pathery-aeacdd6ac410d4b576cf9e804d709cd64fa00384.tar.xz |
Tiers are now unlocked as the user players through challenges; challenges left to next tier displayed on challengelist page
(untested)
Diffstat (limited to 'css')
-rw-r--r-- | css/challenge.css | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/css/challenge.css b/css/challenge.css index 16c7357..ff0589a 100644 --- a/css/challenge.css +++ b/css/challenge.css @@ -40,21 +40,6 @@ display: none; } -.challengelist_map { - float:left; - padding: 15px; - background-color:#333; - margin: 20px; - border-radius:10px; - cursor:pointer; -} -.challengelist_map:hover { - background-color:#444; -} -.challengelist_tier { - border-width: 0px 0px 1px 1px; -} - /** Challenge listing page **/ #challengelist_wrapper #challengelist {} #challengelist_wrapper #challengelist .challengelist_tier { @@ -87,4 +72,13 @@ } .challengelist_map:hover { background-color:#444; +} +.challengelist_tier { + border-width: 0px 0px 1px 1px; +} +.challengelist_nexttier { + +} +.challengelist_nexttier_requirement { + }
\ No newline at end of file |