String.format erreur de format de chaine, comprend pas

Résolu
Poulipe Messages postés 171 Date d'inscription vendredi 14 septembre 2001 Statut Membre Dernière intervention 9 mai 2012 - 9 mai 2012 à 10:26
Poulipe Messages postés 171 Date d'inscription vendredi 14 septembre 2001 Statut Membre Dernière intervention 9 mai 2012 - 9 mai 2012 à 11:51
Bonjour,

je donne ma langue au chat, j ai beau chercher je trouve pas où est l'erreur.
Peut être une limitation du string.format en lui envoyant un streamReader ?
Les parametres layout[] sont bon, l erreur doit se trouver dans le css.

Merci pour votre aide.

mon code:

var cssTemplate = new StreamReader(stream).ReadToEnd();
css = String.Format(cssTemplate
, layout[LayoutAttribute.HeaderFontsize]
, layout[LayoutAttribute.HeaderFontcolor]
, layout[LayoutAttribute.HeaderFontfamily]
, layout[LayoutAttribute.LabelFontsize]
, layout[LayoutAttribute.LabelFontcolor]
, layout[LayoutAttribute.LabelFontfamily]
, layout[LayoutAttribute.HeaderTopBgcolor]
, layout[LayoutAttribute.HeaderBottomBgcolor]
, layout[LayoutAttribute.PageBgcolor]
, layout[LayoutAttribute.FooterBgcolor]
, logoUrlCss
, layout[LayoutAttribute.LogoAlignment]
, userInfoAlignment
, layout[LayoutAttribute.LinkColor]
, layout[LayoutAttribute.LinkDecoration]
);

le fichier dynamique.css qui est mon streamReader:
/**************
* GENERAL CSS *
***************/

*
{{
font-family: {5};
font-size: {3};
}}

/* Labeltext */
label, .label, legend, input, select, #footer, .alerts li, body, div, span
{{
font-size: {3};
}}

label, .label, legend, body, div, span, input[type='button'], input[type='submit']
{{
color: {4};
}}

#footer, #footer span, #footer div
{{
color: #282828;
}}

/* Menü */
ul#menu li#greeting,
#submenucontainer ul#menu li a
{{
color: {4};
}}

#menucontainer ul#menu li.selected a,
#submenucontainer ul#menu li.selected a
{{
color: {1} !important;
}}

/* Seitenüberschrift */
.cpu-title, .popupTitle, .popupTitle DIV
{{
font-family: {2};
font-size: {0};
color: {1};
}}

.selectedVoteBlock a, .selectedVoteBlock a:hover
{{
color: {1};
}}

/* Tabellenüberschriften */
.cpu-table-head th, .cpu-table-head th a, .pager .current
{{
color: {1};
}}

/* Header */
.header-area
{{
border: 0px !important;
}}

.banner
{{
border: 0px;
background-image: none;
background: {6} {10} no-repeat {11};
}}

.print-logo
{{
margin: 0 50px 20px 265px;
list-style-image: {10};
text-align: {11};
}}

.header
{{
background: {7} !important;
}}

.user-info
{{
text-align: {12};
}}

a, .user-info a
{{
color: {13};
text-decoration: {14};
}}

.impressum {{display: block;}}
.changeLanguage {{display: block;}}


/* Page */
body
{{
background-color: {8};
}}

/* Footer */
.footer-area
{{
background-color: {9};
border: 0px !important;
}}

html
{{
height: 100%;
}}

body
{{
text-align: center;
text-decoration: none;
}}

p
{{
margin:0 0 1.5em;
}}

pre, code, tt
{{
font-family: Verdana;
font-size: 11px;
}}

a:link,
a:visited,
a:hover
{{
text-decoration: underline;
}}

.clear
{{
clear: both;
}}

.show
{{
display: inherit;
}}

.hide
{{
display: none;
}}

.padded
{{
padding: 8px 0 8px 0;
}}

fieldset
{{
border:1px solid #ccc;
margin: 3px;
padding: 6px;
}}

legend
{{
font-weight: bold;
}}

hr
{{
background:#ddd;
border:none;
clear:both;
color:#ddd;
height:.1em;
margin: 1em 0 1em;
width:100%;
}}


