Jump to content

MediaWiki:Live.css: Difference between revisions

beginning to place controls in BSL function template wizard
No edit summary
(beginning to place controls in BSL function template wizard)
Line 5: Line 5:
   font-size: medium;
   font-size: medium;
   text-align: center
   text-align: center
   opacity: 0.5;
   /*opacity: 0.5;*/
}
}


Line 12: Line 12:
}
}


#bsl_return_type
/* Layout for XEB BSL function template wizard */
#bsl_mac
{
{
   position:absolute;
   left:0px;
   left:20px;
  top:0px;
}
 
#bsl_win
{
  left:25px;
  top:0px;
}
 
#bsl_func_type
{
  /*position:absolute;*/
  left:0px;
  top:25px;
}
 
#bsl_func_name
{
  /*position:relative;*/
   left:0px;
   top:50px;
   top:50px;
}
}


#bsl_return_default
#bsl_func_default
{
{
   position:relative;
   position:relative;
   left:100px;
   left:0px;
   top:50px;
  top:75px;
}
 
#bsl_arg1_opt
{
  left:50px;
  top:100px;
}
 
#bsl_arg1_type
{
  left:50px;
  top:125px;
}
 
#bsl_arg1_name
{
  left:50px;
  top:150px;
}
 
#bsl_arg1_default
{
  left:50px;
  top:175px;
}
 
#bsl_arg1_alt
{
  left:5px;
  top:200px;
}
 
#bsl_arg1_alttype
{
  left:50px;
   top:225px;
}
 
#bsl_arg1_altname
{
  left:50px;
  top:250px;
}
}