parent
1a7c6e5e77
commit
18e62ab725
@ -0,0 +1 @@ |
||||
../pastel/confirm.tpl |
@ -0,0 +1,53 @@ |
||||
/* CSS for skin DARK */ |
||||
/* Shipped with LemonLDAP::NG */ |
||||
|
||||
/* Use buttons CSS */ |
||||
@import url("../../common/buttons.css"); |
||||
|
||||
/* Structure */ |
||||
body{ |
||||
background:#000; |
||||
color:#fff; |
||||
font-family:sans-serif; |
||||
font-weight:bold; |
||||
font-size:8pt; |
||||
margin:0; |
||||
padding:0; |
||||
} |
||||
|
||||
/* Login page */ |
||||
#logincontent{ |
||||
margin:100px auto; |
||||
background:#4B4B4B; |
||||
padding:10px; |
||||
width:600px; |
||||
-moz-border-radius:10px 10px 10px 10px; |
||||
} |
||||
|
||||
#logincontent form{ |
||||
background:#E4E4E4; |
||||
opacity:0.9; |
||||
margin: 20px -200px 20px 250px; |
||||
padding:10px; |
||||
-moz-border-radius:10px 10px 10px 10px; |
||||
} |
||||
|
||||
div.loginlogo { |
||||
background:url(../images/lock.png) no-repeat center; |
||||
width:200px; |
||||
height:200px; |
||||
margin:30px 10px; |
||||
float:left; |
||||
} |
||||
|
||||
/* Footer */ |
||||
#footer { |
||||
text-align:center; |
||||
font-size:6pt; |
||||
} |
||||
|
||||
/* JQuery tabs */ |
||||
.ui-tabs-hide { |
||||
display:none; |
||||
} |
||||
|
@ -0,0 +1 @@ |
||||
../pastel/error.tpl |
@ -0,0 +1 @@ |
||||
../pastel/footer.tpl |
@ -0,0 +1 @@ |
||||
../pastel/header.tpl |
After Width: | Height: | Size: 8.0 KiB |
@ -0,0 +1 @@ |
||||
../pastel/info.tpl |
@ -0,0 +1 @@ |
||||
../pastel/login.tpl |
@ -0,0 +1 @@ |
||||
../pastel/mail.tpl |
@ -0,0 +1 @@ |
||||
../pastel/menu.tpl |
@ -0,0 +1 @@ |
||||
../pastel/notification.tpl |
@ -0,0 +1 @@ |
||||
../pastel/openid.tpl |
@ -0,0 +1 @@ |
||||
../pastel/openidform.tpl |
@ -0,0 +1 @@ |
||||
../pastel/password.tpl |
@ -0,0 +1 @@ |
||||
../pastel/standardform.tpl |
Loading…
Reference in new issue