Difference between revisions of "User:Olessan/vector.css"

Jump to navigation Jump to search
m
seeing if this is causing the maddening window jumping around effect in table editing
(A CSS for potential use on the wiki.)
 
m (seeing if this is causing the maddening window jumping around effect in table editing)
 
(11 intermediate revisions by the same user not shown)
Line 320: Line 320:
#footer {margin-right:5em;}
#footer {margin-right:5em;}
#footer-poweredbyico, #footer-poweredbyico a, #footer-poweredbyico li, #footer-poweredbyico ul, #footer-poweredbyico img {background:none!important;margin-bottom:0.75em;}
#footer-poweredbyico, #footer-poweredbyico a, #footer-poweredbyico li, #footer-poweredbyico ul, #footer-poweredbyico img {background:none!important;margin-bottom:0.75em;}
/*these just add some space to the Recent changes page interface and adjust the reading area colour, the buttons are left unstyled intentionally*/
.mw-rcfilters-ui-filterWrapperWidget {
  padding:10px;
  padding-left:20px;
  padding-right:20px;
  max-width:97.5%;
}
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget {
  padding:10px;
  padding-left:20px;
  padding-right:20px;
  max-width:97.5%;
}
.mw-changeslist.mw-rcfilters-ui-changesListWrapperWidget, .mw-rcfilters-ui-filterWrapperWidget {background-color:rgba(255, 255, 243,0.5)!important;color:var(--maintext);}
/*/
/*This allows you to spoiler tag stuff with a blur*/
.spoilercell  {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  overflow:hidden;
}
.spoilercell:active  {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
/*resizes the visual editor window*/
.oo-ui-textInputWidget-autosized {
resize: both !important;
}
.oo-ui-window-frame {
width: 45% !important;
height:50%!important;
min-width:480px;
}
/*fixes a problem with the popup widget*/
.oo-ui-popupWidget-anchored-top {
  min-height: 300px;
}
.oo-ui-popupWidget-anchored-top > content {
  min-height:300px;
  overflow:scroll;
}
.oo-ui-popupWidget-popup {
  min-height:300px;
  height:300px;
}
/*End CSS by Olessan*/
/*End CSS by Olessan*/
606

edits

Navigation menu