-
Notifications
You must be signed in to change notification settings - Fork 2
/
localstyle.css
40 lines (36 loc) · 1.18 KB
/
localstyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*******************************************************************************
* Local stylesheet *
*
* Local stylesheet:
* BRO-SAMPLE
*
******************************************************************************/
/******************************************************************************/
/* Generic section */
/******************************************************************************/
section.generic {
background-color: #EDEDED;
border-left-width: .5em;
border-left-style: solid;
border-color: #A1A1A1;
padding: .5em;
}
/******************************************************************************/
/* Table style */
/******************************************************************************/
table, th, td {
background-color: #F2F2F2;
border-collapse: collapse;}
table {
border: 1px solid #000000;
width: 100%;
}
caption {
font-style: italic;
text-align: left;
}
th, td {
border: 1px inset #CCCCCC;
hyphens: auto;
padding: 0.25em;
}