Difference between revisions of "MediaWiki:Myskin.css"

From X-Cart 4 Classic
Jump to: navigation, search
 
Line 1: Line 1:
/* CSS placed here will affect users of the Myskin skin */
 
  
/* Default *
+
 
* Resetting the margins and paddings, and defining the font-family
+
body
*/
+
{
+
background-color: white;
* {
 
margin: 0;
 
padding: 0;
 
 
}
 
}
 
   
 
   
body {
+
p
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+
{
font-size: small;
+
line-height: 1em !important;
 
}
 
}
 
   
 
   
/* Lay-out *
+
#bodyContent
* Set paddings and margins, and clear the floats of the menu items and the sidebar
+
{
*/
+
margin-left: 2%;
 
h1#header { margin-left: 3%; }
 
div#column-one { padding: 0 3%; }
 
div#globalWrapper { clear: both; }
 
div#column-content { margin: 0 3%; }
 
div#content { padding: 20px; margin-right: 206px; /* 200 + 2*6px padding of div#sidebar + (-6px) margin of div#sidebar*/ }
 
div#sidebar { width: 212px; margin-right: -6px; /* for the right corner */
 
float: right; padding-top: 16px; /* so if the first item is selected the corners don't interfere */ }
 
div#footer { clear: both; padding: 0 3%; }
 
 
/* Header *
 
* Replace the header with an image
 
*/
 
 
h1#header {
 
text-indent: -9999px;
 
background-image: url(http://home.planet.nl/~merri033/header.png);
 
height: 78px;
 
width: 505px;
 
 
}
 
}
 
   
 
   
/* Footer *
+
#bodyContent > h2
* Style the footer
+
{
*/
+
margin-left: -2%;
 
#footer div { /* Flot the logos to the right */
 
float: right;
 
width: 200px;
 
text-align: center;
 
clear: both;
 
margin: 1em 0;
 
 
}
 
}
 
   
 
   
#footer a img {
+
#bodyContent > h3
border: none;
+
{
 +
margin-left: -2%;
 
}
 
}
 
   
 
   
#footer ul {
+
#siteSub
list-style: none;
+
{
padding: 1em;
+
font-weight: normal;
margin-right: 200px;
+
font-size: 1.0em;
 +
margin-left: -2.0em;
 +
font-size: 0.9em;
 
}
 
}
 
   
 
   
/* Top menu *
+
#content
* Apply proper paddings and font-styling to the menu
+
{
* Float the menu items (h5) and text to the left to make the menu horizontal.
+
margin-top: 2.25em;
*/
 
 
div#column-one {
 
height: 2em; /* height 1em + 2 * 0.5em padding */
 
 
}
 
}
 
   
 
   
div#column-one div.portlet, div#column-one p {
+
table
float: left;
+
{
padding: 0.5em;
+
clear: both;
 
}
 
}
 
   
 
   
div#column-one h5, div#column-one p {
+
h1
font-size: 1em;
+
{
line-height: 1em; /* makes the menu 1em high */
+
font-size: 1.5em;
font-weight: normal;
 
 
}
 
}
 
   
 
   
div#column-one p {
+
h2
font-weight: bold;
+
{
 +
font-size: 1.3em;
 
}
 
}
 
   
 
   
/*
+
h3, h4, h5, h6
* Hide and position the submenus
+
{
*/
+
font-size: 1.1em;
 
div#column-one div.portlet {
 
position: relative;
 
 
}
 
}
 
   
 
   
div#column-one div.pBody {
+
#p-search
display: none;
+
{
position: absolute;
+
position: fixed;
top: 2em; /* the menu is 2em high */
+
top: 0; left: 0;
 +
z-index: 4;
 +
width: 50%;
 +
padding: 0.2em;
 
}
 
}
 
   
 
   
/*
+
#p-cactions h5, #p-search h5 { display: none; }
* Style the menu
 
*/
 
 
   
 
   
