-
Notifications
You must be signed in to change notification settings - Fork 0
/
blocks.css
executable file
·65 lines (56 loc) · 1.15 KB
/
blocks.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* ------ Left column / Right column content------ */
#xo-canvas-leftcolumn .xo-block, #xo-canvas-rightcolumn .xo-block {
margin-bottom: 10px;
}
#xo-canvas-leftcolumn .xo-blocktitle {
padding: 3px;
text-align: left;
}
#xo-canvas-leftcolumn .xo-blocktitle h3 {
color: #F3AC03;
font-weight: bold;
margin: 0;
padding: 0;
border-bottom: 1px dashed #8DBDE1;
}
#xo-canvas-rightcolumn .xo-blocktitle {
padding: 3px;
text-align: right;
}
#xo-canvas-rightcolumn .xo-blocktitle h3 {
color: #F3AC03;
font-weight: bold;
margin: 0;
padding: 0;
border-bottom: 1px dashed #8DBDE1;
}
#xo-canvas-leftcolumn .xo-blockcontent, #xo-canvas-rightcolumn .xo-blockcontent {
padding: 3px;
}
#xo-canvas-leftcolumn th, #xo-canvas-rightcolumn th {
color: #F3AC03;
font-size: 90%;
}
/* ------ Center column content ------ */
#xo-page th {
color: #0066CC;
}
#xo-page .xo-block {
margin-bottom: 5px;
}
#xo-page .xo-blocktitle {
padding: .2em;
margin: 0 .5em;
text-align: center;
}
#xo-page .xo-blocktitle h3 {
color: #0066CC;
font-weight: bold;
padding: 0;
margin: 0;
}
#xo-page .xo-blockcontent {
padding: .5em;
background-color: #F2F2F2;
border-top: 4px solid #F3AC03;
}