1.1 --- a/themes/ep2008/css/screen.css Thu Nov 29 01:45:53 2007 +0100
1.2 +++ b/themes/ep2008/css/screen.css Fri Nov 30 01:31:23 2007 +0100
1.3 @@ -116,9 +116,10 @@
1.4 }
1.5
1.6 #searchform {
1.7 - position: absolute;
1.8 - top: 0;
1.9 - right: 0;
1.10 + /* position: absolute; */
1.11 + /* top: 0; */
1.12 + /* right: 0; */
1.13 + float: right;
1.14 margin: 5px 10px;
1.15 padding: 0;
1.16 white-space: nowrap;
1.17 @@ -448,6 +449,7 @@
1.18
1.19 #contact {
1.20 padding: 2px;
1.21 + margin-top: 10px;
1.22 text-align: right;
1.23 background-color: #2b64a8;
1.24 color: white;
1.25 @@ -526,12 +528,11 @@
1.26
1.27 .page-FrontPage #page {
1.28 background-color: #ccc9e2;
1.29 + padding: 0;
1.30 }
1.31
1.32 .portlet {
1.33 background-color: white;
1.34 - float: left;
1.35 - width: 22%;
1.36 border: 0;
1.37 }
1.38
1.39 @@ -539,79 +540,59 @@
1.40 border: 0;
1.41 }
1.42
1.43 -.portlet-right {
1.44 - background-color: white;
1.45 - float: right;
1.46 - width: 30%;
1.47 - border: 0;
1.48 +.left {
1.49 + float: left;
1.50 }
1.51
1.52 -.portlet-right td {
1.53 - border: 0;
1.54 +.right {
1.55 + float: right;
1.56 }
1.57
1.58 -.portlet-wide {
1.59 - background-color: white;
1.60 - float: left;
1.61 - width: 44%;
1.62 - border: 0;
1.63 -}
1.64 -
1.65 -.portlet-wide td {
1.66 - border: 0;
1.67 +.normal {
1.68 + width: 24%;
1.69 }
1.70
1.71 -.portlet-wider {
1.72 - background-color: white;
1.73 - float: left;
1.74 - width: 66%;
1.75 - border: 0;
1.76 +.wide {
1.77 + width: 48%;
1.78 }
1.79
1.80 -.portlet-wider td {
1.81 - border: 0;
1.82 +.wider {
1.83 + width: 72%;
1.84 }
1.85
1.86 -.portlet-clear {
1.87 +.clear {
1.88 clear: left;
1.89 }
1.90
1.91 -.portlet-clear-right {
1.92 +.clear-right {
1.93 clear: right;
1.94 }
1.95
1.96 .portlet-slides {
1.97 background-color: black;
1.98 - float: left;
1.99 - width: 66%;
1.100 border: 0;
1.101 }
1.102
1.103 -.portlet-slides td {
1.104 +.portlet-slides td.third {
1.105 width: 33%;
1.106 border: 0;
1.107 }
1.108
1.109 +.portlet-slides td.half {
1.110 + width: 50%;
1.111 + border: 0;
1.112 +}
1.113 +
1.114 .portlet-slides img {
1.115 max-width: 100%;
1.116 -}
1.117 -
1.118 -.portlet-slide {
1.119 - background-color: black;
1.120 - float: left;
1.121 - width: 22%;
1.122 - border: 0;
1.123 -}
1.124 -
1.125 -.portlet-slide td {
1.126 - border: 0;
1.127 + max-height: 100%; /* For earlier Konqueror versions */
1.128 }
1.129
1.130 .portlet-picture {
1.131 background-color: #ccc9e2;
1.132 color: black;
1.133 float: right;
1.134 - width: 30%;
1.135 + width: 48%;
1.136 border: 0;
1.137 }
1.138
1.139 @@ -621,6 +602,7 @@
1.140
1.141 .portlet-picture img {
1.142 max-width: 100%;
1.143 + max-height: 100%; /* For earlier Konqueror versions */
1.144 }
1.145
1.146 .picture {
1.147 @@ -637,6 +619,15 @@
1.148 color: white;
1.149 }
1.150
1.151 +.large {
1.152 + font-size: 2em;
1.153 +}
1.154 +
1.155 +.section-header-red {
1.156 + background-color: #b21212;
1.157 + color: white;
1.158 +}
1.159 +
1.160 ul.site-updates {
1.161 list-style-type: none;
1.162 margin: 0;