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,9 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*fix for page-homepage*/
html, body {
/* Fix for homepage in IE6 browsers */
html,
body {
background-position: center, 0;
background-repeat: no-repeat;
}
@ -37,8 +35,7 @@ ul#browse-classGroups a.selected {
background-position-x: 0px;
background-position-y: 12px;
}
/*fix for page-topLevel*/
/* fix for menupages */
ul#foaf-person-childClasses {
float: left;
width: 265px;
@ -50,9 +47,7 @@ ul#browse-childClasses {
padding-left: 10px;
margin-left: 15px;
}
#individuals-in-childClass {
width:450px;
}
#individuals-in-childClass { width: 450px }
#individuals-in-childClass h3 {
padding: 10px 0 10px 30px;
margin: 0;
@ -66,3 +61,4 @@ article.individual-foaf-person {
#profile-photo-display {
width: 620px;
}

View file

@ -1,6 +1,5 @@
/* $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;

View file

@ -1,33 +1,53 @@
/* $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;
}
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 {
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;
@ -39,20 +59,22 @@ table, caption, tbody, tfoot, thead, tr, th, td {
color: #595b5b;
font-weight: normal;
}
body {
line-height: 1.5em;
}
ol, ul {
ol,
ul {
list-style: none;
font-weight: normal;
}
blockquote, q {
blockquote,
q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
@ -82,7 +104,3 @@ fieldset {
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
**************************************************/
/***** Search form *****/
/* Search form */
.advancedSearchForm .form-button {
margin-top: 1em;
margin-top: 1em
}
/***** Class and subclass refinement links *****/
/* Class and subclass refinement links */
.searchTOC {
margin-bottom: 1.5em;
}
/***** Search results *****/
/**Search results */
.searchhits li {
margin-top: 1em;
}
span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm {
span.SearchTerm,
h1 span.SearchTerm,
a:link span.SearchTerm,
a:visited span.SearchTerm {
font-weight: bold;
color: #7D7D7D;
}
/***** Paging links *****/
/* 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 {
.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,81 +1,47 @@
/* $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;
}
#photoUploadDefaultImageContainer {
width: 120px;
float: left;
}
#photoUploadDefaultImageContainer img {
border: 3px solid #CCC;
margin-bottom: 10px;
}
#photoUploadForm {
width: 280px;
float: left;
padding-top: 45px;
padding-left: 15px;
}
#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;
}
#photoCroppingPreview {
width: 180px;
float: left;
}
.photoCroppingNote {
margin-top: 15px;
font-size: 0.8em;
}
#photoCropping {
width: 400px;
float: left;
@ -84,11 +50,7 @@
margin-left: 0;
margin-right: 0;
}
/* styles for deleting a picture */
#photoDeletingContainer {
margin-left: 0px;
width: 720px;
@ -96,7 +58,6 @@
background: #fff;
border: 1px solid grey;
padding: 15px;
}
/* styles for error alerts */
#errorAlert {
@ -104,31 +65,26 @@
padding: 0px;
margin-bottom: 5px;
height: 30px;
}
#errorAlert img {
float: left;
margin: 0;
padding: 0;
vertical-align: middle;
}
#errorAlert p {
padding-left: 35px;
font-size: 0.9em;
line-height: 30px;
}
a.cancelUpload:link, a.cancelUpload:visited {
a.cancelUpload:link,
a.cancelUpload:visited {
color: #FF7700;
}
a.cancelUpload:hover {
color: #FFF;
background-color: #FF7700;
}
a.cancelUpload:active {
color: #FF7700;
}
@ -136,6 +92,3 @@ a.cancelUpload:active {
display: inline;
vertical-align: middle;
}