help.verua.ch/scp/css/style.css

246 lines
4.1 KiB
CSS
Raw Normal View History

2026-01-05 08:46:20 +01:00
/* SCP customizable stylesheet */
/* input submit + button class */
.button {
font-family: Arial, Helvetica, sans-serif;
margin-left: 5px;
text-shadow: #000 -1px -1px 1px;
background-color: #DB8606;
color: #FFF;
border:1px solid #666;
font-weight:bold;
cursor:pointer;
}
/* mesages, warning and errors */
.error, .msg {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}
.error {
color: #FF0000;
}
.msg {
color:#006699;
}
#infomessage, #warnmessage, #errormessage {
margin-bottom: 1.5em;
padding: 0.3em;
font-weight: bold;
border-top: 1px solid;
border-bottom: 1px solid;
}
#infomessage {
background-color: #390;
border-color: #390;
color: #390;
background: #CFC;
}
#errormessage {
border-color: #903;
background-color: #fcc;
color: #903;
}
#warnmessage {
border-color: #fad163;
background-color: #fdedc1;
}
/* Alt rows used on most data tables */
.row1 td { background-color: #F4FAFF; }
.row2 td { background-color: #FFFFFF; }
/* Data Table */
table.dtable, table.logs {
border-left: 1px solid;
}
table.dtable td, table.logs td {
padding-left:3px;
border:1px solid;
border-top:none;
border-left:none;
}
table.dtable th, table.logs th {
color: #FFF;
font-size: 12px;
font-weight:bold;
}
table.dtable, table.dtable td, table.dtable th, table.logs, table.logs td, table.logs th {
border-color:#CCC;
}
/* Table headings */
table.dtable th, table.logs th {
text-align:left;
background:#ADADAD;
color:#FFF;
}
table.dtable th a, table.dtable th a:hover {
color:#FFF;
text-decoration:underline;
}
/* row highlighting on hover + select */
.dtable tr:hover td, .highlight td { background-color: #FFFFDD; }
/* disabled highlighting on nohover */
.dtable tr:hover td.nohover, .highlight td.nohover {}
/* Form Table */
table.tform {
border-left: 1px solid;
border-top: 1px solid;
margin-bottom: 10px;
}
table.tform td,table.tform th {
padding-left:3px;
border:1px solid;
border-top:none;
border-left:none;
}
table.tform th {
text-align:left;
font-weight:normal;
background:#F4FAFF;
padding-left:5px;
width: 210px;
}
table.tform.tpl th {
width: 150px;
}
table.tform td {
background:#FFF;
}
table.tform, table.tform td, table.tform th {
border-color:#CCC;
}
table.tform tr.header td {
font-weight:bold;
background:#ADADAD;
color:#FFF;
}
table.tform tr.subheader td {
font-weight:normal;
background:#DCDCDC;
}
/* Ticket view related styles */
/* Ticket view related styles */
table.ticketinfo {
margin-bottom:5px;
}
table.ticketinfo td, table.ticketinfo th {
background-color: #F4FAFF;
}
table.ticketinfo th {
font-weight:bold;
text-align:left;
padding-left:3px;
width: 110px;
}
table.ticketoptions {
background-color: #EFEFEF;
border-color:#CCC;
border: 1px solid;
}
table.ticketoptions td {
border: 0;
padding-top:3px;
}
/* Ticket view (Notes, Messages and Responses) */
#ticketthread table.message {
margin:10px 0 5px 0;
}
#ticketthread table.response {
margin-bottom:5px;
}
#ticketnotes table.note {
margin-bottom:10px;
}
table.message, table.response,table.note {
border: 1px solid;
border-bottom: none;
border-color:#ADADAD;
}
table.message td, table.message th,table.response td, table.response th,table.note td, table.note th {
border-bottom:1px solid;
padding:5px;
}
table.message td, table.response td, table.note td{
background-color: #FAFAFA;
font-weight:normal;
}
table.message th, table.response th, table.note th {
line-height:24px;
font-size:12px;
font-weight:bold;
text-align: left;
padding:1px;
padding-left:5px;
}
table.message th {
background-color: #C3D9FF;
}
table.response th {
background-color: #FFE0B3;
}
table.note th {
background-color: #D5DFF3;
color: #3E3E3E;
}
table.message tr.header td, table.response tr.header td, table.note tr.header td{
background-color: #EFEFEF;
border-color:#ccc;
padding:1px;
padding-left:5px;
font-style:italic;
font-weight:bold;
}