Difference between revisions of "MediaWiki:Vector.css"

From lex-wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


body {
/* NEW */
    background-image: url(http://tekkit.it/image/Background.png);
div#mw-panel div.portal div.body ul li a {
    background-repeat: no-repeat !important;
  color: #3D3D3D !important;
#    background-color: #ffffff;
    margin: 0;
  line-height: 1.5em;
}
}
div#mw-panel div.portal div.body ul li:hover {
  border-right: 3px solid darkred;
}
#mw-panel.collapsible-nav div.portal h5 {
  color: darkred !important;
  font-weight: bold !important;
  line-height: 2em;
}
#p-personal li a {
  color: #3D3D3D !important;
}
div#footer #footer-icons li#footer-copyrightico a img {
  display: none;
}
/*
#p-personal {
  width: 100%;
  background-color: #FFBB00;
  height: 30px;
  right:0px;
}
#p-personal ul {
  float:right;
  padding-right: 10px;
}
div#p-search {
  position: absolute;
  top: 2px;
  left: 10em;
}
div#simpleSearch {
  width:300PX;
}
#p-edu {
  display: none;
}
div.vectorMenu div.menu {
  right: 50px;
}
body, #mw-head, #mw-head-base, #mw-page-base {
  background-color: #ECECEC !important
}
*/
/* reduction of gap in the begining of the page */
#left-navigation {
  top: 1.5em;
}
#right-navigation {
  margin-top: 1.5em;
}
#content {
  padding-top: 5px;
}
/* end: reduction of gap in the begining of the page */
/* extension of searching window */
div#simpleSearch input#searchInput {
  width: 14em;
}
/* bug fix: blue line in the upper tabs */
div.vectorTabs span {
  background-image: none !important;
}
/* reduction of footer of pages */
#footer-info-lastmod, #footer-info-viewcount {display: none;}
div#footer ul li {
  padding: 0px !important;
}
/* NEW SKIN */
body {
  background-color: #ececec;
  background-image: url();
body.page-Main_Page div#content {
  background-color: #ececec;
  margin-right: 0px;
  padding-right: 8px;
}
#mw-page-base {
  background-color: #ececec;
  background-image: url();
  height: 5em;
}
#mw-head-base {
  background-color: #ececec;
  background-image: url();
  height: 4em;
}
#content {
  background-image: url();
  padding-top: 5px;
  margin-right:10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#mw-panel div.portal div.body {
  margin: 0;
  padding-top: 0.5em;
  margin-left: 1.25em;
  background-repeat: no-repeat;
  background-position: top left;
}
div.vectorTabs {
  background-image: url();
  padding-left: 1px;
  height: 2em;
}
div.vectorTabs ul {
  background-image:url();
  height: 100%;
}
div.vectorTabs ul li {
  background-color:white;
  background-image: url();
  margin-right:1px;
  line-height: 0 !important;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius:: 5px;
  -khtml-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius:: 5px;
  -khtml-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  height: 95%;
  margin: 0;
  margin-right:2px;
  padding: 0;
}
div.vectorTabs a span {
  padding-top: 0.5em;
}
div.vectorTabs li a {
  background-image: url();
  height: 2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
div.vectorTabs li.selected {
  background-image: url();
  background-color:white;
  height: 100%;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius:: 5px;
  -khtml-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius:: 5px;
  -khtml-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
#footer {
  margin-left: 10em;
  margin-top: 0;
  padding: 0em;
  background-image: url();
  background-position: top left;
  background-repeat: repeat-x;
}
div#content, div#footer {
  background-image: url() !important;
}
#left-navigation {
  top: 2em;
  margin-left: 1em;
}
#right-navigation {
  margin-top: 2em;
}
#mw-panel.collapsible-nav #p-navigation {
  margin-left: 21px;
}
#ca-watch.icon a, #ca-unwatch.icon a{
  height: 0em !important;
  padding-top: 2.5em !important;
}
#simpleSearch {
  margin-top: -0.25em !important;
}
/* @noflip */
#mw-head div.vectorMenu h5 {
  background-image: url();
}
/* @noflip */
div.vectorMenu h5 a {
  background-image: url();
  height:2em;
}
/* Edu portals banners */
div#p-edu img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
div#p-edu img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
/* WikiEditor - hide not used special characters
    unless the built-in function removeFromToolbar() will be reliable) */
div[rel='latinextended'], div[rel='ipa'], div[rel='cyrillic'], div[rel='arabic'], div[rel='hebrew'], div[rel='bangla'], div[rel='telugu'], div[rel='sinhala'], div[rel='gujarati'], div[rel='thai'], div[rel='lao'], div[rel='khmer']  {display:none;}

Revision as of 15:30, 26 April 2013

