-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (84 loc) · 1.39 KB
/
style.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body {
background:#e8e8e8 url(bg_body.jpg);
font-family: "museo-1","museo-2", georgia, serif;
font-size: 20px;
color:#6b828a;
}
#header {
width:100%;
height:80px;
background:url(bg_header.png) top center repeat-x;
}
ul#menu {
float: right;
font-size:15px;
text-align:right;
}
ul#menu li {
float: left;
padding-left: 40px;
line-height: 1em;
}
ul#menu a {
color: #fff;
}
ul#menu a.selected {
color:#291313;
}
ul#menu a:hover {
color: #291313;
}
#info {
width: 960px;
margin: 0 auto -40px;
padding-top: 60px;
}
#info-right {
float: right;
width: 300px;
height: 845px;
background: url(me.jpg) no-repeat;
border-bottom: 1px dashed #291313;
}
#info-left {
float: left;
width: 600px;
}
#info-left p {
line-height:22px;
}
#services .block {
float: left;
width: 275px;
}
#info p {
margin: 30px 0;
font-size: 20px;
}
#info p span {
color: #333333;
font-weight: 900;
font-style: italic;
}
#info #services p {
margin: 1em 0;
font-size: 16px;
line-height: 18px;
}
#info #services p span {
color: #aaaaaa;
font-style: normal;
}
div.img
{
margin: 2px;
border: 1px solid #0000ff;
float: left;
}
div.img img
{
display: inline;
margin: 3px;
border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}