/* Yolanda default stylesheet colors (using tango color palette) (c) 2007-2008 Nils Dagsson Moskopp This file is licensed under the WTF Public License (License terms: Do what the fuck you want.) Purpose of this file is to provide decorations, such as: - borders (size, width, style etc.) - font properties (family, size, style, weight etc.) - spacing between elements and / or content (margin, padding) - content generated by css (:before, :after) */ body { font-family: sans-serif; font-size: 8pt; font-weight: bold; margin: 1.5em; } a { text-decoration: none; } a:focus { } a:hover { text-decoration: underline; } a.tag { margin-left: 0.25em; margin-right: 0.25em; } div { border-width: 0px; } div.footer, div.header { } div.button-download, div.button-edit, div.button-junk { margin: 0.5em; vertical-align: top; } div.button-download img, div.button-edit img, div.button-junk img { margin: 0.5em; } div.cc-license-chooser { } div.cc-license-chooser img { margin: 0.25em; vertical-align: middle; } div#container form { padding-left: auto; padding-right: auto; } div.messagebox { border-style: solid; border-width: 1px; margin: 1.5em; } div.messagebox#error { } div.messagebox#warning { } div.messagebox#information { } div.messagebox img { margin: 0.75em; overflow: visible; vertical-align: middle; } div.page-number { font-size: 40px; overflow: visible; } div.result { } div.result img { border-color: black; border-width: 1px; } input { text-align: left; } img { border-width: 0; } span.protip:after { content: " )"; } span.protip:before { content: "( "; } ul[role="navigation"] { border-style: solid; list-style-type: none; border-width: 1px; } ul[role="navigation"] li { } ul[role="navigation"] li a { font-size: 1em; line-height: 3em; padding: 1em; }