MediaWiki:Live.css

From OniGalore
Revision as of 17:17, 15 November 2015 by Iritscen (talk | contribs) (only positioning a row's div instead of any controls)
Jump to navigation Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Microsoft Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.XEBPopupTitle
{ 
  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_func_type
{
  position:absolute;
  left:0px;
  top:25px;
}

#bsl_func_name
{
  position:absolute;
  left:0px;
  top:50px;
}

#bsl_func_default
{
  position:absolute;
  left:0px;
  top:75px;
}

#bsl_arg1_opt
{
  position:absolute;
  left:50px;
  top:100px;
}

#bsl_arg1_type
{
  position:absolute;
  left:50px;
  top:125px;
}

#bsl_arg1_name
{
  position:absolute;
  left:50px;
  top:150px;
}

#bsl_arg1_default
{
  position:absolute;
  left:50px;
  top:175px;
}

#bsl_arg1_alt
{
  position:absolute;
  left:5px;
  top:200px;
}

#bsl_arg1_alttype
{
  position:absolute;
  left:50px;
  top:225px;
}

#bsl_arg1_altname
{
  position:absolute;
  left:50px;
  top:250px;
}*/