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 79 80
|
/**
* $Horde: horde/themes/green/screen.css,v 1.5.6.4 2005/10/18 11:34:17 jan Exp $
*/
body {
background: #104e4c;
scrollbar-base-color: #104e4c;
scrollbar-arrow-color: #136865;
}
html {
scrollbar-base-color: #104e4c;
scrollbar-arrow-color: #136865;
}
a {
color: #136865;
}
a:hover {
color: #fb9108;
}
.header {
color: #fff;
background: #136865;
}
.header a {
color: #fff;
}
.smallheader {
background: #136865;
}
.control {
background: #ffd368;
}
.item {
background: #f4d793;
}
.button {
color: #000;
background-color: #fba208;
border-bottom: thin solid #f7e0aa;
border-right: thin solid #f7e0aa;
border-top: thin solid #ffd368;
border-left: thin solid #ffd368;
}
.selected {
background-color: #f5c144;
}
/* Menu styles. */
#menu {
color: #fff;
background: #136865;
}
#menu a {
color: #fff;
}
#menu a.current {
background: #288;
}
/* Sidebar styles. */
#sidebarPanel {
background: #288;
}
#sidebarPanel a {
color: #fff;
border: 1px solid #288;
padding-left: 1px;
padding-bottom: 2px;
}
#sidebarPanel a:hover {
color: #000;
background-color: #ccc;
border: 1px solid #000;
text-decoration: none;
}
/* Preferences overview. */
.prefsOverview h2 {
color: #fff;
}
|