Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "MediaWiki:Monobook.css"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
m
Line 14: Line 14:
}
}


#p-cactions li.selected, {
body.skin--responsive #p-cactions li.selected {
   border: 1px solid #32CD32;
   border: 1px solid #32CD32;
}
}


#p-cactions ul li, #p-cactions ul li a {
body.skin--responsive #p-cactions ul li, body.skin--responsive #p-cactions ul li a {
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
Line 24: Line 24:
}
}


#p-personal ul a:hover {
body.skin--responsive #p-personal ul a:hover {
     text-decoration: underline;
     text-decoration: underline;
     background-color:transparent;
     background-color:transparent;
}
}


div#sidebar.portlet, #p-cactions li.selected {
div#sidebar.portlet, body.skin--responsive #p-cactions li.selected {
   border: 1px solid #32CD32;
   border: 1px solid #32CD32;
}
}