NIHVIVO-556: Fixed code indentation.
This commit is contained in:
parent
0876f2c28a
commit
856b38dc63
6 changed files with 240 additions and 288 deletions
|
@ -1,5 +1,3 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
@charset "UTF-8";
|
/* Placeholder for Wilma theme: editing form styles */
|
||||||
/* CSS Document */
|
|
||||||
|
|
||||||
|
|
|
@ -1,68 +1,64 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
/* Fix for homepage in IE6 browsers */
|
||||||
/*fix for page-homepage*/
|
html,
|
||||||
|
body {
|
||||||
|
background-position: center, 0;
|
||||||
html, body {
|
background-repeat: no-repeat;
|
||||||
background-position:center, 0;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
}
|
|
||||||
#intro h3 {
|
|
||||||
margin-left:24px;
|
|
||||||
}
|
|
||||||
#intro p {
|
|
||||||
margin-left:24px;
|
|
||||||
}
|
|
||||||
#log-in {
|
|
||||||
margin-right:20px;
|
|
||||||
}
|
|
||||||
#search-home h3 {
|
|
||||||
margin-left:0;
|
|
||||||
}
|
}
|
||||||
|
#intro h3 {
|
||||||
|
margin-left: 24px;
|
||||||
|
}
|
||||||
|
#intro p {
|
||||||
|
margin-left: 24px;
|
||||||
|
}
|
||||||
|
#log-in {
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
#search-home h3 {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
#log-in input {
|
#log-in input {
|
||||||
width:200px;
|
width: 200px;
|
||||||
margin-left:-28px;
|
margin-left: -28px;
|
||||||
}
|
|
||||||
ul#browse-classGroups {
|
|
||||||
margin-left:20px;
|
|
||||||
}
|
|
||||||
#browse-classes {
|
|
||||||
width:600px;
|
|
||||||
}
|
}
|
||||||
|
ul#browse-classGroups {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
#browse-classes {
|
||||||
|
width: 600px;
|
||||||
|
}
|
||||||
.global-highlights {
|
.global-highlights {
|
||||||
width:220px;
|
width: 220px;
|
||||||
padding:18px;
|
padding: 18px;
|
||||||
}
|
}
|
||||||
ul#browse-classGroups a.selected {
|
ul#browse-classGroups a.selected {
|
||||||
background-position-x: 0px;
|
background-position-x: 0px;
|
||||||
background-position-y: 12px;
|
background-position-y: 12px;
|
||||||
}
|
}
|
||||||
/*fix for page-topLevel*/
|
/* fix for menupages */
|
||||||
|
|
||||||
ul#foaf-person-childClasses {
|
ul#foaf-person-childClasses {
|
||||||
float:left;
|
float: left;
|
||||||
width:265px;
|
width: 265px;
|
||||||
margin-left:15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
ul#browse-childClasses {
|
ul#browse-childClasses {
|
||||||
width:284px;
|
width: 284px;
|
||||||
margin-left:0;
|
margin-left: 0;
|
||||||
padding-left:10px;
|
padding-left: 10px;
|
||||||
margin-left:15px;
|
margin-left: 15px;
|
||||||
}
|
|
||||||
#individuals-in-childClass {
|
|
||||||
width:450px;
|
|
||||||
}
|
}
|
||||||
|
#individuals-in-childClass { width: 450px }
|
||||||
#individuals-in-childClass h3 {
|
#individuals-in-childClass h3 {
|
||||||
padding: 10px 0 10px 30px;
|
padding: 10px 0 10px 30px;
|
||||||
margin:0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
article.individual-foaf-person {
|
article.individual-foaf-person {
|
||||||
width:400px margin-left:10px;
|
width: 400px margin-left:10px;
|
||||||
margin-right:10px;
|
margin-right: 10px;
|
||||||
padding:0;
|
padding: 0;
|
||||||
margin-bottom:10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#profile-photo-display {
|
#profile-photo-display {
|
||||||
width:620px;
|
width: 620px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
/* fix for homepage */
|
||||||
/*fix for page-homepage*/
|
|
||||||
#log-in input {
|
#log-in input {
|
||||||
width:200px;
|
width: 200px;
|
||||||
margin-left:-24px;
|
margin-left: -24px;
|
||||||
}
|
|
||||||
#content-foaf-person {
|
|
||||||
border:1px solid blue;
|
|
||||||
}
|
}
|
||||||
|
#content-foaf-person {
|
||||||
|
border: 1px solid blue;
|
||||||
|
}
|
|
@ -1,88 +1,106 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/* CSS Document
|
/* CSS Document
|
||||||
CSS reste by Eric Meyer:
|
CSS reste by Eric Meyer:
|
||||||
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/
|
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
html,
|
||||||
/*html, body, div, span, applet, object, iframe, blockquote, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
body,
|
||||||
margin: 0;
|
div,
|
||||||
padding: 0;
|
span,
|
||||||
border: 0;
|
object,
|
||||||
outline: 0;
|
iframe,
|
||||||
font-size: 100%;
|
h1,
|
||||||
vertical-align: baseline;
|
h2,
|
||||||
background: transparent;
|
h3,
|
||||||
color:#595b5b;
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
p,
|
||||||
|
blockquote,
|
||||||
|
pre,
|
||||||
|
a,
|
||||||
|
abbr,
|
||||||
|
acronym,
|
||||||
|
address,
|
||||||
|
code,
|
||||||
|
del,
|
||||||
|
dfn,
|
||||||
|
em,
|
||||||
|
img,
|
||||||
|
q,
|
||||||
|
dl,
|
||||||
|
dt,
|
||||||
|
dd,
|
||||||
|
ol,
|
||||||
|
ul,
|
||||||
|
li,
|
||||||
|
fieldset,
|
||||||
|
form,
|
||||||
|
label,
|
||||||
|
legend,
|
||||||
|
table,
|
||||||
|
caption,
|
||||||
|
tbody,
|
||||||
|
tfoot,
|
||||||
|
thead,
|
||||||
|
tr,
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
font-weight: inherit;
|
||||||
|
font-style: inherit;
|
||||||
|
font-size: 100%;
|
||||||
|
font-family: inherit;
|
||||||
|
vertical-align: baseline;
|
||||||
|
color: #595b5b;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
line-height: 1.3;
|
line-height: 1.5em;
|
||||||
}*/
|
|
||||||
|
|
||||||
html, body, div, span, object, iframe,
|
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
||||||
a, abbr, acronym, address, code,
|
|
||||||
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
|
|
||||||
fieldset, form, label, legend,
|
|
||||||
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
font-weight: inherit;
|
|
||||||
font-style: inherit;
|
|
||||||
font-size: 100%;
|
|
||||||
font-family: inherit;
|
|
||||||
vertical-align: baseline;
|
|
||||||
color:#595b5b;
|
|
||||||
font-weight:normal;
|
|
||||||
}
|
}
|
||||||
|
ol,
|
||||||
body {
|
ul {
|
||||||
line-height: 1.5em;
|
list-style: none;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
blockquote,
|
||||||
|
q {
|
||||||
ol, ul {
|
quotes: none;
|
||||||
list-style: none;
|
|
||||||
font-weight:normal;
|
|
||||||
}
|
}
|
||||||
blockquote, q {
|
blockquote:before,
|
||||||
quotes: none;
|
blockquote:after,
|
||||||
}
|
q:before,
|
||||||
blockquote:before, blockquote:after, q:before, q:after {
|
q:after {
|
||||||
content: '';
|
content: '';
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
/* remember to define focus styles! */
|
/* remember to define focus styles! */
|
||||||
:focus {
|
:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
/* remember to highlight inserts somehow! */
|
/* remember to highlight inserts somehow! */
|
||||||
ins {
|
ins {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
del {
|
del {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
/* tables still need 'cellspacing="0"' in the markup */
|
/* tables still need 'cellspacing="0"' in the markup */
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
/* New ones added to the default list */
|
/* New ones added to the default list */
|
||||||
a {
|
a {
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
fieldset {
|
fieldset {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
legend {
|
legend {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,63 +1,51 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
|
|
||||||
vivo-basic theme: search results styles
|
vivo-basic theme: search results styles
|
||||||
|
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
/***** Search form *****/
|
/* Search form */
|
||||||
|
.advancedSearchForm .form-button {
|
||||||
.advancedSearchForm .form-button {
|
margin-top: 1em
|
||||||
margin-top: 1em;
|
|
||||||
}
|
}
|
||||||
|
/* Class and subclass refinement links */
|
||||||
|
.searchTOC {
|
||||||
/***** Class and subclass refinement links *****/
|
margin-bottom: 1.5em;
|
||||||
|
|
||||||
.searchTOC {
|
|
||||||
margin-bottom: 1.5em;
|
|
||||||
}
|
}
|
||||||
|
/**Search results */
|
||||||
|
.searchhits li {
|
||||||
/***** Search results *****/
|
margin-top: 1em;
|
||||||
|
|
||||||
.searchhits li {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
}
|
||||||
|
span.SearchTerm,
|
||||||
span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm {
|
h1 span.SearchTerm,
|
||||||
font-weight: bold;
|
a:link span.SearchTerm,
|
||||||
color: #7D7D7D;
|
a:visited span.SearchTerm {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #7D7D7D;
|
||||||
}
|
}
|
||||||
|
/* bPaging links */
|
||||||
|
.searchpages {
|
||||||
/***** Paging links *****/
|
margin-top: 2em;
|
||||||
|
|
||||||
.searchpages {
|
|
||||||
margin-top: 2em;
|
|
||||||
}
|
}
|
||||||
|
.searchpages a,
|
||||||
.searchpages a, .searchpages span {
|
.searchpages span {
|
||||||
margin-left: .5em;
|
margin-left: .5em;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
.searchpages a:link,
|
||||||
.searchpages a:link, .searchpages a:visited {
|
.searchpages a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
.searchpages a:hover,
|
||||||
.searchpages a:hover, .searchpages a:active {
|
.searchpages a:active {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchpages a.prev {
|
.searchpages a.prev {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchpages a.next {
|
.searchpages a.next {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,141 +1,94 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/* styles for uploading a picture */
|
/* styles for uploading a picture */
|
||||||
|
#photoUploadContainer {
|
||||||
#photoUploadContainer{
|
margin-left: 0px;
|
||||||
margin-left: 0px;
|
height: 280px;
|
||||||
height:280px;
|
background: #fff;
|
||||||
background:#fff;
|
padding: 15px;
|
||||||
padding:15px;
|
|
||||||
}
|
}
|
||||||
|
#photoUploadDefaultImageContainer {
|
||||||
#photoUploadDefaultImageContainer{
|
width: 120px;
|
||||||
|
float: left;
|
||||||
width:120px;
|
|
||||||
float:left;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#photoUploadDefaultImageContainer img {
|
||||||
#photoUploadDefaultImageContainer img{
|
border: 3px solid #CCC;
|
||||||
|
margin-bottom: 10px;
|
||||||
border:3px solid #CCC;
|
|
||||||
margin-bottom:10px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#photoUploadForm {
|
||||||
#photoUploadForm{
|
width: 280px;
|
||||||
width:280px;
|
float: left;
|
||||||
float:left;
|
padding-top: 45px;
|
||||||
padding-top:45px;
|
padding-left: 15px;
|
||||||
padding-left:15px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#photoUploadForm form label {
|
||||||
|
display: block;
|
||||||
|
padding-bottom: 10px;
|
||||||
#photoUploadForm form label{
|
|
||||||
display:block;
|
|
||||||
padding-bottom:10px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#photoUploadForm label span { font-size: 0.7em }
|
||||||
#photoUploadForm label span{
|
#photoUploadForm form input { margin-bottom: 10px }
|
||||||
font-size:0.7em;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#photoUploadForm form input{
|
|
||||||
margin-bottom:10px;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styles for cropping a picture */
|
/* styles for cropping a picture */
|
||||||
|
#photoCroppingContainer {
|
||||||
#photoCroppingContainer{
|
margin-left: 0px;
|
||||||
margin-left: 0px;
|
height: 450px;
|
||||||
height:450px;
|
background: #fff;
|
||||||
background:#fff;
|
padding: 15px 0 15px 15px;
|
||||||
padding:15px 0 15px 15px;
|
margin-right: 0;
|
||||||
margin-right:0;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#photoCroppingPreview {
|
||||||
#photoCroppingPreview{
|
width: 180px;
|
||||||
width:180px;
|
float: left;
|
||||||
float:left;
|
|
||||||
}
|
}
|
||||||
|
.photoCroppingNote {
|
||||||
|
margin-top: 15px;
|
||||||
.photoCroppingNote{
|
font-size: 0.8em;
|
||||||
margin-top:15px;
|
|
||||||
font-size:0.8em;
|
|
||||||
}
|
}
|
||||||
|
#photoCropping {
|
||||||
#photoCropping{
|
width: 400px;
|
||||||
width:400px;
|
float: left;
|
||||||
float:left;
|
padding-top: 30px;
|
||||||
padding-top:30px;
|
padding-left: 15px;
|
||||||
padding-left:15px;
|
margin-left: 0;
|
||||||
margin-left:0;
|
margin-right: 0;
|
||||||
margin-right:0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* styles for deleting a picture */
|
/* styles for deleting a picture */
|
||||||
|
#photoDeletingContainer {
|
||||||
#photoDeletingContainer{
|
margin-left: 0px;
|
||||||
margin-left: 0px;
|
width: 720px;
|
||||||
width:720px;
|
height: 330px;
|
||||||
height:330px;
|
background: #fff;
|
||||||
background:#fff;
|
border: 1px solid grey;
|
||||||
border:1px solid grey;
|
padding: 15px;
|
||||||
padding:15px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/* styles for error alerts */
|
/* styles for error alerts */
|
||||||
#errorAlert{
|
#errorAlert {
|
||||||
color:#900;
|
color: #900;
|
||||||
padding:0px;
|
padding: 0px;
|
||||||
margin-bottom:5px;
|
margin-bottom: 5px;
|
||||||
height:30px;
|
height: 30px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#errorAlert img {
|
||||||
|
float: left;
|
||||||
#errorAlert img{
|
margin: 0;
|
||||||
float:left;
|
padding: 0;
|
||||||
margin:0;
|
vertical-align: middle;
|
||||||
padding:0;
|
|
||||||
vertical-align:middle;
|
|
||||||
}
|
}
|
||||||
|
#errorAlert p {
|
||||||
#errorAlert p{
|
padding-left: 35px;
|
||||||
padding-left:35px;
|
font-size: 0.9em;
|
||||||
font-size:0.9em;
|
line-height: 30px;
|
||||||
line-height:30px;
|
|
||||||
}
|
}
|
||||||
a.cancelUpload:link, a.cancelUpload:visited {
|
a.cancelUpload:link,
|
||||||
color:#FF7700;
|
a.cancelUpload:visited {
|
||||||
|
color: #FF7700;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.cancelUpload:hover {
|
a.cancelUpload:hover {
|
||||||
color:#FFF;
|
color: #FFF;
|
||||||
background-color:#FF7700;
|
background-color: #FF7700;
|
||||||
}
|
}
|
||||||
|
a.cancelUpload:active {
|
||||||
a.cancelUpload:active {
|
color: #FF7700;
|
||||||
color:#FF7700;
|
|
||||||
}
|
}
|
||||||
.or{
|
.or {
|
||||||
display:inline;
|
display: inline;
|
||||||
vertical-align:middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue