/* $Id: brown.css,v 1, 03 Feb 2008 11:23:24 +0000 nimazuk Exp $ */ /** * @file * An optional brown style. */ /** * Standard style options for MySite */ span.mysite-header { display:block; background:#D2CDC0 none repeat scroll 0; border-left:1px solid #DCD7CA; border-right:1px solid #DCD7CA; border-top:1px solid #DCD7CA; height:18px; padding-right:3px } div.mysite-content { padding:5px; border-left:1px solid #ccc; border-right:1px solid #ccc } div.mysite-footer { clear:both; background:url(../icons/bg_footer_brown.png); border:1px solid #ccc; height:20px } div.mysite-footer-left { float:left; padding:2px 4px 0 } div.mysite-footer-left a { text-decoration:none; font-size:.9em } div.mysite-footer-right { text-align:right; padding:1px 4px 0 } /** * Interface helpers */ div.mysite-helper { background-color:#fff; padding:10px 0; border:2px dashed #00c } div.mysite-active { background-color:#fed } div.mysite-hover { background-color:#dfd } /** * Default color */ span.mysite-header,span.mysite-header a { color:#369; text-decoration:none } /** * Define the style selector on the edit page */ #mysite-brown-edit { width:200px; background-color:#fff; margin:0 0 30px 24px; font-family:Tahoma; border:1px solid #DCD7CA } #mysite-brown-edit span { background:url(../icons/menu-expanded.png) 0 60% no-repeat; padding:0 10px 0 0 } #mysite-brown-edit h2 { margin:0; display:block; background:#D2CDC0 none repeat scroll 0; border-left:1px solid #DCD7CA; border-right:1px solid #DCD7CA; border-top:1px solid #DCD7CA; height:18px; padding-right:3px } #mysite-brown-edit a { font:15px arial; color:#6D5221; text-decoration:underline } #mysite-brown-edit a:hover { color:#000; text-decoration:underline } #mysite-brown-edit p { padding:0 8px; color:#000 } #mysite-brown-edit div { padding:0 4px; font-size:.9em; clear:both; background:url(../icons/bg_footer_brown.png); border-top:1px solid #DCD7CA; height:20px; text-decoration:underline }