|
- /*******************************************************************************
- *
- * OEMBED CSS STYLE SHEET (v0.2.1) [2008/07/29]
- * by Dwayne Bent [dbb.pub0@liqd.org]
- *
- * Designed for use in the OEmbed plugin [http://liqd.org/wiki/oembed/] for
- * DokuWiki [http://wiki.splitbrain.org/wiki:dokuwiki].
- *
- * Copyright (c) 2008, Dwayne Bent
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- *
- ******************************************************************************/
-
- div.dokuwiki .oembed {
- text-align: left;
- }
-
- div.dokuwiki .oembed-center {
- margin: 0 auto;
- }
-
- div.dokuwiki .oembed-right {
- float: right;
- }
-
- div.dokuwiki .oembed-chrome {
- border: dashed 1px __border__;
- background-color: __background__;
- }
-
- div.dokuwiki .oembed-title {
- margin: 0px;
- font-size: 150%;
- font-weight: bold;
- padding-left: 1%;
- padding-right: 1%;
- padding-top: 0px;
- }
-
- div.dokuwiki .oembed-author {
- padding-left: 1%;
- padding-bottom: 2px;
- padding-top: 2px;
- }
-
- div.dokuwiki .oembed-chrome > .oembed-content {
- }
-
- div.dokuwiki .oembed-provider {
- padding: 2px 5px 2px 5px;
- }
|