MediaWiki:Gadget-barbaforcutanew.css: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Barbaforcuta (discussione | contributi)
Contenuto sostituito con '//'
Etichetta: Sostituito
Barbaforcuta (discussione | contributi)
Nessun oggetto della modifica
Riga 1:
//**
* Introduces a toggle icon than can be used to hide navigation menu in vector
* @author Niklas Laxström
* @license GPL2+
*/
.tux-navitoggle {
height: 35px;
width: 20px;
position: fixed;
top: 0;
left: 42px !important;
z-index: 101 !important;
background: url('//upload.wikimedia.org/wikipedia/commons/6/68/Backforw.png') no-repeat scroll right center transparent;
background-size: 20px;
}
 
.tux-navi-collapsed #mw-panel {
display: inline;
}
 
.tux-navi-collapsed #p-namespaces.vectorTabs {
left: 0 !important;
position: absolute;
}
 
.tux-navi-collapsed #content {
margin-left: 176px !important;
}
 
.tux-navi-collapsed #left-navigation {
left: 176px !important;
}
 
.lefty {
left: 176px !important;
}
 
.tux-navi-collapsed .tux-navitoggle {
left: 176px !important;
}
 
#content {
left: 0;
}
 
.tux-navitoggle1 {
display: none;
}
 
.tux-navitoggle2 {
left: 0;
position: absolute;
}
 
.tux-navitoggle3 {
margin-left: 0 !important;
}
 
.tux-navitoggle4 {
left: 0;
}
 
.tux-navi-minilogo {
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 101 !important;
}
 
.tux-navi-minilogo .tux-navi-collapsed {
display: none;
}
 
.tux-navi-minilogo a {
width: 40px;
height: 40px;
background-size: 30px;
display: block;
background-repeat: no-repeat;
background-position: center center;
}
 
.large {
padding: 0 0 0 0 !important;
margin-left:0 !important;
right: 0 !important;
}
 
.min {
display: inline-block !important;
margin-left: 10px;
margin-bottom: 0 !important;
}
 
.height {
height:32px !important;
display:block !important;
}
 
.index {
right:30px !important;
}
 
.op {
opacity:1 !important;
}
 
.ns-talk #catlinks {
display:none !important;
}
 
.pad {
padding: 3px 5px 5px 5px !important;
}
 
.pleft {
left: 250px !important;
}
 
.inlinehead {
display: inline !important;
position: fixed !important;
left: 176px !important;
z-index: 1000;
background-color: white;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAAOklEQVR42lWNWwoAQAgCde9/59mgF30EOmgKeJLmUHjGpzbBdXnl6F5oV5/J9e/tr/czydmt7RT33floBCM5ZQLqdwAAAABJRU5ErkJggg==);
background-position: bottom left;
background-repeat: repeat-x;
width: inherit !important;
}
 
.inlinelogo {
display: inline !important;
z-index: 1001;
}
 
.sposta {
left: 176px !important;
right: auto !important;
}
 
.sposta2 {
margin-top: 0 !important;
}
 
.sposta3 {
top: 0 !important;
}
 
.ns-subject #catlinks {
display: none;
}
.view {
display: block !important;
}
 
.bluen {
cursor: pointer;
color: #ffffff;
background-color: #3366bb;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3670c8),color-stop(100%,#3366bb));
background-image: -webkit-linear-gradient(top,#3670c8,#3366bb);
background-image: linear-gradient(#3670c8,#3366bb);
border: 1px #33589f solid;
font-weight: bold !important;
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
}
 
.bluen:hover {
background-color: #3f77d7;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4c84da),color-stop(100%,#3f77d7));
background-image: -webkit-linear-gradient(top,#4c84da,#3f77d7);
background-image: linear-gradient(#4c84da,#3f77d7);
}
 
.bluen:active {
background-color: #2a549c;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2d5ea9),color-stop(100%,#2a549c));
background-image: -webkit-linear-gradient(top,#2d5ea9,#2a549c);
background-image: linear-gradient(#2d5ea9,#2a549c);
}
 
.panview {
top: 80px !important;
background-color: #F9F9F9 !important;
border: 1px solid silver !important;
position:fixed !important;
z-index: 1000;
}
 
.button2 {
cursor: pointer;
display: inline-block;
padding: 0.4065em 1.2195em 0.4065em;
font-size: 0.83em;
font-weight: bold;
line-height: 1;
color: #252525;
text-align: center;
background-color: #e6e6e6;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ddd));
background-image: -webkit-linear-gradient(to bottom,#fff 0%,#ddd 90%);
background-image: linear-gradient(to bottom,#fff 0%,#ddd 90%);
border: 1px #c9c9c9 solid;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.button2:hover {
background-color: #f0f0f0;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#f0f0f0));
background-image: -webkit-linear-gradient(to bottom,#f8f8f8 0%,#f0f0f0 90%);
background-image: linear-gradient(to bottom,#f8f8f8 0%,#f0f0f0 90%);
border-color: #c9c9c9;
}
.button2:active {
background-color: #d8d8d8;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d3d3d3),color-stop(100%,#d8d8d8));
background-image: -webkit-linear-gradient(to bottom,#d3d3d3 0%,#d8d8d8 90%);
background-image: linear-gradient(to bottom,#d3d3d3 0%,#d8d8d8 90%);
border-color: #c9c9c9;
}
.bl2 {
cursor: pointer;
color: #ffffff;
background-color: #3366bb;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9DBDD3),color-stop(100%,#3366bb));
background-image: -webkit-linear-gradient(to bottom,#9DBDD3 0%,#3366bb 90%);
background-image: linear-gradient(to bottom,#9DBDD3 0%,#3366bb 90%);
border: 1px #33589f solid;
font-weight: bold !important;
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
}
 
.bl2:hover {
background-color: #3f77d7;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#4c84da));
background-image: -webkit-linear-gradient(to bottom,#fff 0%,#4c84da 90%);
background-image: linear-gradient(to bottom,#fff 0%,#4c84da 90%);
}
 
.bl2:active {
background-color: #2a549c;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2d5ea9),color-stop(100%,#2a549c));
background-image: -webkit-linear-gradient(to bottom,#2d5ea9 0%,#2a549c 90%);
background-image: linear-gradient(to bottom,#2d5ea9 0%,#2a549c 90%);
}
 
.wikiEditor-ui-toolbar .group .tool {
padding: 0 !important;
}
 
.wikiEditor-ui-toolbar .group {
border-right: solid 0 #DDDDDD !important;
}
 
pre.mw-code.mw-css {
margin-top: 0 !important;
}
pre.mw-code.mw-js {
margin-top: 0 !important;
}
 
.wikiEditor-ui-toolbar .booklet .pages {
height: 125px !important;
}
 
.panview {
top: 80px !important;
background-color: #F9F9F9 !important;
border: 1px solid silver !important;
position:fixed !important;
z-index: 1000;
height: 60% !important;
}
 
.sup {
display: block !important;
height: auto !important;
}
 
.sitedir-ltr .mw-dismissable-notice-body {
margin: 0 !important;
}
 
.flow1 {
overflow: auto !important;
}
 
.all {
left: 20px !important;
}
 
.all1 {
left: 220px !important;
}
 
.lev {
display: none !important;
}