1.Создаем на рабочем столе текстовый докумен
2.называем его 404.htm
3.Пихаем в него код
4.Заливаем в файловый менеджер 404.htm.
Далее...
1.Создаем на рабочем столе текстовый докумен,
2.называем его 404.css
3.Пихаем в него код
Code
@charset "utf-8";
/*--------------------------------------------------------------
# Рипнул - Alexsandr K.
---------------------------------------------------------------*/
a:link {text-decoration:none; color:#000000}
a:active {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#000000}
a:hover {text-decoration:none; color:#414141}
html, body {
margin: 0px;
padding: 0px;
}
#bg1 {
background-image: url(http://orel-cs.net.ru/xyunya_Bcyakaya/9ed2203bc6da.jpg);
height: 300px;
width: 550px;
margin-top: 300px;
border-color: #535353;
border-width: 5px;
border-style: solid;
margin-left: 350px;
}
a#text:link{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
text-decoration: none;
}
a#text:hover{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
margin-bottom: 30px;
text-decoration: underline;
}
a#text:visited{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
}
a#text:active{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #fff;
}
li {
list-style-image: url(http://orel-cs.net.ru/xyunya_Bcyakaya/32873daf172b.jpg);
}
/*--------------------------------------------------------------
# Рипнул - Alexsandr K.
---------------------------------------------------------------*/
a:link {text-decoration:none; color:#000000}
a:active {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#000000}
a:hover {text-decoration:none; color:#414141}
html, body {
margin: 0px;
padding: 0px;
}
#bg1 {
background-image: url(http://orel-cs.net.ru/xyunya_Bcyakaya/9ed2203bc6da.jpg);
height: 300px;
width: 550px;
margin-top: 300px;
border-color: #535353;
border-width: 5px;
border-style: solid;
margin-left: 350px;
}
a#text:link{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
text-decoration: none;
}
a#text:hover{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
margin-bottom: 30px;
text-decoration: underline;
}
a#text:visited{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
text-shadow: #000000 1px 1px 1px;
color: #c1d7ff;
}
a#text:active{
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #fff;
}
li {
list-style-image: url(http://orel-cs.net.ru/xyunya_Bcyakaya/32873daf172b.jpg);
}


