2010-10-06 14:16:12 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2011-02-02 02:59:12 +00:00
|
|
|
|
2010-11-03 20:07:23 +00:00
|
|
|
/* Fix for homepage in IE6 browsers */
|
2011-01-28 20:12:11 +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-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;
|
|
|
|
}
|
2011-02-02 19:10:48 +00:00
|
|
|
#search-field input.search {
|
2010-12-16 22:12:03 +00:00
|
|
|
padding-left: 14px;
|
|
|
|
}
|
2011-02-02 19:10:48 +00:00
|
|
|
#search-home-field input.search {
|
2010-12-16 22:12:03 +00:00
|
|
|
padding-left: 14px;
|
|
|
|
}
|
2011-01-28 20:12:11 +00:00
|
|
|
#login {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
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 {
|
2011-02-03 17:59:54 +00:00
|
|
|
width: 620px;
|
|
|
|
}
|
|
|
|
ul#classes-in-classgroup.vis {
|
|
|
|
width: 40%;
|
2010-12-16 22:12:03 +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 */
|
2011-01-26 14:16:57 +00:00
|
|
|
ul#vgraph-classes {
|
2010-11-03 20:07:23 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 15px;
|
2010-10-06 14:16:12 +00:00
|
|
|
}
|
2011-02-02 02:59:12 +00:00
|
|
|
#browse-by {
|
2011-01-28 20:12:11 +00:00
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2011-01-26 14:16:57 +00:00
|
|
|
ul#browse-classes {
|
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
|
|
|
}
|
2011-01-26 14:16:57 +00:00
|
|
|
#individuals-in-class {
|
2010-11-08 18:08:10 +00:00
|
|
|
width: 450px;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|
2011-01-26 14:16:57 +00:00
|
|
|
article.foaf-person {
|
|
|
|
width: 400px;
|
|
|
|
margin-left:10px;
|
2010-11-03 20:07:23 +00:00
|
|
|
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
|
|
|
}
|
2011-01-28 20:12:11 +00:00
|
|
|
#browse-classes {
|
|
|
|
width: 590px;
|
|
|
|
}
|
|
|
|
ul#classgroup-list.vis {
|
|
|
|
width: 38%;
|
|
|
|
}
|
2011-02-03 16:57:19 +00:00
|
|
|
.pagination li {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.pagination h3 {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.pagination ul {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
}
|
2011-02-02 02:59:12 +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 */
|
2011-01-11 15:45:01 +00:00
|
|
|
#adminDashboard .pageBodyGroup {
|
|
|
|
*float: none !important;
|
|
|
|
*display: inline !important;
|
|
|
|
*vertical-align: top !important;
|
2011-01-20 18:31:47 +00:00
|
|
|
}
|
|
|
|
/* Fix for individual pages */
|
2011-01-28 20:12:11 +00:00
|
|
|
#individual-intro.person {
|
|
|
|
width: 100%;
|
2011-01-20 18:31:47 +00:00
|
|
|
}
|
2011-01-28 20:12:11 +00:00
|
|
|
.sparkline_text,
|
|
|
|
.collaboratorship-link-container {
|
|
|
|
width: 148px;
|
2011-01-20 18:31:47 +00:00
|
|
|
}
|
2011-01-28 20:12:11 +00:00
|
|
|
#individual-intro.person #individual-info {
|
|
|
|
width: 72%;
|
2011-01-20 18:31:47 +00:00
|
|
|
}
|
|
|
|
/* Fix for menupages */
|
2011-01-26 14:16:57 +00:00
|
|
|
ul#alpha-browse-individuals {
|
2011-01-20 18:31:47 +00:00
|
|
|
width: 545px;
|
|
|
|
}
|
2011-01-26 14:16:57 +00:00
|
|
|
ul#alpha-browse-individuals a {
|
2011-01-20 18:31:47 +00:00
|
|
|
height: 30px;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 6px;
|
|
|
|
width: 8px;
|
|
|
|
}
|
2011-01-28 20:12:11 +00:00
|
|
|
#individuals-in-class {
|
2011-01-20 18:31:47 +00:00
|
|
|
width: 550px;
|
|
|
|
}
|
2011-01-28 20:12:11 +00:00
|
|
|
#individual-intro.person .individual-overview {
|
|
|
|
clear: left;
|
|
|
|
}
|
2011-02-03 22:14:09 +00:00
|
|
|
#find-by {
|
|
|
|
width: 445px;
|
|
|
|
}
|
2011-01-20 18:31:47 +00:00
|
|
|
/* Fix for photo upload */
|
2011-02-03 16:57:19 +00:00
|
|
|
#photoUploadForm {
|
|
|
|
width: 320px;
|
|
|
|
}
|
|
|
|
#photoUploadForm input.submit,
|
|
|
|
#photoUploadForm input.submit:visited,
|
|
|
|
#cropImage input.submit,
|
|
|
|
#cropImage input.submit:visited {
|
2011-01-20 18:31:47 +00:00
|
|
|
padding: 5px 5px 7px;
|
|
|
|
margin-left: -17px;
|
2011-01-28 20:12:11 +00:00
|
|
|
}
|
2011-02-03 16:57:19 +00:00
|
|
|
/* Fix position for input type submit buttons */
|
|
|
|
input.submit,
|
|
|
|
input.submit:visited
|
|
|
|
input#submit,
|
|
|
|
input#submit:visited {
|
2011-01-28 20:12:11 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
|
|
|
margin-left: 0;
|
2010-12-16 22:12:03 +00:00
|
|
|
}
|