Форум программистов
 

Восстановите пароль или Зарегистрируйтесь на форуме, о проблемах и с заказом рекламы пишите сюда - alarforum@yandex.ru, проверяйте папку спам!

Вернуться   Форум программистов > Клуб программистов > Свободное общение
Регистрация

Восстановить пароль

Купить рекламу на форуме - 42 тыс руб за месяц

Ответ
 
Опции темы Поиск в этой теме
Старый 15.01.2011, 00:12   #1
alexcooll1
Новичок
Джуниор
 
Регистрация: 15.01.2011
Сообщений: 1
По умолчанию Кто знает UTF8

Всем привет люди пожалуйста помогите мне вот эти стили перевести в UTF8 заранее спасибо.

Код HTML:
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8a8a79;
	background: #212020;
}

/* body{font:75%/1.7  Helvetica, Arial,Verdana, sans-serif;color:#2a2a2c;} */

a:link, a:visited { color: #dcc451; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CCFF00; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.divider {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(../images/templatemo_horizontal_divider.jpg) bottom repeat-x;
}

.fl { float: left; }
.fr { float: right; }

.m_right { margin-right: 30px; }

.button a {
	display: block;
	width: 120px;
	height: 22px;
	padding: 5px 0 0 15px;
	background: url(images/templatemo_button_01.png) no-repeat;
	color: #faeba6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	color: #ffffff;
}

.bottom_01 {
	background:url(../images/templatemo_button_01.jpg) no-repeat;
}

.bottom_02 {
	background:url(../images/templatemo_button_02.jpg) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #8a8a79;	
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 15px 
}

.fr_image {
	float: right;
	margin-left: 15px 
}

.list_01 {
	margin: 0 0 20px 20px;
	padding: 0 0 0 0px;
	list-style: none;
}

.list_01 li {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	background: url(images/templatemo_list_icon.jpg) top left no-repeat;
}

#templatemo_container {
	width: 980px;
	margin: 0 auto;
}

/* menu */

#templatemo_menu {
	clear: both;
	width: 980px;
	height: 90px;
	background: url(images/templatemo_menu_bg.jpg) center no-repeat;
}

#templatemo_menu ul {
	width: 840px;
	overflow: hidden;
	padding: 30px 0 0 0;
	margin: 0px auto;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	padding-top: 19px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #ffe64e;	
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(images/templatemo_menu_hover.png) center bottom no-repeat;
}

/* end of menu */

/* banner */

#templatemo_banner {
	clear: both;
	width: 960px;
	height: 310px;
	padding: 0 10px;
	text-align: center;
	background:url(images/templatemo_banner_bg.jpg) no-repeat;
}

#templatemo_banner #site_title {
	width: 500px;
	padding: 100px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	color: #cdcf19;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: normal;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #cccccc;
}

#templatemo_banner p {
	clear: both;
	padding: 0 20px;
	font-size:16px;
	margin-top: 40px;
	line-height: 30px;
	color: #565546;
}
/* end of banner */

/* content */

#templatemo_content {
	clear: both;
	width: 920px;
	padding: 30px;
	margin: 0 auto;
	background: url(../images/templatemo_content_bg.jpg) repeat-y;
}

#templatemo_content h2 {
	color: #ffffff;
	height: 28px;
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 24px;
}

#templatemo_content h2 span {
	color: #aca7a7;
}

#side_column {
	float: left;
	width: 300px;
}

#side_column h2 {
	display: block;
	width: 280px;
	height: 38px;
	margin: 0px;
	padding: 12px 0 0 20px;
	background: url(images/templatemo_sidebox_title_bg.jpg) no-repeat;
}

#main_column {
	float: right;
	width: 540px;
}

Последний раз редактировалось Stilet; 15.01.2011 в 11:18.
alexcooll1 вне форума Ответить с цитированием
Старый 15.01.2011, 00:50   #2
misher
Участник клуба
 
Аватар для misher
 
Регистрация: 26.05.2010
Сообщений: 1,648
По умолчанию

Скачай Notepad++ там есть эти кодировки.
This world will never be What I expected (c)
misher вне форума Ответить с цитированием
Старый 15.01.2011, 08:14   #3
Ivan_32
somewhere else
Участник клуба
 
Аватар для Ivan_32
 
Регистрация: 17.07.2008
Сообщений: 1,409
По умолчанию

...а еще я думаю на ассемблере :D
Вообще то в любом мало-мальски продвинутом текстовом редакторе есть функция перевода текста в другую кодировку. По моему это есть даже в блокноте. Ну а если прям уж лень искать, то вот есть онлайн сервис: Charset Encoding
"Тяжело в учении, легко в бою" - А.В. Суворов
Ivan_32 вне форума Ответить с цитированием
Ответ


Купить рекламу на форуме - 42 тыс руб за месяц



Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Кто что знает и кто скока получает? Marsel737 Свободное общение 23 12.04.2011 10:16
Кто знает ...? Dubineanschi Microsoft Office Excel 2 15.08.2008 00:36
Кто ЗНАЕТ? Виктор1966 Microsoft Office Word 1 24.03.2008 19:58