div#column-one div.pBody {
+
input[type="submit"]
width: 15em; /* this is the maximum width before the menu items start wrapping */
+
{
 +
border: 1px outset #369;
 +
background-color: #369;
 +
color: white;
 
}
 
}
 
   
 
   
div#column-one ul {
+
input[type="text"],
list-style: none;
+
textarea
float: left; /* by floating the list the menu items the menu gets as wide as the largest item */
+
{
border-bottom: 1px solid #bcb699;
+
border: 1px inset grey;
border-left: 1px solid #bcb699;
 
border-right: 1px solid #bcb699;
 
 
}
 
}
 
   
 
   
div#column-one li {
+
textarea
margin: 3px; /* this is so the highlight for the items don't touch the side */
+
{
padding: 3px;
+
padding-left: 0.1em;
 
}
 
}
 
   
 
   
/*
+
a:link,
* Add the icons
+
a:visited,
*/
+
a:hover
+
{
div#column-one div.pBody { /* this is to make the text of the submenu line up with the headers */
+
/* font-weight: bold;*/
margin-left: -28px; /* 3px padding + 3px margin of #column-one li + 16px icon + 6px icon padding */
+
text-decoration: underline;
 
}
 
}
 
   
 
   
div#column-one li a { /* make some room for the icons and define background properties */
+
a:link
padding-left: 21px; /* 16px icon + 3px padding and 3px margin from #column-one li */
+
{
background-position: left center;
+
color: #369;
background-repeat: no-repeat;
 
 
}
 
}
 
   
 
   
li#n-Main-page a { background-image: url(http://home.planet.nl/~merri033/house.png); }
+
a:visited
li#n-Contents a { background-image: url(http://home.planet.nl/~merri033/book.png); }
+
{
li#n-Featured-content a { background-image: url(http://home.planet.nl/~merri033/medal_gold_3.png); }
+
color: #636;
li#n-currentevents a { background-image: url(http://home.planet.nl/~merri033/time.png); }
 
li#n-randompage a { background-image: url(http://home.planet.nl/~merri033/arrow_switch.png); }
 
 
li#n-About-Wikipedia a { background-image: url(http://home.planet.nl/~merri033/information.png); }
 
li#n-portal a { background-image: url(http://home.planet.nl/~merri033/group.png); }
 
li#n-recentchanges a { background-image: url(http://home.planet.nl/~merri033/page_lightning.png); }
 
li#n-contact a { background-image: url(http://home.planet.nl/~merri033/email.png); }
 
li#n-sitesupport a { background-image: url(http://home.planet.nl/~merri033/money.png); }
 
li#n-help a { background-image: url(http://home.planet.nl/~merri033/help.png); }
 
 
li#t-whatlinkshere a { background-image: url(http://home.planet.nl/~merri033/link_go.png); }
 
li#t-recentchangeslinked a { background-image: url(http://home.planet.nl/~merri033/hourglass_link.png); }
 
li#t-contributions a { background-image: url(http://home.planet.nl/~merri033/user_edit.png); }
 
li#t-log a { background-image: url(http://home.planet.nl/~merri033/user_lightning.png); }
 
li#t-emailuser a { background-image: url(http://home.planet.nl/~merri033/user_email.png); }
 
li#t-print a { background-image: url(http://home.planet.nl/~merri033/printer.png); }
 
li#t-permalink a { background-image: url(http://home.planet.nl/~merri033/page_link.png); }
 
li#t-cite a { background-image: url(http://home.planet.nl/~merri033/page_green.png); }
 
 
/* Sidebar *
 
* Styling of the menus
 
*/
 
 
div#sidebar ul {
 
list-style: none;
 
 
}
 
}
 
   
 
   
#sidebar .portlet {
+
a.new:link,
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-ruler.png);
+
a.new:visited
background-repeat: no-repeat;
+
{
background-position: center bottom;
+
color: #739900;
padding-bottom: 10px;
 
margin-bottom: 8px;
 
 
}
 
}
 
   
 
   
.portlet h5, #p-cactions li, #p-personal li, #p-tb2 li { /* smaller height looks better, but favorites can be multiple lines */
+
a:hover,
height: 13px;
+
a.new:hover
 +
{
 +
color: #CC0000;
 
}
 
}
 
   
 
   
div#sidebar li, div#sidebar h5 {
+
h1, h2, h3
padding: 12px 0 18px 36px;
+
{
margin: -6px 0 -9px 0;
+
margin: 0;
font-size: 1em;
 
 
}
 
}
 
   
 
   
div#sidebar form {
+
h1
margin: 0 13px;
+
{
text-align: center;
+
border-bottom: 1px solid #888888;
 
}
 
}
 
   
 
   
#searchInput {
+
h2
display: block;
+
{
margin: 5px 0;
+
border-bottom: 1px dotted #888888;
width: 180px;
 
 
}
 
}
 
   
 
   
div#sidebar input {
+
#jump-to-nav
border: 1px solid #000;
+
{
background-color: #bcb699;
+
display: none;
 
}
 
}
 
   
 
   
div#sidebar li a img {
+
#toc
border: none;
+
{
vertical-align: middle;
+
float: right;
 +
width: 30%;
 +
background-color: #eeeeee;
 +
padding: 0.5em;
 +
margin: 0.5em;
 
}
 
}
 
   
 
   
div#sidebar li.selected {
+
#catlinks
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected.png);
+
{
background-repeat: no-repeat;
+
background-color: #eeeeee;
 +
padding: 0.1em 0.75em 0.1em 0.75em;
 +
margin: 1em 0 0.5em 0;
 
}
 
}
 
   
 
   
div#sidebar li.new a {
+
.portlet
color: #775240;
+
{
font-style: italic;
+
width: 32%;
 +
float: left;
 
}
 
}
 
   
 
   
div#sidebar li.selected-first { /* The first of two adjacent selected items */
+
.portlet h5
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected-first.png);
+
{
background-repeat: no-repeat;
+
margin-top: 0.5em;
 +
margin-bottom: 0;
 +
border-bottom: 1px solid silver;
 
}
 
}
 
   
 
   
div#sidebar li.selected-second { /* The second of two adjacent selected items */
+
#footer
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-selected-second.png);
+
{
background-repeat: no-repeat;
+
clear: both;
 
}
 
}
 
   
 
   
/*
+
.printfooter {
* Add the icons
+
border-top: 1px solid black;
*/
+
padding-top: 1em;
+
margin-top: 1em;
div#sidebar li a {
 