/* -----------------------------------------------------------
page
----------------------------------------------------------- */

#page
{{
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
padding-right: 3px;
width: 950px;
}}


/* -----------------------------------------------------------
header
----------------------------------------------------------- */

#header
{{
height: 80px;
margin-top: 10px;
padding-bottom: 20px;
width: 952px;
}}

#header h2
{{
color: #fff;
font-size:20px;
font-weight: normal;
height: 32px;
line-height: 1em;
margin:0px;
padding: 10px 20px 0px 20px;
text-transform: capitalize;
}}

.banner-info
{{
border: 0px;
background: #ffffff url('../Img/banner.jpg') no-repeat Left;
color: #9a9a9a;
font-size: 11px;
font-weight:normal;
height: 40px;
padding: 15px 10px;
}}

.banner-info div
{{
font-size: 11px;
}}

.banner-info a
{{
color: #73777B;
text-decoration:none;
}}

.banner-info a:hover
{{
color: #000;
text-decoration:none;
}}

.title
{{
color: #000;
font-size: 9pt;
font-weight:bold;
margin: 2px 0px 0px 180px;
width: 450px;
}}

#header .links
{{
margin-right:0;
padding-right:0;
text-align: right;
}}

#header .menu
{{
background: #7e0c64 url('../Img/main_menu_bg_34x950.JPG') no-repeat;
height: 38px;
overflow: visible;
vertical-align:top;
}}

#header .menu h2
{{
padding: 0px 20px 0px 22px;
}}

/* Seitenüberschrift */
.cpu-balken
{{
background: #ffffff url('../Img/main_menu_bg_34x950.JPG') no-repeat Left;
background-position: 0px 0px;
color: #ffffff;
font-size: 11pt;
height: 34px;
line-height:17px;
margin-bottom: 10px;
padding-bottom: 1px;
padding-left: 10px;
padding-right: 0px;
padding-top: 1px;
text-align: center;
vertical-align:middle;
}}

/* -----------------------------------------------------------
content
----------------------------------------------------------- */

#content
{{
background: #fff;
border: 0px;
margin-top: 30px;
}}

#infoBar
{{
display: none;
min-height: 22px;
width:910px;
}}

.user-name
{{
font-size: 14px;
line-height: 24px;
}}

.content-box
{{
background: #FFFFFF;
border: 0px solid #8A8A8A;
float: left;
margin-right:10px;
width: 950px;
}}

.content-box-title
{{
background: #ffffff none;
clear: both;
color: #b31d9a;
font-size: 11pt;
font-weight: bold;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}}

.content-box-body
{{
padding: 8px 0 8px 0;
width: 910px;
z-index: 1;
}}

.rotatingDonut
{{
background-color: #FFF;
background-image: url('../Img/Loading.gif');
background-repeat: no-repeat;
background-position: 10px 10px;
border:0px;
display:none;
font-weight: bold;
font-size: 14px;
height:36px;
left:340px;
padding-left: 60px;
padding-top: 16px;
padding-right: 10px;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
top:35px;
width:120px;
z-index:1;
}}


/* -----------------------------------------------------------
footer
----------------------------------------------------------- */

#footer
{{
background-color: #ffffff;
border: 0px;
color: #73777B;
font-size: 10px;
height:30px;
min-height:30px;
padding-bottom: .6em;
padding-top: 1.6em;
width: 952px;
}}


/* -----------------------------------------------------------
Form
----------------------------------------------------------- */

/* Wellenlinien-Korrektur - BITTE NICHT ÄNDERN! */
label,
.label
{{
float: left;
font-weight: 700;
line-height:2em;
margin: 0 0 5px;
vertical-align:middle;
}}

input[type=text]
{{
margin-top: 0px;
vertical-align: bottom;
}}

input[type=radio],
input[type=checkbox]
{{
margin-top: 0px;
}}

.value,
.value-right
{{
float: left;
margin: 0 0 5px;
vertical-align: middle;
}}

.value-right
{{
text-align: right;
}}

.buttons,
.buttons-right
{{
padding-top: 10px;
padding-bottom: 5px;
}}

.buttons-right
{{
text-align: right;
}}

