-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholdcss
76 lines (66 loc) · 1.12 KB
/
oldcss
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
body{
background-image: url('../images/blackbox.jpg');
background-attachment: fixed;
}
.container{
margin:auto;
background-color:#fff;
padding:0px !important;
}
.Left{
position:fixed;
height:500px;
border:1px solid black !important;
background-image: url('../images/blackbox.jpg');
}
.LeftMask{
/*border:1px solid white;*/
background-color: rgba(0,0,0,0.899);
height:500px;
padding:30px 20px;
}
.links li{
list-style: none;
float:left;
/*border:1px solid white;*/
margin:10px;
padding:15px 25px;
/*border-radius:50%;*/
}
.spacer{
height:200px;
background:transparent;
}
.Right{
/*border:1px solid red !important;*/
background-color:#F0F0F0;
padding:30px 15px;
float:right;
}
td{
padding:5px 20px !important;
}
.myName,.myCarreer{
font-family: 'Centaur';
}
.myName{
font-size: 16pt !important;
font-weight: 800;
}
.myCarreer{
font-size: 12pt !important;
font-weight: bold;
}
.catTitle{
font-weight: bold;
font-family: "Centaur";
margin-bottom: -15px !important;
margin-top:20px !important;
font-size: 13pt !important
}
.catContent{
margin-left:30px;
}
hr{
border: 1px solid #4671D5 !important;
}