123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- html
- {
- margin: 0;
- padding: 0;
- }
- body
- {
- margin: 0;
- padding: 0;
- }
- #ribbon
- {
- min-width: 930px;
- width: 100%;
- height: 102px;
- font-size: 12px;
- font-family: 微软雅黑, 宋体;
- background-image: url(images/bg.gif);
- cursor: default;
- }
-
- #ribbon .group
- {
- float: left;
- text-align:center;
- }
-
- #ribbon .content
- {
- height: 76px;
- padding: 3px;
- }
-
- #ribbon .content .bigtool
- {
- float: left;
- height: 66px;
- _height: 69px;
- margin: 2px;
- min-width: 40px;
- padding: 7px 3px 0px 3px;
- _padding: 3px 3px 0px 3px;
- text-align: center;
- border: solid 1px Transparent;
- _border: solid 1px #EFF5FB;
- border-radius: 2px;
- }
-
- #ribbon .content .active
- {
- border: solid 1px #e2b45c;
- background-image: url(images/toolactive.gif);
- }
-
- #ribbon .content .selected
- {
- border: solid 1px #c2943c;
- background-image: url(images/toolselected.gif);
- }
- #ribbon .content .disabled
- {
- color: Gray;
- }
-
- #ribbon .content .bigtool img
- {
- width: 32px;
- height: 32px;
- }
-
- #ribbon .content .bigtool span
- {
- display: block;
- padding-top: 5px;
- _padding-top: 2px;
- }
-
- #ribbon .content .bigtool .dropdown
- {
- color: Gray;
- font-size: 9px;
- padding-top: 2px;
- _padding-top: 0px;
- line-height: 10px;
- }
- #ribbon .content .bigtool .dropdownlist
- {
- min-width: 250px;
- border: solid 1px Gray;
- border-radius: 2px;
- box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
- background-color: White;
- position: absolute;
- z-index: 9999999;
- display: none;
- }
- #ribbon .content .bigtool .dropdownlist .listitem
- {
- text-align: left;
- font-size: 12px;
- padding: 5px;
- margin: 3px;
- border: solid 1px Transparent;
- }
- #ribbon .content .bigtool .dropdownlist .preview
- {
- font-weight: bold;
- color: #444444;
- }
- #ribbon .content .bigtool .dropdownlist .listitem div
- {
- border: solid 1px Gray;
- font-weight: normal;
- color: Black;
- padding: 10px;
- margin: 2px 0px;
- }
- #ribbon .content .bigtool .dropdownlist .listitem span
- {
- display: inline;
- }
- #ribbon .content .bigtool .dropdownlist .active
- {
- border: solid 1px #e2b45c;
- border-radius: 2px;
- background-image: url(images/toolactive.gif);
- }
- #ribbon .content .bigtool .dropdownlist .selected
- {
- border: solid 1px #c2943c;
- border-radius: 2px;
- background-image: url(images/toolselected.gif);
- }
- #ribbon .content .bigtool .dropdownlist .listitemseperator
- {
- border-top: solid 1px Gray;
- line-height: 0;
- font-size: 0;
- padding: 0;
- margin: 3px;
- }
-
- #ribbon .footer
- {
- height: 20px;
- line-height: 20px;
- _height: 18px;
- _line-height: 18px;
- color: Gray;
- text-align:center;
- }
-
- #ribbon .seperator
- {
- float: left;
- width: 3px;
- height: 102px;
- background-image: url(images/groupborder.gif);
- background-repeat: no-repeat;
- }
- #frame
- {
- margin: 0;
- padding: 0;
- border: 0;
- display: block;
- }
- #screen
- {
- height:78px;
- background-image: url(images/screenborder.gif);
- background-repeat: repeat-x;
- line-height:85px;
- text-align:center;
- border:1px solid #eee;
- font-size:34px;
- font-weight:bold;
- overflow:hidden;
- display: none;
- }
- #loading
- {
- width:250px;
- height:100px;
- line-height:100px;
- font-size:36px;
- font-weight:bold;
- border:5px solid #666;
- background-image:url(images/loading.gif);
- background-repeat:no-repeat;
- padding-left:100px;
- display:none;
- background-color:White;
- }
|