Files
@ 558eb7c5028f
Branch filter:
Location: kallithea/pylons_app/public/css/colors/blue.css
558eb7c5028f
8.4 KiB
text/css
version bump to 0.8
hg app 0.8 new template.
Add yui flot and graph into summary page.
+ various tweeks and patches into look of application
hg app 0.8 new template.
Add yui flot and graph into summary page.
+ various tweeks and patches into look of application
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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | /* -----------------------------------------------------------
header
----------------------------------------------------------- */
#header #header-inner
{
background: #b0b0b0 url("../../images/colors/blue/header_inner.png") repeat-x;
}
/* -----------------------------------------------------------
header -> home
----------------------------------------------------------- */
#header #header-inner #home a
{
background: url("../../images/colors/blue/button_home.png");
}
/* -----------------------------------------------------------
header -> quick
----------------------------------------------------------- */
#header #header-inner #quick li a
{
background: #336699 url("../../images/colors/blue/quick_l.png") no-repeat top left;
}
#header #header-inner #quick li span
{
background: url("../../images/colors/blue/quick_r.png") no-repeat top right;
border-left: 1px solid #3f6f9f;
}
#header #header-inner #quick li span.icon
{
background: url("../../images/colors/blue/quick_l.png") no-repeat top left;
border-right: 1px solid #2e5c89;
}
#header #header-inner #quick li a:hover
{
background: #4e4e4e url("../../images/colors/blue/quick_l_selected.png") no-repeat top left;
}
#header #header-inner #quick li a:hover span
{
background: url("../../images/colors/blue/quick_r_selected.png") no-repeat top right;
}
#header #header-inner #quick li a:hover span.icon
{
background: url("../../images/colors/blue/quick_l_selected.png") no-repeat top left;
}
/* -----------------------------------------------------------
header corners
----------------------------------------------------------- */
#header #header-inner div.corner
{
background: url("../../images/colors/blue/header_inner_corners.png") no-repeat;
}
#header #header-inner div.tl
{
top: 0;
left: 0;
background-position: 0 0;
}
#header #header-inner div.tr
{
top: 0;
right: 0;
background-position: -6px 0;
}
/* -----------------------------------------------------------
content -> left -> menu
----------------------------------------------------------- */
#content #left #menu h6.selected
{
background: #00376e url("../../images/colors/blue/menu_selected.png") repeat-x;
}
#content #left #menu h6.selected a
{
background: url("../../images/colors/blue/menu_l_selected.png") no-repeat top left;
}
#content #left #menu h6.selected span
{
background: url("../../images/colors/blue/menu_r_selected.png") no-repeat top right;
}
#content #left #menu ul
{
background: #376ea6;
}
#content #left #menu li
{
border-top: 1px solid #4377ab;
border-bottom: 1px solid #326395;
}
#content #left #menu li a
{
background: url("../../images/colors/blue/menu_arrow.png") no-repeat 0 9px;
}
#content #left #menu li a:hover
{
color: #b9dcff;
}
#content #left #menu li.collapsible
{
background: url("../../images/colors/blue/menu_border.png") no-repeat top left;
}
#content #left #menu li.collapsible a.minus
{
border-bottom: 1px solid #326395;
}
#content #left #menu li ul
{
border-left: 18px solid #326395;
}
#content #left #menu li ul li
{
background: url("../../images/colors/blue/menu_arrow.png") no-repeat 10px 9px;
border-top: 1px solid #4377ab;
border-bottom: 1px solid #326395;
}
/* -----------------------------------------------------------
content -> right -> box / title
----------------------------------------------------------- */
#content div.box div.title
{
background: #336699 url("../../images/colors/blue/title.png") repeat-x;
}
#content div.box div.title ul.links li a
{
background: url("../../images/colors/blue/title_link.png") no-repeat top left;
border-left: 1px solid #316293;
}
#content div.box div.title ul.links li a:hover
{
background: url("../../images/colors/blue/title_tab_selected.png") no-repeat bottom center;
color: #bfe3ff;
}
#content div.box div.title ul.links li.ui-tabs-selected a
{
background: url("../../images/colors/blue/title_tab_selected.png") no-repeat bottom center;
color: #bfe3ff;
}
/* -----------------------------------------------------------
content -> right -> box / search
----------------------------------------------------------- */
#content div.box div.title div.search
{
background: url("../../images/colors/blue/title_link.png") no-repeat top left;
border-left: 1px solid #316293;
}
#content div.box div.title div.search div.input input
{
border: 1px solid #316293;
}
#content div.box div.title div.search div.button input.ui-state-default
{
background: #4e85bb url("../../images/colors/blue/button_highlight.png") repeat-x;
border: 1px solid #316293;
border-left: none;
color: #FFFFFF;
}
#content div.box div.title div.search div.button input.ui-state-hover
{
background: #46a0c1 url("../../images/colors/blue/button_highlight_selected.png") repeat-x;
border: 1px solid #316293;
border-left: none;
color: #FFFFFF;
}
/* -----------------------------------------------------------
content -> right -> forms -> button
----------------------------------------------------------- */
#content div.box div.form div.fields div.field div.highlight .ui-state-default
{
background: #4e85bb url("../../images/colors/blue/button_highlight.png") repeat-x;
border-top: 1px solid #5c91a4;
border-left: 1px solid #2a6f89;
border-right: 1px solid #2b7089;
border-bottom: 1px solid #1a6480;
color: #ffffff;
}
#content div.box div.form div.fields div.field div.highlight .ui-state-hover
{
background: #46a0c1 url("../../images/colors/blue/button_highlight_selected.png") repeat-x;
border-top: 1px solid #78acbf;
border-left: 1px solid #34819e;
border-right: 1px solid #35829f;
border-bottom: 1px solid #257897;
color: #ffffff;
}
/* -----------------------------------------------------------
content -> right -> forms -> buttons
----------------------------------------------------------- */
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-default
{
background: #4e85bb url("../../images/colors/blue/button_highlight.png") repeat-x;
border-top: 1px solid #5c91a4;
border-left: 1px solid #2a6f89;
border-right: 1px solid #2b7089;
border-bottom: 1px solid #1a6480;
color: #ffffff;
}
#content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover
{
background: #46a0c1 url("../../images/colors/blue/button_highlight_selected.png") repeat-x;
border-top: 1px solid #78acbf;
border-left: 1px solid #34819e;
border-right: 1px solid #35829f;
border-bottom: 1px solid #257897;
color: #ffffff;
}
/* -----------------------------------------------------------
login -> title
----------------------------------------------------------- */
#login div.title
{
background: #003367 url("../../images/colors/blue/header_inner.png") repeat-x;
}
/* -----------------------------------------------------------
login -> title / corners
----------------------------------------------------------- */
#login div.title div.corner
{
background: url("../../images/colors/blue/login_corners.png") no-repeat;
}
#login div.title div.tl
{
top: 0;
left: 0;
background-position: 0 0;
}
#login div.title div.tr
{
top: 0;
right: 0;
background-position: -6px 0;
}
/* -----------------------------------------------------------
jquery ui -> select styling
----------------------------------------------------------- */
.ui-selectmenu-open li.ui-selectmenu-item-focus { background: #376ea6; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { color: #ffffff; }
/* -----------------------------------------------------------
jquery ui -> datepicker
----------------------------------------------------------- */
.ui-datepicker td span, .ui-datepicker td a:hover { background: #376ea6; color: #ffffff; }
.ui-datepicker td span, .ui-datepicker td.ui-datepicker-current-day a { background: #376ea6; color: #ffffff; }
/* -----------------------------------------------------------
jquery ui -> autocomplete
----------------------------------------------------------- */
.ui-autocomplete .ui-menu-item a:hover { background: #376ea6; color: #ffffff; }
/* -----------------------------------------------------------
jquery ui -> dialog
----------------------------------------------------------- */
.ui-dialog { border: 1px solid #336699; }
.ui-dialog .ui-dialog-titlebar { background: #336699 url("../../images/colors/blue/title.png") repeat-x; }
|