/*
** +---------------------------------------------------+
** | Name :		~/tpl/WhiteSummer/fsbcode.css
** | Project :	Fire-Soft-Board 2 - Copyright FSB group
** | License :	GPL v2.0
** |
** | Vous pouvez modifier, reutiliser et redistribuer
** | ce fichier à condition de laisser cet entete.
** +---------------------------------------------------+
*/

/*
** FSBcode [code=css]
*/
.sc_css_comment { color: #888888; }
.sc_css_propertie, .sc_css_propertie:hover { color: red; cursor: help; border: 1px #000000 dotted; border-width: 0px 0px 1px 0px; text-decoration: none; }
.sc_css_class { color: blue; }
.sc_css_element { color: #22bb33; }
.sc_css_quote { color: orange; }
.sc_css_color { color: orange; cursor: help; text-decoration: none; }
.sc_css_normal { font-weight: bold; }

/*
** FSBcode [code="html"]
*/
.sc_html_atrib { color: #FF0000; }
.sc_html_comment { color: #666666; }
.sc_html_tag { color: #274891; }
.sc_html_tpl_tag { color: green; }
.sc_html_quote { color: #D55EAA; }
.sc_html_global { color: #ccaa22; }
.sc_html_var { color: #ccaa22; }
.sc_html_block { color: #558811; }

/*
** FSBcode [code=php]
*/
.sc_php_normal { color: #000000; }
.sc_php_comment { color: #888888; }
.sc_php_function, .sc_php_function:hover { color: red; cursor: help; border: 1px #000000 dotted; border-width: 0px 0px 1px 0px; text-decoration: none; }
.sc_php_keyword { color: purple; font-weight: bold; }
.sc_php_text { color: #428FE5; }
.sc_php_var { color: #000000; }
.sc_php_special_var { color: #000000; font-weight: bold; }

/*
** FSBcode [code="sql"]
*/
.sc_sql_function { color: #75DD89; }
.sc_sql_keyword { color: #FF0000; font-weight: bold; }
.sc_sql_numeric { color: #8AAEFF; }
.sc_sql_text { color: #F388CC; }
.sc_sql_operator { color: purple; font-weight: bold; }