/* CSS placed here will affect users of the Vector skin */

/* NEW */
div#mw-panel div.portal div.body ul li a {
  color: #3D3D3D !important;
 
  line-height: 1.5em;
}
 
div#mw-panel div.portal div.body ul li:hover {
  border-right: 3px solid darkred;
}
 
#mw-panel.collapsible-nav div.portal h5 {
  color: darkred !important;
  font-weight: bold !important;
  line-height: 2em;
}
 
#p-personal li a {
  color: #3D3D3D !important;
}
 
div#footer #footer-icons li#footer-copyrightico a img {
  display: none;
}
 
/*
 
#p-personal {
  width: 100%;
  background-color: #FFBB00;
  height: 30px;
  right:0px;
}
 
#p-personal ul {
  float:right;
  padding-right: 10px;
}
 
div#p-search {
  position: absolute;
  top: 2px;
  left: 10em;
}
 
div#simpleSearch {
  width:300PX;
}
 
#p-edu {
  display: none;
}
 
div.vectorMenu div.menu {
  right: 50px;
}
 
body, #mw-head, #mw-head-base, #mw-page-base {
  background-color: #ECECEC !important
}
*/
 
/* reduction of gap in the begining of the page */
 
#left-navigation {
  top: 1.5em;
}
 
#right-navigation {
  margin-top: 1.5em;
}
 
#content {
  padding-top: 5px;
}
 
/* end: reduction of gap in the begining of the page */
 
/* extension of searching window */
div#simpleSearch input#searchInput {
  width: 14em;
}
 
/* bug fix: blue line in the upper tabs */
div.vectorTabs span {
  background-image: none !important;
}
 
/* reduction of footer of pages */
#footer-info-lastmod, #footer-info-viewcount {display: none;}
 
div#footer ul li {
  padding: 0px !important;
}
 
/* NEW SKIN */
body { 	
  background-color: #ececec;
  background-image: url();
}  
 
body.page-Main_Page div#content {
  background-color: #ececec;
  margin-right: 0px;
  padding-right: 8px;
}
 
#mw-page-base { 
  background-color: #ececec;
  background-image: url();
  height: 5em;
}
 
#mw-head-base { 
  background-color: #ececec;
  background-image: url();
  height: 4em;
}
 
#content {
  background-image: url();
  padding-top: 5px;
  margin-right:10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
} 
 
#mw-panel div.portal div.body {
  margin: 0;
  padding-top: 0.5em;
  margin-left: 1.25em;
  background-repeat: no-repeat;
  background-position: top left;
}
 
div.vectorTabs {
  background-image: url();
  padding-left: 1px;
  height: 2em;
}
 
div.vectorTabs ul {
  background-image:url();
  height: 100%;
}
 
div.vectorTabs ul li {
  background-color:white;
  background-image: url();
  margin-right:1px;
  line-height: 0 !important;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius:: 5px;
  -khtml-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius:: 5px;
  -khtml-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  height: 95%;
  margin: 0;
  margin-right:2px;
  padding: 0;
}
 
div.vectorTabs a span {
  padding-top: 0.5em;
}
 
div.vectorTabs li a {
  background-image: url();
  height: 2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
 
div.vectorTabs li.selected {
  background-image: url();
  background-color:white;
  height: 100%;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius:: 5px;
  -khtml-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius:: 5px;
  -khtml-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
 
#footer {
  margin-left: 10em;
  margin-top: 0;
  padding: 0em;
  background-image: url();
  background-position: top left;
  background-repeat: repeat-x;
}
 
div#content, div#footer {	
  background-image: url() !important;	
}
 
#left-navigation {
  top: 2em;
  margin-left: 1em;
}
 
#right-navigation {
  margin-top: 2em;
}
 
#mw-panel.collapsible-nav #p-navigation {
  margin-left: 21px;
}
 
#ca-watch.icon a, #ca-unwatch.icon a{
  height: 0em !important;
  padding-top: 2.5em !important;
}
 
#simpleSearch {
  margin-top: -0.25em !important;
}
 
/* @noflip */
#mw-head div.vectorMenu h5 {
  background-image: url();
}
 
/* @noflip */
div.vectorMenu h5 a {
  background-image: url();
  height:2em;
}
 
/* Edu portals banners */
div#p-edu img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
 
div#p-edu img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
 
/* WikiEditor - hide not used special characters
    unless the built-in function removeFromToolbar() will be reliable) */
div[rel='latinextended'], div[rel='ipa'], div[rel='cyrillic'], div[rel='arabic'], div[rel='hebrew'], div[rel='bangla'], div[rel='telugu'], div[rel='sinhala'], div[rel='gujarati'], div[rel='thai'], div[rel='lao'], div[rel='khmer']  {display:none;}