Add web design files
64
web-design/Занятие_3/3.2/DW/3.2 DW.css
Normal file
@@ -0,0 +1,64 @@
|
||||
/* CSS Document */
|
||||
*{margin: 0; padding: 0;}
|
||||
.tablitsa {
|
||||
width: 768px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
p{font-size: 13px;
|
||||
font-family: Arial;
|
||||
}
|
||||
.niz{
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
color: #FFFFFF;
|
||||
margin-right: 43px;
|
||||
}
|
||||
a{color: #9E00EF;
|
||||
}
|
||||
.spisok {
|
||||
width: 630px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.littletable {
|
||||
width: 630px;
|
||||
margin-left: 62px;
|
||||
}
|
||||
h3{
|
||||
color: #88889A;
|
||||
font-family: Arial;
|
||||
}
|
||||
.mylink{
|
||||
font-size: 1pc;
|
||||
}
|
||||
.UpLink {
|
||||
color: #9E00EF;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
font-family: Arial;
|
||||
}
|
||||
.menu{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
.menu li{
|
||||
display: inline;
|
||||
margin-right: 26px;
|
||||
}
|
||||
.MenuNiz{
|
||||
list-style-image: url(images/arrow_matted.gif);
|
||||
margin-left: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
.MenuNiz li{
|
||||
float: left;
|
||||
}
|
||||
.WebCT{
|
||||
color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 13px;
|
||||
}
|
||||
107
web-design/Занятие_3/3.2/DW/3.2 DW.html
Normal file
@@ -0,0 +1,107 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Документ без названия</title>
|
||||
<link href="3.2 DW.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="tablitsa">
|
||||
<table width="768" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="6" bgcolor="#4E13BB"><img src="images/webctlogo_matted_2.gif" width="258" height="61" alt=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/navbar_r2_c2.gif" width="128" height="37" alt=""/></td>
|
||||
<td><img src="images/navbar_r2_c3.gif" width="129" height="37" alt=""/></td>
|
||||
<td><img src="images/navbar_r2_c4_f3.gif" width="128" height="37" alt="Customer Care"/></td>
|
||||
<td><img src="images/navbar_r2_c5.gif" width="128" height="37" alt=""/></td>
|
||||
<td><img src="images/navbar_r2_c6.gif" width="128" height="37" alt=""/></td>
|
||||
<td><img src="images/navbar_r2_c9.gif" width="127" height="37" alt=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="24" colspan="6" bgcolor="#BCC0F4">
|
||||
<ul class="menu">
|
||||
<li><a href="#" class="UpLink">Support</a></li>
|
||||
<li><a href="#" class="UpLink">AskDrC</a></li>
|
||||
<li><a href="#" class="UpLink">e-Pack Help</a></li>
|
||||
<li><a href="#" class="UpLink">Access Code Help</a></li>
|
||||
<li><a href="#" class="UpLink">Documentation</a></li>
|
||||
<li><a href="#" class="UpLink">Downloads</a></li>
|
||||
<li><a href="#" class="UpLink">License keys</a></li>
|
||||
<li><a href="#" class="UpLink">Help!</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="6">
|
||||
<div class="littletable">
|
||||
<table align="center" width="630">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2"><h3> </h3>
|
||||
<h3> </h3>
|
||||
<h3>Subscribe to The WebCT Newsletter</h3></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="73" height="57"><img src="images/faculty_big.gif" width="73" height="57" alt=""/></td>
|
||||
<td><p>The webCT Newsletter is a FREE monthly publication which will keep you informed of the latest WebCT company, product and customer news</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="spisok">
|
||||
<ul type="disc">
|
||||
<li>Create or update your profile</li>
|
||||
<li>Choose the email format that you prefer</li>
|
||||
<li>Stay on top of the News and Events surrounding WebCt, the world's most popular course management software!!</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p align="center"> </p>
|
||||
<p align="center"> </p>
|
||||
<p align="center"><a href="#" class="mylink">Subscribe today</a></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><p><strong>Newsletter Archive</strong></p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">Looking for a particular topic or just interested in reading a past issue? Visit our <a href="#">newsleatter</a> archive for previous issues of the Newsletter<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="24" colspan="6" bgcolor="#3E22AD">
|
||||
<ul class="MenuNiz">
|
||||
<li><a class="niz" href="#">Contact us</a></li>
|
||||
<li><a class="niz" href="#">Terms of service</a></li>
|
||||
<li><a href="#" class="niz">Privacy policy</a></li>
|
||||
<li><a href="#" class="niz">Employment</a></li>
|
||||
<li><a href="#" class="niz">Site Index</a></li>
|
||||
</ul>
|
||||
<div class="WebCT">©2001 WebCT</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
web-design/Занятие_3/3.2/DW/images/Thumbs.db
Normal file
BIN
web-design/Занятие_3/3.2/DW/images/arrow_matted.gif
Normal file
|
After Width: | Height: | Size: 72 B |
BIN
web-design/Занятие_3/3.2/DW/images/faculty_big.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/login_blue_121_21.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/navbar_r2_c2.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/navbar_r2_c3.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/navbar_r2_c4_f3.gif
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/navbar_r2_c5.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/navbar_r2_c6.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/navbar_r2_c9.gif
Normal file
|
After Width: | Height: | Size: 997 B |
BIN
web-design/Занятие_3/3.2/DW/images/search_57_17.gif
Normal file
|
After Width: | Height: | Size: 880 B |
BIN
web-design/Занятие_3/3.2/DW/images/shim.gif
Normal file
|
After Width: | Height: | Size: 43 B |
BIN
web-design/Занятие_3/3.2/DW/images/webct.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/webct_table.jpg
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
web-design/Занятие_3/3.2/DW/images/webctlogo_matted_2.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |