Difference between revisions of "MediaWiki:Common.css"

From Sydapedia
Jump to navigationJump to search
m
m
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
 +
 +
/* The options at the upper right (My talk, My preferences, My watchlist, My contributions, Log out */
 +
#p-personal ul li a {
 +
font-family:"Comic Sans MS", sans-serif;
 +
background:#EEDDFF;
 +
border-bottom: #9966ff;
 +
    border-top: hidden;
 +
    border-right: 1px solid #9966ff;
 +
    border-left: 1px solid #9966ff;
 +
}
 +
 +
 +
/* The Bar above each article (Article, Discuss, Edit, etc...) */
 
#p-cactions ul li a {
 
#p-cactions ul li a {
 
     font-family: "Comic Sans MS", sans-serif;
 
     font-family: "Comic Sans MS", sans-serif;
Line 20: Line 33:
 
}
 
}
  
 +
/* Footer at the bottom of the page */
 
#footer {
 
#footer {
 
     background: #ffffff;
 
     background: #ffffff;

Revision as of 08:25, 13 January 2008

/** CSS placed here will be applied to all skins */

/* The options at the upper right (My talk, My preferences, My watchlist, My contributions, Log out */
#p-personal ul li a {
	font-family:"Comic Sans MS", sans-serif;
	background:#EEDDFF;
	border-bottom: #9966ff;
    border-top: hidden;
    border-right: 1px solid #9966ff;
    border-left: 1px solid #9966ff;
}


/* The Bar above each article (Article, Discuss, Edit, etc...) */
#p-cactions ul li a {
    font-family: "Comic Sans MS", sans-serif;
    background: #EEDDFF;
    color: #9966ff;
	border-bottom-style: hidden;
    border-top: 1px solid #669966;
    border-right: 1px solid #336633;
    border-left: 1px solid #669966;
}

#p-cactions ul li.selected a {
    font-family: "Comic Sans MS", sans-serif;
    background: #FFFFFF;
    color: #9966ff;
    border-bottom: #00FF00;
    border-top: 1px solid #00ff00;
    border-right: 1px solid #00CC00;
    border-left: 1px solid #00ff00;
}

/* Footer at the bottom of the page */
#footer {
    background: #ffffff;
    color: #9966FF;
    border: 1px solid #00FF00;
}