2010-10-06 14:16:12 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-11-03 20:07:23 +00:00
|
|
|
/* Fix for homepage in IE6 browsers */
|
2011-01-11 21:44:48 +00:00
|
|
|
body{
|
2010-11-03 20:07:23 +00:00
|
|
|
background-position: center, 0;
|
|
|
|
background-repeat: no-repeat;
|
2011-01-11 21:44:48 +00:00
|
|
|
background-image: none;
|
|
|
|
background-color: #f3f3f0;
|
|
|
|
background-image: url(../images/header-background.jpg);
|
2010-11-03 20:07:23 +00:00
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
#intro h2 {
|
2010-11-03 20:07:23 +00:00
|
|
|
margin-left: 24px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|
2010-11-03 20:07:23 +00:00
|
|
|
#intro p {
|
|
|
|
margin-left: 24px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|
2010-11-03 20:07:23 +00:00
|
|
|
#search-home h3 {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
#search-field .submit {
|
|
|
|
padding-left: 14px;
|
|
|
|
}
|
|
|
|
#search-home-field input.submit {
|
|
|
|
padding-left: 14px;
|
|
|
|
}
|
|
|
|
ul#browse-classgroups {
|
2010-11-03 20:07:23 +00:00
|
|
|
margin-left: 20px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|
2010-11-03 20:07:23 +00:00
|
|
|
#browse-classes {
|
|
|
|
width: 600px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|
2010-10-06 14:16:12 +00:00
|
|
|
.global-highlights {
|
2010-11-03 20:07:23 +00:00
|
|
|
width: 220px;
|
|
|
|
padding: 18px;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
2010-12-21 19:25:23 +00:00
|
|
|
#login-form p.submit {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
ul#browse-classgroups a.selected {
|
2010-11-08 18:08:10 +00:00
|
|
|
background-position-x: 0;
|
2010-11-03 20:07:23 +00:00
|
|
|
background-position-y: 12px;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
/* Fix for menupages */
|
2010-10-06 14:16:12 +00:00
|
|
|
ul#foaf-person-childClasses {
|
2010-11-03 20:07:23 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 15px;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
|
|
|
ul#browse-childClasses {
|
2010-11-03 20:07:23 +00:00
|
|
|
width: 284px;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 15px;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
2010-11-08 18:08:10 +00:00
|
|
|
#individuals-in-childClass {
|
|
|
|
width: 450px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|
2010-10-06 14:16:12 +00:00
|
|
|
#individuals-in-childClass h3 {
|
2010-11-03 20:07:23 +00:00
|
|
|
padding: 10px 0 10px 30px;
|
|
|
|
margin: 0;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
|
|
|
article.individual-foaf-person {
|
2010-11-03 20:07:23 +00:00
|
|
|
width: 400px margin-left:10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 10px;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
2010-11-03 20:07:23 +00:00
|
|
|
#profile-photo-display {
|
|
|
|
width: 620px;
|
2011-01-11 15:45:01 +00:00
|
|
|
}
|
|
|
|
/* Fix for site admin */
|
|
|
|
/* the wonders of the IE float model...fix to maintain sanity in rendering sections of site admin */
|
|
|
|
/* targets IE7 and below */
|
|
|
|
#adminDashboard .pageBodyGroup {
|
|
|
|
*float: none !important;
|
|
|
|
*display: inline !important;
|
|
|
|
*vertical-align: top !important;
|
2011-01-20 18:31:47 +00:00
|
|
|
}
|
|
|
|
/* Fix for individual pages */
|
|
|
|
.thumb-edit-links{
|
|
|
|
margin-top: 147px;
|
|
|
|
margin-right: 10px;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
#individual-intro-person{
|
|
|
|
width: 73%;
|
|
|
|
}
|
|
|
|
#individual-intro{
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
#individual-info{
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
#share-contact {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
/* Fix for menupages */
|
|
|
|
ul#alpha-browse-childClass {
|
|
|
|
width: 545px;
|
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a {
|
|
|
|
height: 30px;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 6px;
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
#individuals-in-childClass{
|
|
|
|
width: 550px;
|
|
|
|
}
|
|
|
|
/* Fix for photo upload */
|
|
|
|
input#submit,
|
|
|
|
input#submit:visited{
|
|
|
|
padding: 5px 5px 7px;
|
|
|
|
margin-left: -17px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|