.buttons-right input[type='submit'],
input[type='button']
{{
margin-right: 12px;
}}

.hvWebButton {{ width: 180px;}}

/**** IMPORTANT: IE6 can not handle 'input[type=submit] or input[type=button]', therefore an extra css class with same parameters must be defined ****/
.buttonSubmit
{{
cursor: pointer;
font-weight: normal;
height: auto;
margin-right: 12px;
overflow: visible;
padding:3px 8px 3px 8px;
text-decoration:none;
text-align:center;
width: auto;
}}

.buttonSubmit:disabled
{{
color: #999;
}}

/* -----------------------------------------------------------
Grid -> Table
----------------------------------------------------------- */

.cpu-table
{{
background: #fff;
border-left-width:1px;
border-collapse:collapse;
margin-bottom:0px;
}}


.cpu-table-head th
{{
background: #fff;
font-weight: bold;
font-size: 1em;
text-align: left;
text-decoration: none;
}}

.cpu-table td,
.cpu-table-head th
{{
border-bottom: 1px #D9DADA solid;
}}

.cpu-table-body td,
.cpu-table-head th
{{
border-left: 1px solid #fff;
padding: 4px 4px;
}}

.cpu-table-head th,
.cpu-table-head th a
{{
font-size:1em;
font-weight:bold;
text-decoration:none;
}}

.cpu-table-head th
{{
white-space: normal;
}}

.cpu-table-head input
{{
vertical-align:middle;
}}

.cpu-table-body td
{{
border-left:1px solid #fff;
color:#73777B;
}}

.cpu-rowcolor-1,
.cpu-rowcolor-1 td
{{
background-color: #fff;
}}

.cpu-rowcolor-2,
.cpu-rowcolor-2 td
{{
background-color:#f8f8f8;
}}

.cpu-rowcolor-selected,
.cpu-rowcolor-selected td
{{
background-color: #C5DDED;
}}


/* -----------------------------------------------------------
Grid -> Pager
----------------------------------------------------------- */

.pager
{{
margin:8px 3px;
padding:3px;
text-align: center;
}}

.pager .disabled
{{
color:#999;
font-weight: bold;
margin-top:4px;
padding:3px;
text-align:center;
}}

.pager .current
{{
border:1px solid #009;
color:#b31d9a;
font-weight:bold;
margin-top:4px;
padding:3px 5px;
text-align:center;
}}

.pager span, .pager a
{{
margin: 4px 3px;
}}

.pager a
{{
color: #3A3E42;
font-weight: bold;
padding:3px 5px;
text-align:center;
text-decoration:none;
}}

.pager a:hover
{{
color: #000;
}}

/* Eigene Eintrittskarten im Teilnehmerverzeichnis */
.mycard TD
{{
background-color: #e3e3e3;
}}


/* -----------------------------------------------------------
Alerts
----------------------------------------------------------- */

.alerts
{{
float: left;
margin: 10px 16px 0 16px;
padding: 4px 4px 4px 52px;
width: 850px;
}}

.alerts ul
{{
margin: 0;
}}

.alerts ul li
{{
padding: 3px 20px 3px 0px;
}}

.success
{{
background-color: #ffffff;
background-image: url('../Img/alert_info_small.png');
background-repeat: no-repeat;
background-position: 5px 0px;
border: 0;
color: black;
margin-bottom: 1em;
padding: .8em;
padding-left: 55px;
padding-right: 0px;
}}

.success a
{{
color: #264409;
}}

.error
{{
background: #FBE3E4;
background-color: #ffffff;
background-image: url('../Img/alert_error_small.png');
background-repeat:no-repeat;
background-position: 5px 2px;
color: red;
border: 0;
margin-right: 20px;
margin-left: 0px;
margin-bottom: 1em;
padding: 0.8em 0.8em 0.8em 36px;
}}

.error a
{{
color: #8a1f11;
}}

.notice
{{
background: #FFF6BF;
background-color: #ffffff;
background-image: url('../Img/alert_warning_small.png');
background-repeat:no-repeat;
background-position: 5px 2px;
color: black;
border-top: 0;
margin-left: 0px;
margin-right:0px;
margin-bottom: 1em;
padding: .8em;
}}

