[ Index ] |
|
Code source de Horde 3.1.3 |
1 /** 2 * $Horde: horde/themes/lucblue/screen.css,v 1.10.6.4 2005/10/18 11:34:20 jan Exp $ 3 */ 4 5 body { 6 background: #fff; 7 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 8 scrollbar-base-color: #C4C4B8; 9 scrollbar-highlight-color: #e6e6DC; 10 scrollbar-arrow-color: #000; 11 } 12 html { 13 scrollbar-base-color: #C4C4B8; 14 scrollbar-highlight-color: #e6e6DC; 15 scrollbar-arrow-color: #000; 16 } 17 a { 18 color: #03C; 19 } 20 a, a.fixed { 21 color: #339; 22 } 23 a.widget { 24 color: #000; 25 } 26 input { 27 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 28 background: #f7f7ee; 29 border: 1px solid #666; 30 } 31 textarea { 32 color: #333; 33 background: #f7f7ee; 34 border: 1px solid #666; 35 } 36 select,option { 37 color: #333333; 38 background: #f7f7ee; 39 } 40 .header { 41 color: #03c; 42 border-bottom: 1px solid #03c; 43 } 44 .headerbox { 45 border-color: #03c; 46 } 47 .headerbox .header { 48 margin-left: -1px; 49 margin-right: -1px; 50 border-left: none; 51 border-right: none; 52 } 53 a.header:hover { 54 color: #06f; 55 } 56 a.smallheader:hover { 57 color: #06f; 58 } 59 a.header { 60 border-bottom: none; 61 background: transparent; 62 } 63 .light { 64 color: #333; 65 } 66 .smallheader { 67 color: #000; 68 background: transparent; 69 } 70 .smallheader { 71 color: #000; 72 font-family: Verdana,Helvetica,sans-serif; 73 font-size: 11px; 74 font-weight: normal; 75 } 76 .control { 77 background: #D8D8C1; 78 } 79 .item { 80 background: #eeeee6; 81 } 82 /* Alternating styles. item0, item1 are deprecated. */ 83 .rowEven, .item0 { 84 background: #f9f9f9; 85 } 86 .rowOdd, .item1 { 87 background: #e9e9e9; 88 } 89 .button { 90 color: #333; 91 background: #f9f9f8; 92 border-bottom: 1px solid #000; 93 border-right: 1px solid #000; 94 border-left: 1px solid #C4C4B8; 95 border-top: 1px solid #C4C4B8; 96 -moz-border-radius: 5px; 97 } 98 .selected { 99 background: #C6D3ff; 100 } 101 .inProgress { 102 background: #0033cc; 103 } 104 105 /* Menu styles. */ 106 #menu { 107 color: #fff; 108 background: #e6e6dc; 109 border-bottom: 2px solid #80807A; 110 } 111 #menu h1 { 112 color: #000; 113 } 114 #menu a { 115 color: #000; 116 border: none; 117 } 118 #menu a.current { 119 color: #fff; 120 background: #c0c0b8; 121 border-bottom: 1px solid #eee; 122 border-right: 1px solid #eee; 123 border-left: 1px solid #000; 124 border-top: 1px solid #000; 125 padding: 2px; 126 -moz-border-radius: 5px; 127 } 128 129 /* Sidebar styles. */ 130 body.sidebar { 131 background: #f9f9f3; 132 } 133 #sidebarPanel { 134 border-right: 1px solid #80807a; 135 border-bottom: 1px solid #80807a; 136 background: #e6e6dc; 137 } 138 #sidebarPanel a { 139 border: 1px solid #e6e6dc; 140 padding-left: 1px; 141 padding-bottom: 2px; 142 } 143 #sidebarPanel a:hover { 144 background: #e6e6dc; 145 border: 1px solid #03c; 146 text-decoration: none; 147 -moz-border-radius: 3px; 148 } 149 #expandButton { 150 margin-right: 1px; 151 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |