html
{
}
body
{
color: #dddddd;
background-color: #333333;
font-family: sans;
/* if min-height 100% could be made to work, border would be ok */
/* border: 0.5em solid #333333; */
padding: 0.5em 0.5em 0.5em 0.5em;
}
.undecorated_link:visited,
.undecorated_link:active,
.undecorated_link:focus
{
border-width: 0px;
outline:none;
}
/* the main container, holds everything */
#ccc_total_area
{
color: #000000;
/* this generates the correct horiz scrollbar _inside_ the border */
overflow: auto;
/* using maximage plugin, not this css3 stuff yet
background-image: url(http://bla/bla/blah.jpg);
background-size: 100%; */
}
#ccc_browser_bail_area
{
color: #dddddd;
font-size: 150%;
font-family: sans;
}
/* required for maximage bg scaling plugin */
img.bgmaximage
{
position: fixed !important;
}
/* required for jqui tabs */
.ui-tabs .ui-tabs-hide
{
display: none;
}
/* edunote: it appears, and I read, that a space between selectors is
an AND operator, while commas are an OR operator */
/* this nicely makes tabs not reflect visited, but probably best
if this gets narrowed down to just tabs */
.ui-tabs a:active
{
border-width: 0px; outline:none;
}
.ui-tabs a:focus
{
border-width: 0px; outline:none;
}
.ui-tabs a:visited
{
border-width: 0px; outline:none;
}
#ccc_main_logo
{
border-width: 0px;
outline:none;
}
#ccc_main_logo_text
{
text-align: right;
font-size: 200%;
font-weight: bold;
}
#cscc_dz_logo
{
height: 1.5em;
width: 1.5em;
vertical-align: middle;
border-width: 0px;
outline:none;
}
#ccc_dyn_pg_left_login
{
}
.ccc_dyn_pg_right
{
text-align: right;
font-size: 100%;
}
#ccc_dyn_pg_bottom_login
{
}
#ccc_dyn_pg_left_about
{
background-color: #cccccc;
/* margin is outside the border */
margin: 2em 2em 2em 2em;
border: 0.125em solid #000000;
/* padding is inside the border */
padding: 1.5em 1.5em 1.5em 1.5em;
/* for ie */
filter: alpha(opacity=77);
/* css3 for the rest */
opacity:0.77;
}
#ccc_dyn_pg_right_about
{
}
#ccc_dyn_pg_bottom_about
{
text-align: center;
font-size: 133%;
}
#ccc_dyn_pg_left_signup
{
background-color: #cccccc;
/* margin is outside the border */
margin: 1em 1em 0em 1em;
border: 0.125em solid #000000;
/* padding is inside the border */
padding: 1.5em 1.5em 1.5em 1.5em;
/* for ie */
filter: alpha(opacity=77);
/* css3 for the rest */
opacity:0.77;
}
#ccc_dyn_pg_right_signup
{
}
#ccc_dyn_pg_bottom_signup
{
background-color: #cccccc;
/* margin is outside the border */
margin: 0em 1em 1em 1em;
border: 0.125em solid #000000;
/* padding is inside the border */
padding: 1.5em 1.5em 1.5em 1.5em;
/* for ie */
filter: alpha(opacity=77);
/* css3 for the rest */
opacity:0.77;
}
#ccc_dyn_pg_left_loggedin
{
}
#ccc_dyn_pg_right_loggedin
{
}
#ccc_dyn_pg_bottom_loggedin
{
}
.ccc_credentials_table
{
}
.ccc_login_prompt
{
font-weight: bold;
font-size: 133%;
font-style: italic;
white-space: nowrap;
}
#login_username_label,
#login_password_label,
#req_username_label,
#req_password_label,
#req_password_vfy_label,
#req_email_label
{
font-weight: bold;
font-size: 133%;
}
#ccc_button_login_attempt,
#ccc_button_login_clear
{
font-size: 200%;
}
#username,
#password,
#req_username,
#req_password,
#req_password_vfy,
#req_email
{
font-weight: bold;
border: 0.125em solid #333333;
padding: 0.125em 0.5em 0.125em 0.5em;
}
#req_username_advice_text,
#req_password_advice_text
{
font-weight: normal;
font-size: normal;
}
#credentials_area_backdrop
{
background-color: #cccccc;
/* margin is outside the border */
margin: 1em 1em 0em 1em;
border: 0.125em solid #000000;
/* padding is inside the border */
padding: 0.5em 0.5em 0.5em 0.5em;
/* for ie */
filter: alpha(opacity=77);
/* css3 for the rest */
opacity:0.77;
}
#req_sapcha
{
font-size: 100%;
color: #ffffff;
background-color: #333333;
/* margin is outside the border */
margin: 1em 1em 1em 1em;
border: 0.125em solid #000000;
/* padding is inside the border */
padding: 0.5em 0.5em 0.5em 0.5em;
/* for ie */
filter: alpha(opacity=77);
/* css3 for the rest */
opacity:0.77;
}
#ccc_login_server_response
{
background-color: #cccccc;
font-size: 67%;
font-weight: bold;
text-align: center;
/* margin is outside the border */
margin: 1em 1em 1em 1em;
border: 0.125em solid #000000;
/* padding is inside the border */
padding: 0.5em 0.5em 0.5em 0.5em;
/* for ie */
filter: alpha(opacity=77);
/* css3 for the rest */
opacity:0.77;
}
.ccc_label
{
margin-top: 1em;
}
.ccc_button
{
border: 0.125em solid;
border-color: #111111;
color: #aaffaa;
font-weight: normal;
font-size: 133%;
}
#loggedin_tabs
{
font-size: 100%;
}