MediaWiki:Mobile.css: Difference between revisions

Jump to: navigation, search
no edit summary
(Undo revision 29694 by Lawiki1534 (talk))
Tag: Undo
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
/* positioning for custom logos and whatnot */
.logothing {
display: block;
width: 160px;
position: absolute;
left: -12.2em;
top: -2.8em;
background: none;
}


<style>
<style>
Line 288: Line 298:
url('skins/Vector/images/user-icon.svg');
url('skins/Vector/images/user-icon.svg');
padding-left:15px !important
padding-left:15px !important
}
div.vectorTabs h3{
display:none
}
div.vectorTabs{
float:left;
height:2.5em;
background-image:/* @embed */
url('skins/Vector/images/tab-break.png');
background-position:bottom left;
background-repeat:no-repeat;
padding-left:1px
}
div.vectorTabs ul{
float:left;
height:100%;
list-style-type:none;
list-style-image:none;
margin:0;
padding:0;
background-image:/* @embed */
url('skins/Vector/images/tab-break.png');
background-position:right bottom;
background-repeat:no-repeat
}
div.vectorTabs ul li{
float:left;
line-height:1.125em;
display:inline-block;
height:100%;
margin:0;
padding:0;
background-color:#f3f3f3;
background-image:/* @embed */
url('skins/Vector/images/tab-normal-fade.png');
background-position:bottom left;
background-repeat:repeat-x;
white-space:nowrap
}
div.vectorTabs ul>li{
display:block
}
div.vectorTabs li.new a,div.vectorTabs li.new a:visited{
color:#a55858
}
div.vectorTabs li.selected{
background-image:/* @embed */
url('skins/Vector/images/tab-current-fade.png')
}
div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited{
color:#333;
text-decoration:none
}
div.vectorTabs li.icon a{
background-position:bottom right;
background-repeat:no-repeat
}
div.vectorTabs li a{
display:inline-block;
height:1.9em;
padding-left:.5em;
padding-right:.5em;
color:#e87057;
cursor:pointer;
font-size:.8em
}
div.vectorTabs li>a{
display:block
}
div.vectorTabs span{
display:inline-block;
background-image:/* @embed */
url('skins/Vector/images/tab-break.png');
background-position:bottom right;
background-repeat:no-repeat
}
div.vectorTabs span a{
display:inline-block;
padding-top:1.25em
}
div.vectorTabs span>a{
float:left;
display:block
}
div.vectorMenu{
direction:ltr;
float:left;
cursor:pointer;
position:relative
}
body.rtl div.vectorMenu{
direction:rtl
}
}
div#mw-head div.vectorMenu h3{
div#mw-head div.vectorMenu h3{

Navigation menu