Tue Feb 13 08:51:09 PST 2007
- Previous message: [Slony1-commit] slony1-www/images slon-slonik.png
- Next message: [Slony1-commit] slony1-engine/doc/adminguide slonik_ref.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-www
In directory main:/tmp/cvs-serv20635
Modified Files:
style.css test.html
Log Message:
Updates to style and test page. Basic layout should now be complete.
Index: test.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/test.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test.html 29 Jan 2007 12:20:08 -0000 1.1
--- test.html 30 Jan 2007 10:42:09 -0000 1.2
***************
*** 16,20 ****
<a href="">Link2</a>
<a href="">Link3</a>
! <a href="">Link4</a>
</div>
</div>
--- 16,20 ----
<a href="">Link2</a>
<a href="">Link3</a>
! <a href="">Link4gp</a>
</div>
</div>
***************
*** 25,33 ****
--- 25,101 ----
<div class="content">
<div class="col1">
+
+ <div class="intro-header">
+ <div class="left"></div>
+ <div class="right"><a href="#">Slony-I - introduction</a></div>
+ </div>
+ <div class="intro-body">
+ <div class="top">
+ <div class="top-left"></div>
+ <div class="top-right"></div>
+ </div>
+ <div class="text-intro">
+ <p><b>Slony-I</b> is a "master to multiple slaves"
+ replication system with cascading and failover.</p>
+
+ <p>The <i>big picture</i> for the development of Slony-I
+ is a master-slave system that includes all features and
+ capabilities needed to replicate large databases to a
+ reasonably limited number of slave systems.</p>
+
+ <p>Slony-I is a system for data centers and backup sites,
+ where the normal mode of operation is that all nodes are
+ available.</p>
+
+ <p>A fairly extensive "admin guide" comprising material
+ in the CVS tree may be found <a href=
+ "http://linuxdatabases.info/info/slony.html">here</a>
+ There is also a local copy <a href=
+ "adminguide/slony1-1.2.6/doc/adminguide/index.html">here</a></p>
+
+ <p>The original design document is available <a href=
+ "http://developer.postgresql.org/%7Ewieck/slony1/Slony-I-concept.pdf">
+
+ here</a>.</p>
+ </div>
+ <div class="bottom">
+ <div class="bottom-left"></div>
+ <div class="bottom-right"></div>
+ </div>
+ </div>
+
+
<div class="intro-header">
<div class="left"></div>
<div class="right"><a href="">Title here</a></div>
</div>
+ <div class="intro-body">
+ <div class="top">
+ <div class="top-left"></div>
+ <div class="top-right"></div>
+ </div>
+ <div class="text"> bla bla bla <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ lalala lalalalgga appllaa <br />
+ asldl;<a href="">adjfggafd</a> dfjskldfs d
+ </div>
+ <div class="bottom">
+ <div class="bottom-left"></div>
+ <div class="bottom-right"></div>
+ </div>
+ </div>
+
+
</div>
+
<div class="col2">
<div class="intro-header">
***************
*** 35,40 ****
--- 103,132 ----
<div class="right"><a href="">Title here</a></div>
</div>
+ <div class="intro-body">
+ <div class="top">
+ <div class="top-left"></div>
+ <div class="top-right"></div>
+ </div>
+ <div class="text"><p> bla bla bla</p>
+ <p>lalala lalalalgga appllaa</p>
+ <p>asldl;<a href="">adjfggafd</a> dfjskldfs d</p>
+ </div>
+ <div class="bottom">
+ <div class="bottom-left"></div>
+ <div class="bottom-right"></div>
+ </div>
+ </div>
+
+ </div>
+
+ <br clear="all">
+ <div class="footer">
+ <div class="intro-header">
+ <div class="left"></div>
+ <div class="right"><div class="copyright">Content © 2007 Slony Development Group</div></div>
+ </div>
</div>
</div>
+
</body>
</html>
Index: style.css
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** style.css 29 Jan 2007 12:23:35 -0000 1.1
--- style.css 30 Jan 2007 10:42:09 -0000 1.2
***************
*** 1,5 ****
body{
font-family: sans serif;
! font-size: 10pt;
margin: 8px;
}
--- 1,6 ----
body{
font-family: sans serif;
! font-size: 12pt;
! line-height: 100%;
margin: 8px;
}
***************
*** 33,37 ****
position: relative;
left: 330px;
! top: 82px;
margin: 0;
padding: 0;
--- 34,38 ----
position: relative;
left: 330px;
! top: 86px;
margin: 0;
padding: 0;
***************
*** 60,65 ****
.col2{
! float: left;
! margin-left: 1%;
width: 40%;
}
--- 61,65 ----
.col2{
! float: right;
width: 40%;
}
***************
*** 70,73 ****
--- 70,74 ----
background: url('images/intro-header-bg.png') top left repeat-x;
overflow: hidden;
+ margin-top: 10px;
}
***************
*** 81,89 ****
.intro-header .right{
width: 96%;
! height: 26px;
float: left;
background: url('images/intro-header-right.png') top right no-repeat;
overflow: hidden;
! padding-top: 2px;
}
--- 82,90 ----
.intro-header .right{
width: 96%;
! height: 21px;
float: left;
background: url('images/intro-header-right.png') top right no-repeat;
overflow: hidden;
! padding-top: 7px;
}
***************
*** 101,102 ****
--- 102,189 ----
font-weight: bold;
}
+
+ .intro-body{
+ margin: 2px;
+ background-color: #f6f6f6;
+ margin-right: 4px;
+ }
+
+ .intro-body .top{
+ background: url('images/intro-body-top-mid.png') top left repeat-x;
+ height: 11px;
+ width: 100%;
+ overflow: hidden;
+ }
+
+ .intro-body .top-left, .intro-body .bottom-left{
+ height: 11px;
+ width: 10px;
+ float: left;
+ }
+
+ .intro-body .top-right, .intro-body .bottom-right{
+ height: 11px;
+ width: 10px;
+ float: right;
+ }
+
+ .intro-body .top-left{
+ background: url('images/intro-body-top-left.png') top left no-repeat;
+ }
+ .intro-body .top-right{
+ background: url('images/intro-body-top-right.png') top right no-repeat;
+ }
+
+ .intro-body .bottom{
+ background: url('images/intro-body-bottom-mid.png') top left repeat-x;
+ height: 11px;
+ width: 100%;
+ overflow: hidden;
+ }
+
+ .intro-body .bottom-left{
+ background: url('images/intro-body-bottom-left.png') top left no-repeat;
+ }
+ .intro-body .bottom-right{
+ background: url('images/intro-body-bottom-right.png') top right no-repeat;
+ }
+
+ .intro-body .text,.intro-body .text-intro{
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-bottom: 4px;
+ border-left: 1px solid black;
+ border-right: 1px solid black;
+ }
+
+ .text-intro p, .text p{
+ margin-top: 0;
+ padding-top: 5px;
+ margin-bottom: 0;
+ padding-bottom: 5px;
+ }
+
+ .intro-body .text-intro{
+ background: url('images/slon-slonik.png') bottom right no-repeat;
+ min-height: 200px;
+ padding-right: 205px;
+ }
+
+ .intro-body .text a, .intro-body .text-intro a{
+ color: #0D1DDF;
+ text-decoration: none;
+ }
+
+ .intro-body .text a:hover, .intro-body .text-intro a:hover{
+ color: #183074;
+ text-decoration: underline;
+ }
+
+ .copyright{
+ width: 98%;
+ height: 18px;
+ color: #ffffff;
+ text-align: center;
+ overflow: hidden;
+ margin-right: 2%;
+ }
\ No newline at end of file
- Previous message: [Slony1-commit] slony1-www/images slon-slonik.png
- Next message: [Slony1-commit] slony1-engine/doc/adminguide slonik_ref.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list