/**Set font properties for your forum. Obviously, you could take out the .SiteTitle if you wanted to declare a different font for those elements. **/ /*All Pages */ blockquote { padding: 1ex 16px; margin: 1em 0; background: $grey-h; background: rgba(0, 0, 0, 0.05); border-left: 4px solid $grey-5; border-left: 4px solid rgba(0, 0, 0, 0.1); min-width: 200px; overflow-y: auto; } body, .SiteTitle { font-family: 'lucida grande','Lucida Sans Unicode',tahoma,sans-serif; background: #bbeeff; } h1, h2, h3, h4, h5 { font-family: 'lucida grande','Lucida Sans Unicode',tahoma,sans-serif; color: #900; /* Set to match your theme colour scheme */ } /** Set properties for hyperlinks and hyperlink hover for elements which don't have a specific css rule.**/ a, .PanelInfo a, .PanelInfo .Active a{ /* .PanelInfo for Panel in Profile page) */ color: #900; text-decoration: none !important; } a:hover { color: #458CDF; text-decoration: none !important; } /* DISCUSSION LIST PAGE */ /* Top Menu backround colour, height and alignment */ #Frame {background: #bbeeff; /* If you want a background colour for your pages */ } #Frame > .Top { background: #bbeeff; padding: 0 20 20 0px; /* Top Right Bottom Left - the px goes after the last margin you declare e.g. if you just want top and left 10 0 0 10px */ text-align: left; /* center or right*/ line-height: 2; /*The following declarations give you the same background effect as the Site menu. Edit the colours to match your theme, or delete if you don't want the effect.*/ /* -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 #F7F7F7; border-color: #D0D0D0; border-image: none; border-style: solid; border-width: 1px 0; box-shadow: 0 5px 5px 0 #EEEEEE inset, 0 -5px 5px 0 #EEEEEE inset; color: #000000;*/ } /*Declarations for the hyperlinks in the TopMenu */ .TopMenu a { padding: 4px; font-size: 13px; font-weight: 400; color: #900; } .TopMenu a:hover { background: #333; /* delete this line if you don't want a different background colour when you hover over a link */ color: #fff; /*delete this line if you don't want a different colour for the link when you hover over it*/ text-decoration: none; /* include if you don't want hyperlinks underlined*/ } .Discussions #Panel .FilterMenu, .Discussions .CategoryFilter, .Discussion #Panel .FilterMenu, .Discussion .CategoryFilter {display:none; /*Removes the Category and other links in the Panel*/ } #Kreiosiswrong{ color: #f00; } /* A single links menu? */ /* The MeBox icons give you access to all of the links contained in the SiteMenu. If you just want to use the top menu, the following declarations allow you to position the Search box within the Top Menu. You also need to edit default.master.tpl, adding