git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@17 eb19766c-00d9-a042-a3a0-45cb8ec72764
213 lines
4.3 KiB
CSS
213 lines
4.3 KiB
CSS
body {
|
|
font-family: sans-serif;
|
|
font-size: small;
|
|
margin-top: 8em;
|
|
text-align: center;
|
|
background: #fefefe url(../graphics/loginbg.png) top left repeat-x;
|
|
}
|
|
|
|
h1, h2 {
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1em;
|
|
text-align: left;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #555;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
display: block;
|
|
margin: 0.5em 0;
|
|
}
|
|
|
|
#loginbox_outer {
|
|
position: relative;
|
|
padding: 1em;
|
|
border: 1px solid #B7B7B7;
|
|
border-top: 0px;
|
|
width: 280px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#loginbox_outer.hasDisclaimer {
|
|
width: 560px;
|
|
}
|
|
|
|
#loginbox {
|
|
text-align: left;
|
|
margin: 0 10px;
|
|
/* background: white url(../graphics/ktbg.png) bottom left no-repeat;*/
|
|
}
|
|
|
|
#loginbox_skin {
|
|
text-align: left;
|
|
margin: 0 10px;
|
|
background: white url(../powered-by-kt.png) bottom right no-repeat;
|
|
}
|
|
|
|
#header {
|
|
position: relative;
|
|
padding: 1em;
|
|
border: 1px solid #B7B7B7;
|
|
border-bottom: 0px;
|
|
width: 280px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
#header.hasDisclaimer {
|
|
width: 560px;
|
|
background: #ddd url(../graphics/dashlet-gradient-info_old.gif) bottom left no-repeat;
|
|
border-bottom: 3px solid #B7B7B7;
|
|
}
|
|
|
|
.logo {
|
|
right: 1em;
|
|
position: absolute;
|
|
top: 1em;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
#loginbox.hasDisclaimer {
|
|
/* background: white url(../graphics/ktbg.png) bottom left repeat-x;*/
|
|
}
|
|
|
|
#loginbox_skin.hasDisclaimer {
|
|
/* background: white url(../graphics/ktbg.png) bottom left repeat-x;*/
|
|
}
|
|
|
|
#formbox {
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 252px;
|
|
float: left;
|
|
}
|
|
|
|
#loginbox.hasDisclaimer #formbox {
|
|
padding-right: 20px;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
|
|
#loginbox_skin.hasDisclaimer #formbox {
|
|
padding-right: 20px;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
|
|
#disclaimerbox {
|
|
width: 265px;
|
|
float: left;
|
|
padding-left: 0px;
|
|
border-left: 1px solid #eee;
|
|
margin-left: -1px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#disclaimerbox p {
|
|
margin-top: 0;
|
|
margin-left: 5px;
|
|
margin-bottom: 1em;
|
|
color: #666;
|
|
font-size: small;
|
|
}
|
|
|
|
input {
|
|
border: 1px solid #666;
|
|
width: 250px;
|
|
}
|
|
|
|
select {
|
|
border: 1px solid #666;
|
|
margin: 0;
|
|
width: 252px;
|
|
}
|
|
|
|
.logoimage {
|
|
}
|
|
|
|
.form_actions {
|
|
margin: 1em 0 0 0;
|
|
padding: 1em 0 0 0;
|
|
border-top: 0px solid #eee;
|
|
border-width: 1px 0 0 0;
|
|
text-align: right;
|
|
}
|
|
|
|
#loginbox.hasDisclaimer .form_actions {
|
|
padding: 1em 0 1em 0;
|
|
border-width: 0 0 0 0;
|
|
}
|
|
|
|
.form_actions input {
|
|
width: auto;
|
|
}
|
|
|
|
.instructionText {
|
|
margin-top: 5px;
|
|
color: #666;
|
|
clear: both;
|
|
}
|
|
|
|
.descriptiveText
|
|
{
|
|
margin-top: 5px;
|
|
color: #666;
|
|
clear: both;
|
|
text-align: right;
|
|
}
|
|
|
|
.descriptiveText.version
|
|
{
|
|
font-size: xx-small;
|
|
text-align: right;
|
|
/*position: absolute;
|
|
bottom: 1em;
|
|
right: 2em; */
|
|
}
|
|
|
|
#bottomspacer {
|
|
height: 0px;
|
|
}
|
|
|
|
/* block level. */
|
|
.ktErrorMessage {
|
|
background-color: #ffdd80;
|
|
border: 1px solid #FFC21E;
|
|
margin: 20px auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.ktErrorMessage span {
|
|
margin-left: 0px;
|
|
padding-left: 25px;
|
|
background: #ffdd80 url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat;
|
|
}
|
|
|
|
.floatClear
|
|
{
|
|
clear: both;
|
|
height: 1px !important;
|
|
margin: 0; border: 0; padding: 0;
|
|
width: 1px;
|
|
}
|
|
|
|
.communityLabel
|
|
{
|
|
color: #919192;
|
|
}
|