-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwp-camp-webring.css
More file actions
41 lines (40 loc) · 832 Bytes
/
Copy pathwp-camp-webring.css
File metadata and controls
41 lines (40 loc) · 832 Bytes
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
.wp-camp-webring {
background-color: #2B507B;
padding: 1em 0;
text-align: center;
width: 100%;
}
.wp-camp-webring a {
color: #FFFFFF;
display: inline-block;
height: 2em;
line-height: 2em;
}
.wp-camp-webring a:hover,
.wp-camp-webring a:visited {
color: #FFFFFF;
}
.wp-camp-webring a.wp-camp-webring-prev,
.wp-camp-webring a.wp-camp-webring-next {
background-color: #333333;
border-radius: 2em;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
display: block;
float: left;
font-family: times, serif;
margin: 0 1em;
overflow: hidden;
text-align: center;
text-decoration: none;
text-indent: -0.15em;
width: 2em;
}
.wp-camp-webring a.wp-camp-webring-next {
float: right;
text-indent: 0.15em;
}
/* hide the WP Stats icon to place the webring bar at the very bottom of the page */
#wpstats {
display: none;
}