NIHVIVO-556: Fixed code indentation.

This commit is contained in:
mb863 2010-11-03 20:07:23 +00:00
parent 0876f2c28a
commit 856b38dc63
6 changed files with 240 additions and 288 deletions

View file

@ -1,5 +1,3 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
@charset "UTF-8";
/* CSS Document */
/* Placeholder for Wilma theme: editing form styles */

View file

@ -1,68 +1,64 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*fix for page-homepage*/
html, body {
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;
/* Fix for homepage in IE6 browsers */
html,
body {
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;
}
#log-in input {
width:200px;
margin-left:-28px;
}
ul#browse-classGroups {
margin-left:20px;
}
#browse-classes {
width:600px;
width: 200px;
margin-left: -28px;
}
ul#browse-classGroups {
margin-left: 20px;
}
#browse-classes {
width: 600px;
}
.global-highlights {
width:220px;
padding:18px;
width: 220px;
padding: 18px;
}
ul#browse-classGroups a.selected {
background-position-x: 0px;
background-position-y: 12px;
background-position-x: 0px;
background-position-y: 12px;
}
/*fix for page-topLevel*/
/* fix for menupages */
ul#foaf-person-childClasses {
float:left;
width:265px;
margin-left:15px;
float: left;
width: 265px;
margin-left: 15px;
}
ul#browse-childClasses {
width:284px;
margin-left:0;
padding-left:10px;
margin-left:15px;
}
#individuals-in-childClass {
width:450px;
width: 284px;
margin-left: 0;
padding-left: 10px;
margin-left: 15px;
}
#individuals-in-childClass { width: 450px }
#individuals-in-childClass h3 {
padding: 10px 0 10px 30px;
margin:0;
padding: 10px 0 10px 30px;
margin: 0;
}
article.individual-foaf-person {
width:400px margin-left:10px;
margin-right:10px;
padding:0;
margin-bottom:10px;
width: 400px margin-left:10px;
margin-right: 10px;
padding: 0;
margin-bottom: 10px;
}
#profile-photo-display {
width:620px;
#profile-photo-display {
width: 620px;
}

View file

@ -1,10 +1,9 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*fix for page-homepage*/
/* fix for homepage */
#log-in input {
width:200px;
margin-left:-24px;
}
#content-foaf-person {
border:1px solid blue;
width: 200px;
margin-left: -24px;
}
#content-foaf-person {
border: 1px solid blue;
}

View file

