forked from nwilkes2/CommunityBikeShopDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss_yb_standard.css
More file actions
81 lines (81 loc) · 1.35 KB
/
css_yb_standard.css
File metadata and controls
81 lines (81 loc) · 1.35 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.yb_standard {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
background-color: #FFFFFF;
}
.yb_standarditalics {
color: #000000;
background-color: #FFFFFF;
font-style: italic;
}
.yb_standardCENTER {
color: #000000;
text-align: center;
}
.yb_standardLEFT {
color: #000000;
text-align: left;
}
.yb_pagetitle {
color: #000000;
background-color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
.yb_heading1 {
color: #000000;
background-color: #FFFFFF;
font-size: 24px;
font-weight: bold;
font-style: italic;
}
.yb_heading2 {
color: #000000;
background-color: #FFFFFF;
font-size: 16px;
font-weight: bold;
font-style: italic;
}
.yb_heading3 {
color: #000000;
font-weight: bold;
}
.yb_heading3red {
color: #FF0000;
background-color: #FFFFFF;
font-weight: bold;
}
.yb_standardCENTERbold {
text-align: center;
font-weight: bold;
}
.yb_standardCENTERred {
color: #FF0000;
background-color: #FFFFFF;
text-align: center;
}
.yb_standard_singlereturn {
color: #000000;
background-color: #FFFFFF;
display: none;
}
.yb_standard_small {
color: #000000;
background-color: #FFFFFF;
font-size: 10px;
}
.yb_standardRIGHT {
text-align: right;
}
.yb_standardRIGHTred {
color: #FF0000;
background-color: #FFFFFF;
text-align: right;
}
.yb_standardBold {
font-weight: bold;
}
.yb_standardred {
color: #FF0000;
background-color: #FFFFFF;
}