Mercurial > hg > digilib
diff client/digitallibrary/jquery/jquery-test-full.html @ 755:ee47917540c7 jquery
small preparations for SVG
author | hertzhaft |
---|---|
date | Thu, 10 Feb 2011 09:20:56 +0100 |
parents | 8452a485e0e7 |
children | cdc0f561d2d0 |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html Wed Feb 09 10:22:29 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Thu Feb 10 09:20:56 2011 +0100 @@ -9,6 +9,26 @@ background: silver; } + div.digilib { + /* padding for buttons and bird-div */ + padding-right: 18px; + padding-bottom: 100px; + /* width: 220px; */ + } + + div.svg { + position: absolute; + background: transparent; + } + + td { + vertical-align: top; + } + + div#test:hover { + background-color: cornsilk; + } + #debug { background-color: beige; position: absolute; @@ -21,6 +41,17 @@ font-size: 9px; } + div._log { + color: grey; + } + + div._debug { + color: darkgreen; + } + + div._error { + color: red; + } </style> <script type="text/javascript" src="jquery-1.4.4.js"></script>