User:Zocky/CategoryBrowser.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#categoryIconBar
{
  position:fixed;
  z-index:110;
  top:5px;
  left:38%;
  width:100%;
  height:100%;
}

#categoryBrowserTable 
{
  z-index:100;
  top:0px;
  left:0px;
  position:fixed;
  width:100%;
  height:100%;
  overflow:hidden;
}

#categoryTreeView > dd
{
  z-index:100;
  top:0px;
  left:0px;
  position:fixed;
  width:39%;
  height:99%;
  overflow:auto;
  border:solid 1px silver;
  margin:4px
}

.categoryArticleLinks
{
  top:0px;
  left:40%;
  position:fixed;
  width:59%;
  height:39%;
  overflow:auto;
  background:white;
  margin-left:3px;
  border:solid 1px silver;
  margin:4px
}

.categoryArticleLinks table
{
 width:99%
}

.categoryArticleLinks table td
{
 width:33%
}


#categoryArticleView 
{
  z-index:100;
  top:0px;
  left:40%;
  top:40%;
  position:fixed;
  width:59%;
  height:59%;
  overflow:auto;
  border:solid 1px silver;
  margin:4px
}

#categoryArticleView #content
{
  margin-left:0px;
  margin-top:0px;
  border:none;
}

#categoryTreeView img {width:0px}
#categoryTreeView dd[state='+'] > img[state='+'] {width:12px}
#categoryTreeView dd[state='-'] > img[state='-'] {width:12px}
#categoryTreeView dd[state='0'] > img[state='0'] {width:12px}
#categoryTreeView dd[state='+'] > dl {display:none}