lemonldap-ng/modules/lemonldap-ng-portal/example/skins/pastel/styles.css

281 lines
4.2 KiB
CSS
Raw Normal View History

/* Default CSS */
body {
font-family:Arial, Helvetica, Verdana;
font-size:11pt;
color:#000;
background:#eee url(hatch.gif);
margin:0;
padding:0;
}
h1, h2, h3, h4 {
margin: 0;
padding: 0 0 5px 0;
}
a img,:link img,:visited img {
border:none
}
a, a:link, a:visited {
text-decoration:none;
}
#page {
margin:20px 40px;
padding:5px;
background:#fff;
border:1px solid #C6D880;
}
div.loginlogo {
background:url(lock.png) no-repeat center;
width:200px;
height:250px;
float:left;
}
#footer {
clear:both;
text-align:center;
font-size:10pt;
}
2008-09-03 17:59:33 +02:00
div.message {
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
margin:20px 50px;
padding:0;
display:none;
}
ul {
list-style:none;
margin:0;
padding:5px;
}
li {
list-style:none;
}
2008-09-03 17:59:33 +02:00
div.message li {
font-size:11pt;
font-weight:bold;
list-style-type:none;
background-repeat:no-repeat;
background-position:0% 60%;
padding:3px 0 3px 30px;
}
2008-09-03 17:59:33 +02:00
.message.negative li{
background-image:url(warning.png);
}
2008-09-03 17:59:33 +02:00
.message.positive li{
background-image:url(ok.png);
}
2008-09-03 17:59:33 +02:00
.message.warning li{
background-image:url(warning_triangle.png);
}
form {
display:block;
overflow:visible;
padding:20px;
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;
}
form.login {
margin:40px 50px 0 200px;
}
form.password {
margin:40px 50px;
}
form table{
border:0;
margin: 20px 0 0 20px;
}
form th{
text-align: right;
}
form input {
border:1px solid #c2e1ef;
padding:2px;
width: 200px;
}
/* BUTTONS */
/* See http://particletree.com/features/rediscovering-the-button-element/ */
form .buttons{
text-align:right;
margin-top: 10px;
}
.buttons a, .buttons button{
margin:0 0 0 7px;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
width:auto;
overflow:visible;
padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
padding:5px 10px 5px 7px; /* Firefox */
line-height:17px; /* Safari */
}
*:first-child+html button[type]{
padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
margin:0 3px -3px 0 !important;
padding:0;
border:none;
width:16px;
height:16px;
}
/* STANDARD */
2008-09-03 17:59:33 +02:00
button:hover, .buttons a:hover, .message{
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;
}
.buttons a:active{
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
color:#529214;
}
2008-09-03 17:59:33 +02:00
.buttons a.positive:hover, button.positive:hover, div.positive{
background-color:#E6EFC2;
border:1px solid #C6D880;
color:#529214;
}
.buttons a.positive:active{
background-color:#529214;
border:1px solid #529214;
color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
color:#d12f19;
}
2008-09-03 17:59:33 +02:00
.buttons a.negative:hover, button.negative:hover, div.negative{
background:#fbe3e4;
border:1px solid #fbc2c4;
color:#d12f19;
}
.buttons a.negative:active{
background-color:#d12f19;
border:1px solid #d12f19;
color:#fff;
}
/* WARNING */
2008-09-03 17:59:33 +02:00
div.warning{
background-color:#ffe17a;
border:1px solid #ffca10;
color:#a03400;
}
/* Application list */
.ui-tabs-hide {
display:none;
}
.ui-tabs-nav {
text-align: center;
margin:0;
padding:0 0 3px 0;
border-bottom:2px solid #c2e1ef;
}
.ui-tabs-nav li{
display: inline;
background-color:#dff4ff;
border-color:#c2e1ef;
border-style:solid;
border-width:1px 1px 2px 1px;
margin-left:10px;
padding:4px 10px;
}
.ui-tabs-nav li a{
color:#336699;
font-weight:bold;
}
#appslist{
padding: 10px;
}
ul.cat-level-0 {
float: left;
width: 200px;
background-color:#dff4ff;
border:1px solid #c2e1ef;
}
ul.category {
text-align:center;
}
ul.category li.catname span {
display:block;
color:#336699;
font-weight:bold;
border-bottom:1px solid #c2e1ef;
}
ul.category li.appname {
text-align:left;
margin:2px 0;
padding:2px 5px;
height:1%;
background-color:#fff;
}
ul.category li.appname span {
color:#336699;
font-size:10pt;
border:0;
}
div.appsdesc {
display: none;
overflow: hidden;
margin: 0 50px 30px 250px;
border:1px solid #c2e1ef;
padding: 10px;
}
div.appsdesc img {
float:right;
}
div.appsdesc p.appname{
font-size:16pt;
font-variant:small-caps;
}
div.appsdesc p.appdesc{
font-style:italic;
}
/* Logout */
#logout{
text-align:center;
}
#logout h3{
margin:20px;
}
#logout .buttons{
margin:30px;
}