Как поменять шрифт в MMW

Автор Twister, 2010 Авг. 15, 22:23

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Ключевые слова [SEO] mmwпомощь webсмена шрифта

Twister

Много Уважаемые Форумчани.
Дело у меня, как понимаите срочное, кто может помогите пожалуйста.

Мне нужно поменять шрифт на сайте MMW(0.7) тема mwzb

Это style.css из темы, знаю, что там нужно менять но не знаю, что!

Спойлер
/* Global */
body {margin:0px; padding:0px; width:100%; font: 12px Verdana; color: #C2AD7C; cursor: url(img/mouse.cur), auto;}

a:link {color: #C2AD7C; cursor: url(img/mouse-get.cur), auto;}
a:visited {color: #C2AD7C; cursor: url(img/mouse-get.cur), auto;}
a:active {color: #C2AD7C; text-decoration: underline; cursor: url(img/mouse-get.cur), auto;}
a:hover {color: #C2AD7C; text-decoration: underline; cursor: url(img/mouse-get.cur), auto;}

.online {color: #00ff00;}
.offline {color: #ff0000;}

.sizedforum {max-width:480px; width:expression(this.scrollWidth > 480? "480px" : "auto" ); overflow:auto; overflow-y:hidden;}
.sizedcomment {max-width:370px; width:expression(this.scrollWidth > 370? "370px" : "auto" ); overflow:auto; overflow-y:hidden;}
.info-table {background: #4B3B1F; color: #000000; text-align: center;}
.info-td {background: #000000; color: #C2AD7C; text-align: center;}
.div-menu-out {color:#C2AD7C; font-weight: bold; text-decoration: underline;}
.div-menu-over {color:#C2AD7C; font-weight: bold; text-decoration: underline; cursor: url(img/mouse-get.cur), auto;}

.helpLink {color: #C2AD7C; text-decoration: underline; cursor: help;}
.helpLink:hover {color: #C2AD7C; text-decoration: underline; cursor: help;}
#tooltip {position: absolute; border: 1px solid #4B3B1F; background: #000000; color: #FFFFFF; padding: 3px; max-width: 468px; -moz-opacity: 0.85; filter: alpha(opacity=85); z-index: 0;}
#tooltip h3, #tooltip div {margin: 0; font: 11px Tahoma;}

input,textarea,option,button {border: 1px solid #4B3B1F; background: #000000; color: #FFFFFF; padding: 0px;}
select {border: 1px solid #4B3B1F; font-size: 11px; color: #FFFFFF; background: #000000; cursor: help;}
form,img {padding: 0; margin: 0; border: 0;}
label {cursor: hand;}

.aBlock {padding: 0px; border: 1px solid #4B3B1F;}
.aRight {padding:0px; padding-left:4px; color:#FFFFFF; font-size:8px; background:url(img/comment.png); height:16px; width:110px;}
/* --------------- */

/* Tables */
.sort-table {border: 1px solid #201010;}
.sort-table thead td {border: 1px solid #4B3B1F; background: #201010; padding: 3px; color: #E2CD9C; font-weight: bold;}
.sort-table tbody td {border: 1px solid #4B3B1F; padding: 3px;}
/* --------------- */

/* News */
.eBlock {border: 0px solid #F76D08;}
.eTitle {background: url(img/barra1.gif) center no-repeat; padding-top: 18px; padding-bottom: 3px; font-size: 12px; font-weight: bold; text-align: center;}
a.eTitleLink:link,a.eTitleLink:visited,a.eTitleLink:hover,a.eTitleLink:active {font-size: 12px; font-weight: bold; text-align: center;}
.eMessage {background: url(img/barra3.gif) center top repeat-y; padding-left: 80px; padding-right: 80px; padding-top: 2px; padding-bottom: 4px;}
.eDetails {background: url(img/barra2.gif) center bottom no-repeat; padding-bottom: 22px; font-size: 7pt; text-align: center;}
.eDetails a {text-decoration: none; font-size: 7pt;}
/* --------------- */

/* User Level Marks */
.level0 {text-decoration: none; color: #3399FF;}
a.level0:link,a.level0:visited {text-decoration: none; color: #3399FF;}
a.level0:hover,a.level0:active {text-decoration: none; color: #3399AA;}
.level32 {text-decoration: none; color: #FF0000; font-weight: bold;}
a.level32:link,a.level32:visited {text-decoration: none; color: #FF0000; font-weight: bold;}
a.level32:hover,a.level32:active {text-decoration: none; color: #CF0F0F; font-weight: bold;}
/* ---------------- */

/* Items BackGround and size */
.item-table {border: 1px solid #201010; background: #000000;}
.item-td-ancient {border: 1px solid #4B3B1F; background: #660099; cursor: help;}
.item-td-exc {border: 1px solid #4B3B1F; background: #448800; cursor: help;}
.item-td-other {border: 1px solid #4B3B1F; background: #201010; cursor: help;}
.item-slot {border: 1px solid #4B3B1F; background: #201010; width: 35px; height: 35px;}
.item-sell {border: 1px solid #4B3B1F; background: #201010; width: 80%; padding: 4px;}
.item-ancient {color: #660099; text-decoration: none;}
.item-exc {color: #448800; text-decoration: none;}
.item-other {color: #C2AD7C; text-decoration: none;}
/* ---------------- */

/* Okey and Die */
.okey {border: 2px solid #009600; background: #000000; padding: 2px; color: #009600;}
.die {border: 2px solid #DC0000; background: #000000; padding: 2px; color: #DC0000;}
/* ---------------- */

/* Other Style */
.TopNavigation {background:transparent url(img/topNav.gif) repeat-x; height: 23px;}
.TopNavigation_LeftAlign {font-size: 10px; margin: 0px; color:#938C7B; float: left; padding: 5px 5px 0px 10px;}
.TopNavigation_RightAlign {font-size: 10px; margin: 0px; color:#938C7B; float: right; padding: 5px 10px 0px 5px;}
.TopNavigation_LeftAlign a,.TopNavigation_RightAlign a {color:#C2AD7C; text-decoration:none; font-weight:bold;}
.TopNavigation_LeftAlign a:hover,.TopNavigation_RightAlign a:hover {color:#AAA597; text-decoration:none; font-weight:bold;}
.LeftBorder {border-left: 1px solid #666666; padding-left: 5px; margin-left: 5px;}
.LogoStrip {background:transparent url(img/topDecor.jpg) no-repeat scroll 50% 0pt; height:108px;}
.Logo {background: url(img/eq2.gif) center no-repeat; height: 87px;}
.Menu {background:transparent url(img/menu.gif) no-repeat; width:923px; height:28px; margin:auto; padding: 13px 20px 0px 20px;}
.MainPage {width:930px; margin:auto; height:185px; margin:auto; text-align:left; padding-top:35px; padding-left:50px;}
.MainTable_Header {width:880px; margin:auto; background:url(img/mainpage_01.gif) center top no-repeat; height:25px; padding: 30px 50px 0 50px; font-size:11px; font-weight:bold; color:#999999;}
.MainTable_Left {background:url(img/mainpage_05.gif) left top repeat-y}
.MainTable_Right {background:url(img/mainpage_06.gif) right top repeat-y}
.MainTable_Content {background:#000000; padding:0px; height: 350px;}
.MainTable_Footer {background:url(img/mainpage_07.gif) center top no-repeat; height:32px;}
.Footer {font-size:10px; padding-top:10px; text-align:center;}
.main_table th {background:url(img/main_table_th.jpg); color:#C2AD7C; padding:8px;}
.main_table td {background-color:#201010; color:#E2CD9C;}
.main_table td a {color:#E2CD9C; text-decoration:none;}
.main_table td a:hover {color:#E2CD9C; text-decoration:underline;}
#sddm {margin: 0; padding: 0; z-index: 30}
#sddm li {margin: 0; padding: 0; list-style: none; float: left; font: bold 11px verdana;}
#sddm li a {display: block; font-size: 10px; color:#DEC8BB; text-decoration:none; font-weight:bold; padding: 0px 36px 0px 38px;}
#sddm li a:hover {color:#FFC8A0; text-decoration:none;}
/* ---------------- */
[свернуть]

Покажите чайнику, что и где нужно поменять
https://mskd.ru/fonts.php?getfile.ru_en.348.Old_Comedy

Спасибо!!!

Похожие темы (4)