margin-left: -23px;
 
padding-left: 23px;
 
background-position: left center;
 
background-repeat: no-repeat;
 
 
}
 
}
 
   
 
   
div#sidebar li.selected a {
+
#p-cactions
font-weight: bold;
+
{
 +
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;
 +
font-size: smaller;
 
}
 
}
 
   
 
   
/*
+
#p-cactions ul
* 'Views' icons
+
{
*/
+
display: block;
+
margin: 0;
#ca-nstab-main a { background-image: url(http://home.planet.nl/~merri033/house.png); }
+
padding: 0;
#ca-nstab-user a { background-image: url(http://home.planet.nl/~merri033/user.png); }
+
text-align: right;
#ca-nstab-image a { background-image: url(http://home.planet.nl/~merri033/image.png); }
 
#ca-nstab-portal a { background-image: url(http://home.planet.nl/~merri033/layout.png); }
 
#ca-talk a { background-image: url(http://home.planet.nl/~merri033/comments.png); }
 
#ca-edit a { background-image: url(http://home.planet.nl/~merri033/page_edit.png); }
 
#ca-addsection a { background-image: url(http://home.planet.nl/~merri033/page_add.png); }
 
#ca-viewsource a { background-image: url(http://home.planet.nl/~merri033/page_code.png); }
 
#ca-history a { background-image: url(http://home.planet.nl/~merri033/hourglass.png); }
 
#ca-move a { background-image: url(http://home.planet.nl/~merri033/page_go.png); }
 
#ca-watch a { background-image: url(http://home.planet.nl/~merri033/eye.png); }
 
 
/*
 
* Favorites
 
*/
 
 
#ca-favorites a { background-image: url(http://home.planet.nl/~merri033/star.png); }
 
