Some new styles

This commit is contained in:
moodler
2005-02-09 08:29:00 +00:00
parent 6e86ae68d8
commit 2f71f2a2b0
4 changed files with 55 additions and 2 deletions
+13
View File
@@ -95,6 +95,11 @@ th {
border-color: #000000;
}
.required {
background-color:#DDDDDD;
}
/* header styles */
@@ -110,6 +115,9 @@ th {
.generalbox {
border-color:#DDDDDD; /* borders */
}
.informationbox {
border-color:#DDDDDD; /* borders */
}
.admin .generalboxcontent {
background-color:#EEEEEE;
@@ -118,6 +126,11 @@ th {
border-color:#BBBBBB;
}
.admin .informationbox {
border-color:#BBBBBB;
background-color:#FFFFFF;
}
.noticebox {
border-color:#DDDDDD; /* borders */
}
+18 -1
View File
@@ -67,6 +67,23 @@ a.dimmed:hover {
text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
font-weight:bold;
text-align: center;
}
h1 {
font-size:1.8em;
}
h2 {
font-size:1.5em;
}
h3 {
font-size:1.2em;
}
h4 {
font-size:1.1em;
}
/* header styles */
.headermain {
@@ -324,4 +341,4 @@ table.calendarmonth tbody td div {
body#user-index #longtimenosee {
text-align:center;
}
}
+9
View File
@@ -110,6 +110,10 @@ form {
border-width:1px;
border-style:solid;
}
.informationbox {
border-width:1px;
border-style:solid;
}
/* summary of a user in a nice little box - weblib.php */
@@ -547,3 +551,8 @@ body#admin-blocks .generaltablecell {
padding-top: 1px;
padding-bottom: 1px;
}
body#admin-config .confighelp {
display: block;
padding-bottom: 20px;
}
+15 -1
View File
@@ -35,7 +35,21 @@
}
.noticebox {
-moz-border-radius:3px;
-moz-border-radius:5px;
}
.informationbox {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.informationboxcontent {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
}
.userinfobox {