User:SamatJain/myskin.css

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#content {
  margin-top: 2.25em;
}

#p-cactions h5 { display: none; }

a:link,
a:visited,
a:hover
{
  font-weight: bold;
}

a:link
{
  color: #369;
}

a:visited
{
  color: #636;
}

a:hover
{
  color: #CC0000;
}

h1, h2
{
  margin: 0;
}

h2
{
  border-bottom: 1px dotted black;
}

#jump-to-nav,
#siteSub
{
  display: none;
}

#toc
{
  float: right;
  width: 30%;
  background-color: #eeeeee;
  padding: 0.5em;
  margin: 0.5em;
}

#catlinks
{
  background-color: #eeeeee;
  padding: 0.1em 0.75em 0.1em 0.75em;
  margin: 1em 0 0.5em 0;
}

.portlet
{
  width: 32%;
  float: left;
}

#footer
{
  clear: both;
}

.printfooter {
  border-top: 1px solid black;
  padding-top: 1em;
  margin-top: 1em;
}

#p-cactions
{
  position: fixed;
  top: 0; right: 0;
  width: 100% !important;
  background-color: ButtonFace;
  padding: 0.5em;
  padding-bottom: 3px;
  border-bottom: 1px solid ButtonShadow;
  display: block;
  z-index: 3;
}

#p-cactions ul
{
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}

#p-cactions li
{
  display: inline;
}

#p-cactions li a
{
  display: compact;
  padding: 0.1em 0.3em 3px 0.3em;
  border: 1px outset #eeeeee;
  border-bottom: 1px solid ButtonShadow;
  text-decoration: none;
  color: MenuText;
}

#p-cactions li.selected a
{
  background-color: white;
  border-bottom: 1px solid white;
}

#p-cactions li a:hover
{
  background-color: ButtonHighlight;
}