View file Freestyle-112-utf8/preview.css

File size: 2.94Kb
/* ------------------------------------------------
	Author: Dmitry Slusar (http://3wave.com.ua)
	------------------------------------------------
	3wavedesign@gmail.com 
	------------------------------------------------
	icq: 596106797 
   ---------------------------------------------- */ 

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: normal 14px Arial, Helvetica, sans-serif;
	background: #fff url(../../templates/todaynews/images/bg.png);
	color: #000;
	height: 100%;
	width: 100%;
	word-wrap: break-word;
}
a { text-decoration: none; color: #000; }
a:hover { text-decoration: none; }

#wrapper { max-width: 880px; margin: 0 auto; }
.bc {
	border: solid 1px #e1e1e1;	
	background: #fff;
	margin-bottom: 20px;
}
.story-full a:active { color: #000; }
.story-full h1 { 
	font-size: 28px; 
	color: #000; 
	font-family: 'PT Sans', sans-serif;
	line-height: 1.2em;
	padding: 10px;
}	
.nav-story { 
	padding: 0 15px 35px 15px; 
	border-bottom: dashed 1px #d6d6d6;  
}
.nav-story li { 
	line-height: 1.4em; 
	color: #000; 
	font-size: 14px; 
	float: left; 
	padding: 0 10px 0 0; 
}
.nav-story .comnum {
	background: url(../../templates/todaynews/images/icons.png) no-repeat 0 -150px;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #9f9f9f;
	height: 12px;
	line-height: 12px;
	margin-top: 3px;
}
.nav-story .lcat a { 
	text-decoration: underline; 
}
.nav-story li a:hover { text-decoration: none; }
.nav-story li a:active { color: #000; }

.short-str { margin: 20px 0; }		

.full-str, .static-ct { 
	font-size: 16px; 
	line-height: 1.5em; 
	padding: 15px; 
	color: #363636;
	font-family: "PT Serif";
}
.full-str a { text-decoration: underline; }
.full-str a:hover { color: #66828f; }
.full-str a:active { color: #000; }
.full-str img {
	padding: 3px;
	background: #fff;
	border: solid 1px #e1e1e1;
	max-width: 100%;
	margin-top: 5px;
	margin-right: 10px;
}
.full-str ul { padding-left: 15px; }
.full-str ul li { list-style-type: circle; }

.title_quote {
	color: #fff;
	background-color: #acacac;
	border: 1px solid #bababa;
	border-bottom: 0;
	line-height: 1.9em;
	padding-left: 5px;
}
.quote {
	font-style: italic;
	font-size: 18px;
	font-family: Georgia;
	padding-left: 25px;
	background: url(../../templates/todaynews/images/icons.png) no-repeat 0 -537px;
}
.text_spoiler {
	background: #fff;
   border: 1px solid #d6d6d6;
	border-top: 0;
	padding: 5px;
}
.title_spoiler {
   padding: 5px;
   border: 1px solid #d6d6d6;
	font-weight: bold;
	font-family: "PT Sans";
}
.title_spoiler img {
	margin: 0 5px;
}
.scriptcode {
	border: 1px solid #979797;
	text-align: left;
	padding: 5px;
}
.scriptcode {
    color: #004e8d;
    text-align: left;
    font-family: "Courier New";
}