MediaWiki:Vector.css: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(71 intermediate revisions by one other user not shown)
Line 1: Line 1:
/****************************** Font Settings ******************************/
/* Override Fonts to MS YaHei, and can fallback to default */
html * {
    font-family: "Microsoft YaHei";
}
/****************************** Content Box Shadow ******************************/
#content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/****************************** Tabs Styles ******************************/
div.tabdiv > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle !important;
    z-index: 1;
}
div.tabdiv > ul > li {
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    height: 22px;
    font-style: normal !important;
    width: auto;
    padding: 0 15px;
    vertical-align: baseline;
    background-color: #eff5ff;
    border-top: solid 1px #939393;
    border-right: solid 1px #939393;
}
div.tabdiv > ul > li.active {
    background-color: #fff;
    border-bottom: solid 1px #fff;
}
div.tabdiv > ul > li:first-child {
    border-left: 1px solid #939393;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
}
div.tabdiv > ul > li:last-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
}
div.tabdiv > ul > li > a, div.tabdiv > ul > li > a:link, div.tabdiv > ul > li > a:visited, div.tabdiv > ul > li > a:active, div.tabdiv > ul > li > a:hover {
    color: #1364c4;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}
div.tabdiv > ul > li.active > a, div.tabdiv > ul > li.active > a:link, div.tabdiv > ul > li.active > a:visited, div.tabdiv > ul > li.active > a:active, div.tabdiv > ul > li.active > a:hover {
    color: #000;
}
div.tabdiv > div {
    border: 1px #939393 solid;
    padding: 0.5em;
}
div.tabdiv > div ul, div.tabdiv > div ol, div.tabdiv > div li {
    display: inline-block;
    width: auto;
}
/****************************** Extension MenuSidebar Styles ******************************/
/****************************** Extension MenuSidebar Styles ******************************/
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
/* Allow popup submenus to overflow the sidebar area for the Vector skin */
Line 145: Line 70:
::-webkit-scrollbar-button:single-button {
::-webkit-scrollbar-button:single-button {
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-image: url('http://elwiki.net/wiki/images/7/7f/Scrollbar.png');
     background-image: url('/wiki/images/9/97/Vector-Scrollbar.png');
     background-origin: margin-box;
     background-origin: margin-box;
     display: block;
     display: block;
Line 247: Line 172:
::-webkit-scrollbar-button:horizontal:end:decrement:hover {
::-webkit-scrollbar-button:horizontal:end:decrement:hover {
     background-position: -30px -30px;
     background-position: -30px -30px;
}
/****************************** Font Settings ******************************/
/* Override Fonts to MS YaHei, and can fallback to default */
html * {
    font-family: "Microsoft YaHei";
}
.vgrid-table > div:not(.vgrid-cat) ul li {
    list-style: none;
}
#p-logo {
background: transparent
}
}