/web/UST/default.css |
---|
14,34 → 14,20 |
padding: 0; |
} |
a { |
color: #567; |
color: #000000; |
/* text-decoration: none;*/ |
} |
a:hover { |
color: #28E; |
color: #AABBDD; |
/* text-decoration: underline;*/ |
} |
body { |
background: #F2F2F2 repeat-y center top; |
color: #555A60; |
background: #FFFFFF; |
color: #000000; |
font: normal 62.5% "Lucida Sans Unicode",sans-serif; |
margin: 0; |
} |
p,cite,therminal,ul { |
font-size: 1.2em; |
padding-bottom: 1.2em; |
} |
li { |
list-style: url(img/li.gif); |
margin-left: 18px; |
} |
therminal { |
border: 1px solid #F6F6F6; |
color: #666; |
display: block; |
font: normal 1.1em "Lucida Sans Unicode",serif; |
margin-bottom: 12px; |
padding: 8px 10px; |
white-space: pre; |
} |
h1,h2,h3 { |
color: #579; |
padding-top: 6px; |
/web/UST/include/footer.php |
---|
1,31 → 1,25 |
<div class="footer"> |
<script type="text/javascript"><!-- |
google_ad_client = "pub-6028730371976565"; |
google_ad_slot = "6132946384"; |
google_ad_width = 728; |
google_ad_height = 90; |
//--></script> |
<script type="text/javascript" |
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> |
</script> |
<br> |
© 2008 <a href="http://www.ust.cz">www.ust.cz</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a> |
© 2007, 2008 <a href="http://www.ust.cz">www.ust.cz</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">HTML</a> |
<br> |
<br> |
<!-- phpmyvisites --> |
<a href="http://www.phpmyvisites.net/" title="Free web analytics, website statistics" |
onclick="window.open(this.href);return(false);"><script type="text/javascript"> |
<!-- |
var a_vars = Array(); |
var pagename=''; |
var pagename=''; |
var phpmyvisitesSite = 2; |
var phpmyvisitesURL = "http://www.mlab.cz/phpmyvisites/phpmyvisites.php"; |
//--> |
</script> |
<script language="javascript" src="http://www.mlab.cz/phpmyvisites/phpmyvisites.js" type="text/javascript"></script> |
<noscript><p>Free web analytics, website statistics |
<img src="http://www.mlab.cz/phpmyvisites/phpmyvisites.php" alt="Statistics" style="border:0" /> |
</p></noscript></a> |
<!-- /phpmyvisites --> |
<script type="text/javascript" src="http://www.mlab.cz/phpmyvisites/phpmyvisites.js" ></script> |
</a> |
<noscript> |
<p>Free web analytics, website statistics |
<img src="http://www.mlab.cz/phpmyvisites/phpmyvisites.php" alt="Statistics" style="border:0" > |
</p> |
</noscript> |
<!-- /phpmyvisites --> |
</div> |
/web/UST/index.cs.php |
---|
1,5 → 1,5 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
"http://www.w3.org/TR/html4/strict.dtd"> |
<html> |
<head> |
22,7 → 22,7 |
<div class="holder_top"></div> |
<div class="holder"> |
<p><a href="index.en.php">English</a> |
<p><a href="index.en.php">English</a><br></p> |
<p>Vítejte na oficielnim webu spolecnosti UST - Universal Scientific Technologies. Firma se zabývá vývojem extremních elektronických zařízení převážně pro výzkumné účely</p> |
<p>Dále je v současnosti jedinným uznaným výrobcem a distributorem, české modulární elektronické stavebnice <a href="http://www.mlab.cz">MLAB</a>.</p> |
/web/UST/index.en.php |
---|
1,13 → 1,13 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
"http://www.w3.org/TR/html4/strict.dtd"> |
<html> |
<head> |
<meta http-equiv="content-type" content="text/html; charset=utf-8"/> |
<meta name="description" content="Home page of UST - Universal Scientific Technologies corporation"/> |
<meta name="keywords" content="electronic modules kits development"/> |
<meta name="author" content="kaklik Jakub Kákona"/> |
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/> |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
<meta name="description" content="Home page of UST - Universal Scientific Technologies corporation"> |
<meta name="keywords" content="electronic modules kits development"> |
<meta name="author" content="kaklik Jakub Kákona"> |
<link rel="stylesheet" type="text/css" href="default.css" media="screen"> |
<title>UST - Home page</title> |
</head> |