.notice a
{{
color: #514721;
}}

#WrongBrowser {{display: none}}

/* -----------------------------------------------------------
View -> HealthCheck/Index
----------------------------------------------------------- */

#HealthCheckIndex .label,
#HealthCheckIndex .value
{{
width: 110px;
}}

#HealthCheckIndex input[type='text']
{{
width: 60px;
}}


/* -----------------------------------------------------------
View -> HealthCheck/Monitor
----------------------------------------------------------- */

#HealthCheckMonitor .label
{{
width: 130px;
}}

#template
{{
display: none;
}}

#internetstatus,
#result
{{
width: 910px;
}}

.first-column
{{
font-weight: bold;
}}

.second-column
{{
width: 630px !important;
}}

.healthcheck_row
{{
background-color: #FFFAD1;
margin: 10px 0 5px 10px;
padding-left: 5px;
width: 900px;
}}

.healthcheck-status-1,
.healthcheck-status-2,
.healthcheck-status-3,
.healthcheck-status-4
{{
background-repeat: no-repeat;
background-position: center;
height: 48px;
width: 48px;
}}

.healthcheck-status-1
{{
background-image: url('../Img/Ok.gif');
}}

.healthcheck-status-2
{{
background-image: url('../Img/alert_warning.gif');
}}

.healthcheck-status-3,
.healthcheck-status-4
{{
background-image: url('../Img/alert_neutral.gif');
}}

.progress
{{
/*border: 1px solid #C6C6C6;*/
}}

.progress_bar
{{
background-color: #b31d9a;
float: left;
}}

.progress_warning
{{
background-color: Yellow;
}}

.progress_error
{{
background-color: Red;
}}


/* -----------------------------------------------------------
View -> History/Index
----------------------------------------------------------- */

#historyIndex .time-column
{{
width: 95px;
}}

#historyIndex .cpu-table
{{
width: 100%;
}}

legend.info
{{
background-image: url('../Img/alert_info_small.png');
background-repeat:no-repeat;
background-position: 5px 5px;
line-height: 30px;
padding-left: 40px;
}}

legend.news
{{
background-image: url('../Img/alert_note_small.png');
background-repeat:no-repeat;
background-position: 5px 5px;
line-height: 30px;
padding-left: 40px;
}}

.historyList
{{
height:170px;
overflow-x:hidden;
overflow-y:scroll;
}}


/* -----------------------------------------------------------
View -> Home/ConfirmDeregister
----------------------------------------------------------- */

#ConfirmDeregister .label
{{
font-weight: normal;
width: 630px;
}}

#ConfirmDeregister .buttons-right
{{
width: 230px;
}}


/* -----------------------------------------------------------
View -> Home/OnlineTickets
----------------------------------------------------------- */

#HomeOnlineTickets .ticket-number
{{
width: 80px;
}}

#HomeOnlineTickets .presence-status
{{
width: 110px;
}}

#HomeOnlineTickets .shareholder-name
{{
width: 200px;
}}

#HomeOnlineTickets .ticket-label
{{
width: 200px;
}}

#HomeOnlineTickets .shares
{{
width: 630px;
}}

#HomeOnlineTickets .action
{{
width: 500px;
}}

.otp-row-notes, .otp-row-notes td
{{
background-color:#fff8c4;
padding-top: 10px;
vertical-align: top;
}}

.videoLink
{{
float: left;
}}


/* -----------------------------------------------------------
View -> Live/Index
----------------------------------------------------------- */

.voteBlock,
.voteForm
{{
float: left;
min-height: 200px;
}}

#pvVote,
.voteForm
{{
float: left;
min-height: 550px;
}}

.voteBlock,
.voteBlockList,
.infoVote
{{
width: 310px;
}}

.voteBlockList
{{
margin-top: 10px;
}}

.voteBlockList a
{{
color: #b31d9a;
font-weight: bold;
vertical-align: middle;
}}


/* -----------------------------------------------------------
View -> Live/VoteBlocks
----------------------------------------------------------- */

.voteBlockListItem
{{
color: #0B2644;
line-height: 32px;
margin-top: 10px;
width: 310px;
}}

