Prise en compte des conferenceCreationToken lors de la creation de conference. Corrections de forgotPassword
451 lines
7.6 KiB
CSS
451 lines
7.6 KiB
CSS
/* @override http://localhost:8080/YACOSWeb/stylesheets/base.css */
|
|
|
|
/* @group RESET */
|
|
|
|
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
|
|
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
|
|
ul,ol { list-style: none; }
|
|
fieldset,img { border: none; }
|
|
caption,th { text-align: left; }
|
|
table { border-collapse: collapse; border-spacing: 0; }
|
|
|
|
/* @end */
|
|
|
|
body {
|
|
color:#333;
|
|
font: 12px/18px "Ludida Grande", Geneva, Arial, Verdana, sans-serif;
|
|
background: #fff url(../images/background-repeat.png) repeat-x scroll left top;
|
|
}
|
|
|
|
#container {
|
|
width: 980px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
|
|
.login_error {
|
|
color: #ff0000;
|
|
font-size: 10px;
|
|
}
|
|
|
|
form {
|
|
display: block;
|
|
}
|
|
|
|
.formHelp {
|
|
min-height: 30px;
|
|
padding: 5px;
|
|
padding-left: 35px;
|
|
border: thin solid #94ff90;
|
|
background: #dfffe4 url(../images/formHelpSymbol.png) no-repeat 2px 5px;
|
|
}
|
|
|
|
.formOk {
|
|
min-height: 30px;
|
|
background-image: url(../images/formOkSymbol.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 2px 5px;
|
|
padding: 5px;
|
|
padding-left: 35px;
|
|
border: thin solid #94ff90;
|
|
background-color: #dfffe4;
|
|
}
|
|
|
|
.errorBox {
|
|
min-height: 30px;
|
|
background-image: url(../images/errorSymbol.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 2px 5px;
|
|
padding: 5px;
|
|
padding-left: 35px;
|
|
border: thin solid rgb(255,0,12);
|
|
background-color: rgb(255,188,182);
|
|
}
|
|
|
|
.formError{
|
|
color: #ff0000;
|
|
}
|
|
|
|
.formError > * {
|
|
display: list-item;
|
|
list-style-position: inside;
|
|
list-style-image: url(../images/error_bullet.png);
|
|
}
|
|
|
|
/* @group Login */
|
|
|
|
#userlogin{
|
|
margin-left: 500px;
|
|
text-decoration: none;
|
|
height: 100px;
|
|
position: relative;
|
|
font-size: smaller;
|
|
color: #8d0000;
|
|
}
|
|
|
|
#userlogin #connexion{
|
|
color: #8d0000;
|
|
text-decoration: none;
|
|
}
|
|
#userlogin #connexion:hover{
|
|
color: #ea984b;
|
|
}
|
|
|
|
#userlogin form{
|
|
bottom: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
#userlogin form input{
|
|
background-color: #fff8f9;
|
|
border: 1px solid #ea984b;
|
|
width: 90px;
|
|
color: #e59448;
|
|
height: 14px;
|
|
}
|
|
|
|
#submit_btn {
|
|
background-color: #fff8f9;
|
|
border: 1px solid #ea984b;
|
|
color: #e59448;
|
|
height: 14px;
|
|
text-decoration: none;
|
|
padding-right: 2px;
|
|
padding-left: 2px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
#submit_btn:hover {
|
|
background-color: #fea551;
|
|
color: #fff;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group header */
|
|
|
|
#header {
|
|
width: 980px;
|
|
margin: 0 auto 20px;
|
|
}
|
|
|
|
#header #logoimage img{
|
|
width: 190px;
|
|
height: 210px;
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
#logotexte img{
|
|
width: 304px;
|
|
height: 78px;
|
|
margin-left: 170px;
|
|
margin-top: 10px;
|
|
float: left;
|
|
}
|
|
|
|
#header #bar{
|
|
width: 880px;
|
|
display: table;
|
|
margin-left: 100px;
|
|
}
|
|
|
|
#header #bar #rightchoice {
|
|
height: 70px;
|
|
width: 874px;
|
|
background: url(../images/header-background-repeat.png) repeat-x;
|
|
display: table-cell;
|
|
padding-left: 100px;
|
|
}
|
|
|
|
#header #bar #rightborder {
|
|
width: 6px;
|
|
height: 70px;
|
|
background: url(../images/header-right-border.png) no-repeat left top;
|
|
display: table-cell;
|
|
}
|
|
/* @end */
|
|
|
|
|
|
|
|
#main {
|
|
|
|
position: relative;
|
|
/*background-color: #8bff74;*/
|
|
padding: 15px 0 0;
|
|
width: 100%;
|
|
display: table;
|
|
}
|
|
|
|
#maincontent {
|
|
color: #333;
|
|
}
|
|
|
|
/* @group mainmenu */
|
|
|
|
#main #mainmenu {
|
|
|
|
width: 150px;
|
|
float: left;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc {
|
|
margin: 10px auto;
|
|
width: 161px;
|
|
background: url(../images/title-small.png) no-repeat left top;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc h4 {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
height: 23px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc ul {
|
|
background: url(../images/menu-background-repeat.png) repeat-y;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc ul li {
|
|
background: url(../images/menu-background-repeat.png) repeat-y;
|
|
height: 22px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc ul li:hover {
|
|
background-image: url(../images/menu-background-repeat-hover.png);
|
|
height: 22px;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc a {
|
|
text-decoration: none;
|
|
color: #8d0000;
|
|
text-align: left;
|
|
font-size: 11px;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc a:hover {
|
|
color: #ff7a00;
|
|
font-size: 11px;
|
|
}
|
|
|
|
#main #mainmenu #mainmenubloc #footer {
|
|
background-image: url(../images/menu-bottom.png);
|
|
width: 161px;
|
|
height: 6px;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group maincontent */
|
|
|
|
#main #maincontent {
|
|
margin-left: 200px;
|
|
width: 780px;
|
|
background: url(../images/title-big.png) no-repeat left top;
|
|
margin-top: 10px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#maincontent > * {
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#main #maincontent h4.title {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
height: 23px;
|
|
top: 2px;
|
|
margin-bottom: 6px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group globalfooter */
|
|
|
|
#globalfooter {
|
|
margin: 18px auto;
|
|
position: relative;
|
|
color: #b8b8b8;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#globalfooter a{
|
|
color: #b8b8b8;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#globalfooter a:hover{
|
|
color: #555;
|
|
}
|
|
|
|
#globalfooter hr{
|
|
width: 80%;
|
|
border : 0;
|
|
background-color: #D1CACA;
|
|
height: 1px;
|
|
color: #898989;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group dynamicList */
|
|
.dynamicList {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
border-spacing: 3px;
|
|
min-width: 200px;
|
|
min-height: 40px;
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.dynamicList > * {
|
|
display: table-row;
|
|
border: thin solid #f57627;
|
|
padding:3px;
|
|
}
|
|
|
|
.dynamicListHeader {
|
|
background-image: url(../images/menu-header-background-repeat.png);
|
|
background-repeat: repeat-x;
|
|
height: 23px;
|
|
font-weight: bold;
|
|
color: white;
|
|
}
|
|
|
|
.dynamicFredList {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
border-spacing: 3px;
|
|
min-width: 200px;
|
|
min-height: 40px;
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
width: 97%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.dynamicFredList > * {
|
|
display: table-row;
|
|
border: thin solid #f57627;
|
|
padding:3px;
|
|
}
|
|
|
|
.selected {
|
|
background-color: #fea752;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group general purpose */
|
|
|
|
.centered {
|
|
margin: auto;
|
|
}
|
|
|
|
/* @end */
|
|
|
|
/* @group rounded box */
|
|
|
|
.cb h2 {
|
|
margin-left: -11px;
|
|
margin-right: -11px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
border-color: #fd7738;
|
|
margin-bottom: 10px;
|
|
font-weight: bolder;
|
|
border-bottom: 2px solid #df9b7b;
|
|
}
|
|
|
|
/* Normal styling */
|
|
.cb {
|
|
margin:0.5em 0;
|
|
}
|
|
/* Top corners and border */
|
|
.bt {
|
|
height:19px;
|
|
margin:0 0 0 19px;
|
|
background:url(../images/box.png) no-repeat 100% 0;
|
|
}
|
|
.bt div {
|
|
position:relative;
|
|
left:-19px;
|
|
width:19px;
|
|
height:19px;
|
|
background:url(../images/box.png) no-repeat 0 0;
|
|
font-size:0;
|
|
line-height:0;
|
|
}
|
|
|
|
/* Bottom corners and border */
|
|
.bb {
|
|
height:19px;
|
|
margin:0 0 0 19px;
|
|
background:url(../images/box.png) no-repeat 100% 100%;
|
|
}
|
|
.bb div {
|
|
position:relative;
|
|
left:-19px;
|
|
width:19px;
|
|
height:19px;
|
|
background:url(../images/box.png) no-repeat 0 100%;
|
|
font-size:0;
|
|
line-height:0;
|
|
}
|
|
|
|
/* Left border */
|
|
.i1 {
|
|
padding:0 0 0 11px;
|
|
background:url(../images/borders.png) repeat-y 0 0;
|
|
}
|
|
/* Right border */
|
|
.i2 {
|
|
padding:0 11px 0 0;
|
|
background:url(../images/borders.png) repeat-y 100% 0;
|
|
}
|
|
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
|
|
.i3 {
|
|
display:block;
|
|
margin:0;
|
|
padding:1px 10px;
|
|
background:#fff;
|
|
}
|
|
/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
|
|
.i3:after {
|
|
content:".";
|
|
display:block;
|
|
height:0;
|
|
clear:both;
|
|
visibility:hidden;
|
|
}
|
|
.i3 {display:inline-block;}
|
|
.i3 {display:block;}
|
|
/* Default CSS ends here */
|
|
|
|
/* @end */
|
|
|
|
/* @group yacos_button */
|
|
|
|
.yacos_button {
|
|
display: inline-block;
|
|
background-image: url(../images/button_background_idle.png);
|
|
max-height: 40px;
|
|
min-width: 50px;
|
|
padding:10px;
|
|
}
|
|
|
|
.yacos_button:hover {
|
|
background-image: url(../images/button_background_hover.png);
|
|
}
|
|
|
|
/* @end */ |