2010-11-09 21:54:32 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-12-15 19:25:24 +00:00
|
|
|
|
2010-12-21 22:51:55 +00:00
|
|
|
/* ADMIN PANEL------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
#admin {
|
2011-01-20 18:31:23 +00:00
|
|
|
font-size: .8em;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#admin h3 {
|
2011-01-20 18:31:23 +00:00
|
|
|
display: inline-block;
|
|
|
|
padding: 3px 6px 3px 10px;
|
|
|
|
margin-bottom: 5px;
|
2011-01-24 03:08:00 +00:00
|
|
|
font-size: 14px;
|
2011-03-14 19:20:06 +00:00
|
|
|
float: left;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
|
|
|
#admin .uri-link {
|
|
|
|
padding-left: 11px;
|
|
|
|
padding-bottom: 5px;
|
2011-03-14 19:20:06 +00:00
|
|
|
clear: left;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#admin a.edit-individual {
|
2011-03-14 19:20:06 +00:00
|
|
|
padding-left: 0;
|
2011-01-20 18:31:23 +00:00
|
|
|
border-left: none;
|
2011-03-22 03:29:46 +00:00
|
|
|
padding-top: 8px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-03-22 03:29:46 +00:00
|
|
|
#verbose-mode {
|
2011-03-14 19:20:06 +00:00
|
|
|
float: right;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2011-03-22 03:29:46 +00:00
|
|
|
#verbose-mode .small {
|
|
|
|
padding: 5px 6px 4px;
|
2011-03-14 19:20:06 +00:00
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO FOR ANY CLASS*/
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro {
|
2011-01-26 22:12:51 +00:00
|
|
|
margin-top: 15px;
|
2012-11-16 16:00:16 -05:00
|
|
|
margin-bottom: 0;
|
2011-01-21 03:12:59 +00:00
|
|
|
position: relative;
|
2011-01-24 17:08:37 +00:00
|
|
|
overflow: hidden;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro h1 {
|
2011-01-21 03:12:59 +00:00
|
|
|
padding-bottom: 8px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-07-06 17:09:51 +00:00
|
|
|
#individual-intro span.display-title {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-08-03 19:08:15 +00:00
|
|
|
#individual-info.withThumb {
|
|
|
|
width: 78%;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info h3 {
|
2011-01-17 21:54:48 +00:00
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-top: 5px;
|
2011-01-26 22:12:51 +00:00
|
|
|
clear: left;
|
2011-01-17 21:54:48 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro a.icon-rdf {
|
2011-01-17 21:54:48 +00:00
|
|
|
font-size: 1.125em;
|
|
|
|
}
|
2011-07-20 14:46:25 +00:00
|
|
|
img#uriIcon {
|
|
|
|
cursor: pointer;
|
2011-01-17 21:54:48 +00:00
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */
|
2011-01-30 19:14:18 +00:00
|
|
|
#share-contact {
|
2011-01-20 18:31:23 +00:00
|
|
|
position: relative;
|
2010-12-15 19:25:24 +00:00
|
|
|
width: 166px;
|
|
|
|
float: left;
|
2011-01-06 03:49:03 +00:00
|
|
|
padding-right: 1.5em;
|
2012-11-16 16:00:16 -05:00
|
|
|
margin-bottom: 0;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#share-contact h3 {
|
2011-01-12 18:24:23 +00:00
|
|
|
margin-top: 15px;
|
2011-01-17 16:29:30 +00:00
|
|
|
padding-bottom: .3em;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.2em;
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-top: 0;
|
2011-01-12 18:24:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
img.individual-photo {
|
2010-12-15 19:25:24 +00:00
|
|
|
width: 160px;
|
2011-01-24 19:28:44 +00:00
|
|
|
margin-left: 0;
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-bottom: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#mainImage {
|
2011-01-24 18:07:22 +00:00
|
|
|
position: absolute;
|
|
|
|
padding: 5px 5px 8px 5px;
|
2011-03-09 16:30:34 +00:00
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
2011-02-09 19:53:24 +00:00
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
2011-01-26 22:12:51 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
h2#mainImage, #share-contact h2 {
|
2011-01-26 22:12:51 +00:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1em;
|
2013-02-08 16:17:41 -05:00
|
|
|
padding-bottom: 0.6em
|
2011-01-24 18:07:22 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#photo-wrapper {
|
2011-01-26 22:12:51 +00:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO - RIGHT SIDE CONTENT */
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info {
|
2011-01-24 03:08:00 +00:00
|
|
|
padding: 0;
|
2010-12-15 19:25:24 +00:00
|
|
|
float: left;
|
2011-01-26 22:12:51 +00:00
|
|
|
width: 98%;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-07-06 17:09:51 +00:00
|
|
|
h1.fn .display-title {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info h2 {
|
2010-12-21 22:51:55 +00:00
|
|
|
padding-bottom: 10px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info nav {
|
2011-01-26 22:12:51 +00:00
|
|
|
float: left;
|
2011-07-22 16:44:08 +00:00
|
|
|
width: 74%;
|
2011-01-26 22:12:51 +00:00
|
|
|
clear: left;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* PROPERTY GROUP MENU------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu {
|
2010-12-21 22:51:55 +00:00
|
|
|
clear: both;
|
|
|
|
width: 95%;;
|
2010-12-15 19:25:24 +00:00
|
|
|
border: 1px solid #dfebe5;
|
2011-11-04 16:20:32 +00:00
|
|
|
margin: 0 0 0 4px;;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-bottom: 10px;
|
2010-12-21 22:51:55 +00:00
|
|
|
margin-top: 20px;
|
2011-11-04 16:20:32 +00:00
|
|
|
float: left;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu ul {
|
2010-12-21 22:51:55 +00:00
|
|
|
display: block;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-type: none;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu li {
|
2010-12-21 22:51:55 +00:00
|
|
|
float: left;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-right: 15px;
|
2011-11-04 16:20:32 +00:00
|
|
|
padding-top: .6em;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 15px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-11-04 16:20:32 +00:00
|
|
|
#property-group-menu li:last-child {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu li:first-child {
|
2011-01-06 16:14:38 +00:00
|
|
|
padding-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
/* PROPERTY GROUP------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
.property-group {
|
2010-12-17 20:00:57 +00:00
|
|
|
position: relative;
|
2010-12-15 19:25:24 +00:00
|
|
|
clear: both;
|
2010-12-21 22:51:55 +00:00
|
|
|
width: 95%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
border: 1px solid #dfebe5;
|
2010-12-17 20:00:57 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.scroll-up {
|
2010-12-17 20:00:57 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 21px;
|
|
|
|
height: 30px;
|
|
|
|
top: 0;
|
|
|
|
right: -21px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
section.property-group h2 {
|
2010-11-09 21:54:32 +00:00
|
|
|
padding: 20px 25px 12px 35px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property {
|
2010-12-21 22:51:55 +00:00
|
|
|
width: 93%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
border: 1px solid #dfe6e5;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property h3 {
|
2010-12-15 19:25:24 +00:00
|
|
|
border-bottom: 1px solid #dfe6e5;
|
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
}
|
2010-12-23 21:17:23 +00:00
|
|
|
article.property ul.property-list li.subclass h3 {
|
|
|
|
border-bottom: none;
|
2011-01-10 22:41:45 +00:00
|
|
|
padding: 10px 10px 10px 0;
|
2011-01-20 18:31:23 +00:00
|
|
|
background-color: #fff;
|
2011-02-01 03:10:15 +00:00
|
|
|
margin-bottom: 0;
|
2010-12-23 21:17:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property .data-property-statement {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
line-height: 1.2em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.property-list {
|
2010-12-15 19:25:24 +00:00
|
|
|
background: #fff;
|
2011-01-10 22:51:27 +00:00
|
|
|
padding-bottom: 20px;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-type: none;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.property-list li {
|
2010-12-15 19:25:24 +00:00
|
|
|
line-height: 1.2em;
|
2011-01-10 22:51:27 +00:00
|
|
|
padding: 10px 20px 5px 20px;
|
2011-01-20 18:31:23 +00:00
|
|
|
background-color: #fff;
|
2011-01-10 22:41:45 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.subclass-property-list {
|
2011-01-10 22:41:45 +00:00
|
|
|
margin-left: 0;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-position: inside;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.subclass-property-list li {
|
2010-12-23 21:17:23 +00:00
|
|
|
line-height: 1.2em;
|
2011-01-10 22:41:45 +00:00
|
|
|
padding: 0 20px 10px 20px;
|
2010-12-23 21:17:23 +00:00
|
|
|
}
|
2011-01-11 19:58:13 +00:00
|
|
|
/* EDITING DISPLAY------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
.add-individual {
|
2011-01-11 19:58:13 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.edit-individual {
|
2011-01-11 19:58:13 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 1px;
|
2011-01-13 17:09:21 +00:00
|
|
|
vertical-align: middle;
|
2011-01-11 19:58:13 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.delete-individual {
|
2011-01-13 17:09:21 +00:00
|
|
|
vertical-align: middle;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.edit-mainImage {
|
2011-01-20 18:31:23 +00:00
|
|
|
position: absolute;
|
2011-03-09 16:30:34 +00:00
|
|
|
background: rgba(255, 255, 255, 0.6);
|
2011-01-20 18:31:23 +00:00
|
|
|
padding: 0 6px 0 0;
|
2011-02-09 19:53:24 +00:00
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
2011-01-24 19:28:44 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
a.edit-mainImage img.edit-individual {
|
2011-01-24 19:28:44 +00:00
|
|
|
border: 0;
|
|
|
|
padding-left: 0px;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.delete-mainImage {
|
2011-01-24 19:28:44 +00:00
|
|
|
position: absolute;
|
2011-02-09 19:53:24 +00:00
|
|
|
top: 6px;
|
|
|
|
left: 36px;
|
2011-03-09 16:30:34 +00:00
|
|
|
background: rgba(255, 255, 255, 0.6);
|
2011-01-24 19:28:44 +00:00
|
|
|
padding: 0 6px 0 8px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.middle {
|
2011-01-20 18:31:23 +00:00
|
|
|
vertical-align: middle;
|
2011-02-01 03:10:15 +00:00
|
|
|
}
|
2011-09-28 15:11:57 +00:00
|
|
|
a.more-less {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
padding: .3em .8em;
|
|
|
|
font-size: .8em;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #666;
|
|
|
|
background: #eee;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
a:hover.more-less {
|
|
|
|
color: #fff;
|
|
|
|
background: #888;
|
|
|
|
}
|
2011-03-15 14:37:30 +00:00
|
|
|
/* VERBOSE DISPLAY------> */
|
|
|
|
section.verbosePropertyListing {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #eaebec;
|
|
|
|
padding: 10px;
|
2011-03-15 20:29:47 +00:00
|
|
|
}
|
|
|
|
h2#overview .verbosePropertyListing {
|
|
|
|
display: block;
|
2011-12-04 00:53:19 +00:00
|
|
|
}
|
|
|
|
/* URI/RDF ICON DISPLAY -------> */
|
|
|
|
.qtip-content h5 {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
input#uriLink {
|
|
|
|
margin: 0;
|
|
|
|
width: 350px;
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
a.close {
|
|
|
|
float: right;
|
|
|
|
margin-right: .3em;
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
.rdf-url {
|
|
|
|
display: block;
|
|
|
|
padding-top: 0.8em;
|
2012-05-22 20:24:42 +00:00
|
|
|
}
|
|
|
|
/* <---- Manage Prop Link, individual-properties.ftl -----*/
|
2012-06-20 21:25:15 +00:00
|
|
|
a.manageLinks {
|
2012-05-22 20:24:42 +00:00
|
|
|
display:none;
|
|
|
|
}
|
2012-10-25 14:27:56 +00:00
|
|
|
a#manageLabels {
|
|
|
|
margin-left:20px;
|
|
|
|
font-size:0.7em;
|
|
|
|
}
|
2012-06-19 13:37:51 +00:00
|
|
|
/* <---- OpenSocial -----*/
|
|
|
|
div#openSocial {
|
|
|
|
display:inline-block;
|
|
|
|
}
|