You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

74 lines
2.5 KiB

  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. div.dokuwiki .oembed {
  37. text-align: left;
  38. }
  39. div.dokuwiki .oembed-center {
  40. margin: 0 auto;
  41. }
  42. div.dokuwiki .oembed-right {
  43. float: right;
  44. }
  45. div.dokuwiki .oembed-chrome {
  46. border: dashed 1px __border__;
  47. background-color: __background__;
  48. }
  49. div.dokuwiki .oembed-title {
  50. margin: 0px;
  51. font-size: 150%;
  52. font-weight: bold;
  53. padding-left: 1%;
  54. padding-right: 1%;
  55. padding-top: 0px;
  56. }
  57. div.dokuwiki .oembed-author {
  58. padding-left: 1%;
  59. padding-bottom: 2px;
  60. padding-top: 2px;
  61. }
  62. div.dokuwiki .oembed-chrome > .oembed-content {
  63. }
  64. div.dokuwiki .oembed-provider {
  65. padding: 2px 5px 2px 5px;
  66. }