2011-01-24 18:24:24 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
/* Styles used for class group browse (browse-classgroups.ftl) */
|
|
|
|
|
|
|
|
#browse {
|
|
|
|
clear: both;
|
|
|
|
width: 920px;
|
|
|
|
margin: 0 auto;
|
|
|
|
border: 1px solid #dfe6e6;
|
|
|
|
background: #f7f9f9;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
#browse h4 {
|
|
|
|
width: 13%;
|
|
|
|
height: 30px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
padding-left: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #fff;
|
|
|
|
background: #5e6363;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
/* BROWSE CLASS GROUPS ------> */
|
|
|
|
ul#browse-classgroups {
|
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
border-right: none;
|
|
|
|
background: #f1f2ee;
|
|
|
|
margin-left: 34px;
|
|
|
|
padding: 0 20px 23px 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
ul#browse-classgroups li {
|
|
|
|
display: block;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 18px;
|
|
|
|
width: 200px;
|
2011-08-03 16:56:22 +00:00
|
|
|
line-height: 1.5em;
|
2011-01-24 18:24:24 +00:00
|
|
|
}
|
|
|
|
ul#browse-classgroups li:last-child {
|
|
|
|
border-bottom: none
|
|
|
|
}
|
|
|
|
ul#browse-classgroups a {
|
|
|
|
display: block;
|
|
|
|
padding-left: 15px;
|
|
|
|
width: 200px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
2011-08-03 16:56:22 +00:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2011-01-24 18:24:24 +00:00
|
|
|
}
|
|
|
|
ul#browse-classgroups .count-classes {
|
|
|
|
font-size: 14px
|
|
|
|
}
|
|
|
|
/* BROWSE CLASSES IN CLASS GROUP ------> */
|
|
|
|
#browse-classes {
|
|
|
|
float: left;
|
2011-02-02 16:10:58 +00:00
|
|
|
position: relative;
|
2011-01-24 18:24:24 +00:00
|
|
|
width: 610px;
|
|
|
|
border: 1px solid #dde6e5;
|
|
|
|
background: #fff;
|
|
|
|
min-height: 230px;
|
2011-06-13 13:30:09 +00:00
|
|
|
padding-top: 10px;
|
2011-01-24 18:24:24 +00:00
|
|
|
}
|
2011-02-02 16:10:58 +00:00
|
|
|
a.browse-superclass {
|
|
|
|
position: absolute;
|
|
|
|
right: 0.5em;
|
|
|
|
font-size: 0.9em;
|
2011-06-13 13:30:09 +00:00
|
|
|
top: 3px;
|
2011-02-02 16:10:58 +00:00
|
|
|
}
|
2011-01-28 18:21:17 +00:00
|
|
|
ul#classes-in-classgroup {
|
2011-01-24 18:24:24 +00:00
|
|
|
float: left;
|
|
|
|
width: 90%;
|
2011-02-22 22:01:53 +00:00
|
|
|
padding: 0 10px 0 22px;
|
2011-01-24 18:24:24 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2011-01-28 18:21:17 +00:00
|
|
|
ul#classes-in-classgroup.vis {
|
2011-05-13 18:03:20 +00:00
|
|
|
width: 55%;
|
2011-01-24 18:24:24 +00:00
|
|
|
border-right: 1px solid #DDE5E4;
|
|
|
|
}
|
2011-01-28 18:21:17 +00:00
|
|
|
ul#classes-in-classgroup li {
|
2011-01-24 18:24:24 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
|
|
|
}
|
2011-01-28 18:21:17 +00:00
|
|
|
ul#classes-in-classgroup li:last-child {
|
2011-01-24 18:24:24 +00:00
|
|
|
border-bottom: none
|
|
|
|
}
|
2011-01-28 18:21:17 +00:00
|
|
|
ul#classes-in-classgroup a {
|
2011-01-24 18:24:24 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 15px;
|
|
|
|
height: 35px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-01-28 18:21:17 +00:00
|
|
|
ul#classes-in-classgroup .count-individuals {
|
2011-01-24 18:24:24 +00:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
/* VISUALIZATION ------> */
|
|
|
|
#visual-graph {
|
|
|
|
float: left;
|
2011-05-13 18:03:20 +00:00
|
|
|
width: 235px;
|
2011-01-24 18:24:24 +00:00
|
|
|
}
|
|
|
|
#visual-graph h5 {
|
|
|
|
padding: 20px 0 12px 12px;
|
|
|
|
width: auto;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#pieViz {
|
|
|
|
width: 308px;
|
|
|
|
height: 308px;
|
|
|
|
}
|
|
|
|
svg text {
|
|
|
|
font-family: inherit !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
color: #5E6363 !important;
|
|
|
|
}
|
|
|
|
svg rect {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|