[ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
1 /* $Id: style1.css 9858 2007-01-22 17:53:54Z lem9 $ */ 2 3 body{ font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color:#EAEEF0; margin:0px; } 4 .input_tab { background-color:#A6C7E1;} 5 table { font-size:12px; } 6 #canvas { background-color:#FFFFFF; } 7 8 9 canvas{display:inline-block;overflow:hidden; text-align:left;} 10 canvas *{behavior:url(#default#VML)} 11 12 13 .tab { -moz-user-select: none; background:#FFFFFF; border-collapse: collapse; border: 1px solid #AAAAAA; font-family:Tahoma; font-size:10px; z-index:1; } 14 .tab_zag { background-image:url(images/Header.png); background-repeat:repeat-x; text-align:center; cursor:move; padding:1px; font-weight:bold; } 15 .tab_zag_2 { background-image:url(images/Header_Linked.png); background-repeat:repeat-x; text-align:center; cursor:move; padding:1px; font-weight:bold; } 16 .tab_field { background:#FFFFFF; cursor:default; } 17 .tab_field_2 { background-color:#CCFFCC; background-repeat:repeat-x; cursor:default;} 18 .tab_field_3 { background-color:#FFE6E6;/*#DDEEFF*/ cursor:default; } 19 #hint{ white-space:nowrap; position:absolute; background:#99FF99; left: 200px; top: 50px; z-index:3; border:#00CC66 solid 1px; visibility:hidden;} 20 21 22 form{margin:0px;} 23 .scroll_tab{ overflow:scroll; width:100%; height:500px; } 24 25 .Tabs{ cursor:default; font-family:Tahoma; font-size:10px; color:#0055bb; white-space:nowrap; text-decoration: none; text-indent:3px; font-weight:bold; 26 margin-left:2px; text-align:left; background-color:#FFFFFF; background-image:url(images/left_panel_butt.png); border:#CCCCCC solid 1px;} 27 .Tabs2{ cursor:default; font-family:Tahoma; font-size:10px; color:#0055bb; background:#FFEE99; text-indent:3px; font-weight:bold; white-space:nowrap; 28 text-decoration: none; border:#9999FF solid 1px; text-align:left;} 29 30 .owner{ font-family:Tahoma; font-size:9px; font-weight:normal; color:#888888;} 31 .small_tab{ vertical-align:top; color:#FFFFFF; background-image:url(images/small_tab.png); cursor:default; 32 text-align:center; font-weight:bold; padding-left:2px; padding-right:2px; width:1px; text-decoration:none;} 33 .small_tab2{ vertical-align:top; color:#FFFFFF; background-color:#FF9966; cursor:default; padding-left:2px; 34 padding-right:2px; text-align:center; font-weight:bold; width:1px; text-decoration:none;} 35 .small_tab_pref{ background-image:url(images/Header.png); background-repeat:repeat-x; text-align:center; width:1px;} 36 .small_tab_pref2{ vertical-align:top; color:#FFFFFF; background-color:#FF9966; cursor:default; 37 text-align:center; font-weight:bold; width:1px; text-decoration:none;} 38 input,select,textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; border:#6699CC solid 1px; background-color:#FFFFFF;} 39 #butt{ border:#4477aa solid 1px; font-size:11; font-weight:bold; height:19px; width:70px; background-color:#FFFFFF; vertical-align:baseline;} 40 .L_butt2_1{ font-size:12px; padding:1px; text-decoration: none; color:#000000; vertical-align:middle; cursor:default;} 41 .L_butt2_2{ font-size:12px; padding:0px; border:#0099CC solid 1px; background:#FFEE99; text-decoration: none; color:#000000; cursor:default;} 42 /* -----------------------------------------------------------------------------------------------------------*/ 43 .bor{ width:10px; height:10px;} 44 #frams1 { background: url(images/1.png) no-repeat right bottom; } 45 #frams2 { background: url(images/2.png) no-repeat left bottom; } 46 #frams3 { background: url(images/3.png) no-repeat left top; } 47 #frams4 { background: url(images/4.png) no-repeat right top; } 48 #frams5 { background: url(images/5.png) repeat-x center bottom; } 49 #frams6 { background: url(images/6.png) repeat-y left; } 50 #frams7 { background: url(images/7.png) repeat-x top; } 51 #frams8 { background: url(images/8.png) repeat-y right; } 52 53 #osn_tab { background-color:#FFFFFF; border:#A9A9A9 solid 1px;} 54 55 ul.header { 56 width: 350px; 57 background-color: #EAEEF0; 58 color: #000000; 59 text-align: center; 60 font-weight: bold; 61 left: 0; 62 top: 0; 63 position: fixed; 64 margin: 0; 65 z-index:1001; 66 67 padding:0px; 68 69 background-image:url(images/top_panel.png); 70 background-position:top; 71 background-repeat:repeat-x; 72 73 border-right:#999999 solid 1px; 74 /*border-bottom:#999999 solid 1px;*/ 75 border-left:#999999 solid 1px; 76 } 77 78 /* Button CSS rules */ 79 80 a.M_butt img, a.M_butt_Selected_down img { 81 width: 20px; 82 height: 20px; 83 cursor: default; 84 margin-top: 3px; 85 margin-left: 1px; 86 margin-bottom: 3px; 87 } 88 89 a.M_butt img{ 90 border: 1px dotted #F0F0EE !important; 91 } 92 93 a.M_butt_Selected_down img { 94 border: 1px solid #C0C0BB !important; 95 background-color: #99FF99; 96 } 97 98 a.M_butt img:hover { 99 border: 1px solid #0099CC !important; 100 cursor: default; 101 background-color: #FFEE99; 102 } 103 104 /* for IE */ 105 106 * html a.M_butt img, a.M_butt_Selected_down_IE { 107 border: 0px !important; 108 margin-top: 4px; 109 margin-bottom: 1px; 110 } 111 112 * html a.M_butt{ 113 /*border: 1px dotted #F0F0EE;*/ 114 border: 1px dotted #FFFFFF; 115 cursor: default; 116 } 117 118 a.M_butt_Selected_down_IE { 119 border: 1px solid #C0C0BB; 120 background-color: #99FF99; 121 } 122 123 * html a.M_butt:hover { 124 border: 1px solid #0099CC; 125 cursor: default; 126 background-color: #FFEE99; 127 } 128 129 .M_bord 130 { 131 border: 0; 132 margin-left: 2px; 133 margin-right: 2px; 134 margin-bottom:4px; 135 } 136
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |