MediaWiki:Live.css: Difference between revisions

blanking code, as XEB is dead now
(are they really based on the form bottom, so that they really just need to stay at 0?)
(blanking code, as XEB is dead now)
Tag: Replaced
 
(29 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 */
form#XEBFormBSLFunc
{
  height:230px;
}
 
#bsl_platform_label
{
  position:relative;
  left:0px;
  top:5px;
}
 
#bsl_platform_mac
{
  position:absolute;
  left:90px;
  top:30px;
}
 
#bsl_platform_win
{
  position:absolute;
  left:150px;
  top:30px;
}
 
#bsl_optional_label
{
  position:relative;
  left:0px;
  top:10px;
}
 
#bsl_optional_arg1
{
  position:absolute;
  left:150px;
  top:55px;
}
 
#bsl_type_label
{
  position:relative;
  left:0px;
  top:15px;
}
 
#bsl_type_func
{
  position:absolute;
  left:75px;
  top:80px;
}
 
#bsl_type_arg1
{
  position:absolute;
  left:150px;
  top:80px;
}
 
#bsl_name_label
{
  position:relative;
  left:0px;
  top:20px;
}
 
#bsl_name_func
{
  position:absolute;
  left:60px;
  top:105px;
}
 
#bsl_name_arg1
{
  position:absolute;
  left:210px;
  top:105px;
}
 
#bsl_default_label
{
  position:relative;
  left:0px;
  top:25px;
}
 
#bsl_default_func
{
  position:absolute;
  left:60px;
  top:130px;
}
 
#bsl_default_arg1
{
  position:absolute;
  left:210px;
  top:130px;
}
 
#bsl_alt_label
{
  position:relative;
  left:0px;
  top:30px;
}
 
#bsl_alt_arg1
{
  position:absolute;
  left:210px;
  top:155px;
}
 
#bsl_alttype_label
{
  position:relative;
  left:0px;
  top:35px;
}
 
#bsl_alttype_arg1
{
  position:absolute;
  left:210px;
  top:180px;
}
 
#bsl_altname_label
{
  position:relative;
  left:0px;
  top:40px;
}
 
#bsl_altname_arg1
{
  position:absolute;
  left:210px;
  top:205px;
}
 
#bsl_notes
{
  position:relative;
  left:0px;
  top:0px;
}
 
#bsl_buttons
{
  position:relative;
  left:0px;
  top:0px;
}