-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivities.css
72 lines (60 loc) · 931 Bytes
/
activities.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
/*
*页头部分的样式
*/
#text{
font-size: large;
font-weight: bold;
}
#logo{
padding: 3px 0;
}
#search{
padding-top: 12px;
}
#pics{
float:left;
padding: 20px;
height: :700px;
width: 480px;
}
.thumbnail{
display: block;
padding: 4px;
margin-bottom: 3px;
line-height: 1.42857143;
background-color: #fff;
border: none;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.mainhead,
#bodyfoot{
border-bottom: 4px solid #eeeeee;
}
#bodyfoot div{
margin-left: 50px;
}
.mainbody p{
font-size:16px;
font-weight: bolder;
}
.text-left{
text-align:left;
}
.text-right{
float: right;
}
.mainfoot>p{
text-align:center;
}
/*
#firstrow img{
background-image:url(manubg.gif);
background-repeat:no-repeat;
background-position:0px -30px;
height:200px;
width:260px;
}
*/