This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pratic-themes/portail-citoyen2/static/pratic2/authentic-common.css

110 lines
1.9 KiB
CSS

/* CSS authentic-cdg59*/
a {
color: #005da8;
}
span.required {
background: url(required.png) 8px 0px no-repeat;
padding: 0 0 0 20px;
font-size: 70%;
overflow: hidden;
color: white;
}
div.content {
margin-left: 5px;
}
div.TextWidget textarea,
div.ValidatedStringWidget input,
div.StringWidget input,
div.EmailWidget input,
div.IntWidget input,
div.PasswordWidget input {
border: 1px inset #ccc;
margin: 1px;
padding: 1px 2px;
}
div.TextWidget textarea:focus,
div.ValidatedStringWidget input:focus,
div.StringWidget input:focus,
div.EmailWidget input:focus,
div.IntWidget input:focus,
div.PasswordWidget input:focus {
border: 2px solid #d1002e;
margin: 0px;
}
div.SubmitWidget input, input[type=submit] {
font-weight: bold;
background: #005da8 url(puce_btn.gif) 5px 50% no-repeat;
border:0px;
-moz-border-radius: 5px;
/*border-radius: 5px;*/
color: #FFFFFF;
cursor:pointer;
margin:3px 0px;
padding:3px 5px 4px 25px;
}
div.form div.title, form.quixote div.title {
font-weight: bold;
}
div.errornotice {
background: #fd6;
border: 1px solid #ffae15;
margin-bottom: 1em;
padding: 5px;
font-size: 90%;
width: 500px;
}
div.error {
color: black;
font-weight: bold;
background: white url(warning.png) top left no-repeat;
padding-left: 20px;
}
div.buttons div.SubmitWidget,
div.buttons div.SubmitWidget div.content {
display: inline;
}
div.buttons br { display: none; }
input[type="submit"][name="submit"] {
font-weight: bold;
background: #005da8 url(puce_btn.gif) 5px 50% no-repeat;
border:0px;
-moz-border-radius: 5px;
/*border-radius: 5px;*/
color: #FFFFFF;
cursor:pointer;
margin:3px 0px;
padding:3px 5px 4px 25px;
}
div.hint {
font-size: 80%;
}
div.widget {
margin-bottom: 0.5em;
}
div#error {
border: 3px double #800;
width: 50%;
margin: 2em auto 0;
background: white;
padding: 2px;
}
div#error h1 {
margin: 0;
border-bottom: 1px solid black;
}