/* 
**
**  $Id: $
**
**  Funktion: Master CSS-file for the openSUSE.org wiki
**  Author:   Frank Sundermeyer <fs@opensuse.org>
**  License:  see copyright/COPYRIGHT
*/
@import url(../yaml/core/base.css);
@import url(../common/basemod_opensuse.css);
@import url(../yaml/screen/content_default.css);
@import url(../common/contentmod_opensuse.css);
@import url(./contentadd_wiki.css);
@import url(./colors_fi_wiki.css);
@import url(../common/opensuse_boxes.css);

/* [Edit]s are handled differently in Mediawiki 1.8+ */
.editsection {
    font-size: 11px;
    float:right;
}

/* Middle is not ideal for the most common case *
img {
    float:left !important;
    padding:6px 10px 6px 0px;
}*/

/* Not enough space above headers for some reason */
h1, h2, h3, h4, h5 {
    padding-top: 10px;
}

/* Our logo has a different size 
#logo_content {
    padding-left: 3.2em;
}
#logo_content img {
    width: 69px !important;
}*/

a:active {
 border: 0;
 font-style: none;
}


