-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaljazeera-style.css
More file actions
83 lines (72 loc) · 1.6 KB
/
aljazeera-style.css
File metadata and controls
83 lines (72 loc) · 1.6 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
/**
* CSS for Plugin : Aljazeera RSS
* Plugin URI : https://wordpress.org/plugins/aljazeera-rss/
*
*/
#aljazeera-rss-container {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
direction: rtl;
background-color:#655e53;
border-radius:10px;
border:1px solid #575757;
background-image: url("rss.png");
background-position: top left;
background-repeat: no-repeat;
padding: 6px 6px 0 6px;
}
#aljazeera-rss-container a {
text-decoration: none;
box-shadow: none;
}
#aljazeera-rss-container #aljazeera-logo {
display: block;
clear: both;
margin: 5px auto 0 auto;
padding: 0;
}
#aljazeera-rss-container #aljazeera-link {
display: block;
margin: 5px auto 0 auto;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #f7af15;
}
#aljazeera-rss-inner {
width: inherit;
margin: 7px auto;
padding: 12px 9px;
border-radius: 10px;
border: 1px solid #5d5d5d;
background-color: #f8f8f8;
text-align: right;
}
#aljazeera-rss-inner dl,
#aljazeera-rss-inner dd,
#aljazeera-rss-inner .rss-title {
margin: 0;
padding: 0;
}
#aljazeera-rss-inner .sep {
display: block;
width: 100%;
height: 1px;
border-bottom: 1px solid #E1E0E0;
margin: 5px auto;
}
#aljazeera-rss-inner .rss-title a {
font-size: 16px;
color: #6b6b6b;
font-weight: bold;
}
#aljazeera-rss-inner .rss-title a:hover {
color: #f7a410;
}
#aljazeera-rss-inner .rss-content {
margin-bottom: 10px;
font-size: 15px;
color: #6e6e6e;
}
#aljazeera-rss-inner dl span:last-child {
display: none;
}