Просмотр файла guest_by_CARBON/styles/default.css

Размер файла: 2.89Kb
/* //////////////////////////////////////////////////////////////////////////////////////////
/////
/////                        --------- WAP - CARBON ---------
/////
/////                              Автор   :  Алексей aka C@RBON
/////                              E-mail  :  [email protected]
/////                         сайт автора  :  http://tel.h2m.ru
/////                            WAP-сайт  :  http://carbonweb.wen.ru
/////                                 ICQ  :  442-250-391
/////
//////////////////////////////////////////////////////////////////////////////////////////////
//      ВЫ НЕ ИМЕЕТЕ ПРАВО ВНОСИТ ИЗМЕНЕНИЯ В КОД СКРИПТА ДЛЯ ДАЛЬНЕЙШЕГО РАСПРОСТРАНЕНИЯ   //
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
//                    ПИШИ МНЕ НА E-MAIL БУДУ ПОМОГАТЬ ВАМ)))                               //
//////////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
}
a {

	font-family: serif;
	text-decoration: none;
	font: small-caps;
	font-weight: bold;
}
BODY, TD {
	background: White;
	color: #3366FF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}
.gfx {
	background: #222 url(img/dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}
.menu a {

	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {

	background-position: left bottom;
	color: #666;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #DCDCDC url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}
.footer {
 	background: #F8F8FF;
	color: #483D8B;
	font-weight: bold;
	border-right:  ;
	border-top:  #1A1A1A;
	}