1/*******************************************************************************
2 *
3 *  OEMBED CSS STYLE SHEET (v0.2.1) [2008/07/29]
4 *       by Dwayne Bent [dbb.pub0@liqd.org]
5 *
6 *  Designed for use in the OEmbed plugin [http://liqd.org/wiki/oembed/] for
7 *  DokuWiki [http://wiki.splitbrain.org/wiki:dokuwiki].
8 *
9 *  Copyright (c) 2008, Dwayne Bent
10 *  All rights reserved.
11 *
12 *  Redistribution and use in source and binary forms, with or without
13 *  modification, are permitted provided that the following conditions are met:
14 *
15 *  1. Redistributions of source code must retain the above copyright notice,
16 *     this list of conditions and the following disclaimer.
17 *  2. Redistributions in binary form must reproduce the above copyright notice,
18 *     this list of conditions and the following disclaimer in the documentation
19 *     and/or other materials provided with the distribution.
20 *  3. The name of the author may not be used to endorse or promote products
21 *     derived from this software without specific prior written permission.
22 *
23 *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24 *  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 *  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 *  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
27 *  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28 *  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 *  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30 *  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31 *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32 *  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 *  POSSIBILITY OF SUCH DAMAGE.
34 *
35 ******************************************************************************/
36
37div.dokuwiki .oembed {
38    text-align: left;
39}
40
41div.dokuwiki .oembed-center {
42    margin: 0 auto;
43}
44
45div.dokuwiki .oembed-right {
46    float: right;
47}
48
49div.dokuwiki .oembed-chrome {
50    border: dashed 1px __border__;
51    background-color: __background__;
52}
53
54div.dokuwiki .oembed-title {
55    margin: 0px;
56    font-size: 150%;
57    font-weight: bold;
58    padding-left: 1%;
59    padding-right: 1%;
60    padding-top: 0px;
61}
62
63div.dokuwiki .oembed-author {
64    padding-left: 1%;
65    padding-bottom: 2px;
66    padding-top: 2px;
67}
68
69div.dokuwiki .oembed-chrome > .oembed-content {
70}
71
72div.dokuwiki .oembed-provider {
73    padding: 2px 5px 2px 5px;
74}