1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
/**
* $Horde: horde/themes/lavander/screen.css,v 1.9.4.3 2005/10/18 11:34:19 jan Exp $
*/
body {
background: #eee;
scrollbar-base-color: #f4e5f7;
}
html {
scrollbar-base-color: #f4e5f7;
}
a {
color: #710f96;
}
a.widget {
color: #742a82;
}
a.widget:hover {
color: #fff;
background: #742a82;
}
.header {
background: #e1c2e7;
font-size: 12px;
}
a.header {
background-image: none;
background-color: transparent;
}
.light {
color: #6e4e72;
}
.smallheader {
color: #eee;
background: #e1c2e7;
}
.control {
background-color: #eccaf2;
}
.item {
background-color: #f6e7f8;
}
.button {
color: #fff;
background-color: #9a78a0;
border: 1px solid #000;
padding: 0 2px;
}
.button:hover {
background-color: #6d0aa0;
}
.selected {
background-color: #c6a1cd;
}
select {
background-color: #e0c3e5;
color: #000;
}
/* Menu styles. */
#menu {
color: #fff;
background-color: #f4e5f7;
}
#menu a {
color: #000;
}
#menu a.current {
background: #e1c2e7;
}
#menu h1 {
color: #000;
}
/* Sidebar styles. */
#sidebarPanel {
background-color: #eee;
}
|