|
From: OryNider <ory...@us...> - 2007-12-16 20:48:32
|
Update of /cvsroot/mxbb/core/templates/prosilver/theme In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6123/theme Modified Files: buttons.css colours.css common.css content.css forms.css links.css Added Files: bidi.css index.htm large.css medium.css normal.css print.css stylesheet.css theme.cfg Log Message: more prosilver stuff. --- NEW FILE: medium.css --- body { font-size: 11px; } --- NEW FILE: normal.css --- body { font-size: 10px; } Index: content.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/content.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** content.css 14 Dec 2007 02:23:59 -0000 1.1 --- content.css 16 Dec 2007 20:48:19 -0000 1.2 *************** *** 57,60 **** --- 57,66 ---- } + .forum-image { + float: left; + padding-top: 5px; + margin-right: 5px; + } + li.row { border-top: 1px solid #FFFFFF; *************** *** 102,106 **** /* Tweak for headers alignment when folder icon used */ padding-left: 0; ! padding-right: 44px; } --- 108,112 ---- /* Tweak for headers alignment when folder icon used */ padding-left: 0; ! padding-right: 50px; } *************** *** 151,155 **** dd.extra { ! width: 65px; line-height: 200%; text-align: center; --- 157,161 ---- dd.extra { ! width: 12%; line-height: 200%; text-align: center; *************** *** 403,422 **** /* Quote block */ blockquote { - /* Also see tweaks.css */ - margin: 1em 1px 1em 25px; - padding: 5px; background: #ebebeb none 6px 8px no-repeat; ! border:1px solid #dbdbdb; ! font-size:0.95em; ! margin:1em 1px 1em 25px; ! overflow:hidden; ! padding:5px; } blockquote blockquote { /* Nested quotes */ ! background-color:#bababa; ! font-size:1em; ! margin:0.5em 1px 0pt 15px; } --- 409,425 ---- /* Quote block */ blockquote { background: #ebebeb none 6px 8px no-repeat; ! border: 1px solid #dbdbdb; ! font-size: 0.95em; ! margin: 0.5em 1px 0 25px; ! overflow: hidden; ! padding: 5px; } blockquote blockquote { /* Nested quotes */ ! background-color: #bababa; ! font-size: 1em; ! margin: 0.5em 1px 0 15px; } *************** *** 577,581 **** padding: 3px; border: 1px solid #666666; - display: block; background-color: #FFF; } --- 580,583 ---- Index: links.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/links.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** links.css 14 Dec 2007 02:24:00 -0000 1.1 --- links.css 16 Dec 2007 20:48:19 -0000 1.2 *************** *** 138,143 **** background: none no-repeat top left; text-decoration: none; ! width: 11px; ! height: 11px; display: block; float: right; --- 138,143 ---- background: none no-repeat top left; text-decoration: none; ! width: {IMG_ICON_BACK_TOP_WIDTH}px; ! height: {IMG_ICON_BACK_TOP_HEIGHT}px; display: block; float: right; Index: colours.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/colours.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** colours.css 14 Dec 2007 02:23:59 -0000 1.1 --- colours.css 16 Dec 2007 20:48:18 -0000 1.2 *************** *** 50,54 **** .headerbar { background-color: #12A3EB; ! background-image: url("images/bg_header.gif"); color: #FFFFFF; } --- 50,54 ---- .headerbar { background-color: #12A3EB; ! background-image: url("{T_THEME_PATH}/images/bg_header.gif"); color: #FFFFFF; } *************** *** 60,69 **** .forabg { background-color: #0076b1; ! background-image: url("images/bg_list.gif"); } .forumbg { background-color: #12A3EB; ! background-image: url("images/bg_header.gif"); } --- 60,69 ---- .forabg { background-color: #0076b1; ! background-image: url("{T_THEME_PATH}/images/bg_list.gif"); } .forumbg { background-color: #12A3EB; ! background-image: url("{T_THEME_PATH}/images/bg_header.gif"); } *************** *** 94,110 **** span.corners-top { ! background-image: url("images/corners_left.png"); } span.corners-top span { ! background-image: url("images/corners_right.png"); } span.corners-bottom { ! background-image: url("images/corners_left.png"); } span.corners-bottom span { ! background-image: url("images/corners_right.png"); } --- 94,110 ---- span.corners-top { ! background-image: url("{T_THEME_PATH}/images/corners_left.png"); } span.corners-top span { ! background-image: url("{T_THEME_PATH}/images/corners_right.png"); } span.corners-bottom { ! background-image: url("{T_THEME_PATH}/images/corners_left.png"); } span.corners-bottom span { ! background-image: url("{T_THEME_PATH}/images/corners_right.png"); } *************** *** 186,190 **** /* Pagination in viewforum for multipage topics */ .row .pagination { ! background-image: url("images/icon_pages.gif"); } --- 186,190 ---- /* Pagination in viewforum for multipage topics */ .row .pagination { ! background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); } *************** *** 329,344 **** /* Back to top of page */ a.top { ! background-image: url("../images/icon_back_top.gif"); } a.top2 { ! background-image: url("../images/icon_back_top.gif"); } /* Arrow links */ ! a.up { background-image: url("images/arrow_up.gif") } ! a.down { background-image: url("images/arrow_down.gif") } ! a.left { background-image: url("images/arrow_left.gif") } ! a.right { background-image: url("images/arrow_right.gif") } a.up:hover { --- 329,344 ---- /* Back to top of page */ a.top { ! background-image: url("{IMG_ICON_BACK_TOP_SRC}"); } a.top2 { ! background-image: url("{IMG_ICON_BACK_TOP_SRC}"); } /* Arrow links */ ! a.up { background-image: url("{T_THEME_PATH}/images/arrow_up.gif") } ! a.down { background-image: url("{T_THEME_PATH}/images/arrow_down.gif") } ! a.left { background-image: url("{T_THEME_PATH}/images/arrow_left.gif") } ! a.right { background-image: url("{T_THEME_PATH}/images/arrow_right.gif") } a.up:hover { *************** *** 362,366 **** ul.forums { background-color: #eef5f9; ! background-image: url("images/gradient.gif"); } --- 362,366 ---- ul.forums { background-color: #eef5f9; ! background-image: url("{T_THEME_PATH}/images/gradient.gif"); } *************** *** 373,376 **** --- 373,381 ---- } + .rtl ul.topiclist dd { + border-right-color: #fff; + border-left-color: transparent; + } + ul.topiclist li.row dt a.subforum.read { background-image: url("{IMG_SUBFORUM_READ_SRC}"); *************** *** 398,401 **** --- 403,411 ---- } + .rtl li.row:hover dd { + border-right-color: #CCCCCC; + border-left-color: transparent; + } + li.header dt, li.header dd { color: #FFFFFF; *************** *** 433,442 **** } - .announce, .unreadpost { - /* Highlight the announcements & unread posts box */ - border-left-color: #BC2A4D; - border-right-color: #BC2A4D; - } - /* Post signature */ .signature { --- 443,446 ---- *************** *** 454,458 **** blockquote { background-color: #EBEADD; ! background-image: url("images/quote.gif"); border-color:#DBDBCE; } --- 458,462 ---- blockquote { background-color: #EBEADD; ! background-image: url("{T_THEME_PATH}/images/quote.gif"); border-color:#DBDBCE; } *************** *** 508,513 **** } ! .attachbox p.stats ! { color: #666666; } --- 512,516 ---- } ! .attachbox p.stats { color: #666666; } *************** *** 556,559 **** --- 559,566 ---- } + .rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 { + border-right-color: transparent; + } + .pollbar1 { background-color: #AA2346; *************** *** 562,565 **** --- 569,576 ---- } + .rtl .pollbar1 { + border-left-color: #74162C; + } + .pollbar2 { background-color: #BE1E4A; *************** *** 568,571 **** --- 579,586 ---- } + .rtl .pollbar2 { + border-left-color: #8C1C38; + } + .pollbar3 { background-color: #D11A4E; *************** *** 574,577 **** --- 589,596 ---- } + .rtl .pollbar3 { + border-left-color: #AA2346; + } + .pollbar4 { background-color: #E41653; *************** *** 580,583 **** --- 599,606 ---- } + .rtl .pollbar4 { + border-left-color: #BE1E4A; + } + .pollbar5 { background-color: #F81157; *************** *** 586,589 **** --- 609,616 ---- } + .rtl .pollbar5 { + border-left-color: #D11A4E; + } + /* Poster profile block ----------------------------------------*/ *************** *** 593,600 **** --- 620,637 ---- } + .rtl .postprofile { + border-right-color: #FFFFFF; + border-left-color: transparent; + } + .pm .postprofile { border-left-color: #DDDDDD; } + .rtl .pm .postprofile { + border-right-color: #DDDDDD; + border-left-color: transparent; + } + .postprofile strong { color: #000000; *************** *** 611,655 **** /* Big button images */ a.print { ! background-image: url("images/icon_print.gif"); } a.sendemail { ! background-image: url("images/icon_sendemail.gif"); } a.fontsize { ! background-image: url("images/icon_fontsize.gif"); } /* Icon images ---------------------------------------- */ ! .sitehome { background-image: url("images/icon_home.gif"); } ! .icon-faq { background-image: url("images/icon_faq.gif"); } ! .icon-members { background-image: url("images/icon_members.gif"); } ! .icon-home { background-image: url("images/icon_home.gif"); } ! .icon-ucp { background-image: url("images/icon_ucp.gif"); } ! .icon-register { background-image: url("images/icon_register.gif"); } ! .icon-logout { background-image: url("images/icon_logout.gif"); } ! .icon-bookmark { background-image: url("images/icon_bookmark.gif"); } ! .icon-bump { background-image: url("images/icon_bump.gif"); } ! .icon-subscribe { background-image: url("images/icon_subscribe.gif"); } ! .icon-unsubscribe { background-image: url("images/icon_unsubscribe.gif"); } ! .icon-pages { background-image: url("images/icon_pages.gif"); } ! .icon-search { background-image: url("images/icon_search.gif"); } ! .email-icon, .email-icon a { background-image: url("../images/icon_contact_email.gif"); } ! .aim-icon, .aim-icon a { background-image: url("../images/icon_contact_aim.gif"); } ! .yahoo-icon, .yahoo-icon a { background-image: url("../images/icon_contact_yahoo.gif"); } ! .web-icon, .web-icon a { background-image: url("../images/icon_contact_www.gif"); } ! .msnm-icon, .msnm-icon a { background-image: url("../images/icon_contact_msnm.gif"); } ! .icq-icon, .icq-icon a { background-image: url("../images/icon_contact_icq.gif"); } ! .jabber-icon, .jabber-icon a { background-image: url("../images/icon_contact_jabber.gif"); } /* Moderator icons */ .report-icon, .report-icon a { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); } ! .delete-icon, .delete-icon a { background-image: url("../images/icon_post_delete.gif"); } ! .info-icon, .info-icon a { background-image: url("../images/icon_post_info.gif"); } .warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */ --- 648,702 ---- /* Big button images */ + .reply-icon span { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); } + .post-icon span { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); } + .locked-icon span { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); } + .pmreply-icon span { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;} + .newpm-icon span { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;} + .forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;} a.print { ! background-image: url("{T_THEME_PATH}/images/icon_print.gif"); } a.sendemail { ! background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif"); } a.fontsize { ! background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif"); } /* Icon images ---------------------------------------- */ ! .sitehome { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); } ! .icon-faq { background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); } ! .icon-members { background-image: url("{T_THEME_PATH}/images/icon_members.gif"); } ! .icon-home { background-image: url("{T_THEME_PATH}/images/icon_home.gif"); } ! .icon-ucp { background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); } ! .icon-register { background-image: url("{T_THEME_PATH}/images/icon_register.gif"); } ! .icon-logout { background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); } ! .icon-bookmark { background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); } ! .icon-bump { background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); } ! .icon-subscribe { background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); } ! .icon-unsubscribe { background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); } ! .icon-pages { background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); } ! .icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); } ! /* Profile & navigation icons */ ! .email-icon, .email-icon a { background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); } ! .aim-icon, .aim-icon a { background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); } ! .yahoo-icon, .yahoo-icon a { background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); } ! .web-icon, .web-icon a { background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); } ! .msnm-icon, .msnm-icon a { background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); } ! .icq-icon, .icq-icon a { background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); } ! .jabber-icon, .jabber-icon a { background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); } ! .pm-icon, .pm-icon a { background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); } ! .quote-icon, .quote-icon a { background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); } /* Moderator icons */ .report-icon, .report-icon a { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); } ! .edit-icon, .edit-icon a { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); } ! .delete-icon, .delete-icon a { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); } ! .info-icon, .info-icon a { background-image: url("{IMG_ICON_POST_INFO_SRC}"); } .warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */ *************** *** 692,700 **** ----------------------------------------*/ #tabs a { ! background-image: url("images/bg_tabs1.gif"); } #tabs a span { ! background-image: url("images/bg_tabs2.gif"); color: #536482; } --- 739,747 ---- ----------------------------------------*/ #tabs a { ! background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif"); } #tabs a span { ! background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif"); color: #536482; } *************** *** 737,741 **** color: #333; background-color: #B2C2CF; ! background-image: url("images/bg_menu.gif"); } --- 784,788 ---- color: #333; background-color: #B2C2CF; ! background-image: url("{T_THEME_PATH}/images/bg_menu.gif"); } *************** *** 770,803 **** #cp-main span.corners-top, #cp-menu span.corners-top { ! background-image: url("images/corners_left2.gif"); } #cp-main span.corners-top span, #cp-menu span.corners-top span { ! background-image: url("images/corners_right2.gif"); } #cp-main span.corners-bottom, #cp-menu span.corners-bottom { ! background-image: url("images/corners_left2.gif"); } #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span { ! background-image: url("images/corners_right2.gif"); } /* Topicreview */ #cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top { ! background-image: url("images/corners_left.gif"); } #cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span { ! background-image: url("images/corners_right.gif"); } #cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom { ! background-image: url("images/corners_left.gif"); } #cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span { ! background-image: url("images/corners_right.gif"); } --- 817,850 ---- #cp-main span.corners-top, #cp-menu span.corners-top { ! background-image: url("{T_THEME_PATH}/images/corners_left2.gif"); } #cp-main span.corners-top span, #cp-menu span.corners-top span { ! background-image: url("{T_THEME_PATH}/images/corners_right2.gif"); } #cp-main span.corners-bottom, #cp-menu span.corners-bottom { ! background-image: url("{T_THEME_PATH}/images/corners_left2.gif"); } #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span { ! background-image: url("{T_THEME_PATH}/images/corners_right2.gif"); } /* Topicreview */ #cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top { ! background-image: url("{T_THEME_PATH}/images/corners_left.gif"); } #cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span { ! background-image: url("{T_THEME_PATH}/images/corners_right.gif"); } #cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom { ! background-image: url("{T_THEME_PATH}/images/corners_left.gif"); } #cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span { ! background-image: url("{T_THEME_PATH}/images/corners_right.gif"); } *************** *** 866,869 **** --- 913,920 ---- } + option.disabled-option { + color: graytext; + } + /* Definition list layout for forms ---------------------------------------- */ *************** *** 882,886 **** /* Quick-login on index page */ ! fieldset.quick-login input { background-color: #F2F3F3; } --- 933,937 ---- /* Quick-login on index page */ ! fieldset.quick-login input.inputbox { background-color: #F2F3F3; } *************** *** 916,920 **** color: #000; background-color: #FAFAFA; ! background-image: url("images/bg_button.gif"); } --- 967,971 ---- color: #000; background-color: #FAFAFA; ! background-image: url("{T_THEME_PATH}/images/bg_button.gif"); } *************** *** 944,947 **** input.search { ! background-image: url("images/icon_textbox_search.gif"); ! } \ No newline at end of file --- 995,1002 ---- input.search { ! background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif"); ! } ! ! input.disabled { ! color: #666666; ! } --- NEW FILE: bidi.css --- /* proSilver RTL definitions ---------------------------------------- */ /** * common.css */ .rtl h1 { margin-right: 0; margin-left: 200px; } .rtl p.right { text-align: left; } .rtl div.rules ul { margin-left: 0; margin-right: 20px; } /* Main blocks ---------------------------------------- */ .rtl #logo { float: right; padding: 10px 10px 0 13px; } /* Search box --------------------------------------------- */ .rtl #search-box { float: left; text-align: left; margin-right: 0; margin-left: 5px; } .rtl #search-box li { text-align: left; } .rtl #search-box img { margin-right: 0; margin-left: 3px; } .rtl #site-description { float: right; } .rtl #site-description h1 { margin-left: 0; } /* Round cornered boxes and backgrounds ---------------------------------------- */ .rtl .post { background-position: 0 0; } /* Horizontal lists ----------------------------------------*/ .rtl ul.linklist li { float: right; margin-right: 0; margin-left: 5px; } .rtl ul.linklist li.rightside, .rtl p.rightside { float: left; margin-right: 5px; margin-left: 0; text-align: left; } .rtl ul.leftside li, .rtl ul.rightside li { float: left; } .rtl ul.leftside { float: right; margin-left: 5px; margin-right: 0; text-align: right; } .rtl ul.rightside { float: left; margin-left: -5px; margin-right: 5px; text-align: left; } /* Table styles ----------------------------------------*/ .rtl table.table1 thead th { padding: 0 3px 4px 0; } .rtl table.table1 thead th span { padding-left: 0; padding-right: 7px; } .rtl table.table1 tbody th { text-align: right; } /* Specific column styles */ .rtl table.table1 .name { text-align: right; } .rtl table.table1 .joined { text-align: right; } .rtl table.table1 .active { text-align: right; } .rtl table.table1 .info { text-align: right; } .rtl table.table1 thead .autocol { padding-left: 0; padding-right: 1em; } .rtl table.table1 span.rank-img { float: left; } .rtl table.info tbody th { text-align: left; } .rtl .forumbg table.table1 { margin: 0 -1px -1px -2px; } /* Misc layout styles ---------------------------------------- */ /* column[1-2] styles are containers for two column layouts Also see tweaks.css */ .rtl .column1 { float: right; clear: right; } .rtl .column2 { float: left; clear: left; } /* General classes for placing floating blocks */ .rtl .left-box { float: right; text-align: right; } .rtl .right-box { float: left; text-align: left; } .rtl dl.details dt { float: right; clear: right; text-align: left; } .rtl dl.details dd { margin-right: 0; margin-left: 0; padding-right: 5px; padding-left: 0; float: right; } *:first-child+html dl.details dd { margin-right: 30%; float: none; } * html dl.details dd { margin-right: 30%; float: none; } /* Pagination ---------------------------------------- */ .rtl .pagination { text-align: left; float: left; padding-left: 5px; } /* Pagination in viewforum for multipage topics */ .rtl .row .pagination { float: left; padding: 1px 0 1px 15px; } .rtl .pagination span { direction: ltr; } .rtl .pagination span.page-sep { display: inline; visibility: hidden; position: absolute; } /* Miscellaneous styles ---------------------------------------- */ .rtl #forum-permissions { float: left; padding-right: 5px; padding-left: 0; margin-right: 5px; margin-left: 0; text-align: left; } .rtl .forabg { width: 99%; /* fix for IE6 */ } .rtl .forumbg { width: 99%; /* fix for IE6 */ } /** * links.css */ /* Back to top of page */ .rtl .back2top { text-align: left; } .rtl a.top { float: left; } .rtl a.top2 { padding-left: 0; padding-right: 15px; } /** * content.css */ .rtl ul.topiclist dt { float: right; } .rtl ul.topiclist dl { position: static; /* fix for IE6 */ } .rtl ul.topiclist dd { float: right; border-right-width: 1px; border-right-style: solid; border-left: none; } .rtl ul.topiclist li.row dt a.subforum { padding: 0 0 0 12px; background-position: 100% 100%; position: static; } .rtl .forum-image { float: right; margin-right: 0; margin-left: 5px; } .rtl li.header dt, .rtl li.header dd { border-right-width: 0; } .rtl li.header dd { margin-left: 0; margin-right: 1px; } .rtl dl.icon { background-position: 99.5% 50%; } .rtl li.header dl.icon dt { /* Tweak for headers alignment when folder icon used */ padding-right: 0; padding-left: 50px; } .rtl dl.icon dt { padding-left: 0; padding-right: 45px; /* Space for folder icon */ background-position: 99.5% 95%; /* Position of topic icon */ } .rtl dd.lastpost span, .rtl ul.topiclist dd.searchby span, .rtl ul.topiclist dd.info span, .rtl ul.topiclist dd.time span, .rtl dd.redirect span, .rtl dd.moderation span { padding-left: 0; padding-right: 5px; } .rtl dd.mark { float: left !important; } .rtl ul.topiclist dd.searchextra { margin-left: 0; margin-right: 5px; border-right: none; } /* Post body styles ----------------------------------------*/ .rtl .postbody { float: right; } /* Topic review panel ----------------------------------------*/ .rtl #topicreview { padding-right: 0; padding-left: 5px; } /* Content container styles ----------------------------------------*/ .rtl .content ul, .rtl .content ol { margin-right: 3em; margin-left: 0; } /* Post author */ .rtl p.author { margin: 0 0 0.6em 15em; } .rtl .signature { clear: right; } .rtl .notice { clear: right; } /* Jump to post link for now */ .rtl ul.searchresults { text-align: left; } /* BB Code styles ----------------------------------------*/ /* Quote block */ .rtl blockquote { margin: 0.5em 25px 0 1px; } .rtl blockquote blockquote { /* Nested quotes */ margin: 0.5em 15px 0 1px; } .rtl blockquote cite { /* Username/source of quoter */ margin-right: 20px; margin-left: 0; } .rtl blockquote dl.codebox { margin-right: 0; } .rtl code { direction: ltr; } /* Attachments ----------------------------------------*/ .rtl .attachbox { float: right; margin: 5px 0 5px 5px; clear: right; } .rtl .attachbox dd { clear: right; } .rtl .attachbox p { clear: right; } .rtl .attachbox p.stats { clear: right; } /* Post poll styles ----------------------------------------*/ .rtl fieldset.polls dt { text-align: right; float: right; border-left: none; } .rtl fieldset.polls dd { float: right; border-right: none; margin-right: 0; } .rtl fieldset.polls dd div { text-align: left; } .rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 { border-left-width: 1px; border-left-style: solid; border-right: none; } /* Poster profile block ----------------------------------------*/ .rtl .postprofile { border-left: none; border-right-width: 1px; border-right-style: solid; float: left; /* text-align: right; */ } .rtl .pm .postprofile { border-right-width: 1px; border-right-style: solid; border-left: none; } .rtl .postprofile dd, .rtl .postprofile dt { margin-left: 0; margin-right: 8px; } .rtl .online { background-position: 0 0; } .rtl dl.pmlist dd { margin-right: 61% !important; margin-left: 0 !important; } /** * buttons.css */ /* Rollover buttons Based on: http://wellstyled.com/css-nopreload-rollovers.html ----------------------------------------*/ .rtl .buttons { float: right; } /* Rollover state */ .rtl .buttons div { margin: 0 1px 0 5px; } /* Sub-header (navigation bar) --------------------------------------------- */ .rtl a.print, .rtl a.sendemail, .rtl a.fontsize { text-align: right; } /* Icon images ---------------------------------------- */ .rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout, .rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search { background-position: 100% 50%; padding: 1px 17px 0 0; } /* Poster profile icons ----------------------------------------*/ /* Rollover state */ .rtl .postprofile ul.profile-icons li { float: right; margin: 0 0 3px 6px; } /* Positioning of moderator icons */ .rtl .postbody ul.profile-icons { float: left; } /** * cp.css */ /* proSilver Control Panel Styles ---------------------------------------- */ /* Main CP box ----------------------------------------*/ .rtl #cp-menu { float: right; } .rtl #cp-main { float: right; } .rtl #cp-main .panel ol { margin-right: 2em; margin-left: 0; } .rtl #cp-main .pagination { float: left; } .rtl #cp-main .buttons { margin-right: 0; margin-left: 0; } /* CP tabbed menu ----------------------------------------*/ .rtl #tabs { margin: 20px 7px -1px 0; } .rtl #tabs a { float: right; } /*.rtl #tabs a span { float: right; }*/ /* Mini tabbed menu used in MCP ----------------------------------------*/ .rtl #minitabs { margin: -20px 0 0 7px; } .rtl #minitabs li { float: left; margin-right: 2px; margin-left: 0; } /* UCP navigation menu ----------------------------------------*/ /* Preferences pane layout ----------------------------------------*/ .rtl #cp-main h2 { margin-left: 0; margin-right: 10px; } /* Friends list */ .rtl .cp-mini { margin: 10px 5px 10px 15px; } /* PM Styles ----------------------------------------*/ /* Defined rules list for PM options */ .rtl ol.def-rules { padding-right: 0; } /* PM marking colours */ .rtl .pm-legend { border-right-width: 10px; border-right-style: solid; border-left-width: 0; padding-left: 0; padding-right: 3px; } /* Avatar gallery */ .rtl #gallery label { float: right; } /** * forms.css */ /* General form styles ----------------------------------------*/ .rtl option { padding-right: 0; padding-left: 1em; } .rtl label { padding-right: 0; padding-left: 5px; } /* Definition list layout for forms ---------------------------------------- */ .rtl fieldset dt { float: right; text-align: right; } .rtl fieldset dd { margin-left: 0; margin-right: 41%; } /* Specific layout 1 */ .rtl fieldset.fields1 dt { border-left-width: 0; border-right-width: 1px; } .rtl fieldset.fields1 dd { margin-right: 10em; margin-left: 0; border-right-width: 0; border-left-width: 1px; } /* Specific layout 2 */ .rtl fieldset.fields2 dt { border-right-width: 1px; border-left-width: 0; } .rtl fieldset.fields2 dd { margin-right: 16em; margin-left: 0; border-left-width: 1px; border-right-width: 0; } /* Form elements */ .rtl dt label { text-align: right; } .rtl dd input, .rtl dd textarea { margin-left: 3px; margin-right: 0; } /* Quick-login on index page */ .rtl fieldset.quick-login input.inputbox { margin-left: 5px; margin-right: 0; } .rtl fieldset.quick-login label { padding-left: 2px; padding-right: 0; } /* Display options on viewtopic/viewforum pages */ .rtl fieldset.display-options label { padding-left: 2px; padding-right: 0; } /* Display actions for ucp and mcp pages */ .rtl fieldset.display-actions { text-align: left; padding-left: 1em; padding-right: 0; } .rtl fieldset.display-actions label { padding-left: 2px; padding-right: 0; } /* MCP forum selection*/ .rtl fieldset.forum-selection { float: left; } .rtl fieldset.forum-selection2 { float: left; } /* Jumpbox */ .rtl fieldset.jumpbox { text-align: left; } .rtl fieldset.quickmod { float: left; text-align: left; } /* Posting page styles ----------------------------------------*/ /* Emoticons panel */ .rtl #smiley-box { float: left; } /* Form button styles ---------------------------------------- */ /* Topic and forum Search */ .rtl .search-box { margin-right: 5px; margin-left: 0; float: right; } .rtl input.search { background-position: right 1px; padding-right: 17px; padding-left: 0; } /** * tweaks.css */ --- NEW FILE: theme.cfg --- # # phpBB Theme Configuration File # # @package phpBB3 # @copyright (c) 2006 phpBB Group # @license http://opensource.org/licenses/gpl-license.php GNU Public License # # # At the left is the name, please do not change this # At the right the value is entered # For on/off options the valid values are on, off, 1, 0, true and false # # Values get trimmed, if you want to add a space in front or at the end of # the value, then enclose the value with single or double quotes. # Single and double quotes do not need to be escaped. # # Available and used values: # parse_css_file # # General Information about this theme name = prosilver copyright = © phpBB Group, 2007 version = 3.0.0 # Some configuration options # # You have to turn this option on if you want to use the # path template variables ({T_IMAGESET_PATH} for example) within # your css file. # This is mostly the case if you want to use language specific # images within your css file. # parse_css_file = 1 Index: forms.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/forms.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** forms.css 14 Dec 2007 02:24:00 -0000 1.1 --- forms.css 16 Dec 2007 20:48:19 -0000 1.2 *************** *** 33,36 **** --- 33,40 ---- } + option.disabled-option { + color: graytext; + } + textarea { font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; *************** *** 76,85 **** /* Specific layout 1 */ fieldset.fields1 dt { ! width: 10em; border-right-width: 0; } fieldset.fields1 dd { ! margin-left: 10em; border-left-width: 0; } --- 80,89 ---- /* Specific layout 1 */ fieldset.fields1 dt { ! width: 15em; border-right-width: 0; } fieldset.fields1 dd { ! margin-left: 15em; border-left-width: 0; } *************** *** 150,153 **** --- 154,161 ---- fieldset.quick-login input { + width: auto; + } + + fieldset.quick-login input.inputbox { width: 15%; vertical-align: middle; *************** *** 284,296 **** } - input.checkbox { - width: auto !important; - background-color: transparent !important; - } - input.inputbox { width: 85%; } input.medium { width: 50%; } input.narrow { width: 25%; } ! input.tiny { width: 110px; } textarea.inputbox { --- 292,299 ---- } input.inputbox { width: 85%; } input.medium { width: 50%; } input.narrow { width: 25%; } ! input.tiny { width: 125px; } textarea.inputbox { *************** *** 353,356 **** --- 356,364 ---- } + input.disabled { + font-weight: normal; + color: #666666; + } + /* Topic and forum Search */ .search-box { *************** *** 369,370 **** --- 377,384 ---- padding-left: 17px; } + + .full { width: 95%; } + .medium { width: 50%;} + .narrow { width: 25%;} + .tiny { width: 10%;} + --- NEW FILE: large.css --- body { font-size: 12px; } Index: buttons.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/buttons.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** buttons.css 14 Dec 2007 02:23:59 -0000 1.1 --- buttons.css 16 Dec 2007 20:48:18 -0000 1.2 *************** *** 11,18 **** } - .rtl .button { - float: right; - } - /* Rollover state */ .buttons div { --- 11,14 ---- *************** *** 22,30 **** } - .rtl .button div { - float: right; - margin: 0 0 0 5px; - } - /* Rolloff state */ .buttons div a { --- 18,21 ---- *************** *** 33,51 **** height: 100%; background-position: 0 0; } /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */ ! .buttons div span { display: none; } ! .buttons div a:hover { background-image: none; } /* Big button images */ ! .reply-icon, .reply-icon a { background: transparent none 0 0 no-repeat; } ! .post-icon, .post-icon a { background: transparent none 0 0 no-repeat; } ! .locked-icon, .locked-icon a { background: transparent none 0 0 no-repeat; } ! .pmreply-icon, .pmreply-icon a { background: none 0 0 no-repeat; } ! .newpm-icon, .newpm-icon a { background: none 0 0 no-repeat; } ! .forwardpm-icon, .forwardpm-icon a { background: none 0 0 no-repeat; } ! /* Sub-header (navigation bar) --- 24,52 ---- height: 100%; background-position: 0 0; + position: relative; + overflow: hidden; } /* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */ ! /*.buttons div span { display: none; }*/ ! /*.buttons div a:hover { background-image: none; }*/ ! .buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;} ! .buttons div a:hover span { background-position: 0 100%; } /* Big button images */ ! .reply-icon span { background: transparent none 0 0 no-repeat; } ! .post-icon span { background: transparent none 0 0 no-repeat; } ! .locked-icon span { background: transparent none 0 0 no-repeat; } ! .pmreply-icon span { background: none 0 0 no-repeat; } ! .newpm-icon span { background: none 0 0 no-repeat; } ! .forwardpm-icon span { background: none 0 0 no-repeat; } + /* Set big button dimensions */ + .buttons div.reply-icon { width: {IMG_BUTTON_TOPIC_REPLY_WIDTH}px; height: {IMG_BUTTON_TOPIC_REPLY_HEIGHT}px; } + .buttons div.post-icon { width: {IMG_BUTTON_TOPIC_NEW_WIDTH}px; height: {IMG_BUTTON_TOPIC_NEW_HEIGHT}px; } + .buttons div.locked-icon { width: {IMG_BUTTON_TOPIC_LOCKED_WIDTH}px; height: {IMG_BUTTON_TOPIC_LOCKED_HEIGHT}px; } + .buttons div.pmreply-icon { width: {IMG_BUTTON_PM_REPLY_WIDTH}px; height: {IMG_BUTTON_PM_REPLY_HEIGHT}px; } + .buttons div.newpm-icon { width: {IMG_BUTTON_PM_NEW_WIDTH}px; height: {IMG_BUTTON_PM_NEW_HEIGHT}px; } + .buttons div.forwardpm-icon { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; } /* Sub-header (navigation bar) *************** *** 70,77 **** } - a.sendemail:hover { - background-position: 0 -18px; - } - a.fontsize { background-image: none; --- 71,74 ---- *************** *** 88,92 **** ---------------------------------------- */ .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout, ! .icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search{ background-position: 0 50%; background-repeat: no-repeat; --- 85,89 ---- ---------------------------------------- */ .sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout, ! .icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search { background-position: 0 50%; background-repeat: no-repeat; *************** *** 95,104 **** } - .rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout, - .rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search{ - background-position: 100% 50%; - padding: 1px 17px 0 0; - } - /* Poster profile icons ----------------------------------------*/ --- 92,95 ---- *************** *** 115,122 **** } - .rtl ul.profile-icons li { - margin: 0 0 3px 6px; - } - /* Rolloff state */ ul.profile-icons li a { --- 106,109 ---- *************** *** 161,174 **** /* Set profile icon dimensions */ ! ul.profile-icons li.email-icon { width: 20px; height: 20px; } ! ul.profile-icons li.aim-icon { width: 20px; height: 20px; } ! ul.profile-icons li.yahoo-icon { width: 20px; height: 20px; } ! ul.profile-icons li.web-icon { width: 20px; height: 20px; } ! ul.profile-icons li.msnm-icon { width: 20px; height: 20px; } ! ul.profile-icons li.icq-icon { width: 20px; height: 20px; } ! ul.profile-icons li.jabber-icon { width: 20px; height: 20px; } ! ul.profile-icons li.pm-icon { width: 28px; height: 20px; } ! ul.profile-icons li.delete-icon { width: 20px; height: 20px; } ! ul.profile-icons li.info-icon { width: 20px; height: 20px; } /* Fix profile icon default margins */ --- 148,165 ---- /* Set profile icon dimensions */ ! ul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; } ! ul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; } ! ul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; } ! ul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; } ! ul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; } ! ul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; } ! ul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; } ! ul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; } ! ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; } ! ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; } ! ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; } ! ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; } ! ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; } ! ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; } /* Fix profile icon default margins */ *************** *** 177,181 **** ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; } - .rtl ul.profile-icons li.edit-icon { margin: 0 3px 0 0; } - .rtl ul.profile-icons li.quote-icon { margin: 0 10px 0 0; } - .rtl ul.profile-icons li.info-icon, .rtl ul.profile-icons li.report-icon { margin: 0 0 0 3px; } --- 168,169 ---- Index: common.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/theme/common.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** common.css 14 Dec 2007 02:23:59 -0000 1.1 --- common.css 16 Dec 2007 20:48:18 -0000 1.2 *************** *** 10,13 **** --- 10,15 ---- html { font-size: 100%; + /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */ + height: 100%; margin-bottom: 1px; } *************** *** 104,108 **** padding: 0 20px; min-width: 650px; - margin:0 auto 0 auto; } --- 106,109 ---- *************** *** 147,157 **** } - .rtl #search-box { - float: left; - text-align: left; - margin-right: 0; - margin-left: 5px; - } - #search-box #keywords { width: 95px; --- 148,151 ---- *************** *** 184,191 **** } - .rtl #site-description { - float: right; - } - #site-description h1 { margin-right: 0; --- 178,181 ---- *************** *** 286,290 **** span.corners-bottom span { ! background-image: none;; background-position: 100% 100%; } --- 276,280 ---- span.corners-bottom span { ! background-image: none; background-position: 100% 100%; } *************** *** 332,339 **** --- 322,344 ---- ul.navlinks { padding-bottom: 1px; + margin-bottom: 1px; border-bottom: 1px solid #FFFFFF; font-weight: bold; } + ul.leftside { + float: left; + margin-left: 0; + margin-right: 5px; + text-align: left; + } + + ul.rightside { + float: right; + margin-left: 5px; + margin-right: -5px; + text-align: right; + } + /* Table styles ----------------------------------------*/ *************** *** 454,458 **** dl.details dt { float: left; ! width: 16em; text-align: right; color: #000000; --- 459,464 ---- dl.details dt { float: left; ! clear: left; ! width: 30%; text-align: right; color: #000000; *************** *** 461,468 **** dl.details dd { ! margin-left: 16em; padding-left: 5px; margin-bottom: 5px; color: #828282; } --- 467,476 ---- dl.details dd { ! margin-left: 0; padding-left: 5px; margin-bottom: 5px; color: #828282; + float: left; + width: 65%; } *************** *** 478,482 **** .pagination span.page-sep { ! display:none; } --- 486,490 ---- .pagination span.page-sep { ! display: none; } *************** *** 592,595 **** --- 600,607 ---- } + div.rules ul { + margin-left: 20px; + } + p.rules { background-color: #ececec; --- NEW FILE: print.css --- /* proSilver Print Style Sheet ------------------------------------------------- Author: subBlue ( http://www.subBlue.com/ ) Version: 25 August 2004 Copyright 2004 phpBB Group -------------------------------------------------*/ /* Lots still TODO here! */ /* General markup styles */ * { padding: 0; margin: 0; } body { font: 11pt Verdana, Arial, Helvetica, sans-serif; color:#000000; } a:link { color: #000000; text-decoration: none; } a:visited { color: #000000; text-decoration: none; } a:active { color: #000000; text-decoration: none; } img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; } /* Container for the main body */ #wrap { margin: 0 2em; } p { font-size: 85%; } .copyright { font-size: 75%; } .page-number { float:right; width: auto; text-align: right; font-size: 75%; } h1, h2, h3, h1 a, h2 a, h3 a { font-family: "Trebuchet MS",georgia,Verdana,Sans-serif; color: #000000; background: none; text-decoration: none; font-weight: bold; } h1 { font-size: 20pt; } h2 { font-size: 16pt; margin-top: 1em; } h3 { font-size: 14pt; margin-top: 1em; } .content { font-size: 11pt; line-height: 14pt; margin-bottom: 1em; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; overflow: hidden; } /* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */ .postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover { text-decoration: underline; padding: 0.1em 0.2em; margin: -0.1em -0.2em; color: #666; background: none; font-size: 100%; } html>body .postbody a:link:after, html>body .postbody a:visited:after { content: " (" attr(href) ") "; font-size: 90%; text-decoration: none; } hr { height: 1px; background-color: #999999; border-width: 0; } .author { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; margin-bottom: 0.6em; } .date { font-family: Verdana, Arial, Helvetica, sans-serif; float: right; position: relative; text-align: right; font-size: 75%; } /* Dont want to print url for names or titles in content area */ .postbody .author a:link, .postbody .author a:visited, html>body .postbody .author a:link:after, html>body .postbody .author a:visited:after, .postquote .quote-by a:link, .postquote .quote-by a:visited, html>body .postquote .quote-by a:link:after, html>body .postquote .quote-by a:visited:after, html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after { text-decoration: none; content: ""; } /* Poster profile */ .postprofile { display: none; } .grip-show { display:none; } /* Quote */ .postquote { font-size: 85%; margin: 1em 18% 1em 4%; padding: 0.5em; position: relative; line-height: 1.5em; border: 1px #999999 solid; } .postquote img { display: none; } .postquote span { display: block; } .postquote span .postquote { font-size: 100%; } .quote-by { font-weight: bold; } /* Misc page elements */ div.spacer { clear: both; } /* Accessibility tweaks: Mozilla.org */ .skip_link { display: none; } --- NEW FILE: stylesheet.css --- /* phpBB 3.0 Style Sheet -------------------------------------------------------------- Style name: proSilver Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) Modified by: Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- */ @import url("common.css"); @import url("links.css"); @import url("content.css"); @import url("buttons.css"); @import url("cp.css"); @import url("forms.css"); @import url("tweaks.css"); @import url("colours.css"); --- NEW FILE: index.htm --- |