.voteBlockListItem a
{{
line-height: normal;
}}

.selectedVoteBlock a,
.selectedVoteBlock a:hover
{{
color: #666666;
}}

.voteBlockListItem .status
{{
width:30px;
margin: 5px;
float: left;
}}

.voteBlockListItem .block
{{
width:270px;
margin-top: 5px;
float: left;
}}


/* -----------------------------------------------------------
View -> Live/VoteForm
----------------------------------------------------------- */

.ticket-select,
.ticket-select-info,
.block-description,
.vote-form,
.vote-form .cpu-table
{{
width: 510px;
}}

.block-title
{{
margin-right: 20px;
}}

.ticket-select .label,
.ticket-select .value
{{
width:110px;
}}

.ticket-info
{{
width:150px;
}}

.vote-form .cpu-table-body td
{{
vertical-align: top;
}}

#btnSubmitDiv,
#btnVoteDiv
{{
float: right;
text-align: right;
}}

/* -----------------------------------------------------------
View -> Live/VoteFormClosed
----------------------------------------------------------- */

.vote-form-cancelled
{{
width:510px;
}}


/* -----------------------------------------------------------
View -> Live/VoteFormSubmitted
----------------------------------------------------------- */

.submission-status
{{
margin-bottom: 10px;
width: 420px;
}}


/* -----------------------------------------------------------
View -> Login/AccessCode
----------------------------------------------------------- */

#loginAccessCode .content-box-body
{{
width: 950px;
}}

#loginAccessCode .label,
#loginAccessCode .buttons
{{
width: 150px;
}}

#loginAccessCode .value
{{
width: 230px;
}}

#loginAccessCode .buttons-right
{{
width: 710px;
}}

#AccessCode,
#Pin
{{
width: 110px;
}}


/* -----------------------------------------------------------
View -> Login/Disclaimer
----------------------------------------------------------- */

#loginDisclaimer .buttons
{{
text-align: center;
}}

.login-disclaimer
{{
border: 1px #ccc solid;
height: 300px;
overflow:scroll;
padding: 5px;
}}

#DisclaimerAccepted
{{
float: left;
height: 25px;
margin-top: 15px;
width: 30px;
}}

/* -----------------------------------------------------------
View -> Login/Identity
----------------------------------------------------------- */

#loginIdentity .label
{{
width: 70px;
}}

#loginIdentity .value,
#loginIdentity .participant-list
{{
float: left;
width: 750px;
}}

#loginIdentity .shareholder-name
{{
padding-left: 40px;
width: 710px;
}}

.participant
{{
float: left;
font-weight: normal;
margin: 0px;
padding: 0px;
vertical-align: middle;
white-space: nowrap;
width: 700px;
}}

.participant input[type='radio'], .participant label
{{
margin: 0px;
vertical-align: middle;
}}

#loginIdentity .participant-radiobutton
{{
margin-top: 0px;
width: 30px;
}}

#loginIdentity .participant-name label,
#loginIdentity .participant-other label
{{
font-weight: normal;
width: 710px;
}}

#loginIdentity .participant-other
{{
width: 550px;
}}

#loginIdentity .buttons
{{
text-align: center;
}}


/* -----------------------------------------------------------
View -> Login/NoTickets
----------------------------------------------------------- */

#loginNoTickets .content-box-body
{{
width: 950px;
}}


/* -----------------------------------------------------------
View -> Login/OtherIdentity
----------------------------------------------------------- */

#loginOtherIdentity .content-box-body
{{
width: 950px;
}}

#loginOtherIdentity .buttons
{{
float: right;
width: 910px;
}}


/* -----------------------------------------------------------
View -> Login/PinRecovery
----------------------------------------------------------- */

#loginPinRecovery .greeting
{{
width: 590px;
}}

#loginPinRecovery .label,
#loginPinRecovery .value
{{
width: 190px;
}}

.video
{{
background-color: #ffffff;
color:#000000;
}}


/* -----------------------------------------------------------
View -> Login/Select
----------------------------------------------------------- */

#loginSelect .login-text
{{
width: 110px;
}}

#loginSelect .login-radiobutton
{{
width: 190px;
}}

