Benutzer:Quassy/vector.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Searchbar */
#simpleSearch {
    width:auto !important;
    height:auto !important;
    margin-top:0 !important;
}
#simpleSearch #searchInput {
    position:static !important;
    width:16em !important;
    padding:0.2em !important;
    transition:width .5s ease-out 0s;
}
#simpleSearch #searchInput:not(:focus) {
    width:6em !important;
    transition:width .5s ease-out 1s;
}
#p-search {
    overflow:hidden;
}

/* */
.editOptions {
	padding:.5em;
}
.editButtons input:first-child {
	margin:0 !important;	
}
input:not, input[type="submit"], input[type="text"], input[type="search"], label {
	box-sizing:border-box !important;
	min-height:24px !important;
	min-width:24px !important;
	line-height:24px !important;
	padding:0px 4px;
	margin:0;
}

/* Summary */
#wpSummary {
    width:100% !important;
    border:1px solid silver;
    margin-bottom:.5em !important;
}
#wpSummary[value=""] {
    border:1px solid #f99;
}

/* Headings Hover */
h1 .editsection, 
h2 .editsection, 
h3 .editsection, 
h4 .editsection, 
h5 .editsection, 
h6 .editsection {
    display:none;
}
h1:hover .editsection, 
h2:hover .editsection, 
h3:hover .editsection, 
h4:hover .editsection, 
h5:hover .editsection, 
h6:hover .editsection {
    display:inline;
    float:right !important;
}

/* Mainmenu */
#p-logo, #p-navigation {
    top:0;
    left:0;
    position:relative;
}
#mw-panel {
    background-color:rgba(246,246,246,.95);
    border-right:1px solid #A7D7F9;
    top:0 !important;
    position:fixed !important;
    height:100%;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding:0 !important;
}
#mw-panel.collapsible-nav div.portal {
    margin-left:6px !important;
    margin-right:4px !important;
}
#mw-head-base, #content, #footer {
    margin-left:10em !important;
    border-bottom:none !important;
}
#left-navigation te{
    left:10em !important;
}

/* Small Screens */
@media all and (max-width: 840px) {
#mw-panel {
    left:-9.5em !important;
    -moz-transition:left .5s ease-out 1s;
    -moz-box-shadow: 1px 0 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.3);
    box-shadow: 1px 0 5px rgba(0,0,0,.15);
}
#mw-panel:hover {
    left:0 !important;
    -moz-transition:left .5s ease-out 0s;
}
#mw-head-base, #content, #footer {
    margin-left:.5em !important
}
#left-navigation {
    left:.5em !important;
}
}

/* Language links in list */
#p-lang ul, #p-lang ul * {
    line-height:120% !important;
    font-size:12px !important
}
#p-lang li {display:inline;}
li.interwiki-de, li.interwiki-en {font-weight:bold;}
div#mw-panel div.portal div.body {
    padding-left:0 !important;
    margin-left:0.5em !important;
}

/* Stuff */
textarea {
    resize:vertical;
    -moz-resize:vertical;
    font-size:12px !important;
    line-height:1.5em !important;
}

/* Nobody needs reviews */
#mw-fr-reviewform {
    display:none !important;
}

/* Personal Menu */
#p-personal {
    top:0;
    right:0;
}
#p-personal ul {
    padding-left:9em;
}
#p-personal li {
    margin:0;
    background:none;
}
#p-personal a {
display:inline-block;
    padding:.5em;
}

@media all and (max-width: 840px) {
#p-personal ul {
    padding-left:.5em;
}
}

/* Font Hotfix */
body {
	font-family:"Open Sans",sans-serif;
}
div#mw-panel div.portal div.body ul li a {
	display:block;
}
.mw-body-content {
	font-size:13px;
}