IE fixes
authorgc <gc>
Thu, 22 May 2008 22:16:39 +0000 (22:16 +0000)
committergc <gc>
Thu, 22 May 2008 22:16:39 +0000 (22:16 +0000)
data/booh/themes/cardu/root/booh.css
data/booh/themes/cardu/skeleton_image.html
data/booh/themes/cardu/skeleton_index.html
data/booh/themes/cardu/skeleton_thumbnails.html

index 0108dabdb62085585daa3df15d55931f61d004af..e69546f0c97188559632c2f41c113b7d5a1f3acd 100644 (file)
@@ -1,21 +1,21 @@
 body {
         background-color: darkslategray;
-        color: #000000;
+        color: #8090a0;
         font-family: "Bitstream Vera Sans", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
 }
 
 a:link {
-        color: #90a0b0;
+        color: #bacbdc;
         text-decoration: none;
 }
 
 a:visited {
-        color: #90a0b0;
+        color: #bacbdc;
         text-decoration: none;
 }
 
 a:hover {
-        color: #b0c0d0;
+        color: #ccddee;
         text-decoration: underline;
 }
 
@@ -35,16 +35,16 @@ td {
         border: solid 0px;
 }
 
-.imager_thumbnails {
-        display: table-cell;
+.imager {
         background-color: #122;
 }
-.imager_thumbnails img {
+.imager img {
         border: 1px solid #a9a9a9;
         margin: -3px 3px 3px -3px;
         padding: 3px;
 }
 
+}
 .imager_fullscreen {
         float: left;
         background-color: #122;
@@ -63,6 +63,14 @@ td {
         background-color: #DEDAD6;
 }
 
+.titletext {
+        color: #ffb;
+}
+
+img.index {
+        border: solid 2px;
+        border-color: #90a0b0;
+}
 
 table.index {
        width: 100%;
index 61f97477e394ca74ed6f23283ec210e371950e6d..2d5084494707c4f9897a268ebe14574c59091603 100644 (file)
@@ -6,7 +6,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <meta name="author" content="'Simple' theme - Guillaume Cottenceau"/>
     ~~~image_head_code~~~
-    <script type="text/javascript" src="~~pathtobase~~booh.js"/>
+    <script type="text/javascript" src="~~pathtobase~~booh.js"></script>
     <link rel="stylesheet" type="text/css" href="~~pathtobase~~booh.css" media="screen" />
 </head>
 
index 963895824ef809683d4063f4180ef101d5cbacc6..1e74e0e527ac924ef51c0be8bfa82b940a29fd4e 100644 (file)
@@ -13,7 +13,7 @@
 
 ~~ifnavigation?~~<p>~~navigation~~</p>~~fi~~
 
-<p align="center" id="title"><font size="+3" color="#ffb">~~title~~</font></p>
+<p align="center" id="title" class='titletext'><font size="+3">~~title~~</font></p>
 
 <table class='index'>
 ~~iterate1_open~~
index b34d22f183130adf6d29fc1660b3cc8c386fb7a5..351d23544130fa022ef66697e640fcfd6ccaec6b 100644 (file)
@@ -14,7 +14,7 @@
 ~~ifnavigation?~~<p>~~navigation~~</p>~~fi~~
 
 <p align="center">
-    <font size="+3" color="#ffb">~~title~~</font>
+    <span class='titletext'><font size="+3">~~title~~</font></span>
     <br/>
     <font size="-2">~~sizes~~ | ~~</font>
     <br/>
     ~~iterate2_open_maxN~~
     <td align="center" valign="top" ~~colspan~~ ~~homogeinize_width~~>
       <br/>
-        <div class="imager_thumbnails">
-          ~~image_iteration~~
-        </div>
+        <table width="1%">
+          <tr>
+            <td class="imager">~~image_iteration~~</td>
+          </tr>
+        </table>
        ~~ifvideo?~~<img src="~~pathtobase~~video.png" alt="video" class="nothing"/>~~fi~~ ~~caption_iteration~~
     </td>
     ~~iterate2_close~~