home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************************************
- * Document: button.css
- * Description: Einstellungen aller Buttons
- * Company: InteractiveM
- * Author: René Woizenko, Thomas Smiatek
- * Email: info@im-online.de
- *
- * @version: v2.0
- *
- */
- /***************************************************************************************************
- * GLOBAL
- */
- a.closeBTN {
- display: block;
- float: left;
- width: 27px;
- height: 27px;
- background: transparent url('../images/btn_close_normal.gif') no-repeat 0px 0px;
- }
-
- a.closeBTN:hover {
- background: transparent url('../images/btn_close_hover.gif') no-repeat 0px 0px;
- }
-
- /***************************************************************************************************
- * PAGENAVIGATION
- */
- a#pageNaviNextBTN {
- display: block;
- float: left;
- width: 75px;
- height: 59px;
- background: transparent url('../images/pageNavi_next.gif') no-repeat 0px 0px;
- }
-
- a#pageNaviNextBTN:hover {
- background: transparent url('../images/pageNavi_next.gif') no-repeat 0px -59px;
- }
-
- a#pageNaviBackBTN {
- display: block;
- float: left;
- width: 67px;
- height: 59px;
- background: #fff url('../images/pageNavi_back.gif') no-repeat 0px 0px;
- }
-
- a#pageNaviBackBTN:hover {
- background: #fff url('../images/pageNavi_back.gif') no-repeat 0px -59px;
- }
-
- /***************************************************************************************************
- * SITENAVIGATION
- */
- div#headerMainNavi div#siteNavigation {
- float: right;
- margin: 4px 4px 0 0;
- }
-
- div#siteNavigation ul#siteNaviList {
- background-color: darkgreen;
- list-style-type: none;
- }
-
- div#siteNavigation ul#siteNaviList li {
- float: left;
- margin: 0 0 0 4px;
- }
-
- /***************************************************************************************************
- * SITENAVIGATION - BUTTONS 1
- */
- ul#siteNaviList a {
- display: block;
- width: 21px;
- height: 21px;
- }
-
- /*
- * ONLINE-BUTTON
- */
- a.offline {
- background: #4b7cb9 url('../images/btn_idvd_inactive.gif') no-repeat 0px 0px;
- }
-
- a.offline:hover {
- background: #4b7cb9 url('../images/btn_idvd_active.gif') no-repeat 0px 0px;
- }
-
- a.online {
- background: #4b7cb9 url('../images/btn_idvd_active.gif') no-repeat 0px 0px;
- }
- /*
- * /ONLINE-BUTTON
- */
-
- a#verlaufBTN {
- background: #4b7cb9 url('../images/btn_miniSiteMap_normal.gif') no-repeat 0px 0px;
- }
-
- a#siteMapBTN {
- background: #4b7cb9 url('../images/btn_siteMap_normal.gif') no-repeat 0px 0px;
- }
-
- a#helpBTN {
- background: #4b7cb9 url('../images/btn_help.gif') no-repeat 0px 0px;
- }
-
- a#helpBTN:hover {
- background: #4b7cb9 url('../images/btn_help.gif') no-repeat 0px -21px;
- }
-
- /***************************************************************************************************
- * SITENAVIGATION - BUTTONS 2
- */
- a.btn_info_big {
- display: block;
- width: 91px;
- height: 21px;
- font-weight: bold;
- color: white;
- text-align: center;
- text-decoration: none;
- padding: 5px 0 0 0;
- background: #fff url('../images/btn_info_big.gif') no-repeat 0px 0px;
- }
-
- a.btn_info_big:hover {
- text-decoration: underline;
- }
-
- a.btn_install_big {
- display: block;
- width: 115px;
- height: 21px;
- font-weight: bold;
- color: white;
- text-align: center;
- text-decoration: none;
- padding: 5px 0 0 0;
- background: #fff url('../images/btn_install_big.gif') no-repeat 0px 0px;
- }
-
- a.btn_install_big:hover {
- text-decoration: underline;
- }
-
- a.btn_info_small {
- display: block;
- width: 66px;
- height: 15px;
- font-size: 10px;
- font-weight: bold;
- color: white;
- text-align: center;
- text-decoration: none;
- padding: 3px 0 0 0;
- background: #fff url('../images/btn_info_small.gif') no-repeat 0px 0px;
- }
-
- a.btn_info_small:hover {
- text-decoration: underline;
- }
-
- a.btn_install_small {
- display: block;
- width: 83px;
- height: 15px;
- font-size: 10px;
- font-weight: bold;
- color: white;
- text-align: center;
- text-decoration: none;
- padding: 3px 0 0 0;
- background: #fff url('../images/btn_install_small.gif') no-repeat 0px 0px;
- }
-
- a.btn_install_small:hover {
- text-decoration: underline;
- }
-
- td a.btn_info_small {
- display: block;
- width: 66px;
- height: 15px;
- font-size: 10px;
- font-weight: bold;
- color: white;
- text-align: center;
- text-decoration: none;
- line-height: 13px !important;
- background: #fff url('../images/btn_info_small.gif') no-repeat 0px 0px;
- }
-
- td a.btn_info_small:hover {
- text-decoration: underline;
- }
-
- a.btn_open_menu {
- display: block;
- width: 100%;
- height: 15px;
- font-size: 10px;
- font-weight: bold;
- color: white;
- text-align: center;
- text-decoration: none;
- padding: 3px 0 0 0;
- background: #fff url('../images/btn_open_menu.gif') repeat-x 0px 0px;
- }
-
- a.btn_open_menu:hover {
- text-decoration: underline;
- }
- /***************************************************************************************************
- * BROWSENAVI - SOFTWARE OVERVIWEW & DETAIL BUTTONS
- */
- a.btn_browse {
- display: block;
- width: 22px;
- height: 18px;
- font-weight: bold;
- text-align: center;
- text-decoration: none;
- color: #fff;
- margin: 0 4px 0 6px;
- padding: 3px 0 0 0;
- background: blue url('../images/btn_browse.gif') no-repeat 0px 0px;
- }
-
- a.btn_browse:hover {
- background: blue url('../images/btn_browse.gif') no-repeat 0px -21px;
- }
-
- a.btn_browseNum {
- display: block;
- width: 19px;
- height: 18px;
- font-weight: bold;
- text-align: center;
- text-decoration: none;
- color: #fff;
- margin: 0 0 0 2px;
- padding: 3px 0 0 0;
- background: blue url('../images/btn_browseNum.gif') no-repeat 0px 0px;
- }
-
- a.btn_browseNum:hover {
- background: blue url('../images/btn_browseNum.gif') no-repeat 0px -21px;
- }
-
- a.optionBTN {
- display: block;
- width: 98px;
- height: 18px;
- font-size: 11px;
- font-weight: bold;
- text-align: center;
- text-decoration: none;
- color: #fff;
- padding: 3px 0 0 0;
- background: #247dd1 url('../images/btn_option.gif') no-repeat 0px 0px;
- }
-
- a.optionBTN:hover {
- text-decoration: underline;
- }
-
- /***************************************************************************************************
- * DETAILPAGE - OPERATION BUTTONS
- */
- a.operationItemInstallBTN {
- display: block;
- width: 94px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #ffd9ab;
- padding: 10px 0 0 47px;
- margin: 0 0 0 0;
- background: #247dd1 url('../images/btn_operation_install.gif') no-repeat 0px 0px;
- }
-
- a.operationItemInstallBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_install.gif') no-repeat 0px -33px;
- }
-
- a.operationItemReadBTN {
- display: block;
- width: 84px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #ffd9ab;
- padding: 10px 0 0 57px;
- margin: 0 0 0 0;
- background: #247dd1 url('../images/btn_operation_read.gif') no-repeat 0px 0px;
- }
-
- a.operationItemReadBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_read.gif') no-repeat 0px -33px;
- }
-
- a.operationItemOpenDirBTN {
- display: block;
- width: 99px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #7ab7f5;
- padding: 10px 0 0 42px;
- margin: 0 0 0 3px;
- background: #247dd1 url('../images/btn_operation_openDir.gif') no-repeat 0px 0px;
- }
-
- a.operationItemOpenDirBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_openDir.gif') no-repeat 0px -33px;
- }
-
- a.operationItemRegBTN {
- display: block;
- width: 99px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #7ab7f5;
- padding: 10px 0 0 42px;
- margin: 0 0 0 3px;
- background: #247dd1 url('../images/btn_operation_reg.gif') no-repeat 0px 0px;
- }
-
- a.operationItemRegBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_reg.gif') no-repeat 0px -33px;
- }
-
- a.operationItemVoteBTN {
- display: block;
- width: 94px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #7ab7f5;
- padding: 10px 0 0 47px;
- margin: 0 0 0 3px;
- background: #247dd1 url('../images/btn_operation_vote.gif') no-repeat 0px 0px;
- }
-
- a.operationItemVoteBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_vote.gif') no-repeat 0px -33px;
- }
-
- a.operationItemRelatedBTN {
- display: block;
- width: 99px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #7ab7f5;
- padding: 10px 0 0 42px;
- margin: 0 0 0 3px;
- background: #247dd1 url('../images/btn_operation_related.gif') no-repeat 0px 0px;
- }
-
- a.operationItemRelatedBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_related.gif') no-repeat 0px -33px;
- }
-
- a.operationItemForumBTN {
- display: block;
- width: 99px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #7ab7f5;
- padding: 10px 0 0 42px;
- margin: 0 0 0 3px;
- background: #247dd1 url('../images/btn_operation_forum.gif') no-repeat 0px 0px;
- }
-
- a.operationItemForumBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_forum.gif') no-repeat 0px -33px;
- }
-
- a.operationItemPlayBTN {
- display: block;
- width: 91px;
- height: 23px;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #ffd9ab;
- padding: 10px 0 0 50px;
- margin: 0 0 0 0;
- background: #247dd1 url('../images/btn_operation_play.gif') no-repeat 0px 0px;
- }
-
- a.operationItemPlayBTN:hover {
- color: #fff;
- background: #247dd1 url('../images/btn_operation_play.gif') no-repeat 0px -33px;
- }