Posted 3 марта, 20177 yr comment_124420 Подскажите как сделать название разделов форума по середине ? на данный момент они в левой стороне . Link to comment https://ipbmafia.ru/topic/16817-razdely-foruma-po-centu/ Share on other sites Больше вариантов
3 марта, 20177 yr comment_124421 .maintitle { background: #1f1f1f url(http://playergamer.ru/public/style_images/MMOUR_IMAGES_STYLE_DESINGER/box_pattern.png) repeat; border: 1px solid #282828; border-top: 1px solid #363636; border-bottom: 0; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; padding: 12px; font-size: 12px; font-weight: 300; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0; overflow: hidden; } заменить на: .maintitle { background: #1f1f1f url(http://playergamer.ru/public/style_images/MMOUR_IMAGES_STYLE_DESINGER/box_pattern.png) repeat; border: 1px solid #282828; border-top: 1px solid #363636; border-bottom: 0; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; padding: 12px; font-size: 12px; font-weight: 300; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0; overflow: hidden; text-align: center; } Link to comment https://ipbmafia.ru/topic/16817-razdely-foruma-po-centu/?&do=findComment&comment=124421 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.