Javascriptmenü nicht nach rechts aus dem Bildschirm fallen lassen.
[kivitendo-erp.git] / css / tabcontent.css
index 25226e2..5b61416 100644 (file)
-.shadetabs{
-padding: 3px 0;
-margin-left: 0;
-margin-top: 1px;
-margin-bottom: 0;
-font: bold 12px Verdana;
-list-style-type: none;
-text-align: left; /*set to left, center, or right to align the menu as desired*/
-}
-
-.shadetabs li{
-display: inline;
-margin: 0;
-}
-
-.shadetabs li a{
-text-decoration: none;
-padding: 3px 7px;
-margin-right: 3px;
-border: 1px solid #778;
-color: #2d2b2b;
-background: white url(shade.gif) top left repeat-x;
-}
-
-.shadetabs li a:visited{
-color: #2d2b2b;
-}
-
-.shadetabs li a:hover{
-text-decoration: underline;
-color: #2d2b2b;
-}
-
-.shadetabs li.selected{
-position: relative;
-top: 1px;
-}
-
-.shadetabs li.selected a{ /*selected main tab style */
-background-image: url(shadeactive.gif);
-border-bottom-color: white;
-}
-
-.shadetabs li.selected a:hover{ /*selected main tab style */
-text-decoration: none;
-}
-
-.tabcontentstyle{ /*style of tab content oontainer*/
-border: 1px solid gray;
-width: 90%;
-margin-bottom: 1em;
-padding: 10px;
-}
-
-.tabcontent{
-display:none;
-}
-
-@media print {
-.tabcontent {
-display:block!important;
-}
+/* ######### CSS for Shade Tabs. Remove if not using ######### */\r
+\r
+.shadetabs{\r
+padding: 3px 0;\r
+margin-left: 0;\r
+margin-top: 1px;\r
+margin-bottom: 0;\r
+font: bold 12px Verdana;\r
+list-style-type: none;\r
+text-align: left; /*set to left, center, or right to align the menu as desired*/\r
+}\r
+\r
+.shadetabs li{\r
+display: inline;\r
+margin: 0;\r
+}\r
+\r
+.shadetabs li a{\r
+text-decoration: none;\r
+position: relative;\r
+z-index: 1;\r
+padding: 3px 7px;\r
+margin-right: 3px;\r
+border: 1px solid #778;\r
+color: #2d2b2b;\r
+background: white url(../image/shade.gif) top left repeat-x;\r
+}\r
+\r
+.shadetabs li a:visited{\r
+color: #2d2b2b;\r
+}\r
+\r
+.shadetabs li a:hover{\r
+text-decoration: underline;\r
+color: #2d2b2b;\r
+}\r
+\r
+.shadetabs li a.selected{ /*selected main tab style */\r
+position: relative;\r
+top: 1px;\r
+}\r
+\r
+.shadetabs li a.selected{ /*selected main tab style */\r
+background-image: url(../image/shadeactive.gif);\r
+border-bottom-color: white;\r
+}\r
+\r
+.shadetabs li a.selected:hover{ /*selected main tab style */\r
+text-decoration: none;\r
+}\r
+\r
+.tabcontent{\r
+display:none;\r
+}\r
+\r
+@media print {\r
+.tabcontent {\r
+display:block !important;\r
+}\r
+}\r
+\r
+/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */\r
+\r
+.modernbricksmenu2{\r
+padding: 0;\r
+width: 362px;\r
+border-top: 5px solid #D25A0B; /*Brown color theme*/ \r
+background: transparent;\r
+voice-family: "\"}\"";\r
+voice-family: inherit;\r
+}\r
+\r
+.modernbricksmenu2 ul{\r
+margin:0;\r
+margin-left: 10px; /*margin between first menu item and left browser edge*/\r
+padding: 0;\r
+list-style: none;\r
+}\r
+\r
+.modernbricksmenu2 li{\r
+display: inline;\r
+margin: 0 2px 0 0;\r
+padding: 0;\r
+text-transform:uppercase;\r
+}\r
+\r
+.modernbricksmenu2 a{\r
+float: left;\r
+display: block;\r
+font: bold 11px Arial;\r
+color: white;\r
+text-decoration: none;\r
+margin: 0 1px 0 0; /*Margin between each menu item*/\r
+padding: 5px 10px;\r
+background-color: black; /*Brown color theme*/ \r
+border-top: 1px solid white;\r
+}\r
+\r
+.modernbricksmenu2 a:hover{\r
+background-color: #D25A0B; /*Brown color theme*/ \r
+color: white;\r
+}\r
+\r
+.modernbricksmenu2 a.selected{ /*currently selected tab*/\r
+background-color: #D25A0B; /*Brown color theme*/ \r
+color: white;\r
+border-color: #D25A0B; /*Brown color theme*/ \r
+}\r
+\r
+.tabcontent{\r
+display:none;\r
+}\r
+\r
+@media print {\r
+.tabcontent {\r
+display:block !important;\r
+}\r
+}\r
+\r
+/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */\r
+\r
+\r
+.indentmenu{\r
+font: bold 13px Arial;\r
+width: 100%; /*leave this value as is in most cases*/\r
+}\r
+\r
+.indentmenu ul{\r
+margin: 0;\r
+padding: 0;\r
+float: left;\r
+/* width: 80%; width of menu*/\r
+border-top: 1px solid navy; /*navy border*/\r
+background: black url(../image/indentbg.gif) center center repeat-x;\r
+}\r
+\r
+.indentmenu ul li{\r
+display: inline;\r
+}\r
+\r
+.indentmenu ul li a{\r
+float: left;\r
+color: white; /*text color*/\r
+padding: 5px 11px;\r
+text-decoration: none;\r
+border-right: 1px solid navy; /*navy divider between menu items*/\r
+}\r
+\r
+.indentmenu ul li a:visited{\r
+color: white;\r
+}\r
+\r
+.indentmenu ul li a.selected{\r
+color: white !important;\r
+padding-top: 6px; /*shift text down 1px*/\r
+padding-bottom: 4px;\r
+background: black url(../image/indentbg2.gif) center center repeat-x;\r
+}\r
+\r
+\r
+.tabcontentstyle{ /*style of tab content oontainer*/\r
+border: 1px solid gray;\r
+width: 95%;\r
+margin-bottom: 1em;\r
+padding: 10px;\r
+}\r
+\r
+.tabcontent{\r
+display:none;\r
+}\r
+\r
+@media print {\r
+.tabcontent {\r
+display:block !important;\r
+}\r
 }
\ No newline at end of file