-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.php
37 lines (34 loc) · 791 Bytes
/
style.php
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
/* podcast */
.podcastaudio {
text-align: left;
width: 54%; }
audio {
display: block;
width: 100%; }
/* data entry */
.blogtng_list .dataplugin_entry,
.blogtng_entry .dataplugin_entry {
background: white;
opacity: .8;
float: right; }
.blogtng_list .dataplugin_entry dl,
.blogtng_entry .dataplugin_entry dl {
border: none;
width: 100%;
margin: 0 0 1em 1em;
clear: left;
float: right; }
.blogtng_entry .podcastaudio {
margin: 2em 0;
}
.dokuwiki .hspec { background: none; }
.podcastaudio ul {
font-size: .875em;
padding: 0; margin: 0;
display: inline; }
.podcastaudio ul li {
margin: 0 0 0 .2em;
display: inline; }
.podcastaudio ul li a {
line-height: 1.8em;
}