@ -1,88 +1,106 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
@charset "UTF-8";
/* CSS Document
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/
*/
/*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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
color:#595b5b;
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;
}
body {
line-height: 1.3;
}*/
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;
body {
line-height: 1.5em;
}
body {
line-height: 1.5em;
ol,
ul {
list-style: none;
font-weight: normal;
}
ol, ul {
list-style: none;
font-weight:normal;
blockquote,
q {
quotes: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
border-collapse: collapse;
border-spacing: 0;
}
/* New ones added to the default list */
a {
text-decoration:none;
}
fieldset {
border-style: none;
}
legend {
display: none;
}
a {
text-decoration: none;
}
fieldset {
border-style: none;
}
legend {
display: none;
}

View file

@ -1,63 +1,51 @@
/* $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 *****/
.advancedSearchForm .form-button {
margin-top: 1em;
/* Search form */
.advancedSearchForm .form-button {
margin-top: 1em
}
/***** Class and subclass refinement links *****/
.searchTOC {
margin-bottom: 1.5em;
/* Class and subclass refinement links */
.searchTOC {
margin-bottom: 1.5em;
}
/***** Search results *****/
.searchhits li {
margin-top: 1em;
/**Search results */
.searchhits li {
margin-top: 1em;
}
span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm {
font-weight: bold;
color: #7D7D7D;
span.SearchTerm,
h1 span.SearchTerm,
a:link span.SearchTerm,
a:visited span.SearchTerm {
font-weight: bold;
color: #7D7D7D;
}
/***** Paging links *****/
.searchpages {
margin-top: 2em;
/* bPaging links */
.searchpages {
margin-top: 2em;
}
.searchpages a, .searchpages span {
.searchpages a,
.searchpages span {
margin-left: .5em;
margin-right: .5em;
}
.searchpages a:link, .searchpages a:visited {
.searchpages a:link,
.searchpages a:visited {
text-decoration: none;
}
.searchpages a:hover, .searchpages a:active {
text-decoration: underline;
.searchpages a:hover,
.searchpages a:active {
text-decoration: underline;
}
.searchpages a.prev {
margin-right: 1em;
text-decoration: underline;
}
.searchpages a.next {
margin-left: 1em;
text-decoration: underline;
}
}

View file

@ -1,141 +1,94 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* styles for uploading a picture */
#photoUploadContainer{
margin-left: 0px;
height:280px;
background:#fff;
padding:15px;
#photoUploadContainer {
margin-left: 0px;
height: 280px;
background: #fff;
padding: 15px;
}
#photoUploadDefaultImageContainer{
width:120px;
float:left;
#photoUploadDefaultImageContainer {
width: 120px;
float: left;
}
#photoUploadDefaultImageContainer img{
border:3px solid #CCC;
margin-bottom:10px;
#photoUploadDefaultImageContainer img {
border: 3px solid #CCC;
margin-bottom: 10px;
}
#photoUploadForm{
width:280px;
float:left;
padding-top:45px;
padding-left:15px;
#photoUploadForm {
width: 280px;
float: left;
padding-top: 45px;
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 form input{
margin-bottom:10px;
}
#photoUploadForm label span { font-size: 0.7em }
#photoUploadForm form input { margin-bottom: 10px }
/* styles for cropping a picture */
#photoCroppingContainer{
margin-left: 0px;
height:450px;
background:#fff;
padding:15px 0 15px 15px;
margin-right:0;
#photoCroppingContainer {
margin-left: 0px;
height: 450px;
background: #fff;
padding: 15px 0 15px 15px;
margin-right: 0;
}
#photoCroppingPreview{
width:180px;
float:left;
#photoCroppingPreview {
width: 180px;
float: left;
}
.photoCroppingNote{
margin-top:15px;
font-size:0.8em;
.photoCroppingNote {
margin-top: 15px;
font-size: 0.8em;
}
#photoCropping{
width:400px;
float:left;
padding-top:30px;
padding-left:15px;
margin-left:0;
margin-right:0;
#photoCropping {
width: 400px;
float: left;
padding-top: 30px;
padding-left: 15px;
margin-left: 0;
margin-right: 0;
}
/* styles for deleting a picture */
#photoDeletingContainer{
margin-left: 0px;
width:720px;
height:330px;
background:#fff;
border:1px solid grey;
padding:15px;
#photoDeletingContainer {
margin-left: 0px;
width: 720px;
height: 330px;
background: #fff;
border: 1px solid grey;
padding: 15px;
}
/* styles for error alerts */
#errorAlert{
color:#900;
padding:0px;
margin-bottom:5px;
height:30px;
#errorAlert {
color: #900;
padding: 0px;
margin-bottom: 5px;
height: 30px;
}
#errorAlert img{
float:left;
margin:0;
padding:0;
vertical-align:middle;
#errorAlert img {
float: left;
margin: 0;
padding: 0;
vertical-align: middle;
}
#errorAlert p{
padding-left:35px;
font-size:0.9em;
line-height:30px;
#errorAlert p {
padding-left: 35px;
font-size: 0.9em;
line-height: 30px;
}
a.cancelUpload:link, a.cancelUpload:visited {
color:#FF7700;
a.cancelUpload:link,
a.cancelUpload:visited {
color: #FF7700;
}
a.cancelUpload:hover {
color:#FFF;
background-color:#FF7700;
color: #FFF;
background-color: #FF7700;
}
a.cancelUpload:active {
color:#FF7700;
a.cancelUpload:active {
color: #FF7700;
}
.or{
display:inline;
vertical-align:middle;
}
.or {
display: inline;
vertical-align: middle;
}