/** * Copyright 2008 Grestul Group all rights reserved * Powered by Grestul * Styled by: Imad Jomaa **/ body { background: #efefef url(images/backrep.png) repeat-x; font-size: 16px; } /* repeating background for content */ .contentrep { background: url(images/contentrep.png) repeat; width: 863px; margin: 0 auto; } /* logo */ .logo { margin-left: 60px; margin-top: 40px; } /* navi links off */ .navioff { margin: -5px auto; padding-left: 15px; } /* navi home off */ .navihoff { margin: -5px auto; padding-left: 2px; } /* navigation wrapper */ .navi { padding-left: 62px; width: 863px; margin: 0 auto; margin-top: 51px; /* Hiding from IE5/Mac \\*/ *margin-top: 39px; /* End Hack */ } /* navi home on or selected */ .navihon { margin: -10px auto; } /* navi links on or selected */ .navion { margin: -7px auto; padding-left: 15px; } /* information bar e.g Home */ .infobar { background: url(images/onoffbar.png) no-repeat; width: 803px; height: 66px; margin: 0 auto; color: #fff; font-size: 14px; font-family: \'Segoe UI\'; } /* information bar e.g current version */ .infotext { padding-left: 50px; padding-top: 10px; width: 700px; } /* images */ img { border: none; } /* body content */ .bodycontent { padding-left: 80px; padding-top: 10px; width: 695px; font-family: \'Segeo UI\'; font-size: 17px; color: #888888; } /* Big title */ .btite { padding-left: 80px; padding-top: 3%; font-family: Sans; font-size: 20px; color: #a3a459; } /* small title */ .smalltite { padding-left: 80px; padding-top: 3px; font-family: Sans; font-size: 15px; font-weight: bold; color: #898989; } /* credits on home */ .credits { text-decoration: none; color: #000; font-size: 15px; } .credits:hover { text-decoration: none; border-bottom: 1px dotted #898989; color: #898989; font-size: 15px; } /* Links */ .tabber { text-decoration: none; color: #898989; } /*version check*/ .check { text-decoration: none; color: #e3372e; } /* Templates Manager links */ .fm { text-decoration: none; color: #898989; } .fm:hover { text-decoration: none; color: #000; } /* logout link */ .logout { float: right; padding-right: 110px; } .logout a { text-decoration: none; color: #898989; } .fail { background: #feedea; border: 1px solid #e5325e; margin: 10px auto; padding: 10px; text-align: center; color: #df0024; } .pass { background: #f5f8ec; border: 1px solid #8dcb41; margin: 10px auto; padding: 10px; text-align: center; font-weight: bold; color: #7dc623; } /* You may not modify uncommented lines in the footer class */ /* lines allowed for modification are labeled YMM */ .footer { background: url(images/footer.png) no-repeat; /* YMM */ width: 863px; /* YMM */ height: 107px; /* YMM */ margin: 0 auto; /* YMM */ text-align: center; /* YMM */ color: #000000; font-family: \'Segoe UI\'; /* YMM */ font-size: 12px; /* YMM must be at-least 12px */ padding-top: 45px; /* YMM */ } .footer a { text-decoration: none; /* YMM */ border-bottom: 1px dotted #000; /* YMM */ color: #000; /* YMM */ } .footer a:hover { text-decoration: none; /* YMM */ border-bottom: 1px dotted #898989; /* YMM */ color: #898989; /* YMM */ }