/**** elements to hide ****/ #header, #footer, #nav, table.ticketoptions, #content div + table, /* SCP tabber after ticketthread */ .Icon, /* all icons */ input.button, /* all buttons */ img, /* all images */ input, /* all input fields, checkboxes, etc. */ #reply /* client reply */ { display: none; } #basic, #advance, #ticketnotes /* SCP search/query */ { display: none !important; } #cabecera{ background: url(http://csimexico.no-ip.org/blue/images/csi.jpg) no-repeat center; width:800px; /*El ancho de la imagen de fondo*/ height:150px; /*El alto de la imagen de fondo*/ } /**** Borders ****/ table.ticketinfo, table.infotable, #ticketnotes, #ticketthread { padding: 2px; border: 1px solid black; font-size: 0.900em; text-align:left;} #ticketnotes table, #ticketthread table { padding-top: 2px; border-top: 1px solid black; font-size: 0.900em; text-align:left;} #ticketnotes table:first-child, #ticketthread table:first-child { padding-top: 0; border-top: 0; font-size: 0.900em; text-align:left;}