li.favorite a { background-image: url(http://home.planet.nl/~merri033/star_silver.png); }
 
div#sidebar li a.remove-favorite { padding-left: 0; margin-left: 0; background: none; }
 
 
/*
 
* Toolbox
 
*/
 
 
#t-upload a { background-image: url(http://home.planet.nl/~merri033/image_add.png); }
 
#t-specialpages a { background-image: url(http://home.planet.nl/~merri033/page_gear.png); }
 
 
/*
 
* 'Personal menu' icons
 
*/
 
 
#pt-userpage a { background-image: url(http://home.planet.nl/~merri033/user.png); }
 
#pt-mytalk a { background-image: url(http://home.planet.nl/~merri033/user_comment.png); }
 
#pt-preferences a { background-image: url(http://home.planet.nl/~merri033/wrench_orange.png); }
 
#pt-watchlist a { background-image: url(http://home.planet.nl/~merri033/page_find.png); }
 
#pt-mycontris a { background-image: url(http://home.planet.nl/~merri033/user_edit.png); }
 
#pt-logout a { background-image: url(http://home.planet.nl/~merri033/door_in.png); }
 
 
/* Autcomplete
 
* Styles for the autocomplete form
 
*/
 
 
#p-search, #searchform {
 
overflow:visible !important;
 
 
}
 
}
 
   
 
   
#autocompletebox {
+
#p-cactions li
display: block;
+
{
position: absolute;
+
display: inline;
border: solid 1px #000;
 
background: #bcb699;
 
overflow: auto;
 
visibility: hidden;
 
width: 180px;
 
opacity: 0.95;
 
 
}
 
}
 
   
 
   
/* Backgrounds and border *
+
#p-cactions li a
* Here all the background images and colors + borders defined
+
{
*/
+
display: inline;
+
padding: 0.1em 0.3em 3px 0.3em;
body {
+
border: 1px outset #eeeeee;
background-color: #000;
+
border-bottom: 1px solid ButtonShadow;
 +
text-decoration: none;
 +
color: MenuText;
 
}
 
}
 
   
 
   
div#column-one { /* The top menu */
+
#p-cactions li.selected a
background-color: #e9e2be;
+
{
background-image: url(http://home.planet.nl/~merri033/bg-menu.png);
+
background-color: white;
background-repeat: repeat-x;
+
border-bottom: 1px solid white;
 
}
 
}
 
   
 
   
div#column-one ul { /* The top submenu */
+
#p-cactions li a:hover
background-color: #e9e2be;
+
{
opacity: 0.95;
+
background-color: ButtonHighlight;
 
}
 
}
 
   
 
   
div#globalWrapper { /* Page background gradient */
+
img
background-image: url(http://home.planet.nl/~merri033/bg.png);
+
{
background-repeat: repeat-x;
+
border: none;
 
}
 
}
 
   
 
   
div#column-content { /* Faux columns background */
 
background-image: url(http://home.planet.nl/~merri033/bg-column-content.png);
 
background-repeat: repeat-y;
 
background-position: right;
 
background-color: #fff; /* The background color of the content */
 
}
 
 
   
 
   
div#sidebar { /* Sidebar corners */
+
div.thumb
background-image: url(http://home.planet.nl/~merri033/bg-sidebar-top.png);
+
{
background-repeat: no-repeat;
+
border: 1px solid #dddddd;
margin-right: -6px;
+
padding: 0.5em;
 +
background-color: white;
 
}
 
}
 
   
 
   
div#content { /* Shadow of the menu */
+
.tright
background-image: url(http://home.planet.nl/~merri033/bg-content.png);
+
{
background-repeat: repeat-x;
+
margin: 0.25em 0 0.5em 0.5em;
 +
float: right;
 
}
 
}
 
   
 
   
div#footer {
+
.tleft
background-image: url(http://home.planet.nl/~merri033/bg-footer.png);
+
{
background-repeat: repeat-x;
+
margin: 0.25em 0.5em 0.5em 0;
background-color: #4d4229;
 
border-top: 3px solid #bcb699;
 
 
}
 
}
 
   
 
   
/* Links *
+
#f-poweredbyico,
* Styles for the links outside the content
+
#f-copyrightico
*/
+
{
+
display: none;
div#column-one a, div#sidebar a { /* Links in the top menu and sidebar*/
 
color: #000;
 
text-decoration: none;
 
 
}
 
}
 
   
 
   
div#sidebar a:hover { /* Hover over the links in de sidebar */
+
pre
font-weight: bold;
+
{
 +
background-color: #f7f7f7;
 +
padding: 0.2em;
 +
border: 1px solid #eeeeee;
 
}
 
}
 
   
 
   
div#column-one li:hover { /* Hover over a submenu item */
+
td.diff-otitle { background:#cccccc; }
background-color: #bcb699;
+
td.diff-ntitle { background:#cccccc; }
}
 
 
   
 
   
#footer, #footer a {
+
td.diff-addedline
color: #fff;
+
{
 +
background:#ccffcc;
 
}
 
}
 
   
 
   
/* Content
+
td.diff-deletedline
* This is the style of the content, copied from the monobook sking
+
{
*/
+
background:#ffffaa;
 
