MediaWiki:Live.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(does "relative" position bring back form?)
(blanking code, as XEB is dead now)
Tag: Replaced
 
(46 intermediate revisions by the same user not shown)
Line 1: Line 1:
.XEBPopupTitle
/* See the history of this page for code related to the obsolete extended editing toolbar (XEB). --Iritscen */
{
  background-color: #FFFAEF;
  padding: 5px;
  font-size: medium;
  text-align: center
  /*opacity: 0.5;*/
}
 
.XEBMnuItm
{
}
 
/* Layout for XEB BSL function template wizard */
#bsl_row_platform
{
  position:absolute;
  left:0px;
  top:25px;
}
 
#bsl_row_optional
{
  position:absolute;
  left:0px;
  top:55px;
}
 
#bsl_row_type
{
  position:absolute;
  left:0px;
  top:85px;
}
 
#bsl_row_name
{
  position:absolute;
  left:0px;
  top:115px;
}
 
#bsl_row_default
{
  position:absolute;
  left:0px;
  top:145px;
}
 
#bsl_row_alt
{
  position:absolute;
  left:0px;
  top:175px;
}
 
#bsl_row_alttype
{
  position:absolute;
  left:0px;
  top:205px;
}
 
#bsl_row_altname
{
  position:absolute;
  left:0px;
  top:235px;
}
 
#bsl_notes
{
  position:relative;
  left:0px;
  top:255px;
}
 
#bsl_buttons
{
  position:absolute;
  left:0px;
  top:285px;
}

Latest revision as of 14:36, 25 July 2020

/* See the history of this page for code related to the obsolete extended editing toolbar (XEB). --Iritscen */