#loginSelect .login-note
{{
width: 550px;
}}

#loginSelect .buttons
{{
float: right;
width: 870px;
}}


/* -----------------------------------------------------------
View -> Login/Shareholder
----------------------------------------------------------- */

#loginShareholder .label,
#loginShareholder .buttons
{{
width: 150px;
}}

#loginShareholder .value
{{
width: 230px;
}}

#loginShareholder .buttons-right
{{
width: 710px;
}}

#ShareholderNumber, #TicketNumber,
#Pin
{{
width: 110px;
}}

.welcome{{display: inline-block}
.helpzone{{display: inline-block}

.helpTicketNumber
{{
height: auto;
width: auto;
}}

.helpShareholderNumber
{{
height: auto;
width: auto;
}}

.helpPin
{{
height: auto;
width: auto;
}}

/* -----------------------------------------------------------
View -> Login/Ticket
----------------------------------------------------------- */

.login-ticket-text
{{
float: left;
margin-right:10px;
width: 630px;
}}

.login-ticket-form
{{
float: right;
margin-right:30px;
width: 230px;
}}

#loginTicket .login-ticket-number,
#loginTicket .buttons
{{
padding-top: 20px;
}}

#loginTicket #TicketNumber
{{
width: 45px;
}}

#loginTicket #CheckSum
{{
width: 25px;
}}

.lblForTicket
{{
color: #b31d9a;
font-weight:bold;
padding-top: 10px;
}}


/* -----------------------------------------------------------
View -> Login/TicketAddress
----------------------------------------------------------- */

#loginTicketAddress .label,
#loginTicketAddress .value
{{
width: 190px;
}}

#loginTicketAddress .address-info
{{
width: 870px;
}}

#loginTicketAddress input[type='text']
{{
width: 320px
}}


/* -----------------------------------------------------------
View -> Login/TicketPin
----------------------------------------------------------- */

#loginTicketPin .label,
#loginTicketPin .value
{{
width: 190px;
}}

#loginTicketPin .value
{{
padding-top: 4px;
}}

#Pin
{{
width:110px
}}

#loginTicketPin .buttons
{{
text-align: center;
}}


/* -----------------------------------------------------------
View -> LoginDemo/Index
----------------------------------------------------------- */

#loginDemoIndex .label
{{
width: 150px;
}}

#loginDemoIndex .language
{{
width: 630px;
}}

#loginDemoIndex .radiobutton-care,
#loginDemoIndex .radiobutton-pin
{{
width: 230px;
}}

#loginDemoIndex .radiobutton-external,
#loginDemoIndex .radiobutton-address
{{
width: 390px;
}}

#loginDemoIndex .buttons-right
{{
width: 790px;
}}


/* -----------------------------------------------------------
View -> LoginDemo/LoginForm
----------------------------------------------------------- */

#loginDemoLoginForm .info
{{
width: 910px;
}}

#loginDemoLoginForm .label
{{
width: 150px;
}}

#loginDemoLoginForm .value
{{
width: 230px;
}}

#loginDemoLoginForm .buttons-right
{{
width: 630px;
}}


/* -----------------------------------------------------------
View -> LoginDemo/SelectLoginMode
----------------------------------------------------------- */

#loginDemoSelectLoginMode .info
{{
width: 910px;
}}

#loginDemoSelectLoginMode .image
{{
width: 70px;
}}

#loginDemoSelectLoginMode .label
{{
width: 590px;
}}

#loginDemoSelectLoginMode .buttons
{{
padding-left:40px;
width: 150px;
}}


/* -----------------------------------------------------------
View -> Logout/Confirm
----------------------------------------------------------- */

#logoutConfirm .content-box-body
{{
width: 950px;
}}

#logoutConfirm .label
{{
width: 630px;
}}

#logoutConfirm .buttons-right
{{
width: 230px;
}}


/* -----------------------------------------------------------
View -> Logout/Forced
----------------------------------------------------------- */

#logoutForced .info
{{
width: 950px;
}}


/* -----------------------------------------------------------
View -> Presence/Index
----------------------------------------------------------- */

#pvGrid
{{
width: 910px;
}}


/* -----------------------------------------------------------
View -> Presence/PresenceList
----------------------------------------------------------- */

#presenceList .search,
#presenceList .cpu-table,
#presenceList .pager
{{
width: 830px;
}}

.search-mode,
.search-name,
.apply-filter,
.show-list
{{
float: left;
}}

.search-mode
{{
width: 350px;
}}

.search-name
{{
width: 410px;
}}

.apply-filter
{{
width: 70px;
}}

.show-list
{{
padding-left: 440px;
width: 70px;
}}

#ShowMode,
#NameFilter
{{
width: 150px;
}}

.shares-value
{{
padding-right: 10px;
text-align: right;
}}

.ownership-column
{{
width: 32px;
}}

/* -----------------------------------------------------------
View -> Proxy/ProxyForm
----------------------------------------------------------- */

#proxyForm .cpu-table
{{
width: 530px;
}}

#proxyForm .buttons-right
{{
padding-left: 392px;
width: 150px;
}}


/* -----------------------------------------------------------
View -> Proxy/ProxyFormSubmitted
----------------------------------------------------------- */

#proxyFormSubmitted .cpu-table
{{
width: 530px;
}}

#proxyFormSubmitted .buttons-right
{{
padding-left: 152px;
width: 390px;
}}


/* -----------------------------------------------------------
View -> Question/Confirmed
----------------------------------------------------------- */

#questionConfirmed .buttons-right
{{
width: 910px;
}}


/* -----------------------------------------------------------
View -> Question/Disclaimer
----------------------------------------------------------- */

#questionDisclaimer
{{
width: 750px;
}}

#questionDisclaimer .buttons-right
{{
width: 710px;
}}


/* -----------------------------------------------------------
View -> Question/Edit
----------------------------------------------------------- */

#fieldsetQuestionEditor .value
{{
width: 550px;
}}

#fieldsetQuestionEditor .buttons-right
{{
width: 310px;
}}

#fieldsetQuestionEditor .QuestionStatus
{{
width: 30px;
}}

#fieldsetQuestionEditor #characterInfo
{{
width: 190px;
}}


/* -----------------------------------------------------------
View -> Question/Index
----------------------------------------------------------- */

#questionIndex .label
{{
width: 430px;
}}

#questionIndex .value
{{
width: 270px;
}}

#questionIndex #QuestionEditor
{{
width: 590px;
}}

#questionIndex #QuestionList
{{
width: 310px;
}}

#questionIndex select
{{
width: 150px;
}}


/* -----------------------------------------------------------
View -> Question/List
----------------------------------------------------------- */

.QuestionEditor
{{
height: 250px;
width: 560px;
}}

.QuestionList
{{
padding: 3px;
}}

.QuestionStatus
{{
height: 16px;
margin: 3px;
width: 16px;
}}

.QuestionStatus_New
{{
background: #FFF url('../Img/Question/new.png') no-repeat;
}}

.QuestionStatus_Edit
{{
background: #FFF url('../Img/Question/edit.png') no-repeat;
}}

.QuestionStatus_Saved
{{
background: #FFF url('../Img/Question/saved.png') no-repeat;
}}

.QuestionStatus_Sent
{{
background: #FFF url('../Img/Question/sent.png') no-repeat;
}}

.contributionNotSent
{{
background-image: url('../Img/Question/open.png');
background-position: 0 center;
background-repeat: no-repeat;
color: #6B0008;
padding-left: 20px;
}}

.contributionSent
{{
background: url('../Img/Question/sent.png');
background-position: 0 center;
background-repeat: no-repeat;
padding-left: 20px;
}}

.currentContribution
{{
background-color: #DAEDD5
}}

.qaMaxCharactersExceeded
{{
color: Red;
}}


/* -----------------------------------------------------------
View -> Shared/Menu
----------------------------------------------------------- */

#menucontainer
{{
float:left;
margin: 6px 0 0 20px;
}}

#menucontainer UL#menu LI#greeting
{{
color: #ffffff;
font-weight: normal;
line-height: 2.8em;
padding: 10px 20px 10px 20px;
text-decoration: none;
text-transform: capitalize;
}}

#menucontainer UL#menu LI A
{{
border-right-style: none;
border-left-style: none;
cursor: pointer;
display: block;
float: left;
font-size: 11px;
height: 20px;
margin-right: 1px;
padding: 7px 10px 4px 10px;
text-decoration: none;
text-transform: capitalize;
}}


#menucontainer UL#menu LI A:hover
{{
color: #ffffff;
}}

#menucontainer UL#menu LI A:active
{{
text-decoration: none;
}}

#menucontainer UL#menu LI.selected A
{{
background-repeat: repeat-x;
border-right-style: none;
border-left-style: none;
position: relative;
text-transform: capitalize;
}}

.menu-user-info
{{
float: right;
padding-top: 6px;
font-weight: normal;
text-align:right;
}}

ul#menu
{{
margin: 0;
padding: 0px;
position: relative;
text-align: right;
}}

ul#menu li
{{
display: inline;
list-style: none;
}}

ul#menu li#greeting
{{
color: #b31d9a;
font-weight: bold;
line-height: 2.8em;
padding: 10px 20px;
text-decoration: none;
}}

ul#menu li a
{{
border-right-style: none;
border-left-style: none;
color: #b31d9a;
cursor: pointer;
display: block;
float: left;
font-size: 11px;
height: 20px;
margin-right: 1px;
padding: 4px 10px 4px 10px;
text-decoration: none;
}}

ul#menu li a:hover
{{
color: #b31d9a;
}}

ul#menu li a:active
{{
text-decoration: none;
}}

ul#menu li.selected a
{{
background-repeat: repeat-x;
border-right-style: none;
border-left-style: none;
color: #0B2644;
position: relative;
}}

#submenucontainer
{{
border-bottom: 1px #bbb solid;
display: none;
height: 30px;
margin: 3px 5px 3px 5px;
}}

#submenucontainer li a
{{
background-image: none;
background-color: #eee;
color: #b31d9a;
}}

#submenucontainer li.selected a
{{
font-weight: bold;
}}


/* -----------------------------------------------------------
View -> Shared/NewsTicker
----------------------------------------------------------- */

.stockTickercontainer
{{
background: #FFF8C4 url('../Img/alert_note_small.png');
background-repeat: no-repeat;
background-position: 6px 3px;
border: 1px solid #FFF88C;
display: none;
height: 20px;
margin: -20px 16px 0 0;
padding: 4px 4px 4px 48px;
width: 898px;
}}

.stockTickercontainer .wrap
{{
left: 10px;
line-height: normal;
overflow: hidden;
position: relative;
top: 5px;
width: 850px;
}}

div.stockTicker
{{
font-family: {5};
font-size: x-small;
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}}

div.stockTicker span
{{
margin: 0 10px 0;
}}


/* -----------------------------------------------------------
View -> Shared/Popup
----------------------------------------------------------- */

#popupBackground
{{
background:#000000;
border:1px solid #cecece;
display:none;
height:100%;
left:0;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
top:0;
width:100%;
z-index:1;
}}

#popupContainer
{{
height:384px;
background:#FFFFFF;
border: 0px solid #8A8A8A;
display:none;
font-size:13px;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:408px;
z-index:99;
}}

.popupTitle
{{
background-color: #fff;
border-bottom:1px solid #D9DADA;
color: #b31d9a;
font-size:12px;
font-weight: bold;
padding: 5px;
text-align:left;
}}

.popupContent
{{
height: 100%;
margin: 0px;
width: 100%;
}}

#popupContainerClose
{{
cursor: pointer;
position:absolute;
right:6px;
top:6px;
}}

2 réponses

Tupad Messages postés 239 Date d'inscription lundi 5 décembre 2005 Statut Membre Dernière intervention 27 août 2012 5
9 mai 2012 à 11:44
Il manque juste des accolades fermées

change
.welcome{{display: inline-block}
.helpzone{{display: inline-block}


par
.welcome{{display: inline-block}}
.helpzone{{display: inline-block}} 
3
Poulipe Messages postés 171 Date d'inscription vendredi 14 septembre 2001 Statut Membre Dernière intervention 9 mai 2012
9 mai 2012 à 11:51
Grrrr....

MERCI
0
Rejoignez-nous