#content table {
 
font-size: 100%;
 
background: White;
 
}
 
#content a {
 
text-decoration: none;
 
color: #002bb8;
 
background: none;
 
 
}
 
}
#content a:visited { color: #5a3696; }
 
#content a:active { color: Orange; }
 
#content a:hover { text-decoration: underline; }
 
#content a.stub { color: #772233; }
 
a.new,
 
#content #p-personal a.new { color:#ba0000; }
 
a.new:visited,
 
#content #p-personal a.new:visited { color:#a55858; }
 
 
   
 
   
#content img {
+
td.diff-context
border: none;
+
{
vertical-align: middle;
+
background:#eeeeee;
 +
font-size: 0.9em;
 
}
 
}
#content p {
+
 
margin: 0.4em 0em 0.5em 0em;
+
span.diffchange
line-height: 1.5em;
+
{
 +
color: red;
 +
font-weight: bold;
 
}
 
}
 
   
 
   
#content p img { margin: 0; }
+
#p-lang
+
{
#content hr {
+
width: auto;
height: 1px;
+
clear: both;
color: #aaaaaa;
 
background-color: #aaaaaa;
 
border: 0;
 
margin: 0.2em 0 0.2em 0;
 
 
}
 
}
 
   
 
   
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
+
#p-lang ul
color: Black;
+
{
background: none;
+
padding-left: 0;
font-weight: normal;
 
margin: 0;
 
padding-top: 0.5em;
 
padding-bottom: 0.17em;
 
border-bottom: 1px solid #aaaaaa;
 
 
}
 
}
#content h1 { font-size: 188%; }
 
#content h2 { font-size: 150%; }
 
#content h3, #content h4, #content h5, #content h6 {
 
border-bottom: none;
 
font-weight: bold;
 
}
 
#content h3 { font-size: 132%; }
 
#content h4 { font-size: 116%; }
 
#content h5 { font-size: 100%; }
 
#content h6 { font-size: 80%;  }
 
 
   
 
   
#content ul {
+
#p-lang li
line-height: 1.5em;
+
{
list-style-type: square;
+
list-item-style: none;
margin: 0.3em 0 0 1.5em;
+
display: inline;
padding:0;
 
list-style-image: url("bullet.gif");
 
}
 
#content ol {
 
line-height: 1.5em;
 
margin: 0.3em 0 0 3.2em;
 
padding:0;
 
list-style-image: none;
 
}
 
#content li { margin-bottom: 0.1em; }
 
#content dt {
 
font-weight: bold;
 
margin-bottom: 0.1em;
 
}
 
#content dl{
 
margin-top: 0.2em;
 
margin-bottom: 0.5em;
 
}
 
#content dd {
 
line-height: 1.5em;
 
margin-left: 2em;
 
margin-bottom: 0.1em;
 
 
}
 
}
 
   
 
   
#content fieldset {
+
#footer
border: 1px solid #2f6fab;
+
{
margin: 1em 0em 1em 0em;
+
font-size: 0.9em;
padding: 0em 1em 1em 1em;
 
line-height: 1.5em;
 
}
 
#content legend {
 
background: White;
 
padding: 0.5em;
 
font-size: 95%;
 
}
 
#content form {
 
border: none;
 
margin: 0;
 
 
}
 
}
 
   
 
   
#content textarea {
+
.editsection
border: 1px solid #2f6fab; 
+
{
color: Black;
+
float: right;
background-color: white;
+
font-size: smaller;
width: 100%;
 
padding: 0.1em;
 
overflow: auto;
 
}
 
/* hide this from ie/mac and konq2.2 */
 
@media All {
 
#content head:first-child+body input {
 
visibility: visible;
 
border: 1px solid #2f6fab; 
 
color: Black;
 
background-color: white;
 
vertical-align: middle;
 
padding: 0.2em;
 
}
 
}
 
#content input.historysubmit {
 
