tenzing.css 12.7 KB
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 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479
/* hide the default */

/**
 * TENZING COLOURS:
 *
 * ORANGES:
 * light:		#fce4c0
 * medium:		#fadfb3
 * dark:		#f7bd55
 *
 * PURPLES:
 * light:		#b197ad
 * medium:		#855d7e
 * dark:		#3b0d32
 *
 * ACCENTS:
 * blue:		#71aed7
 * gray: 		#ebebeb
 * 
 */

#header-logo {
    display:none;
/*
    background-color:#3b0d32;
    color:#fff;
*/
}

#wphead { background:#3b0d32; height:56px; border-bottom: 2px solid #71aed7; }
#footer { background:#3b0d32; color:#fadfb3; }

#footer {
border-style:solid;
border-top:1px solid;
margin-top:-46px;
border-color: #71aed7;
border:none;
}

#wphead h1 {
    background: transparent url(../images/tz.gif) left no-repeat;
    padding-left:200px;
    color:#fff;
    height: 35px;
    overflow: hidden;
}

#wphead h1 a {
    display: inline-block;
    margin-top:4px;
}

#wphead h1 a,
#wphead h1 a span { color:#f7bd55; font-family: Georgia, Helvetica, Serif;    font-style: italic;}

#wphead > a { color:#fff; }

#user_info {margin-top:5px; color:#fff; }
#user_info p a, #user_info a { color: #fadfb3; }
#favorite-actions { margin: 15px 12px 0; }

#user_info a:link, #user_info a:visited, #footer a:link, #footer a:visited {
    color:#f7bd55;
    text-decoration:none;
}

.wp-admin { background:#fdfdee;}

#backtoblog { background:#3b0d32; color:#fadfb3; }

/* 
#wphead { display:none; }

#TzBrandingHeader {
    background-color:#3B0D32;
    color:#fff;
    height:75px;
    background: #3B0D32 url(../images/tenzing.gif) top right no-repeat;
}
#TzBrandingHeader_UtilityMenu {
    font-size:11px;
    padding: 18px 0 0 25px;
}
#TzBrandingHeader_UtilityMenu a { color: #fce4c0; text-decoration:none; }
#TzBrandingHeader_UtilityMenu a:hover { color: #f7bd55; text-decoration:underline;}

/* #footer { display:none;} */

#TzBrandingFooter {
    background-color:#3B0D32;
    color:#f7bd55;
    padding:5px 10px;
    font-size:11px;
    
    clear:both;
    position:relative;
    margin-top: -28px;
}
#TzBrandingFooter a { color:#fff; text-decoration:none; }

/* Post Custom Type Fields Display */
.cct-fields { padding:10px; }
.cct-fields fieldset { margin-top:15px; border: 1px solid #ccc; padding:15px; background-color: #f2f2f2; }
.cct-fields div { clear:both; margin-top:5px; }
.cct-fields div span.label { margin-top:3px;float:left; width: 150px; margin-right:10px; margin-bottom:3px; }
.cct-fields div input[type=text],
.cct-fields div textarea { width: 300px;}
.cct-fields div textarea { height:80px;}

table.tabular-data {}
table.tabular-data thead td {}
table.tabular-data thead th { text-align: left; }
table.tabular-data tbody th {}
table.tabular-data tbody td {}

.spinner { background: transparent url(../images/spinner.gif) left no-repeat;}


#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #333;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
    color:#f7bd55; 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	background: #3b0d32;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em; padding:3px 5px 3px 10px;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../jquery_alerts/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../jquery_alerts/images/info.gif);
}

#popup_content.confirm {
	background-image: url(../jquery_alerts/images/important.gif);
}

#popup_content.prompt {
	background-image: url(../jquery_alerts/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#3b0d32;}

#colorbox{}
    #cboxContent{margin-top:32px;background:#3b0d32;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/ajax-loader.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#3b0d32;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ height:20px; position:absolute; top:-20px; /* background:url(../images/controls.png) no-repeat 0 0; */}
        #cboxClose { display:none; color:#fff; }
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}



.update-placeholder { padding-left:5px; color:green; }


.validation-errors {
    background-color: pink;
    margin-top:5px;
    border:1px solid #DF1C24;
}

