MediaWiki:Common.css: Difference between revisions

From Mark Benecke Forensic Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
         margin-left: 5px;
         margin-left: 5px;
}
}
div.thumbinner {
    background-color: grey;
    border: 1px solid #ccc;
    font-size: 94%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}
.editOptions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: grey;
    border-color: -moz-use-text-color silver silver;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 2em;
    padding: 1em 1em 1.5em;
}
#ca-watch { display: none !important; }
#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }

Revision as of 11:29, 23 April 2016

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* CSS placed here will be applied to all skins */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
a:link { color:#ccc9c7; text-decoration:none; letter-spacing: 0.1em; }
a:visited { color:#ccc9c7; text-decoration:none }
a:hover { text-decoration:none; padding: 0; background-color: grey;}
a:active { color:#ccc9c7; text-decoration:none }
a:focus { color:#e55a00; text-decoration:none }
a.stub { color: #e55a00; }


.editsection {
        float: right;
        margin-left: 5px;
}
div.thumbinner {
    background-color: grey;
    border: 1px solid #ccc;
    font-size: 94%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}
.editOptions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: grey;
    border-color: -moz-use-text-color silver silver;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 2em;
    padding: 1em 1em 1.5em;
}

#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
/* #ca-move { display: none !important; } */
/* #ca-edit { display: none !important; } */
#ca-addsection { display: none !important; }
/* #p-cactions { display: none !important; } */
#p-personal { display: none !important!; }
#pt-userpage { display: none !important; }
#pt-anonuserpage { display: none !important; }
#pt-mytalk { display: none !important; }
#pt-preferences { display: none !important; }
#pt-watchlist { display: none !important; }
#pt-mycontris { display: none !important; }
#pt-anonlogin { display: none !important; }
#pt-anontalk { display: none !important; }
#pt-login { display: none !important; }