padding: 0 0.3em 0.3em 0.3em !important;
 
font-size: 94%;
 
cursor: pointer;
 
height: 1.7em !important;
 
margin-left: 1.6em;
 
}
 
#content input[type="radio"],
 
#content input[type="checkbox"] { border:none; }
 
#content select {
 
border: 1px solid #2f6fab; 
 
color: Black;
 
vertical-align: top;
 
}
 
#content abbr, #content acronym, #content .explain {
 
border-bottom: 1px dotted Black;
 
color: Black;
 
background: none;
 
cursor: help;
 
}
 
#content q {
 
font-family: Times, "Times New Roman", serif;
 
font-style: italic;
 
}
 
#content code { background-color: #f9f9f9; }
 
#content pre {
 
padding: 1em;
 
border: 1px dashed #2f6fab;
 
color: Black;
 
background-color: #f9f9f9;
 
line-height: 1.1em;
 
 
}
 
}

Latest revision as of 14:59, 30 January 2010

body
{
background-color: white;
}
 
p
{
line-height: 1em !important;
}
 
#bodyContent
{
margin-left: 2%;
}
 
#bodyContent > h2
{
margin-left: -2%;
}
 
#bodyContent > h3
{
margin-left: -2%;
}
 
#siteSub
{
font-weight: normal;
font-size: 1.0em;
margin-left: -2.0em;
font-size: 0.9em;
}
 
#content
{
margin-top: 2.25em;
}
 
table
{
clear: both;
}
 
h1
{
font-size: 1.5em;
}
 
h2
{
font-size: 1.3em;
}
 
h3, h4, h5, h6
{
font-size: 1.1em;
}
 
#p-search
{
position: fixed;
top: 0; left: 0;
z-index: 4;
width: 50%;
padding: 0.2em;
}
 
#p-cactions h5, #p-search h5 { display: none; }
 
input[type="submit"]
{
border: 1px outset #369;
background-color: #369;
color: white;
}
 
input[type="text"],
textarea
{
border: 1px inset grey;
}
 
textarea
{
padding-left: 0.1em;
}
 
a:link,
a:visited,
a:hover
{
/*  font-weight: bold;*/
text-decoration: underline;
}
 
a:link
{
color: #369;
}
 
a:visited
{
color: #636;
}
 
a.new:link,
a.new:visited
{
color: #739900;
}
 
a:hover,
a.new:hover
{
color: #CC0000;
}
 
h1, h2, h3
{
margin: 0;
}
 
h1
{
border-bottom: 1px solid #888888;
}
 
h2
{
border-bottom: 1px dotted #888888;
}
 
#jump-to-nav
{
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;
}
 
.portlet h5
{
margin-top: 0.5em;
margin-bottom: 0;
border-bottom: 1px solid silver;
}
 
#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;
font-size: smaller;
}
 
#p-cactions ul
{
display: block;
margin: 0;
padding: 0;
text-align: right;
}
 
#p-cactions li
{
display: inline;
}
 
#p-cactions li a
{
display: inline;
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;
}
 
img
{
border: none;
}
 
 
div.thumb
{
border: 1px solid #dddddd;
padding: 0.5em;
background-color: white;
}
 
.tright
{
margin: 0.25em 0 0.5em 0.5em;
float: right;
}
 
.tleft
{
margin: 0.25em 0.5em 0.5em 0;
}
 
#f-poweredbyico,
#f-copyrightico
{
display: none;
}
 
pre
{
background-color: #f7f7f7;
padding: 0.2em;
border: 1px solid #eeeeee;
}
 
td.diff-otitle { background:#cccccc; }
td.diff-ntitle { background:#cccccc; }
 
td.diff-addedline
{
background:#ccffcc;
}
 
td.diff-deletedline
{
background:#ffffaa;
}
 
td.diff-context
{
background:#eeeeee;
font-size: 0.9em;
}

span.diffchange
{
color: red;
font-weight: bold;
}
 
#p-lang
{
width: auto;
clear: both;
}
 
#p-lang ul
{
padding-left: 0;
}
 
#p-lang li
{
list-item-style: none;
display: inline;
}
 
#footer
{
font-size: 0.9em;
}
 
.editsection
{
float: right;
font-size: smaller;
}