User:Admin/monobook.css: Difference between revisions

From Aviation Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/** This is my personal monobook.css page **/
/** This is my personal monobook.css page **/
#siteSub {
#siteSub {
     display: inline;
     display: inline;
Line 8: Line 7:
     color: darkgrey;
     color: darkgrey;
}
}
/* Remove the page background image */
body {
body {
background: #344957;
background: #344957;
Line 15: Line 15:
color: #002bb8;
color: #002bb8;
}
}
 
div.pBody{background: #3300CC}
#p-navigation h5 { color:ORANGE }

Revision as of 23:04, 8 February 2009

/** This is my personal monobook.css page **/
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
    font-style: italic;
    color: darkgrey;
}
/* Remove the page background image */
body {
	background: #344957;
}
/** Make Link Text Darker **/
a {
	color: #002bb8;
}
div.pBody{background: #3300CC}