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,9 +1,7 @@
|
||||||
/* $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 {
|
||||||
|
|
||||||
html, body {
|
|
||||||
background-position: center, 0;
|
background-position: center, 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -37,8 +35,7 @@ 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;
|
||||||
|
@ -50,9 +47,7 @@ ul#browse-childClasses {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
#individuals-in-childClass {
|
#individuals-in-childClass { width: 450px }
|
||||||
width:450px;
|
|
||||||
}
|
|
||||||
#individuals-in-childClass h3 {
|
#individuals-in-childClass h3 {
|
||||||
padding: 10px 0 10px 30px;
|
padding: 10px 0 10px 30px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -66,3 +61,4 @@ article.individual-foaf-person {
|
||||||
#profile-photo-display {
|
#profile-photo-display {
|
||||||
width: 620px;
|
width: 620px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/* $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;
|
||||||
|
|
|
@ -1,33 +1,53 @@
|
||||||
/* $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,
|
||||||
body {
|
p,
|
||||||
line-height: 1.3;
|
blockquote,
|
||||||
}*/
|
pre,
|
||||||
|
a,
|
||||||
html, body, div, span, object, iframe,
|
abbr,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
acronym,
|
||||||
a, abbr, acronym, address, code,
|
address,
|
||||||
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
|
code,
|
||||||
fieldset, form, label, legend,
|
del,
|
||||||
table, caption, tbody, tfoot, thead, tr, th, td {
|
dfn,
|
||||||
|
em,
|
||||||
|
img,
|
||||||
|
q,
|
||||||
|
dl,
|
||||||
|
dt,
|
||||||
|
dd,
|
||||||
|
ol,
|
||||||
|
ul,
|
||||||
|
li,
|
||||||
|
fieldset,
|
||||||
|
form,
|
||||||
|
label,
|
||||||
|
legend,
|
||||||
|
table,
|
||||||
|
caption,
|
||||||
|
tbody,
|
||||||
|
tfoot,
|
||||||
|
thead,
|
||||||
|
tr,
|
||||||
|
th,
|
||||||
|
td {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -39,20 +59,22 @@ table, caption, tbody, tfoot, thead, tr, th, td {
|
||||||
color: #595b5b;
|
color: #595b5b;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
ol,
|
||||||
|
ul {
|
||||||
ol, ul {
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
blockquote, q {
|
blockquote,
|
||||||
|
q {
|
||||||
quotes: none;
|
quotes: none;
|
||||||
}
|
}
|
||||||
blockquote:before, blockquote:after, q:before, q:after {
|
blockquote:before,
|
||||||
|
blockquote:after,
|
||||||
|
q:before,
|
||||||
|
q:after {
|
||||||
content: '';
|
content: '';
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
@ -82,7 +104,3 @@ fieldset {
|
||||||
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 */
|
||||||
|
|
||||||
/***** Class and subclass refinement links *****/
|
|
||||||
|
|
||||||
.searchTOC {
|
.searchTOC {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
/**Search results */
|
||||||
|
|
||||||
/***** Search results *****/
|
|
||||||
|
|
||||||
.searchhits li {
|
.searchhits li {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
span.SearchTerm,
|
||||||
span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm {
|
h1 span.SearchTerm,
|
||||||
|
a:link span.SearchTerm,
|
||||||
|
a:visited span.SearchTerm {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #7D7D7D;
|
color: #7D7D7D;
|
||||||
}
|
}
|
||||||
|
/* bPaging links */
|
||||||
|
|
||||||
/***** Paging links *****/
|
|
||||||
|
|
||||||
.searchpages {
|
.searchpages {
|
||||||
margin-top: 2em;
|
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,81 +1,47 @@
|
||||||
/* $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;
|
width: 120px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#photoUploadDefaultImageContainer img {
|
#photoUploadDefaultImageContainer img {
|
||||||
|
|
||||||
border: 3px solid #CCC;
|
border: 3px solid #CCC;
|
||||||
margin-bottom: 10px;
|
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 {
|
#photoUploadForm form label {
|
||||||
display: block;
|
display: block;
|
||||||
padding-bottom: 10px;
|
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 {
|
.photoCroppingNote {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#photoCropping {
|
#photoCropping {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -84,11 +50,7 @@
|
||||||
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;
|
||||||
|
@ -96,7 +58,6 @@
|
||||||
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 {
|
||||||
|
@ -104,31 +65,26 @@
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#errorAlert img {
|
#errorAlert img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: middle;
|
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,
|
||||||
|
a.cancelUpload:visited {
|
||||||
color: #FF7700;
|
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;
|
||||||
}
|
}
|
||||||
|
@ -136,6 +92,3 @@ a.cancelUpload:active {
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue