Newer
Older
@font-face {
font-family: 'Tenor Sans';
font-style: normal;
font-weight: normal;
/*src: local('Tenor Sans'), local('TenorSans'), url('/css/ts.ttf')
* format('truetype');*/
body {
position: absolute;
font-family: 'Tenor Sans', Helvetica Narrow, sans-serif;
Lloyd Hilaiel
committed
width: 518px;
height: 348px;
background-image: url('/i/bg.png');
font-size: 2em;
font-weight: bold;
margin: auto;
margin-top: .5em;
margin: 0;
padding: 0;
border: 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
border-top: 2px solid rgb(218, 230, 237);
background-color: rgb(244, 247, 251);
}
margin: 0;
padding: 0;
border: 0;
position: fixed;
left: 0;
bottom: 0;
height: 20px;
width: 100%;
background-color: rgb(244, 247, 251);
font-size: .7em;
}
footer button, footer input[type=submit] {
height: 25px;
border: 1px solid rgb(145, 145, 145);
background-color: rgb(242, 242, 242);
padding-left: 2em;
padding-right: 2em;
margin-left: 1em;
margin-right: 1em;
margin-top: 16px;
z-index: 0;
footer button.righty, footer input[type=submit].righty {
footer button.action, footer input[type=submit] {
background-color: rgb(0,128,211);
color: #fff;
font-weight: bold;
}
div.actions > div.action {
float: left;
Lloyd Hilaiel
committed
margin-right: 1em;
}
div.actions > div.action a {
color: rgb(65, 126, 208);
text-decoration: none;
}
div.actions {
position: fixed;
font-size: .8em;
margin-left: 79px;
}
#identities {
width: 450px;
margin: auto;
}
#identities, #identities > li {
list-style: none;
margin-bottom: .5em;
height: 1.4em;
font-size: .9em;
line-height: 18px;
}
input[type=radio], input[type=radio] + label {
cursor: pointer;
button, input[type=submit] {
button.disabled, input[type=submit].disabled {
cursor: default;
opacity: .3;
}
position: fixed;
top: 40px;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
#error_dialog {
display: none;
}
div.input > * {
float: left;
}
div.content {
margin-top: 20px;
text-align: left;
}
height: 3em;
font-size: .8em;
}
div.content > div.summary {
text-align: left;
margin-bottom: 2em;
}
width: 80px;
text-align: left;
border: 1px solid black;
width: 240px;
height: 2em;
#createContainer, #passwordContainer, #cannotAuthenticate {
display: none;
}
a {
color: rgb(65, 126, 208);
text-decoration: none;
}
span.warning {
color: rgb(153,153,84);
}
span.bad {
color: rgb(149,43,9);
}
span.good {
color: rgb(0,161,51);
}
div.subtle {
opacity: .7;
}
div.dialog div.attention, div.dialog div.attention_awesome, div.dialog div.attention_lame {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px 4px 4px 4px;
width: 400px;
padding:13px;
margin: auto;
text-align: left;
}
div.dialog div.attention {
border: 1px solid rgb(219,231,238);
background-color: rgb(244,247,251);
}
div.dialog div.attention_awesome {
border: 1px solid rgb(0,161,51);
background-color: rgb(0,161,51);
color: white;
font-weight: bold;
}
div.dialog div.attention_lame {
border: 1px solid rgb(224,178,139);
background-color: rgb(253,239,208);
color: rgb(120,43,9);
font-size: .8em;
}
.sprite {
background: url('/i/sprite.png') no-repeat 0 0;
}
position: fixed;
padding: 0;
border: 0;
margin: 0;
left: 0;
top: 0;
height: 40px;
width: 100%;
background: #008;
color: #fff;
}
#logo {
background-position: 0 -26px;;
font-size: 0px;
width: 135px;
height: 35px;
margin: 2px 16px 0 16px;
float: left;
}
#subtitle {
margin: 8px 0 0;
font-size: 0px;
background-position: 0 0;
width: 146px;
height: 25px;
float: left;
}
Lloyd Hilaiel
committed
#labs_logo {
position: absolute;
background-position: 0 -62px;
width: 97px;
height: 20px;
Lloyd Hilaiel
committed
p.prompt {
font-size: 1.1em;
}
p.prompt .sitename {
font-size: 1.1em;
Shane Tomlinson
committed
label[for=signin] {
visibility: hidden;
}