MediaWiki:Live.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
   font-size: medium;
   font-size: medium;
   text-align: center
   text-align: center
   opacity: 0.9;
   opacity: 0.5;
}
}


Line 12: Line 12:
}
}


#bsl_type
#bsl_return_type
{
  position:absolute;
  left:20px;
  top:50px;
}
 
#bsl_return_default
{
{
   position:relative;
   position:relative;
   left:20px;
   left:100px;
   top:50px;
   top:50px;
}
}

Revision as of 04:35, 15 November 2015

.XEBPopupTitle
{ 
  background-color: #FFFAEF;
  padding: 5px;
  font-size: medium;
  text-align: center
  opacity: 0.5;
}

.XEBMnuItm
{
}

#bsl_return_type
{
  position:absolute;
  left:20px;
  top:50px;
}

#bsl_return_default
{
  position:relative;
  left:100px;
  top:50px;
}