| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .bannerbutton{
- /*background:url(images/banner3.gif);*/
- position:absolute;
- height:100%;
- z-index:9900002;
- width:100%;
- top: 0;
- left: 0;
- }
- .header_bg{
- background:#3b77d8;
- }
- .header_right_box{
- margin:0px;
- }
- .bannerbutton table .userName {
- /* position: absolute;
- right: 15px;*/
- /* top: 3px; */
- /* top: 13px;*/
- float: right;
- /* margin-top: 10px; */
- }
- .bannerbutton table p {
- /* position: absolute !important;*/
- /* top: 28px !important;
- right: 0 !important; */
- /* top: 18px !important;
- right: 150px !important;*/
- float: right;
- padding-top: 0;
- padding-bottom: 0 !important;
- background:none !important;
- height: 25px;
- line-height: 22px;
- }
- .logo-name{
- color:#ffffff;
- font-size:26px;
- line-height:26px;
- display:inline-block;
- margin-left:20px;
- }
- .leftHeader{float:left;width:400px;height:100%;background:url(images/banner1.gif)}
- .rightHeader{float:right;width:600px;height:100%;background:url(images/banner2.gif) right 0;overflow:hidden}
- .topover{
- color:white;
- font-size:12px;
- float: rigth;
- padding:3px;
- text-decoration: none;
- }
- .bannerbody{
- border-bottom:1px solid #62ABD9;
- }
- .colorScheme,.bannerTitle {
- list-style: none outside none;
- position:absolute;
- right:0px;
- z-index:9999;
- float:right;
- width:70%;
- }
- .colorScheme a {
- cursor: pointer;
- float: rigth;
- height: 15px;
- margin: 0 5px;
- width: 15px;
- }
- .colorScheme .red {
- background-color: red;
- }
- .colorScheme .orange {
- background-color: orange;
- }
- .colorScheme .pink {
- background-color: pink;
- }
- .colorScheme .green {
- background-color: green;
- }
- .colorScheme .blue {
- background-color: blue;
- }
- .colorScheme .indigo {
- background-color: indigo;
- }
- .colorScheme .violet {
- background-color: violet;
- }
- .colorScheme .grey {
- background-color: grey;
- }
|