-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.css
72 lines (57 loc) · 848 Bytes
/
aboutme.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
66
67
68
69
70
71
72
body {
font-family: "Helvetica", "Verdana", sans-serif;
color: #939396;
background-color: #1D2475;
background-image: url("cse326bg.jpg");
background-repeat: no-repeat;
background-position: 1250px 20px;
}
p:first-letter {
font-weight: bold;
font-size: 150%;
}
dl {
font-size: 70%;
}
h1 {
font-size: 40pt;
color: red;
text-shadow: 3px 0px green;
}
dt {
font-weight: bold;
}
a:link {
color: #FF4F4F;
}
h1, h2 {
color: #F7931E;
}
strong, dt {
color: #FFF86B;
}
q {
color: #D1DFEB;
}
li, blockquote {
text-align: left;
}
a:link, a:visited {
text-decoration: none;
}
ul {
list-style-type: square;
}
a:hover {
text-decoration: underline;
}
table, td, th {
border: dotted;
border-collapse: collapse;
}
img {
border-style:ridge;
border-width: medium;
border-color: #F7931E;
/*border: ridge medium #F7931E;*/
}