-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTAStyle.css
More file actions
52 lines (48 loc) · 978 Bytes
/
Copy pathTAStyle.css
File metadata and controls
52 lines (48 loc) · 978 Bytes
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
@charset "utf-8";
<style type="text/css">
.back-image{
}
.text-box{
background: #0FF;
filter:alpha(opacity=90);
opacity:0.9;
color: blue;
font-family: Arial, Helvetica, sans-serif;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
font-size: 16px;
padding: 5px 5px 5px 10px;
margin:0 auto;
}
.greeting {
font-family: "Comic Sans MS", cursive;
font-size: 24px;
color: #006;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}
body {
padding-top: 12px;
line-height: 2;
background-image: url('Tarkan Arabians Logo1.JPG');
background-repeat: repeat;
background-attachment: fixed;
background-size: 30%;
background-opacity: 0.7;
font-family: Buck;
color: #000;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
font-size: 72px;
font-family: "Buxton Sketch";
color: #009;
}
.overlay-text { position: absolute; top: 2px; left: 2px; }
</style>