Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / nrelease / root / autorun / stylesheet.css
1 /*
2  * $DragonFly: src/nrelease/root/autorun/stylesheet.css,v 1.1 2005/03/21 05:46:40 dillon Exp $
3  */
4 body {margin:0;text-align:center;background:url("bar.gif") repeat-x 0px 222px;}
5 h1,h2,h3,h4,h5,h6,p,a,ul,li{margin:0; padding:0;}
6 h3 span {display:none;}
7 p {margin-bottom:10px;margin-left:5px;font-size:11px;font-family:verdana, sans serif, arial, helvetica;}
8 h3 {margin-top:25px;margin-bottom:10px;}
9 #main {width:600px;margin:0px auto 0px auto;
10 border-right:2px solid #EFEFEF;border-left:2px solid #EFEFEF;
11 text-align:left;
12 }
13
14 #txt {width:448px;padding-left:150px;padding-right:2px;margin-top:40px;}
15 #header {display:block;height:225px;width:600px;background:url("dflylogo.png") no-repeat;margin-bottom:10px;border-bottom:2px dotted #efefef}
16 #header span {display:none;}
17 #welcome h3 {display:block;width:272px;height:22px;background:url("welcome.png");}
18 #started h3 {display:block;width:272px;height:22px;background:url("started.png");}
19 #links{position:absolute;top:273px;width:145px;}
20 #links ul {list-style-type:none;margin-bottom:30px;margin-top:5px;}
21 #links li {width:145px;margin-bottom:5px;margin-left:6px;font-size:11px;}
22 #links a {color:#0000ff;text-decoration:none;}
23 #links a:hover {text-decoration:underline;}
24 #links h3 {margin:0;margin-top:5px;margin-left:2px;}
25 #relevant .item {display:block;width:124px;height:16px;background:url("links.png");}
26 #docs .item  {display:block;width:124px;height:16px;background:url("docs.png"); }
27 #press .item  {display:block;width:124px;height:16px;background:url("press.png");}  
28 #other .item {display:block;width:124px;height:16px;background:url("other.png");}
29