Created
February 1, 2011 16:53
-
-
Save dinhnguyen/806134 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #grg_zm_wrapper { | |
| position: relative; | |
| width: 820px; | |
| height: auto; | |
| background: #fff; | |
| }sdsfdfs df sdf sdf | |
| #grg_zm_wrapper #grg_container { | |
| background: url("../_i/single/grg_bg1.jpg") repeat scroll 0 0 transparent; | |
| height: auto; | |
| margin: -10px auto 1px; | |
| padding: 10px 0 20px 0; | |
| position: relative; | |
| width: 800px; | |
| z-index: 50; | |
| } | |
| #grg_zm_wrapper #grg_topbar { | |
| background: url(../_i/dinhn/temp/topbg_test.png); | |
| width: 820px; | |
| } | |
| #grg_zm_wrapper #grg_topbar h1 { | |
| float: left; | |
| margin-left: 190px; | |
| } | |
| .help { | |
| } | |
| ul.help_gametabs { | |
| /* background: #2B1203; */ | |
| height: 106px; | |
| margin: 4px auto 0; | |
| position: relative; | |
| width: 592px; | |
| z-index: 201; | |
| } | |
| .help_gametabs li { | |
| background: transparent; | |
| border: 1px solid transparent; | |
| display: block; | |
| float: left; | |
| height: 95px; | |
| margin-right: 2px; | |
| padding-top: 10px; | |
| text-align: center; | |
| width: 144px; | |
| } | |
| .help_gametabs li.current, .help_gametabs li:hover { | |
| background: #2B1203; | |
| border-bottom: 1px solid #2B1203; | |
| border-left: 1px solid #7a380f; | |
| border-right: 1px solid #7a380f; | |
| border-top: 1px solid #7a380f; | |
| } | |
| .help_gametabs li:hover { | |
| border-bottom: 1px solid #7a380f; | |
| } | |
| .help_gametabs li.current:hover { | |
| border-bottom: 1px solid #2B1203; | |
| } | |
| .help_gametabs a { | |
| display: block; | |
| height: 86px; | |
| } | |
| .help_container { | |
| background: #2B1203; | |
| border: 1px solid #7a380f; | |
| width:720px; | |
| margin: 0 auto 10px; | |
| padding: 10px 20px 0 20px; | |
| position: relative; | |
| z-index: 200; | |
| border-radius: 5px; | |
| -moz-border-radius: 5px; | |
| -webkit-border-radius: 5px; | |
| } | |
| .help_container h2 { | |
| color: #f80; | |
| font-size: 36px; | |
| font-weight: bold; | |
| letter-spacing: -2px; | |
| } | |
| ul.help_tabs { | |
| border-bottom: 1px solid #c51; | |
| height: 30px; | |
| margin: 0 100px; | |
| text-align: center; | |
| z-index: 299; | |
| } | |
| .help_tabs li { | |
| border-bottom: 1px solid #c51; | |
| border-left: 1px solid #c51; | |
| border-right: 1px solid #c51; | |
| border-top: 1px solid #c51; | |
| display: inline-block; | |
| height: 29px; | |
| line-height: 31px; | |
| padding: 0 15px; | |
| text-align: center; | |
| width: auto; | |
| z-index: 300; | |
| } | |
| .help_tabs li.current, .help_tabs li:hover { | |
| border-bottom: 1px solid #2B1203; | |
| z-index: 301; | |
| } | |
| .help_tabs li.current:hover { | |
| border-bottom: 1px solid #2B1203; | |
| } | |
| .help_anchors { | |
| border-bottom: 1px solid #520; | |
| margin-top: 5px; | |
| text-align: center; | |
| } | |
| .help_anchors a { | |
| -moz-border-radius: 3px; | |
| -webkit-border-radius: 3px; | |
| border-radius: 3px; | |
| background: #3e1a04; | |
| border: 1px solid #3e1a04; | |
| border-radius: 3px; | |
| color: #ffbd02; | |
| display: inline-block; | |
| height: 20px; | |
| line-height: 20px; | |
| margin-right: 5px; | |
| overflow: hidden; | |
| padding: 0 5px; | |
| width: auto; | |
| } | |
| .help_anchors a:hover, .help_anchors a.current { | |
| background: #994411; | |
| border: 1px solid #994411; | |
| color: #FFFFFF; | |
| text-decoration: none; | |
| } | |
| .help_content { | |
| margin-top: 10px; | |
| min-height: 160px; | |
| padding-top: 5px; | |
| } | |
| .help_content p { | |
| line-height: 1.8em; | |
| margin-bottom: 1em; | |
| margin-left: 120px; | |
| } | |
| .help_content p img { | |
| border: 5px solid #EEEEEE; | |
| margin-left: -120px; | |
| } | |
| .help_content b { | |
| color: #f80; | |
| font-size: 16px; | |
| margin-right: 10px; | |
| } | |
| .help_content_img { | |
| display: block; | |
| float: left; | |
| margin-right: 10px; | |
| } | |
| p.caption { | |
| padding: 0px; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment