body{ font-size: 14px; } .pair,.impair { width: 234px; padding-top: 3px; padding-bottom: 3px; } .pair { background-color:#f5f3ec; } .impair { background-color:#FFFDF6; } .bindedText { color: #6178BC; text-decoration: none; } /** ************************************ **/ /** *********** DIV INFOS ************** **/ /** ************************************ **/ .error, .alert, .notice, .success, .info, .loading { padding: 0.5em; margin: 0.5em auto; border: 2px solid #ddd; text-align: center; } .error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; } .notice { background: #fff6bf; color: #514721; border-color: #ffd324; } .success { background: #e6efc2; color: #264409; border-color: #c6d880; } .info { background: #d5edf8; color: #205791; border-color: #92cae4; } .loading { border: none; } /** ************************************ **/ /** ************ LOADING *************** **/ /** ************************************ **/ .loading-classic { background-image: url("resources/icons/loading.gif"); height: 35px; width: 35px; } /** ************************************ **/ /** ************* OTHERS *************** **/ /** ************************************ **/ #messages { color:#806159; font-weight:bold; vertical-align:middle; /*margin-bottom:1em;*/ } #containerPlateforms { color:#6178BC; }