[ Index ] |
|
Code source de Horde 3.1.3 |
1 /** 2 * Kolab theme by Stuart Binge <skbinge@gmail.com> 3 * Derived from the 'Light Blue' theme. 4 * 5 * $Horde: horde/themes/kolab/screen.css,v 1.10.6.2 2006/03/10 00:12:54 jan Exp $ 6 */ 7 8 body { 9 background: #e5e5e5; 10 } 11 a { 12 color: #339; 13 } 14 .light { 15 color: #000; 16 } 17 #themelogo { 18 background-image: url('graphics/kolablogo.png'); 19 background-position: center; 20 background-repeat: no-repeat; 21 height: 50px; 22 width: 100px; 23 } 24 .header { 25 background: #ddf; 26 border-bottom: .1em solid #00c; 27 } 28 .smallheader { 29 color: #000; 30 background: #ddf; 31 } 32 .smallheader a, .smallheader a:hover, a.smallheader:hover { 33 color: #000; 34 } 35 .button { 36 background: #00c; 37 color: #fff; 38 font-weight: bold; 39 -moz-border-radius: 5px; 40 } 41 42 /* Menu styles. */ 43 #menu { 44 background: #fff; 45 border-top: 5px solid #00c; 46 border-bottom: 3px solid #8bf; 47 color: #000; 48 } 49 #menu a { 50 color: #000; 51 } 52 #menu a:hover { 53 border: none; 54 padding: 3px; 55 background: #ccf; 56 color: #00c; 57 } 58 #menu a.current { 59 background: #ddf; 60 border: none; 61 padding: 3px; 62 } 63 64 /* Sidebar styles. */ 65 #sidebarPanel { 66 background: white; 67 border-bottom: .2em solid #8bf; 68 border-right: .2em solid #8bf; 69 } 70 #sidebarPanel a { 71 padding-left: 1px; 72 padding-bottom: 2px; 73 } 74 #sidebarPanel a:hover { 75 color: #000; 76 background: #ccf; 77 } 78 #expandButton { 79 margin-right: .2em; 80 } 81 82 /* Tab styles. */ 83 .tabset li.activeTab a, .tabset li.activeTab a:hover { 84 color: #000; 85 background: #ddf; 86 border-bottom-color: #ddf; 87 }
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 |