User:SamatJain/myskin.css: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*#content {
a { font-weight: bold; }
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;
}
*/

Latest revision as of 16:17, 15 August 2006

/*#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;
}
*/