-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.css
More file actions
85 lines (84 loc) · 1.39 KB
/
Copy pathnews.css
File metadata and controls
85 lines (84 loc) · 1.39 KB
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
#news-wrap{
background-color: #ececec;
margin-top: 105px;
padding: 10px;
}
#news-wrap>div{
width: 55%;
margin: 0px auto;
}
#news-banner{
position: fixed;
right: 100px;
top: 125px;
z-index: 2;
}
.newsOut{
color: #2b669a;
background-color: white;
display: block;
padding: 20px 150px;
margin: 18px;
font-size: 30px;
text-align: center;
}
.newsSelect{
background-color: #eff5fb;
}
.newsOn{
background-color: #e0f3ff;
}
.news{
width: 70%;
background-color: white;
margin: 30px;
padding: 30px 15px;
line-height: 250%;
}
.news>h1{
color: #0062ab;
font-size: 25px;
font-weight: 400;
text-align: center;
padding-top: 30px;
padding-bottom: 10px;
}
.news p{
color: #414141;
}
.read{
color: white;
display:block;
width: 100px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: #337ab7;
border-radius: 5px;
margin: 0px auto;
}
.readOn{
background-color: #286090;
}
#pages{
display: block;
width: 73%;
margin: 30px;
padding: 30px 0px;
}
#pages a{
font-weight: 800;
font-size: 30px;
color: #0f0f0f;
padding: 16px 50px;
background-color: white;
}
#pg{
font-size: 20px;
font-weight: 400;
color: #2b669a;
display: block;
padding: 23px 160px;
margin: 0px 15px;
background-color: white;
}