page home

page conference
page connected but no conference
debug edit account
This commit is contained in:
Nicolas Michard
2008-02-17 16:57:49 +00:00
parent 02fa9ab525
commit 19995bf1c7
9 changed files with 154 additions and 16 deletions

View File

@@ -36,6 +36,52 @@ a:hover{
font-size: 10px;
}
div.warningBox{
background: #fff7dc url(../images/warning_logo_64x64.png) no-repeat 10px center;
border: 1px solid #ffe895;
margin-top: auto;
padding: 32px 10px 32px 80px;
}
div.textBox{
border: 1px solid #ffe3b3;
background-color: #fffbd5;
padding: 10px;
}
h3.descriptionTitle{
font-weight: bold;
background: url(../images/cc-wp-64x64.png) no-repeat left center;
padding-top: 35px;
padding-bottom: 35px;
padding-left: 80px;
color: #ff941c;
font-size: 16px;
}
h3.dateTitle{
font-weight: bold;
background: url(../images/cc-karm-64x64.png) no-repeat left center;
padding-top: 35px;
padding-bottom: 35px;
padding-left: 80px;
color: #ff941c;
font-size: 16px;
}
a.submitLink{
text-decoration: none;
padding-left: 60px;
background: url(../images/news_subscribe-48x48.png) no-repeat left top;
padding-top: 15px;
padding-bottom: 50px;
color: #008281;
font-weight: bold;
}
a.submitLink:hover{
color: #003e82;
}
form {
display: block;
}
@@ -95,6 +141,18 @@ form > table > thead th {
list-style-position: inside;
list-style-image: url(../images/error_bullet.png);
}
.maintitle{
font-weight: bold;
font-size: 40px;
margin-top: 30px;
margin-bottom: 20px;
color: #ff5600;
}
.subtitle{
font-weight: bold;
font-size: 14px;
}
/* @group Login */
@@ -422,7 +480,7 @@ a.manage_link:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#847d6e;
font-size:11px;
width:130px;
width:180px;
}
#account_data input:focus {