.error-wrap { padding:10px; }
.validation-errors h6 {
    padding:0px;
    margin: 0px 0px 10px 0px;
    color:#DF1C24;
    font-size:11px;
    text-transform: uppercase;
}

.validation-errors ul {
    margin:0;
    padding:0;    
}
.validation-errors ul li {
    margin: 0px 0px 3px 0px;
    padding:0px;
    font-size:11px;
    background: none; 
}

.my-profile-table { margin-top:0px; padding-top:0px;}
.my-profile-table tbody th { text-align:left; font-size:11px; font-weight: normal; }
.my-profile-edit h4 { border-bottom:1px solid #ccc; margin-bottom:8px; padding-bottom:2px; margin-top:0px; padding-top:0; }


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	font-size:10px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	font-size:10px;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
	font-size:10px;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
	font-size:10px;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}


/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
/*
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
*/
div#dp-popup {
	position: absolute;
	z-index: 9999;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 176px;
	line-height: 1.2em;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	z-index:9999;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.admin-member-id { font-size:14px; color:#777; }

.users-role-bar { margin-top:15px; font-size:11px; margin-left:8px; float: left; margin-bottom: 5px;}
.users-role-bar a { text-decoration: none; }
.users-role-bar a.active { color:#000; font-weight: bold; }
.sm_count { font-size:11px; color:#999; font-weight: normal; }

.TzPaginateResults { margin-top:35px; font-size:11px; text-align: right; margin-right:10px; margin-bottom:5px; float:right; }
.TzPaginateResults a { text-decoration: none; padding:1px 0px; border:1px solid transparent; }
.TzPaginateResults a.active { color:#000; font-weight: bold; border:1px solid #ccc;padding:1px 3px; }

.my-profile-table { margin-bottom:20px;}




.attendance-admin-table { border:none; border-collapse: collapse;}
.attendance-admin-table thead td { font-weight:bold; border-bottom: 2px solid #e8e8e8; padding:0 0 8px 0;  }
.attendance-admin-table tbody td { border-bottom: 1px solid #e8e8e8; padding:4px 0; }



#invoice-table { width: 100%; border:0; padding: 0px; margin: 0px; border-collapse: collapse; border:1px solid #ccc; margin: 8px 0px 4px 0px; }
#invoice-table thead th { margin:0; padding:5px 2px 5px 10px; text-align: left; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
#invoice-table thead td { margin:0; padding:4px 2px 4px 10px; text-align: left; }
#invoice-table tbody th { margin:0; padding:4px 2px 4px 10px; text-align: left; }
#invoice-table tbody td { margin:0; padding:4px 2px 4px 10px; text-align: left; border-right:1px solid #ccc; }
#invoice-table tbody tr.odd td { background-color: #f5f5f5; }

#invoice-table tbody tr.unpaid td { background-color: #efd5d5; color:#c17575; }
#invoice-table tbody tr.unpaid td a {color: #c17575;}
#invoice-table tbody tr.unpaid td a:hover {color: #CC4433;}
#invoice-table tfoot td { margin:0; padding:4px 2px 4px 10px; text-align: left; border-top:1px solid #ccc;border-right:1px solid #ccc; }
#invoice-table caption { text-align:left; font-size:11px; color:#777; padding-left:11px; text-transform: uppercase; }

.status-paid {
    width:97px;
    height:87px;
    position:absolute; 
    bottom:60px; 
    right:350px;
    background: transparent url(../images/paid.png) top left no-repeat;
}

#sidebar_meta_box .inside { margin:0;}

.TzAdminPagination { text-align:right; padding-right:20px; font-size: 11px; margin:5px 0;}
.TzAdminPagination span { margin-right:5px; }
.TzAdminPagination a { margin-right:5px; }

.listing-wrap { }

.cbv-report-list thead td,
.cbv-report-list thead th,
.cbv-report-list tbody th,
.cbv-report-list tbody td { text-align:left; font-size: 11px; word-wrap: normal; padding: 3px 5px;  }
.cbv-report-list tbody tr.odd td { background-color: #f5f5f5; }
.cbv-report-list thead th { background-color: #e1e1e1;border-bottom:1px solid #e8e8e8; }
.cbv-report-list tbody td { border-bottom:1px solid #e8e8e8; min-width: 120px;}

#user-list-from { display: block; }