CSS optimization for MSIE and Opera

This commit is contained in:
urs_hunkler
2005-04-25 17:53:40 +00:00
parent 6de6cd5a27
commit 4e2951f197
3 changed files with 46 additions and 32 deletions
+15 -6
View File
@@ -29,9 +29,9 @@
/* basic styles */
font {
/*font {
font-size:100% !important;
}
}*/
.clearer {
font-size:1px;
@@ -49,7 +49,7 @@ font {
/* general styles */
body {
font-family:"Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif !important;
font-size:1em;
font-size:100%;
line-height:1.2em;
letter-spacing:0.02em;
}
@@ -86,17 +86,21 @@ a.autolink:hover {
h2 {
font-size:150%;
font-weight:bold;
font-weight:bold;
}
h3 {
font-size:130%;
font-weight:bold;
font-weight:bold;
}
h4 {
font-size:110%;
font-weight:bold;
font-weight:bold;
}
h2.main {
font-size:110%;
}
@@ -176,6 +180,11 @@ h4 {
line-height:1.5em;
}
* html #site-index .subject,
* html #site-index .author {
font-style:normal;
font-weight:normal;
}
/*****************************
***
+25 -23
View File
@@ -28,7 +28,7 @@
/***
*** Core
***/
h1.main,
h2.main,
h3.main,
@@ -43,6 +43,7 @@ h6.main {
/* basic styles */
.clearer {
float:none;
clear:both;
margin:0;
padding:0;
@@ -204,22 +205,26 @@ input {
padding:0 2.5em;
}
* html #site-index #middle-column {
padding:0;
border:0 2.5em solid #FFF;
}
#site-index #right-column {
width:30%;
}
#site-index #middle-column .forumpost {
border-width:0;
border-style:none;
border:0 none;
}
#site-index #middle-column .forumpostpicture,
#site-index #middle-column .forumpostside {
#site-index #middle-column .forumpost .picture,
#site-index #middle-column .forumpost .side {
display:none;
}
#site-index #middle-column .headingblock,
#site-index #middle-column .forumpostheadertopic {
#site-index #middle-column .header {
padding:1em;
border-width:0 0 0 25px;
border-style:solid;
@@ -238,40 +243,37 @@ input {
***/
.userinfobox {
width:80%;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
border:1px solid;
border-collapse: separate;
border-collapse:separate;
}
.userinfobox .left {
padding: 10px;
width: 100px;
vertical-align: top;
padding:10px;
width:100px;
vertical-align:top;
}
.userinfobox .content {
padding: 10px;
vertical-align: top;
padding:10px;
vertical-align:top;
}
.userinfobox .links {
width: 100px;
padding: 5px;
vertical-align: bottom;
width:100px;
padding:5px;
vertical-align:bottom;
}
.userinfobox .list td {
padding: 3px;
padding:3px;
}
.userinfobox .username {
padding-bottom: 20px;
}
.userinfobox {
width: 80%;
margin-left: 10%;
margin-right: 10%;
padding-bottom:20px;
}
table.groupinfobox {
+6 -3
View File
@@ -37,15 +37,18 @@
margin-left:auto;
margin-right:auto;
margin-bottom:0;
padding-bottom:0;
border-bottom:0 none;
}
#user-view .tabs {
width:80%;
}
.tabs tr {
border:1px none #FF0000;
background:url(pix/tab/tabsbg_x2.gif) bottom left repeat-x;
.tabs tr,
.tabs .left,
.tabs .right {
background:url(pix/tab/tabsbg_x2.gif) bottom left repeat-x
}
.tabs .left {